-
Notifications
You must be signed in to change notification settings - Fork 677
SMQ-2875 - Add listing entities by multiple tag values with support for AND/OR conditions #3154
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
base: main
Are you sure you want to change the base?
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3154 +/- ##
==========================================
- Coverage 50.82% 50.19% -0.63%
==========================================
Files 175 169 -6
Lines 25891 26596 +705
==========================================
+ Hits 13159 13350 +191
- Misses 12010 12471 +461
- Partials 722 775 +53 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
be99e80 to
27e50ee
Compare
clients/api/http/endpoints_test.go
Outdated
| token: validToken, | ||
| authnRes: smqauthn.Session{UserID: validID, DomainID: domainID, DomainUserID: domainID + "_" + validID, SuperAdmin: false}, | ||
| query: "list_perms=true&listPerms=true", | ||
| query: "metadata=%7B%22domain%22%3A%20%22example.com%22%7D&metadata=%7B%22domain%22%3A%20%22example.com%22%7D", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use url.PathEscape() instead of manually providing escaped path.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@felixgateru This has not been addressed yet.
|
Please fix tests. |
d75749d to
f1d1812
Compare
f1d1812 to
5b942ec
Compare
5b942ec to
1d32942
Compare
63643e5 to
7810a12
Compare
Signed-off-by: Felix Gateru <[email protected]>
Signed-off-by: Felix Gateru <[email protected]>
Signed-off-by: Felix Gateru <[email protected]>
Signed-off-by: Felix Gateru <[email protected]>
Signed-off-by: Felix Gateru <[email protected]>
Signed-off-by: Felix Gateru <[email protected]>
7810a12 to
ea2b283
Compare
What type of PR is this?
This is a feature because it adds functionality to list entities by multiple tag values with support for AND/OR conditions
What does this do?
This pr:
Which issue(s) does this PR fix/relate to?
Have you included tests for your changes?
Yes, tests have been updated.
Did you document any new/modified feature?
Yes, in code documentation as well as updates to the OpenAPI spec are included
Notes