-
-
Notifications
You must be signed in to change notification settings - Fork 518
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[management] Refactor nameserver groups to use store methods #2888
Commits on Nov 7, 2024
-
Refactor setup key handling to use store methods
Signed-off-by: bcmmbaga <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 389c961 - Browse repository at this point
Copy the full SHA 389c961View commit details -
add lock to get account groups
Signed-off-by: bcmmbaga <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 78044c2 - Browse repository at this point
Copy the full SHA 78044c2View commit details -
Signed-off-by: bcmmbaga <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1a5f3c6 - Browse repository at this point
Copy the full SHA 1a5f3c6View commit details -
get only required groups for auto-group validation
Signed-off-by: bcmmbaga <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 931521d - Browse repository at this point
Copy the full SHA 931521dView commit details
Commits on Nov 8, 2024
-
add account lock and return auto groups map on validation
Signed-off-by: bcmmbaga <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f8b5eed - Browse repository at this point
Copy the full SHA f8b5eedView commit details -
Signed-off-by: bcmmbaga <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 106fc75 - Browse repository at this point
Copy the full SHA 106fc75View commit details -
Refactor groups to use store methods
Signed-off-by: bcmmbaga <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0a70e4c - Browse repository at this point
Copy the full SHA 0a70e4cView commit details -
refactor GetGroupByID and add NewGroupNotFoundError
Signed-off-by: bcmmbaga <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8126d95 - Browse repository at this point
Copy the full SHA 8126d95View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac05f69 - Browse repository at this point
Copy the full SHA ac05f69View commit details -
Merge branch 'feature/get-account-refactoring' into setupkey-get-acco…
…unt-refactoring # Conflicts: # management/server/sql_store.go
Configuration menu - View commit details
-
Copy full SHA for 40af1a5 - Browse repository at this point
Copy the full SHA 40af1a5View commit details -
Merge branch 'setupkey-get-account-refactoring' into groups-get-accou…
…nt-refactoring # Conflicts: # management/server/sql_store.go
Configuration menu - View commit details
-
Copy full SHA for d58cf50 - Browse repository at this point
Copy the full SHA d58cf50View commit details -
Add AddPeer and RemovePeer methods to Group struct
Signed-off-by: bcmmbaga <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7100be8 - Browse repository at this point
Copy the full SHA 7100be8View commit details -
Preserve store engine in SqlStore transactions
Signed-off-by: bcmmbaga <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6dc185e - Browse repository at this point
Copy the full SHA 6dc185eView commit details -
Signed-off-by: bcmmbaga <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bdeb95c - Browse repository at this point
Copy the full SHA bdeb95cView commit details -
fix missing group removed from setup key activity
Signed-off-by: bcmmbaga <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3ed8b9c - Browse repository at this point
Copy the full SHA 3ed8b9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc04aef - Browse repository at this point
Copy the full SHA cc04aefView commit details -
Configuration menu - View commit details
-
Copy full SHA for 871500c - Browse repository at this point
Copy the full SHA 871500cView commit details
Commits on Nov 11, 2024
-
Refactor posture checks to remove get and save account
Signed-off-by: bcmmbaga <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 174e07f - Browse repository at this point
Copy the full SHA 174e07fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d54b696 - Browse repository at this point
Copy the full SHA d54b696View commit details -
Configuration menu - View commit details
-
Copy full SHA for 601d429 - Browse repository at this point
Copy the full SHA 601d429View commit details -
Merge branch 'main' into groups-get-account-refactoring
# Conflicts: # management/server/group.go # management/server/group/group.go # management/server/setupkey.go # management/server/sql_store.go # management/server/status/error.go # management/server/store.go
Configuration menu - View commit details
-
Copy full SHA for 010a8bf - Browse repository at this point
Copy the full SHA 010a8bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 664d138 - Browse repository at this point
Copy the full SHA 664d138View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab00c41 - Browse repository at this point
Copy the full SHA ab00c41View commit details -
Change setup key log level to debug for missing group
Signed-off-by: bcmmbaga <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 113c21b - Browse repository at this point
Copy the full SHA 113c21bView commit details -
Retrieve modified peers once for group events
Signed-off-by: bcmmbaga <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d23b5c8 - Browse repository at this point
Copy the full SHA d23b5c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for ffce48c - Browse repository at this point
Copy the full SHA ffce48cView commit details
Commits on Nov 12, 2024
-
Refactor policy get and save account to use store methods
Signed-off-by: bcmmbaga <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0c0fd38 - Browse repository at this point
Copy the full SHA 0c0fd38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d7f08c - Browse repository at this point
Copy the full SHA 2d7f08cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2806d73 - Browse repository at this point
Copy the full SHA 2806d73View commit details -
Merge branch 'groups-get-account-refactoring' into posturechecks-get-…
…account-refactoring
Configuration menu - View commit details
-
Copy full SHA for 00023bf - Browse repository at this point
Copy the full SHA 00023bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for a3abc21 - Browse repository at this point
Copy the full SHA a3abc21View commit details -
Merge branch 'main' into groups-get-account-refactoring
# Conflicts: # management/server/account.go # management/server/status/error.go
Configuration menu - View commit details
-
Copy full SHA for ed259a6 - Browse repository at this point
Copy the full SHA ed259a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 147971f - Browse repository at this point
Copy the full SHA 147971fView commit details -
Merge branch 'groups-get-account-refactoring' into posturechecks-get-…
…account-refactoring
Configuration menu - View commit details
-
Copy full SHA for 446de5e - Browse repository at this point
Copy the full SHA 446de5eView commit details -
Merge branch 'posturechecks-get-account-refactoring' into policy-get-…
…account-refactoring
Configuration menu - View commit details
-
Copy full SHA for 2a59f04 - Browse repository at this point
Copy the full SHA 2a59f04View commit details -
Retrieve policy groups and posture checks once for validation
Signed-off-by: bcmmbaga <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 32d1b2d - Browse repository at this point
Copy the full SHA 32d1b2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for bbaee18 - Browse repository at this point
Copy the full SHA bbaee18View commit details -
Merge branch 'posturechecks-get-account-refactoring' into policy-get-…
…account-refactoring
Configuration menu - View commit details
-
Copy full SHA for 50e6389 - Browse repository at this point
Copy the full SHA 50e6389View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a915de - Browse repository at this point
Copy the full SHA 3a915deView commit details -
Refactor anyGroupHasPeers to retrieve all groups once
Signed-off-by: bcmmbaga <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9872bee - Browse repository at this point
Copy the full SHA 9872beeView commit details -
Merge branch 'posturechecks-get-account-refactoring' into policy-get-…
…account-refactoring
Configuration menu - View commit details
-
Copy full SHA for 9bc8e6e - Browse repository at this point
Copy the full SHA 9bc8e6eView commit details
Commits on Nov 13, 2024
-
Refactor dns settings to use store methods
Signed-off-by: bcmmbaga <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5601905 - Browse repository at this point
Copy the full SHA 5601905View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b943c3 - Browse repository at this point
Copy the full SHA 4b943c3View commit details -
Add account locking and merge group deletion methods
Signed-off-by: bcmmbaga <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ed047ec - Browse repository at this point
Copy the full SHA ed047ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for a4d905f - Browse repository at this point
Copy the full SHA a4d905fView commit details -
Refactor name server groups to use store methods
Signed-off-by: bcmmbaga <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 218345e - Browse repository at this point
Copy the full SHA 218345eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ef55b9e - Browse repository at this point
Copy the full SHA ef55b9eView commit details
Commits on Nov 15, 2024
-
Merge branch 'main' into groups-get-account-refactoring
# Conflicts: # management/server/group.go
Configuration menu - View commit details
-
Copy full SHA for 92b9e11 - Browse repository at this point
Copy the full SHA 92b9e11View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ef3890 - Browse repository at this point
Copy the full SHA 4ef3890View commit details -
Signed-off-by: bcmmbaga <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 51c1ec2 - Browse repository at this point
Copy the full SHA 51c1ec2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ff8f61 - Browse repository at this point
Copy the full SHA 1ff8f61View commit details -
Merge branch 'groups-get-account-refactoring' into posturechecks-get-…
…account-refactoring
Configuration menu - View commit details
-
Copy full SHA for d4c7124 - Browse repository at this point
Copy the full SHA d4c7124View commit details
Commits on Nov 18, 2024
-
Merge branch 'posturechecks-get-account-refactoring' into policy-get-…
…account-refactoring
Configuration menu - View commit details
-
Copy full SHA for 6dd56e3 - Browse repository at this point
Copy the full SHA 6dd56e3View commit details -
Use update strength and simplify check
Signed-off-by: bcmmbaga <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ec6438e - Browse repository at this point
Copy the full SHA ec6438eView commit details -
prevent changing ruleID when not empty
Signed-off-by: bcmmbaga <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for df98c67 - Browse repository at this point
Copy the full SHA df98c67View commit details -
prevent duplicate rules during updates
Signed-off-by: bcmmbaga <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b60e2c3 - Browse repository at this point
Copy the full SHA b60e2c3View commit details
Commits on Nov 25, 2024
-
Merge branch 'main' into policy-get-account-refactoring
# Conflicts: # management/server/policy.go # management/server/posture_checks_test.go # management/server/sql_store.go # management/server/sql_store_test.go # management/server/status/error.go # management/server/store.go # management/server/testdata/extended-store.sql
Configuration menu - View commit details
-
Copy full SHA for bdb2a76 - Browse repository at this point
Copy the full SHA bdb2a76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79822cd - Browse repository at this point
Copy the full SHA 79822cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 72bfc9d - Browse repository at this point
Copy the full SHA 72bfc9dView commit details
Commits on Nov 26, 2024
-
Merge branch 'main' into nameserver-get-account-refactoring
# Conflicts: # management/server/sql_store_test.go # management/server/status/error.go # management/server/testdata/extended-store.sql
Configuration menu - View commit details
-
Copy full SHA for 2e6bbac - Browse repository at this point
Copy the full SHA 2e6bbacView commit details