|
|
e38410a1ea
|
Tried to fix test, but LeastPicker and SequentialFilling do no passing
|
2024-03-16 23:29:38 +07:00 |
|
|
|
8b655bfb4b
|
Refactored repositories, deleted shit code
|
2024-03-16 23:29:38 +07:00 |
|
|
|
087a67f021
|
Implemented module 'noiser' - stress testing
|
2024-03-16 23:29:38 +07:00 |
|
|
|
c6bcd69900
|
Fixed NullPointerException in UserMetricsAspect
|
2024-03-16 23:29:38 +07:00 |
|
|
|
1bb4902134
|
Implemented picking method in Client and refactored picking in server
|
2024-03-16 23:29:38 +07:00 |
|
|
|
087c4fc517
|
Updated README.md
|
2024-03-15 22:18:02 +07:00 |
|
|
|
2d46581738
|
Added shared Grafana dashboard
|
2024-03-15 22:18:02 +07:00 |
|
|
|
da8833932e
|
Added new metrics 'roompicker_rooms'
|
2024-03-15 22:18:02 +07:00 |
|
|
|
d185072ee0
|
Added new metric 'roompicker_locked_rooms'
|
2024-03-15 22:18:02 +07:00 |
|
|
|
cf76f2f8ce
|
Fixed update metric 'roompicker_total_users'
|
2024-03-15 22:18:02 +07:00 |
|
|
|
0722615815
|
Added metric 'roompicker_picks_1s'
|
2024-03-15 22:18:02 +07:00 |
|
|
|
baab0e8636
|
Added metric 'roompicker_node_users_total'
|
2024-03-15 22:18:02 +07:00 |
|
|
|
0d3e1df6e5
|
Fixed hashCode and equals collisions
|
2024-03-15 22:18:02 +07:00 |
|
|
|
c42dc60af1
|
Refactored linking with room
|
2024-03-15 22:18:02 +07:00 |
|
|
|
1076dc5521
|
Fixed NullPointerException
|
2024-03-15 22:18:02 +07:00 |
|
|
|
d362cc31c6
|
Fixed count users inside nodes
|
2024-03-15 22:18:02 +07:00 |
|
|
|
4b3520aa67
|
Fixed mapping parameter default value
|
2024-03-15 22:18:02 +07:00 |
|
|
|
e196242215
|
Fixed memory leak
|
2024-03-15 22:18:02 +07:00 |
|
|
|
cad8f59d30
|
Fixed hash and equals collisions
|
2024-03-15 22:18:02 +07:00 |
|
|
|
4817e5e395
|
Added UserMetricsAspect
|
2024-03-15 22:18:02 +07:00 |
|
|
|
3faa88734d
|
Added methods for count users
|
2024-03-15 22:18:02 +07:00 |
|
|
|
65c78df852
|
Fixed tests
|
2024-03-13 17:08:00 +07:00 |
|
|
|
c13f566099
|
Used fair locks for Rooms and Users
|
2024-03-13 17:08:00 +07:00 |
|
|
|
71409917d5
|
Added ReadWriteLock instead of synchronize for Users
|
2024-03-13 17:08:00 +07:00 |
|
|
|
c998da9792
|
Added ReadWriteLock instead of synchronize for Rooms
|
2024-03-13 17:08:00 +07:00 |
|
|
|
bdf9616062
|
Replaced ConcurrentHashMap to HashMap
|
2024-03-13 17:08:00 +07:00 |
|
|
|
a66ded3d9d
|
Added ReadWriteLock instead of synchronize blocks
|
2024-03-13 17:08:00 +07:00 |
|
|
|
8a9da6c534
|
Refactored model User
|
2024-03-13 17:08:00 +07:00 |
|
|
|
dfd6dbaf17
|
Refactored model Room
|
2024-03-13 17:08:00 +07:00 |
|
|
|
385dfea98b
|
Room identifier max length is 36
|
2024-03-13 17:08:00 +07:00 |
|
|
|
a9847e8da7
|
Refactored model Node
|
2024-03-13 17:08:00 +07:00 |
|
|
|
cb76bd1604
|
Fixed redirecting to SwaggerUI
|
2024-03-13 14:14:59 +07:00 |
|
|
|
0e9a23ec34
|
Removed debug console output
|
2024-03-13 14:13:11 +07:00 |
|
|
|
2424030dd9
|
Fixed tests
|
2024-03-13 14:05:26 +07:00 |
|
|
|
c5b0d9ccf3
|
Renamed package 'request' -> 'query'
|
2024-03-13 14:05:26 +07:00 |
|
|
|
b407f291a8
|
Fixed NullPointerException
|
2024-03-13 14:05:26 +07:00 |
|
|
|
67a06b0116
|
Fixed Jackson serialisation for INode and IRoom
|
2024-03-13 14:05:26 +07:00 |
|
|
|
d1e97bf3b2
|
Fixed user search
|
2024-03-13 14:05:26 +07:00 |
|
|
|
9f2aeaa06e
|
Fixed Jackson configuration
|
2024-03-13 14:05:26 +07:00 |
|
|
|
0ba5ff8045
|
Refactored control panel
|
2024-03-13 14:05:26 +07:00 |
|
|
|
a29471f2c5
|
Added getting identifier objects from models
|
2024-03-13 14:05:26 +07:00 |
|
|
|
889b927b10
|
Fixed RemoveRoomsByIds.just()
|
2024-03-13 14:05:26 +07:00 |
|
|
|
abc6770969
|
Added method for getting server info
|
2024-03-13 14:05:26 +07:00 |
|
|
|
5ca6c02e54
|
Implemented UserRepository
|
2024-03-13 14:05:26 +07:00 |
|
|
|
5814119428
|
Implemented RoomRepository
|
2024-03-13 14:05:26 +07:00 |
|
|
|
425fb71f4c
|
Implemented NodeRepository
|
2024-03-13 14:05:26 +07:00 |
|
|
|
7d8f9bd463
|
Updated README.md
|
2024-03-13 14:05:26 +07:00 |
|
|
|
fb06655d89
|
Refactored picked room response and updated client NodeRepository
|
2024-03-13 14:05:26 +07:00 |
|
|
|
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 |
|