Commit Graph

37 Commits

Author SHA1 Message Date
d117052ca4
Aggregate Change
All checks were successful
zdm/undo-redo/pipeline/head This commit looks good
The aggregate change combines multiple changes into one while
implementing the Change interface.
2022-02-11 09:48:41 +01:00
b30f806894
Improve Javadoc, make wrapper properties final 2022-02-11 09:48:34 +01:00
4872fd3db3
Merge pull request 'Bump Version to 0.1.0' (#9) from r/0.1.0 into develop
All checks were successful
zdm/undo-redo/pipeline/head This commit looks good
Reviewed-on: https://git.kske.dev/zdm/undo-redo/pulls/9
Reviewed-by: DieGurke <maxi@kske.dev>
Reviewed-by: delvh <leon@kske.dev>
2021-12-25 21:33:57 +01:00
833c346914
Bump version to 0.1.0
All checks were successful
zdm/undo-redo/pipeline/head This commit looks good
2021-12-25 22:27:28 +02:00
8ef4a9a572
Fix typo in Javadoc tag 2021-12-25 22:27:03 +02:00
ae2f2e8a84
Merge pull request 'Fix ChangeManagerWrapper' (#8) from b/javafx-wrapper-properties into develop
All checks were successful
zdm/undo-redo/pipeline/head This commit looks good
Reviewed-on: https://git.kske.dev/zdm/undo-redo/pulls/8
Reviewed-by: DieGurke <maxi@kske.dev>
Reviewed-by: delvh <leon@kske.dev>
2021-12-25 21:14:53 +01:00
7101523584
Update properties on wrapper creation, fix NPE
All checks were successful
zdm/undo-redo/pipeline/head This commit looks good
2021-12-25 21:57:25 +02:00
4a70d954ef
Merge pull request 'Correctly Deal with Identity Changes and Divergent History' (#5) from b/divergent-history into develop
All checks were successful
zdm/undo-redo/pipeline/head This commit looks good
Reviewed-on: https://git.kske.dev/zdm/undo-redo/pulls/5
Reviewed-by: delvh <leon@kske.dev>
2021-12-24 22:16:45 +01:00
d649f24ad8
Merge pull request 'Add Change Manager Unmarking' (#6) from f/change-unmarking into develop
Reviewed-on: https://git.kske.dev/zdm/undo-redo/pulls/6
Reviewed-by: delvh <leon@kske.dev>
2021-12-24 22:16:36 +01:00
9c2971a078
Merge pull request 'Generate Code Coverage Report for Jenkins' (#7) from f/coverage into develop
All checks were successful
zdm/undo-redo/pipeline/head This commit looks good
Reviewed-on: https://git.kske.dev/zdm/undo-redo/pulls/7
Reviewed-by: delvh <leon@kske.dev>
2021-12-24 14:37:58 +01:00
d26c0fe256
Publish coverage report to Jenkins
All checks were successful
zdm/undo-redo/pipeline/head This commit looks good
2021-12-24 15:12:13 +02:00
a39d03abf8
Generate coverage report
All checks were successful
zdm/undo-redo/pipeline/head This commit looks good
2021-12-24 14:15:14 +02:00
0fc3577750
Add change manager unmarking
All checks were successful
zdm/undo-redo/pipeline/head This commit looks good
2021-12-23 10:05:29 +02:00
d484839c8b
Fix divergent changes removal, improve unit test
All checks were successful
zdm/undo-redo/pipeline/head This commit looks good
2021-12-23 09:42:33 +02:00
5d1ef84770
Discard identity changes, discard divergent branches
All checks were successful
zdm/undo-redo/pipeline/head This commit looks good
2021-12-22 16:51:33 +02:00
1155541350
Fix javafx module artifact name
All checks were successful
zdm/undo-redo/pipeline/head This commit looks good
2021-12-22 16:32:27 +02:00
fa5c2419bf
Merge pull request 'JavaFX Integration' (#4) from f/javafx into develop
All checks were successful
zdm/undo-redo/pipeline/head This commit looks good
Reviewed-on: https://git.kske.dev/zdm/undo-redo/pulls/4
Reviewed-by: DieGurke <maxi@kske.dev>
Reviewed-by: delvh <leon@kske.dev>
2021-12-16 12:05:49 +01:00
0f1c3e06d8
JavaFX reflective access + Javadoc + @delvh
All checks were successful
zdm/undo-redo/pipeline/head This commit looks good
* Allow reflective access to the JavaFX module for javafx.base
* Add space to the unit test orders
* Improve Javadoc
* Add @delvh as developer
2021-12-16 10:22:37 +01:00
1b6d7f3dde
Add ObservableChangeManager interface with wrapper implementation
All checks were successful
zdm/undo-redo/pipeline/head This commit looks good
2021-12-12 08:05:24 +01:00
d49772a127
Add javafx module
Some checks failed
zdm/undo-redo/pipeline/head There was a failure building this commit
The undo-redo-javafx module will contain the JavaFX-compatible API for
Undo-Redo.
2021-12-12 05:59:28 +01:00
d80dd94e90
Allow retrieving the last change from a change manager 2021-12-12 05:49:47 +01:00
4b07626155
Merge pull request 'Basic API Structure' (#2) from f/basics into develop
All checks were successful
zdm/undo-redo/pipeline/head This commit looks good
Reviewed-on: https://git.kske.dev/zdm/undo-redo/pulls/2
Reviewed-by: kske <kai@kske.dev>
Reviewed-by: delvh <leon@kske.dev>
2021-12-11 21:45:58 +01:00
a4695870c4
Fix core module name
All checks were successful
zdm/undo-redo/pipeline/head This commit looks good
2021-12-11 18:22:06 +01:00
23aa60e65e
Move everything into the core package
Some checks failed
zdm/undo-redo/pipeline/head There was a failure building this commit
2021-12-11 18:18:39 +01:00
93e177cc35
Changed LinkedList to ArrayList
All checks were successful
zdm/undo-redo/pipeline/head This commit looks good
2021-12-11 18:09:47 +01:00
4ef3c41251
Adapt Jenkinsfile to multi-module architecture
All checks were successful
zdm/undo-redo/pipeline/head This commit looks good
2021-12-11 17:58:09 +01:00
c411eace81
Convert to multi-module project
Some checks failed
zdm/undo-redo/pipeline/head There was a failure building this commit
2021-12-11 17:55:49 +01:00
f82df2b979
Extracted ChangeManager interface from concrete implementation
All checks were successful
zdm/undo-redo/pipeline/head This commit looks good
2021-12-11 17:30:44 +01:00
ee6015b353
Fix index handling in change manager
All checks were successful
zdm/undo-redo/pipeline/head This commit looks good
2021-12-11 14:01:31 +01:00
2773d360fb
Implement change manager unit tests
Some checks failed
zdm/undo-redo/pipeline/head There was a failure building this commit
2021-12-11 13:51:12 +01:00
bb7c1690b2
Add change manager unit test skeleton
Some checks failed
zdm/undo-redo/pipeline/head There was a failure building this commit
2021-12-10 18:39:57 +01:00
dc74b78d20
Add Jenkinsfile
Some checks failed
zdm/undo-redo/pipeline/head There was a failure building this commit
2021-12-08 10:42:55 +01:00
acb25c3120
Improve ChangeManager Javadoc 2021-12-08 10:35:09 +01:00
fe1009187c
New change interface and changeManager class 2021-12-07 19:13:51 +01:00
4a05f9a394
Merge pull request 'Project Setup' (#1) from f/setup into develop
Reviewed-on: https://git.kske.dev/zdm/undo-redo/pulls/1
Reviewed-by: kske <kai@kske.dev>
2021-12-07 18:08:48 +01:00
b1a324fed1
Add Eclipse / Maven project 2021-12-07 18:05:07 +01:00
5e76f2cb06
Initial commit 2021-12-06 21:52:16 +01:00