-
Notifications
You must be signed in to change notification settings - Fork 676
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
MG-2456 - Refactor architecture #2494
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dborovcanin
force-pushed
the
auth-refactor
branch
from
October 31, 2024 07:59
41328b1
to
f6d85df
Compare
arvindh123
force-pushed
the
auth-refactor
branch
from
November 1, 2024 09:07
f6d85df
to
643db8c
Compare
dborovcanin
force-pushed
the
auth-refactor
branch
from
November 4, 2024 09:50
643db8c
to
7382dbd
Compare
arvindh123
force-pushed
the
auth-refactor
branch
2 times, most recently
from
November 5, 2024 05:11
2e43ba9
to
b6e8587
Compare
arvindh123
force-pushed
the
auth-refactor
branch
2 times, most recently
from
November 12, 2024 18:21
3f43476
to
4323d34
Compare
dborovcanin
force-pushed
the
auth-refactor
branch
2 times, most recently
from
November 18, 2024 16:10
c04c035
to
37e5c2c
Compare
This was referenced Nov 20, 2024
dborovcanin
force-pushed
the
auth-refactor
branch
from
November 25, 2024 10:28
9bf293f
to
33a88f8
Compare
This was referenced Nov 26, 2024
dborovcanin
force-pushed
the
auth-refactor
branch
from
November 26, 2024 11:41
33a88f8
to
c1faa58
Compare
dborovcanin
force-pushed
the
auth-refactor
branch
from
November 27, 2024 12:36
dfb07d3
to
4abbbdf
Compare
dborovcanin
changed the title
MG-2456 - Refactor authorization
MG-2456 - Refactor srchitecture
Nov 27, 2024
arvindh123
changed the title
MG-2456 - Refactor srchitecture
MG-2456 - Refactor architecture
Nov 27, 2024
dborovcanin
force-pushed
the
auth-refactor
branch
from
November 29, 2024 12:57
4abbbdf
to
bdd542d
Compare
- Set/Unset parent Group for Things and Channels (#2486) - Move groups out of pkg (#2493) - Separate Things authn and Channels authz (#2496) Signed-off-by: Arvindh <[email protected]> NOISSUE - Add Publish/Subscribe to channels (#2497) Signed-off-by: Arvindh <[email protected]> MG-2457 - Update auth tests (#2503) Signed-off-by: Felix Gateru <[email protected]> MG-2477 - Replace Things with Clients (#2508) Signed-off-by: Dusan Borovcanin <[email protected]> NOISSUE - Rename Things to Clients Signed-off-by: Felix Gateru <[email protected]> Signed-off-by: Arvindh <[email protected]> MG-2457 - Update domains tests (#2504) Signed-off-by: Felix Gateru <[email protected]> NOISSUE - Get group role actions from Spicedb schema & list groups by user, clients, channels (#2506) Signed-off-by: Arvindh <[email protected]> MG-2457 - Update groups tests (#2509) Signed-off-by: Arvindh <[email protected]> Signed-off-by: Felix Gateru <[email protected]> Co-authored-by: Arvindh <[email protected]> NOISSUE - Update Proto file version, fix protolint (#2552) Signed-off-by: Arvindh <[email protected]> MG-2457 - Update channels tests (#2511) Signed-off-by: Felix Gateru <[email protected]> MG-2457 - Update clients tests (#2543) Signed-off-by: Felix Gateru <[email protected]> MG-2457 - Update adapter tests (#2529) Signed-off-by: Felix Gateru <[email protected]> MG-2457 - Update readers tests (#2544) Signed-off-by: Felix Gateru <[email protected]> Signed-off-by: Arvindh <[email protected]> Co-authored-by: Arvindh <[email protected]>
Signed-off-by: Felix Gateru <[email protected]> Signed-off-by: Arvindh <[email protected]> Co-authored-by: Arvindh <[email protected]>
dborovcanin
force-pushed
the
auth-refactor
branch
from
December 2, 2024 10:27
9d4dce1
to
4daa02b
Compare
Signed-off-by: Dusan Borovcanin <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What type of PR is this?
This is a feature because it adds the following functionality mentioned in following tickets
What does this do?
It adds the features mentioned in this ticket https://github.com/absmach/magistrala/issues/2456
Which issue(s) does this PR fix/relate to?
Have you included tests for your changes?
Yes.
Did you document any new/modified feature?
No.
Notes
N/A