bcmmbaga
|
baf211203a
|
fix merge
Signed-off-by: bcmmbaga <bethuelmbaga12@gmail.com>
|
2025-01-08 23:17:54 +03:00 |
|
bcmmbaga
|
9d86f76a24
|
Merge branch 'main' into peers-get-account-refactoring
# Conflicts:
# management/server/account.go
# management/server/account_test.go
# management/server/ephemeral.go
# management/server/ephemeral_test.go
# management/server/http/handlers/peers/peers_handler.go
# management/server/http/handlers/peers/peers_handler_test.go
# management/server/integrated_validator.go
# management/server/mock_server/account_mock.go
# management/server/peer.go
# management/server/store/sql_store.go
# management/server/store/sql_store_test.go
# management/server/store/store.go
# management/server/testdata/store_with_expired_peers.sql
# management/server/user.go
|
2025-01-08 22:31:10 +03:00 |
|
Pascal Fischer
|
782e3f8853
|
[management] Add integration test for the setup-keys API endpoints (#2936)
|
2025-01-02 13:51:01 +01:00 |
|
Viktor Liu
|
ddc365f7a0
|
[client, management] Add new network concept (#3047)
---------
Co-authored-by: Pascal Fischer <32096965+pascal-fischer@users.noreply.github.com>
Co-authored-by: bcmmbaga <bethuelmbaga12@gmail.com>
Co-authored-by: Maycon Santos <mlsmaycon@gmail.com>
Co-authored-by: Zoltan Papp <zoltan.pmail@gmail.com>
|
2024-12-20 11:30:28 +01:00 |
|
Bethuel Mmbaga
|
12f442439a
|
[management] Refactor group to use store methods (#2867)
* Refactor setup key handling to use store methods
Signed-off-by: bcmmbaga <bethuelmbaga12@gmail.com>
* add lock to get account groups
Signed-off-by: bcmmbaga <bethuelmbaga12@gmail.com>
* add check for regular user
Signed-off-by: bcmmbaga <bethuelmbaga12@gmail.com>
* get only required groups for auto-group validation
Signed-off-by: bcmmbaga <bethuelmbaga12@gmail.com>
* add account lock and return auto groups map on validation
Signed-off-by: bcmmbaga <bethuelmbaga12@gmail.com>
* refactor account peers update
Signed-off-by: bcmmbaga <bethuelmbaga12@gmail.com>
* Refactor groups to use store methods
Signed-off-by: bcmmbaga <bethuelmbaga12@gmail.com>
* refactor GetGroupByID and add NewGroupNotFoundError
Signed-off-by: bcmmbaga <bethuelmbaga12@gmail.com>
* fix tests
Signed-off-by: bcmmbaga <bethuelmbaga12@gmail.com>
* Add AddPeer and RemovePeer methods to Group struct
Signed-off-by: bcmmbaga <bethuelmbaga12@gmail.com>
* Preserve store engine in SqlStore transactions
Signed-off-by: bcmmbaga <bethuelmbaga12@gmail.com>
* Run groups ops in transaction
Signed-off-by: bcmmbaga <bethuelmbaga12@gmail.com>
* fix missing group removed from setup key activity
Signed-off-by: bcmmbaga <bethuelmbaga12@gmail.com>
* fix merge
Signed-off-by: bcmmbaga <bethuelmbaga12@gmail.com>
* fix merge
Signed-off-by: bcmmbaga <bethuelmbaga12@gmail.com>
* fix sonar
Signed-off-by: bcmmbaga <bethuelmbaga12@gmail.com>
* Change setup key log level to debug for missing group
Signed-off-by: bcmmbaga <bethuelmbaga12@gmail.com>
* Retrieve modified peers once for group events
Signed-off-by: bcmmbaga <bethuelmbaga12@gmail.com>
* Add tests
Signed-off-by: bcmmbaga <bethuelmbaga12@gmail.com>
* Add account locking and merge group deletion methods
Signed-off-by: bcmmbaga <bethuelmbaga12@gmail.com>
* Fix tests
Signed-off-by: bcmmbaga <bethuelmbaga12@gmail.com>
---------
Signed-off-by: bcmmbaga <bethuelmbaga12@gmail.com>
|
2024-11-15 20:09:32 +03:00 |
|
bcmmbaga
|
c557c98390
|
Refactor peer to use store methods
Signed-off-by: bcmmbaga <bethuelmbaga12@gmail.com>
|
2024-11-14 19:33:57 +03:00 |
|
bcmmbaga
|
0a70e4c5d4
|
Refactor groups to use store methods
Signed-off-by: bcmmbaga <bethuelmbaga12@gmail.com>
|
2024-11-08 18:39:36 +03:00 |
|
Maycon Santos
|
165988429c
|
Add write lock for peer when saving its connection status (#2359)
|
2024-07-31 14:53:32 +02:00 |
|
pascal-fischer
|
765aba2c1c
|
Add context to throughout the project and update logging (#2209)
propagate context from all the API calls and log request ID, account ID and peer ID
---------
Co-authored-by: Zoltan Papp <zoltan.pmail@gmail.com>
|
2024-07-03 11:33:02 +02:00 |
|
pascal-fischer
|
2e0047daea
|
Improve Sync performance (#1901)
|
2024-05-07 14:30:03 +02:00 |
|
Zoltan Papp
|
2d76b058fc
|
Feature/peer validator (#1553)
Follow up management-integrations changes
move groups to separated packages to avoid circle dependencies
save location information in Login action
|
2024-03-27 18:48:48 +01:00 |
|