b8042903aa
Renamed class 'ValidateIdentifier' to 'IdentifierValidator'
2024-03-13 14:05:26 +07:00
1f0c93d809
Renamed package 'utils' to 'util'
2024-03-13 14:05:26 +07:00
0381fac93c
Renamed module 'api' to 'client-api'
2024-03-13 14:05:26 +07:00
5e7976ed97
Added more tests. Fixed exceptions
2024-03-06 23:45:09 +07:00
62f71cb413
Removed unused methods
2024-03-06 23:45:09 +07:00
04e758f036
Removed unused field
2024-03-06 23:45:09 +07:00
a580742181
Fixed tests
2024-03-06 23:45:09 +07:00
561ccebb07
Added room service tests and fixed bug
2024-03-06 23:45:09 +07:00
18dab02371
Added tests for NodeService
2024-03-06 23:45:09 +07:00
68efccbe79
Added PERSIST detail for nodes and rooms
2024-03-06 23:45:09 +07:00
1da6f7ceaf
Fixed tests
2024-02-28 11:16:27 +07:00
d00eaa0a7d
Throwing exception with non persist node
2024-02-28 11:16:27 +07:00
b95d2f3953
Implemented saving to disk storage
2024-02-28 11:16:27 +07:00
32553b63ff
Renamed build jar files
2024-02-26 22:43:05 +07:00
d40222d048
More interesting payload values in test data
2024-02-15 11:02:40 +07:00
e61f223ccb
Fixed bug with deletion users from room with node picking mode 'LEAST_PICKED'
2024-02-15 10:40:07 +07:00
0c673950c3
Documented Users
2024-02-15 00:33:08 +07:00
5942595a23
Hide Schemas in Swagger UI
2024-02-15 00:33:08 +07:00
ee3d890a84
Documented RoomPicker Info
2024-02-15 00:33:08 +07:00
340fd3e7f6
Documented Rooms
2024-02-15 00:33:08 +07:00
2d1bf1434b
Documented Nodes
2024-02-15 00:33:08 +07:00
b178056b32
Enabled Swagger UI
2024-02-15 00:33:08 +07:00
76ee311d2c
Added application info to OpenAPI documentation
2024-02-15 00:33:08 +07:00
08a5c65967
Added SpringDoc
2024-02-15 00:33:08 +07:00
4351f365c9
Added Prometheus integration
2024-02-14 17:46:07 +07:00
65d6e325bc
Implemented getting server version
2024-02-10 07:48:47 +07:00
1055434737
Removed unused imports
2024-02-05 15:56:27 +07:00
5b5a256d6b
Refactor details parser for UserRoomController
2024-02-05 15:56:09 +07:00
97f2971086
Removed unused imports
2024-02-05 15:54:14 +07:00
65c0ea4739
Refactor details parsing for RoomController
2024-02-05 15:53:51 +07:00
682ffd49d8
Refactor details parsing
2024-02-05 15:51:04 +07:00
3b8fa87c5b
Implemented user details page
2024-02-05 15:32:32 +07:00
be203ccf5c
Implemented search users
2024-01-31 20:12:43 +07:00
ecde48460b
Implemented getting details for method 'repository.all()' if it required
2024-01-17 18:42:56 +07:00
Andrey Terentev
7566f24d36
Refactor controllers and exception handling ( #8 )
...
* Refactored exceptions and responses
* Extracted exceptions to external api library
* Refactored exceptions and extracted models to external library
* Fixed test after refactor
* Extracted validator to api library
* Implemented session error handler
* Upgraded notifications
* Implemented global exception handler for control panel
2024-01-16 16:29:44 +07:00
01518f4054
Updated chmod for gradlew
2024-01-13 01:59:56 +07:00
70ca0f8010
Added todos for refactor later
2024-01-13 01:33:43 +07:00
5c71ab050d
Prepared mapping for picking room from nodes (refactor later)
2024-01-13 01:33:06 +07:00
75af351fb3
Fixed bug with LeastPickedPicker
2024-01-13 01:01:15 +07:00
b316d3894f
Added test for LeastPickedPicker
2024-01-13 01:00:02 +07:00
ab5bb54a99
Added more test cases for SequentialFillingPicker
2024-01-12 18:58:48 +07:00
5b5a6107ed
Added test for SequentialFillingTests for check no one picked room
2024-01-12 18:57:02 +07:00
d05ac642b2
Fixed SequentialFillingPicker
2024-01-12 18:55:24 +07:00
5f1332dc8c
Added test for SequentialFillingPicker
2024-01-12 18:55:09 +07:00
efd53e6954
Fixed bug with infinite looped iteration in QueuedLinkedList
2024-01-12 16:53:53 +07:00
022fcd2abf
Made parametrized test for RoundRobinTests
2024-01-12 16:48:01 +07:00
118df9e22c
Removed useless construct parameter
2024-01-12 16:18:45 +07:00
87b89029ba
Refactored tests
2024-01-12 16:11:59 +07:00
c6b7feddc5
Added timeout for test
2024-01-12 15:46:58 +07:00
cfaa6e5e90
Added more tests for other situations with RoundRobin picker (fount loop bug)
2024-01-12 15:38:14 +07:00