Commit Graph
24 Commits
Author SHA1 Message Date
VladandGitHub 6bd7e2338d remove extensive store import (#28) 2025-06-12 17:45:46 +01:00
VladandGitHub 6685bb90b4 minor fix of metrics param (#27) 2025-06-12 17:21:48 +01:00
VladandGitHub 8116cd9a28 add metrics to event store constructor (#25) 2025-06-12 16:40:51 +01:00
Bethuel MmbagaandGitHub 492a54c945 Add postgres support for activity event store (#26) 2025-06-04 17:38:08 +03:00
7901e0a822 [management] init permissions manager (#22)
* [management] init permissions manager

* go mod tidy

* use store in permissions manager

---------

Co-authored-by: Pascal Fischer <pascal@netbird.io>
2025-03-30 16:37:13 +02:00
Bethuel MmbagaandGitHub cb9e2bb420 Fix circular dependency (#21)
* Moved ExtendNetBirdConfig to config package
* Updated accountManager type to account.Manager
2025-03-10 15:56:12 +03:00
Maycon Santos 9d7eb4a284 use correct interface name 2025-03-09 18:22:54 +01:00
bcmmbaga fdd328baf9 Merge branch 'main' into feature/flow-credentials
# Conflicts:
#	integrations/go.mod
#	integrations/go.sum
#	integrations/integrations.go
2025-03-07 15:35:48 +03:00
bcmmbaga b1ea007971 rename AccountManager type to Manager 2025-03-07 13:49:20 +03:00
75826c5027 [management] Add ingress ports controller (#19)
* add proxy controller

* fix validator

* update api handler

* fix merge

---------

Co-authored-by: Pascal Fischer <pascal@netbird.io>
2025-02-28 19:43:02 +00:00
Pascal Fischer 0ac3dc4432 add settings manager 2025-02-26 17:57:36 +01:00
Pascal Fischer 782907bdb8 extract account manager 2025-02-26 17:42:45 +01:00
bcmmbaga 5648068fab fix merge 2025-02-25 10:41:54 +00:00
bcmmbaga 5a47d8cb25 Merge branch 'main' into feature/port-forwarding
# Conflicts:
#	integrations/integrations.go
2025-02-25 10:40:25 +00:00
Pedro Costa 39827e937b update integrations RegisterHandlers 2025-02-07 08:35:20 +00:00
Pascal Fischer e2ad9f2cb3 update api handler 2025-01-31 13:34:35 +01:00
Pascal Fischer 80566ab991 fix validator 2025-01-31 13:32:17 +01:00
Pascal Fischer 1e53fdab06 add the opentelemetry meter to the api handler registration 2024-09-29 14:31:30 +02:00
Pascal Fischer f5a5611cdb add context to activity store 2024-06-19 15:12:16 +02:00
Zoltán Papp be78ff3049 Extend RegisterHandlers with IntegratedValidator 2024-04-08 17:04:07 +02:00
Viktor Liu 628a92751e Add context param and return error 2024-02-12 11:59:02 +01:00
Maycon Santos 92debdf072 Add InitEventStore function
extract the method from the management cmd package
2023-12-30 20:19:00 +01:00
Yury GargayandGitHub a966bce7db Pass JWT Claims Extractor (#2) 2023-10-27 16:32:00 +02:00
Yury GargayandGitHub 322cbabed3 Move integrations module to subfolder (#1) 2023-10-17 12:14:06 +02:00