Skip to content
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

Authorization V2: Add multiple members at once #4625

Merged
merged 1 commit into from
Jun 11, 2021

Conversation

StefanFl
Copy link
Member

@StefanFl StefanFl commented Jun 8, 2021

This PR optimizes the user interface and lets the user add multiple product members or product type members at once. When you are adding members for a product or product type you can add multiple users with the same role. When you are adding members for a user you can add multiple products or product types.

@valentijnscholten valentijnscholten merged commit b75cb98 into DefectDojo:dev Jun 11, 2021
kiblik pushed a commit to kiblik/django-DefectDojo that referenced this pull request Jun 13, 2021
@StefanFl StefanFl deleted the multiple_members branch June 18, 2021 15:17
valentijnscholten added a commit that referenced this pull request Jun 26, 2021
* APIv2: Add missing methods + tests

* Cleanup

* Skip Notes

* Bump google-auth from 1.30.2 to 1.31.0 (#4645)

Bumps [google-auth](https://github.com/googleapis/google-auth-library-python) from 1.30.2 to 1.31.0.
- [Release notes](https://github.com/googleapis/google-auth-library-python/releases)
- [Changelog](https://github.com/googleapis/google-auth-library-python/blob/master/CHANGELOG.md)
- [Commits](googleapis/google-auth-library-python@v1.30.2...v1.31.0)

---
updated-dependencies:
- dependency-name: google-auth
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump sqlalchemy from 1.4.17 to 1.4.18 (#4644)

Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.4.17 to 1.4.18.
- [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases)
- [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/master/CHANGES)
- [Commits](https://github.com/sqlalchemy/sqlalchemy/commits)

---
updated-dependencies:
- dependency-name: sqlalchemy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump python-gitlab from 2.7.1 to 2.8.0 (#4647)

Bumps [python-gitlab](https://github.com/python-gitlab/python-gitlab) from 2.7.1 to 2.8.0.
- [Release notes](https://github.com/python-gitlab/python-gitlab/releases)
- [Changelog](https://github.com/python-gitlab/python-gitlab/blob/master/CHANGELOG.md)
- [Commits](python-gitlab/python-gitlab@v2.7.1...v2.8.0)

---
updated-dependencies:
- dependency-name: python-gitlab
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): update dependency postcss from 8.3.0 to v8.3.2 (docs/package.json) (#4639)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Authorization V2: Global roles (#4520)

* proof of concept

* use Dojo_User instead of User

* merge db migrations

* rename db migration after rebase

* initial commit

* before tests

* fixes after unit and integration tests

* fixes after code review

* documentation

* rename db migration after rebase

* global role for group after manual test

* amended unit test

* rename db migration after rebase

* adjust unit test case after rebase

* validation for global role in api

* model class for global role

* flake8

* api for global roles

* changes for role_model

* after code review

* after 2nd code review

* Add multiple members at once (#4625)

* Fix API Swagger specs, add OpenAPI v3 (#4541)

* APIv2: Add OpenAPI v3 schema (draft)

* Swagger UI schema link default to json

* swagger: fix schema engagement notes read

* disable doc expansion

* swagger: fix schema engagement notes read

* fix risk acceptance swagger spec

* fix risk acceptance swagger spec

* adjust unit tests to new response code

* add notes and risk acceptance to spectacular

* Fix product tests

* support password field as writeonly

* fix AppAnalysis Tag serialization

* fix Finding_Template Tag serialization

* fix finding request response serialization specs

* fix risak acceptance spec spectacular

* fix RequestResponse Seriliazer

* fix risk acceptance swagger spec

* more openapi3 schema check work

* fix note types path

* fix enums and warnings

* convert swagger decorators to openapi3

* convert swagger decorators to openapi3

* backport check for unexpected fields

* add openapi v3 schema validation to unit tests

* add openapi v3 schema validation to unit tests

* finetune api docs

* fix related fields schema

* fix related fields schema

* implement prefetch mixin support

* improve schema types user groups

* cleanup

* cleanup

* cleanup

* improive menu labels

* use correct serializer for preftch response schema

* fix reverse manytomany

* Migrate to OpenAPI3

* rerun scans

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Stefan Fleckenstein <stefan.fleckenstein@maibornwolff.de>
Co-authored-by: valentijnscholten <valentijnscholten@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants