Commit Graph

90 Commits

Author SHA1 Message Date
19e1dd2937 Add pagination precondition 2023-03-19 19:38:08 +01:00
31b6a45ef7 Merge pull request 'Fix mixins and temporary remove Pagination' (#5) from dev into master
Reviewed-on: #5
2023-03-02 18:53:46 +01:00
cbc6796b7c Fix mixins and temporary remove Pagination
Signed-off-by: Quentin Legot <legotquentin@gmail.com>
2023-03-02 18:50:23 +01:00
7a21af570b Moving all pagination work
Signed-off-by: Quentin Legot <legotquentin@gmail.com>
2023-03-02 15:07:27 +01:00
16dff9556d Fix task build.gradle
Signed-off-by: Quentin Legot <legotquentin@gmail.com>
2023-03-02 14:51:17 +01:00
5bb9df3c49 Add artifact with all subprojects inside 2023-03-02 14:07:48 +01:00
24564362ec Add pagination components
Signed-off-by: Quentin Legot <legotquentin@gmail.com>
2023-03-01 23:21:59 +01:00
e3c5d0dd67 Merge pull request 'Dump to 4.0.0' (#4) from 4.0.0 into master
Reviewed-on: #4
2023-02-27 00:17:48 +01:00
0228787568 Add Pagination project
Signed-off-by: Quentin Legot <legotquentin@gmail.com>
2023-02-27 00:13:09 +01:00
1a4e3481d5 Change list by a queue in order to use a thread-safe non-blocking concurrent queue
Signed-off-by: Quentin Legot <legotquentin@gmail.com>
2023-02-20 14:19:51 +01:00
10f4ac013e DUmp to 3.0.1-SNAPSHOT
Signed-off-by: Quentin Legot <legotquentin@gmail.com>
2023-02-14 15:29:26 +01:00
9a2b0182df Remove Jenkinsfile (my vps can't handle it), update dependency declaration
Signed-off-by: Quentin Legot <legotquentin@gmail.com>
2023-02-14 14:54:14 +01:00
d71ff26617 Merge branch 'master' of https://git.altarik.fr/quentinlegot/Toolbox 2023-02-13 17:51:01 +01:00
97ada864e1 Changing permission of gradlew 2023-02-13 17:50:59 +01:00
0f67867d23 Update 'Jenkinsfile' 2023-02-13 17:41:28 +01:00
50324824c8 Update 'Jenkinsfile' 2023-02-13 17:40:16 +01:00
d161a9d145 Update 'Jenkinsfile' 2023-02-13 17:37:32 +01:00
2eed4d31dc Add Jenkinsfile
Signed-off-by: Quentin Legot <legotquentin@gmail.com>
2023-02-13 17:13:15 +01:00
553a97fa7a Dump to 3.0.0-SNAPSHOT
Signed-off-by: Quentin Legot <legotquentin@gmail.com>
2023-02-13 15:31:03 +01:00
f3559bf545 Merge pull request 'fabric-synctask' (#1) from fabric-synctask into master
Reviewed-on: #1
2023-02-13 15:26:37 +01:00
0f902faa1b Fix fabric.mod.json, add run folder to gitignore
Signed-off-by: Quentin Legot <legotquentin@gmail.com>
2023-02-13 15:25:08 +01:00
f5db55e96e Added tests 2023-02-13 15:00:13 +01:00
c32e72dda6 Move each task scheduler to a specific class: Scheduler.java, AsyncPeriodicTasks.java scheduler is now on server thread (send task to async worker)
Signed-off-by: Quentin Legot <legotquentin@gmail.com>
2023-02-13 14:17:03 +01:00
be9f422f1f Made some twerks to tasks, fix task period for PeriodicSyncTask
Signed-off-by: Quentin Legot <legotquentin@gmail.com>
2023-02-12 19:10:24 +01:00
24656fa74f add OneTimeSyncTask and started to implement its test (not finished)
Signed-off-by: Quentin Legot <legotquentin@gmail.com>
2023-02-12 14:51:30 +01:00
9123d71a7e Add tests to PeriodicSyncTask
Signed-off-by: Quentin Legot <legotquentin@gmail.com>
2023-02-12 14:24:09 +01:00
e9c97df089 Fix issue avoiding the mod not to compile, add a test for asyncTasks (still need to be implemented)
Signed-off-by: Quentin Legot <legotquentin@gmail.com>
2023-02-03 23:52:50 +01:00
e7178d44a9 PeriodicSyncTask and AsyncPeriodicTasks should work now (untested)
Signed-off-by: Quentin Legot <legotquentin@gmail.com>
2023-02-03 23:40:01 +01:00
b1ee9344b8 Added AsyncPeriodicTasks, improved a bit PeriodicSyncTask (still a bit of work to do)
Signed-off-by: Quentin Legot <legotquentin@gmail.com>
2023-02-03 17:51:16 +01:00
863952b120 Added periodic task (but unfinished), have to rework a bit AsyncTasks (add a scheduler to add cancellability) 2023-02-03 12:31:51 +01:00
5d89e92abd Fix project not being published to good repo
Signed-off-by: Quentin Legot <legotquentin@gmail.com>
2022-11-07 00:38:54 +01:00
378bd939a4 Change subproject name, added a .toolbox to maven_group in gradle.properties
Signed-off-by: Quentin Legot <legotquentin@gmail.com>
2022-11-07 00:25:25 +01:00
79ef34d6fa Dump to 2.0.0-SNAPSHOT
Signed-off-by: Quentin Legot <legotquentin@gmail.com>
2022-11-07 00:11:02 +01:00
396f0cee94 organization changed, added sql connection project
Signed-off-by: Quentin Legot <legotquentin@gmail.com>
2022-11-07 00:09:52 +01:00
ce6d16ef37 Reworked Asynchronous tasks 2022-11-06 21:31:58 +01:00
b98bc70c1f Dump to 1.1.0-SNAPSHOT 2022-09-20 16:53:56 +02:00
b950466a2e Delete .idea 2022-09-20 15:04:43 +02:00
f840a70d5e Improved javadoc 2022-09-20 12:12:28 +02:00
bc1b0c1fed Improved performance a bit, changed Stack (LIFO) to BlockingQueue(FIFO) with same synchronization principale than Stack and improved test 2022-09-20 11:31:48 +02:00
115538952e Initial commit 2022-09-19 23:52:14 +02:00