-
Notifications
You must be signed in to change notification settings - Fork 48
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
NAS-5251: Add support for dashboard permissions 'share with everyone' #392
Conversation
Build succeeded (check pipeline). |
Codecov Report
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. @@ Coverage Diff @@
## master #392 +/- ##
==========================================
+ Coverage 91.26% 91.30% +0.03%
==========================================
Files 90 91 +1
Lines 6011 6061 +50
==========================================
+ Hits 5486 5534 +48
- Misses 525 527 +2
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
9ae0047
to
5618b86
Compare
Build succeeded (check pipeline). |
update tests and fix some of the existing code to work with the oneOf fix/workaround
gooddata-sdk/gooddata_sdk/catalog/permission/declarative_model/manage_dashboard_permissions.py
Outdated
Show resolved
Hide resolved
gooddata-sdk/gooddata_sdk/catalog/permission/declarative_model/manage_dashboard_permissions.py
Outdated
Show resolved
Hide resolved
gooddata-sdk/gooddata_sdk/catalog/permission/declarative_model/manage_dashboard_permissions.py
Outdated
Show resolved
Hide resolved
gooddata-sdk/gooddata_sdk/catalog/permission/declarative_model/permission.py
Outdated
Show resolved
Hide resolved
5618b86
to
6ab0099
Compare
Build succeeded (check pipeline). |
1 similar comment
Build succeeded (check pipeline). |
2d39211
to
247e1dd
Compare
Build succeeded (check pipeline). |
Sonar scan resultMore detail, see in https://sonarqube-gate.intgdc.com/dashboard?id=gooddata-python-sdk-gate-PR392 To scan for vulnerabilities in dependencies and run unit tests (to get coverage report in sonar) please comment your PR with 'extended check sonar'. |
Build succeeded (gate pipeline).
|
model_utils.moustache
to better supportoneOf
with the currently used version of openapi-generatorallWorkspaceUsers
rule and fix some of the existing code to work with theoneOf
fix/workaround