Added builder, DataTracker and KeyValue #16

Manually merged
quentinlegot merged 40 commits from dev into master 2023-06-13 22:15:40 +02:00

40 Commits

Author SHA1 Message Date
193236f186 Update '.gitea/workflows/test.yml'
All checks were successful
/ build (17, ubuntu-latest) (push) Successful in 4m47s
/ deploy (push) Has been skipped
/ build (17, ubuntu-latest) (pull_request) Successful in 4m47s
/ deploy (pull_request) Has been skipped
2023-06-13 21:59:12 +02:00
ea37bdb98f Update 'build.gradle'
All checks were successful
/ build (17, ubuntu-latest) (push) Successful in 4m53s
2023-06-13 21:51:54 +02:00
6f9bd14372 Update '.gitea/workflows/test.yml'
Some checks failed
/ build (17, ubuntu-latest) (push) Failing after 50s
2023-06-13 21:49:55 +02:00
26d546e229 log message to try to file runner
Some checks failed
/ build (17, ubuntu-latest) (push) Failing after 48s
2023-06-13 21:40:11 +02:00
97476da964 log message to try to file runner
Some checks failed
/ build (17, ubuntu-latest) (push) Failing after 49s
2023-06-13 21:34:10 +02:00
1184558c31 log message to try to file runner
Some checks failed
/ build (17, ubuntu-latest) (push) Failing after 48s
2023-06-13 21:27:06 +02:00
20ba0a126a log message to try to file runner
Some checks failed
/ build (17, ubuntu-latest) (push) Failing after 49s
2023-06-13 21:24:24 +02:00
bd8980b8cc log message to try to file runner
Some checks failed
/ build (17, ubuntu-latest) (push) Failing after 48s
2023-06-13 21:19:23 +02:00
393da963e6 log message to try to file runner
Some checks failed
/ build (17, ubuntu-latest) (push) Failing after 48s
2023-06-13 21:15:55 +02:00
eceba274d8 Fix build config
Some checks failed
/ build (17, ubuntu-latest) (push) Failing after 47s
2023-06-13 21:12:34 +02:00
cfb953e8dc Remove secret from gradle.properties, moved it to ENV variables or local.properties
Some checks failed
/ build (17, ubuntu-latest) (push) Failing after 46s
2023-06-13 21:02:46 +02:00
81d780f081 Change password to a secret
All checks were successful
/ build (17, ubuntu-latest) (push) Successful in 5m3s
2023-06-13 18:13:23 +02:00
7fdbcda1f6 Merge pull request 'Add DataTracker and TrackedData' (#15) from datatracker into dev
All checks were successful
/ build (17, ubuntu-latest) (push) Successful in 5m20s
Reviewed-on: #15
2023-06-13 18:08:35 +02:00
7b054ed935 Update fabric.mod.json and fix Pagination name
All checks were successful
/ build (17, ubuntu-latest) (pull_request) Successful in 5m18s
2023-06-13 18:03:13 +02:00
780c0d650c Updated and added fabric.mod.json
All checks were successful
/ build (17, ubuntu-latest) (pull_request) Successful in 4m44s
2023-06-13 17:46:19 +02:00
c976468d2b Add DataTracker and TrackedData
All checks were successful
/ build (17, ubuntu-latest) (pull_request) Successful in 4m49s
2023-06-13 17:36:49 +02:00
ee67f7e075 Added deleteRow and truncateTable for KeyValueTable, add test for KeyValueTable
All checks were successful
/ build (17, ubuntu-latest) (push) Successful in 4m36s
2023-06-08 20:33:35 +02:00
95d06283e4 Moved class from keyvalue to keyValue
All checks were successful
/ build (17, ubuntu-latest) (push) Successful in 4m24s
2023-06-08 18:44:27 +02:00
17cf359e83 KeyValue has been simplified
All checks were successful
/ build (17, ubuntu-latest) (push) Successful in 4m34s
2023-06-08 18:41:59 +02:00
c66067da8c Move builder to Core module and developed it a bit
Some checks failed
/ build (17, ubuntu-latest) (push) Failing after 13m19s
2023-06-08 18:25:21 +02:00
879dd5554d Add comments to KeyValueTable, KeyValueConnection implements KeyValueTable
All checks were successful
/ build (17, ubuntu-latest) (push) Successful in 4m16s
2023-06-05 22:38:53 +02:00
6f05978553 Add KeyValueConnection, update loom to 1.2, gradle to 8.1 2023-06-05 18:42:20 +02:00
48e53e0edb Added support of Text for Pagination
All checks were successful
build (17, ubuntu-latest)
Signed-off-by: Quentin Legot <legotquentin@gmail.com>
2023-03-24 21:58:05 +01:00
351b8aaf84 Add a new api method (not developed yet)
All checks were successful
build (17, ubuntu-latest)
Signed-off-by: Quentin Legot <legotquentin@gmail.com>
2023-03-24 19:56:10 +01:00
30853dee70 Improve player feedback and improve table style
All checks were successful
build (17, ubuntu-latest)
Signed-off-by: Quentin Legot <legotquentin@gmail.com>
2023-03-24 19:38:40 +01:00
5d6cf24582 Change values in PaginatedContentfrom String to Text for future updates
All checks were successful
build (17, ubuntu-latest)
Signed-off-by: Quentin Legot <legotquentin@gmail.com>
2023-03-24 18:41:36 +01:00
088566175f remove deploy job
All checks were successful
build (17, ubuntu-latest)
2023-03-23 22:02:32 +01:00
25e65e0a98 Update '.gitea/workflows/test.yml'
Some checks failed
build (17, ubuntu-latest)
deploy
2023-03-23 21:55:09 +01:00
e6455a86e0 Remove psql from tests
Some checks failed
build (17, ubuntu-latest)
deploy
2023-03-23 21:48:05 +01:00
2f75bb6083 Exclude test which require a connection to database
Some checks failed
build (17, ubuntu-latest)
deploy
2023-03-23 21:47:04 +01:00
7326fb2a7f Update '.gitea/workflows/test.yml'
Some checks failed
build (17, ubuntu-latest)
deploy
2023-03-23 21:40:00 +01:00
e16843c3e4 Add postgresql to perform databases tests
Some checks failed
build (17, ubuntu-latest)
deploy
2023-03-23 21:32:52 +01:00
4c0ec2ae27 Merge pull request 'pagination' (#10) from pagination into dev
Some checks failed
build (17, ubuntu-latest)
build (17, windows-2022)
deploy
Reviewed-on: #10
2023-03-23 02:16:30 +01:00
d82c8cecad Added some "=" to headers and footers
Some checks failed
build (17, ubuntu-latest)
build (17, windows-2022)
deploy
Signed-off-by: Quentin Legot <legotquentin@gmail.com>
2023-03-23 02:15:37 +01:00
5992aaa5a0 Added a test command and made some fixes
Signed-off-by: Quentin Legot <legotquentin@gmail.com>
2023-03-23 01:52:02 +01:00
f2359c75f4 Fix build and reduce memory footprint by fixing max memory usage to 2G instead of 4G
Signed-off-by: Quentin Legot <legotquentin@gmail.com>
2023-03-23 01:33:03 +01:00
5a1e741eac Add command and page display
Some checks failed
build (17, ubuntu-latest)
build (17, windows-2022)
deploy
Signed-off-by: Quentin Legot <legotquentin@gmail.com>
2023-03-23 01:12:46 +01:00
dfc9641e66 Merge pull request 'rebase dev to pagination' (#9) from dev into pagination
Reviewed-on: #9
2023-03-21 09:38:14 +01:00
be9c4de097 Fix HeaderCondition
Signed-off-by: Quentin Legot <legotquentin@gmail.com>
2023-03-19 19:53:54 +01:00
19e1dd2937 Add pagination precondition 2023-03-19 19:38:08 +01:00