JobvAlewijk
647ea1979a
Merge branch 'feat/save-load-nodes' into 'dev'
...
Added loading/savior behaviour + buttons
See merge request ics/sp/2025/n25b/pepperplus-ui!24
2025-12-09 14:46:26 +00:00
Pim Hutting
501f56e009
chore: solve merge conflicts with dev
...
ref: N25B-189
2025-12-09 14:21:23 +01:00
JobvAlewijk
ed11680771
Merge branch 'dev' of ssh://git.science.uu.nl/ics/sp/2025/n25b/pepperplus-ui into fix/deep-clone-data
2025-12-07 17:07:00 +01:00
Gerla, J. (Justin)
80aa1fca2b
Merge branch 'test/new-ui-node-tests' into 'dev'
...
test: high coverage for all UI tests
See merge request ics/sp/2025/n25b/pepperplus-ui!26
2025-12-07 15:32:20 +00:00
JobvAlewijk
086caea737
test: high coverage for all UI tests
2025-12-07 15:32:20 +00:00
JobvAlewijk
c639a37dfc
Merge branch 'feat/undo-redo-support' into 'dev'
...
feat: added undo and redo functionality
See merge request ics/sp/2025/n25b/pepperplus-ui!25
2025-12-07 15:21:59 +00:00
Gerla, J. (Justin)
5e22ed8806
feat: added undo and redo functionality
2025-12-07 15:21:59 +00:00
Twirre Meulenbelt
1bfcfc0458
feat: use input element directly
...
Previously, a button proxy was used which required the use of complicated reference management. Using the HTML `input` element directly simplifies the implementation.
Also moved some styles.
ref: N25B-189
2025-12-04 12:55:36 +01:00
Björn Otgaar
95397ceccc
fix: fix the tests by simulating user actions rather than the function, and avoid the cyclic dependancy which was present
...
ref: N25B-371
2025-12-04 12:33:27 +01:00
Pim Hutting
e9ea0fb37e
Merge remote-tracking branch 'origin/dev' into feat/save-load-nodes
2025-12-04 11:04:56 +01:00
Pim Hutting
413fb05cd8
chore: applied feedback from merge request
...
Removed all the DOM manipulations and created a utils file so npx eslint
is happy.
Also changed the tests to test the new version of the code.
ref: N25B-189
2025-12-04 09:12:01 +01:00
JobvAlewijk
608bd54617
Merge branch 'feat/ci-cd' into 'dev'
...
Add CI/CD to UI
See merge request ics/sp/2025/n25b/pepperplus-ui!28
2025-12-03 15:12:17 +00:00
Björn Otgaar
c167144b4d
fix: fix eslint issues, adjust norm test for dev merge
...
ref: N25B-371
2025-12-03 11:41:14 +01:00
Twirre Meulenbelt
d41a45793f
Merge remote-tracking branch 'origin/dev' into feat/ci-cd
2025-12-03 11:30:12 +01:00
Björn Otgaar
f0c250626f
Merge branch 'dev' into fix/deep-clone-data
2025-12-03 11:29:15 +01:00
Björn Otgaar
d9faeafe32
test: create test for phase node to account for the previous bug.
...
ref: N25B-371
2025-12-03 11:28:15 +01:00
Björn Otgaar
df255a83b6
Merge branch 'feat/send-program' into 'dev'
...
Send program to backend in the latest form
See merge request ics/sp/2025/n25b/pepperplus-ui!22
2025-12-02 15:56:27 +00:00
Twirre Meulenbelt
e680ad3195
fix: add test script to package.json
...
ref: N25B-366
2025-12-02 16:46:56 +01:00
Twirre Meulenbelt
ea85a05f27
fix: use install artifacts
...
Uses install artifacts in later stages.
ref: N25B-366
2025-12-02 16:42:00 +01:00
Twirre Meulenbelt
7d3c63630a
feat: introduce CI/CD runner
...
Installs dependencies, checks style, runs tests.
ref: N25B-366
2025-12-02 16:06:14 +01:00
Björn Otgaar
518045ed1c
Merge branch 'dev' into fix/deep-clone-data
2025-12-02 15:06:14 +01:00
Twirre Meulenbelt
3d7997e8d0
feat: introduce git hooks
...
Make installing git hooks easy using Husky. Also, updating the commit message checks. Includes setup instructions in the README.
ref: N25B-366
2025-12-02 15:02:48 +01:00
Björn Otgaar
fe13017f2d
test: test for the actual better clone- and make sure we use the JSON stringify and parse for this since tests are weird
...
ref: N25B-371
2025-12-02 14:12:35 +01:00
JobvAlewijk
3bcc865dd8
build: merge dev
...
ref: N25B-189
2025-12-02 12:56:53 +01:00
Björn Otgaar
7640c32830
fix: fix the creation of new phases so that the data is deepcloned instead of referenced
2025-12-02 12:47:38 +01:00
Björn Otgaar
a95fbd15e6
test: create universal tests and rewrite nodes to have optional parameters for more code coverage
...
ref: N25B-362
2025-12-02 12:01:23 +01:00
JobvAlewijk
d4393e7635
test: scroll
...
ref: N25B-292
2025-12-02 11:36:10 +01:00
Twirre Meulenbelt
ff4ee7e111
Merge remote-tracking branch 'origin/dev' into feat/send-program
...
# Conflicts:
# src/pages/VisProgPage/visualProgrammingUI/nodes/TriggerNode.tsx
2025-12-02 10:52:48 +01:00
JobvAlewijk
2261da9915
test: robot, and 2 nodes tests added.
...
ref: N25B-292
2025-11-27 18:45:11 +01:00
Björn Otgaar
c5d9b8342d
chore: create new tests for the UI, namely normnode, and one for all nodes
2025-11-27 17:14:19 +01:00
Twirre Meulenbelt
381fdaca1a
fix: re-render TextField when input changes from parent
...
ref: N25B-189
2025-11-27 10:58:09 +01:00
Gerla, J. (Justin)
0ec6f556c9
Merge branch 'docs/ui-documentation' into 'dev'
...
docs: create-and-check-documentation
See merge request ics/sp/2025/n25b/pepperplus-ui!23
2025-11-26 13:41:18 +00:00
Arthur van Assenbergh
10a2c0c3cd
docs: create-and-check-documentation
2025-11-26 13:41:18 +00:00
Pim Hutting
5287cb3bf3
Merge remote-tracking branch 'origin/dev' into feat/save-load-nodes
2025-11-26 14:05:38 +01:00
Twirre Meulenbelt
32c8c985c3
chore: more general type required
2025-11-25 11:06:11 +01:00
Twirre Meulenbelt
690880faa4
feat: send program to backend in the latest form
...
ref: N25B-198
2025-11-25 10:55:57 +01:00
JobvAlewijk
f87c7fed03
Merge branch 'refactor/node-encapsulation' into 'dev'
...
Refactoring all nodes functionality into their own files, create a modular framework for the visual programming.
See merge request ics/sp/2025/n25b/pepperplus-ui!21
2025-11-20 15:00:00 +00:00
Björn Otgaar
79b645df88
chore: apply suggestions from threads for merge.
2025-11-20 14:53:42 +01:00
Björn Otgaar
1dfc14ede8
chore: remove unused style reference
2025-11-20 14:33:23 +01:00
Björn Otgaar
c84f730782
Apply 1 suggestion(s) to 1 file(s)
...
Co-authored-by: Twirre <s.a.meulenbelt@students.uu.nl >
2025-11-19 17:31:13 +00:00
Björn Otgaar
f892db7be2
Merge branch 'dev' into refactor/node-encapsulation
2025-11-19 10:47:56 +01:00
JobvAlewijk
4f7c730916
Merge branch 'docs/generate-html' into 'dev'
...
Introduce documentation generator
See merge request ics/sp/2025/n25b/pepperplus-ui!20
2025-11-19 09:30:54 +00:00
Björn Otgaar
1f70ebd799
chore: remove a single console.log that wasn't needed... :)
2025-11-19 10:21:46 +01:00
Björn Otgaar
f37df1c726
chore: cleanup broken tests, add extra documentation, make sure everything is clean and code style isn't inconsistant
2025-11-19 10:13:08 +01:00
Björn Otgaar
8c2e51114e
chore: delete graph tests that fail
2025-11-18 19:23:25 +01:00
Björn Otgaar
bd7620a182
chore: fix eslints and spelling
2025-11-18 18:49:11 +01:00
Björn Otgaar
bb4e9d0b26
fix: fixed the program reduce algorithm to be flexable and correctly use the different phase variables.
...
ref: N25B-294
2025-11-18 18:47:08 +01:00
Björn Otgaar
0bbb6101ae
refactor: make sure that the droppable styles are kept, update some nodes to reflect their used functionality.
...
ref: N25B-294
2025-11-18 15:36:18 +01:00
Björn Otgaar
3e73e78ee9
chore: merge the rest of the nodes back into this structure, and make sure that start and end nodes are not deletable.
2025-11-18 13:25:13 +01:00
Björn Otgaar
941658a817
Merge branch 'dev' into refactor/node-encapsulation
2025-11-18 12:35:53 +01:00