160 Commits

Author SHA1 Message Date
475191de79 Renamed module 'app' -> 'server' 2024-03-13 14:05:26 +07:00
bde58ef053 Created base for client implementation 2024-03-13 14:05:26 +07:00
4695dce10d Refactored UserRepository 2024-03-13 14:05:26 +07:00
d92a3fed6e Refactored 'RUser' to 'ResponseUser' 2024-03-13 14:05:26 +07:00
96c7a2e529 Marked default constructors with @Internal 2024-03-13 14:05:26 +07:00
1a2dcebb1a Refactored RoomRepository 2024-03-13 14:05:26 +07:00
8f29d69ecc Refactored RRoom to ResponseRoom 2024-03-13 14:05:26 +07:00
ef37fa0223 Added new Room and User interfaces 2024-03-13 14:05:26 +07:00
040a9d1fbe Refactored node repository 2024-03-13 14:05:26 +07:00
2d0cdca3e7 Refactored Node response object 2024-03-13 14:05:26 +07:00
31ff4cf95b Added EnumUtils 2024-03-13 14:05:26 +07:00
a7a3e4b990 Added Jetbrains Annotations 2024-03-13 14:05:26 +07:00
cce8d4fcc0 Moved details to new package (wtf duplicated) 2024-03-13 14:05:26 +07:00
3f86cb9151 Moved details to new package 2024-03-13 14:05:26 +07:00
c89f5c3511 Added @NotNull annotations for IdentifierValidator 2024-03-13 14:05:26 +07:00
5ceeb6c893 Moved dependency from 'client-impl' to 'client-api' 2024-03-13 14:05:26 +07:00
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
73c51a4997 Added tests for ValidateIdentifier class 2024-03-13 14:05:26 +07:00
a1adff9ddd Added module 'client-impl' 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
c812bff637 Added badges for not persist nodes 2024-03-06 23:45:09 +07:00
68efccbe79 Added PERSIST detail for nodes and rooms 2024-03-06 23:45:09 +07:00
Andrey Terentev
268853b75e
Updated CI 2024-02-28 11:19:57 +07:00
1da6f7ceaf Fixed tests 2024-02-28 11:16:27 +07:00
6dba58126a Added checkboxes for Persist field 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
0b0fcbcc2e Set production mode for Vaadin 2024-02-26 22:22:54 +07:00
97caa9ddfe Updated README.md 2024-02-26 17:00:18 +07:00
54c01f1a7f Updated CI 2024-02-26 16:55:25 +07:00
a87f2d2ab6 Removed useless imports 2024-02-19 17:06:23 +07:00
9f7f857035 Added refresh button for UserDetails 2024-02-19 17:06:23 +07:00
c88c71c5c3 Added refresh button for UserSearch 2024-02-19 17:06:23 +07:00
72bf68255c Added refresh button UserList 2024-02-19 17:06:23 +07:00
a95700f7d3 Added refresh button for RoomList 2024-02-19 17:06:23 +07:00
9650ecd358 Added refresh button for NodeList 2024-02-19 17:06:23 +07:00
d40222d048 More interesting payload values in test data 2024-02-15 11:02:40 +07:00
138377da77 Updated AddUser component view 2024-02-15 10:52:34 +07:00
6a8319724e Updated tables style 2024-02-15 10:47:43 +07:00
e61f223ccb Fixed bug with deletion users from room with node picking mode 'LEAST_PICKED' 2024-02-15 10:40:07 +07:00
98f8d8fd6c 'Buckets' replaced to 'Rooms' in naming 2024-02-15 10:27:02 +07:00
327c0d13d2 Edited docker-composer, added volume for Grafana 2024-02-15 01:34:10 +07:00