-
Notifications
You must be signed in to change notification settings - Fork 6
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
Issue/django setup configuration tokens #135
Merged
danielmursa-dev
merged 63 commits into
master
from
issue/django-setup-configuration-tokens
Dec 13, 2024
Merged
Issue/django setup configuration tokens #135
danielmursa-dev
merged 63 commits into
master
from
issue/django-setup-configuration-tokens
Dec 13, 2024
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
danielmursa-dev
force-pushed
the
issue/django-setup-configuration-tokens
branch
from
December 10, 2024 11:51
7cae0ea
to
8858b43
Compare
swrichards
reviewed
Dec 12, 2024
src/objecttypes/setup_configuration/tests/files/token_auth/valid_setup_complete.yaml
Outdated
Show resolved
Hide resolved
stevenbal
reviewed
Dec 12, 2024
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.
Approving, though it would be preferred to have the namespace changed to tokenauth
as Sidney suggested
…enauth" This reverts commit a2c9c59.
stevenbal
approved these changes
Dec 13, 2024
swrichards
requested changes
Dec 13, 2024
swrichards
approved these changes
Dec 13, 2024
swrichards
approved these changes
Dec 13, 2024
SonnyBA
pushed a commit
that referenced
this pull request
Jan 9, 2025
* [maykinmedia/objects-api#481] Fix requirements * [maykinmedia/objects-api#481] Move config folder in setup_configuration * [maykinmedia/objects-api#481] Config in settings * [maykinmedia/objects-api#481] Update model with migrations * [maykinmedia/objects-api#481] Black * [maykinmedia/objects-api#481] Create test_authenticaton tests * [maykinmedia/objects-api#481] Create test_validators * [maykinmedia/objects-api#481] Fix models and migrations * [maykinmedia/objects-api#481] Fix tests * [maykinmedia/objects-api#481] Delete utils * [maykinmedia/objects-api#481] Add factory * [maykinmedia/objects-api#481] Create step and model * [maykinmedia/objects-api#481] Create tests * [maykinmedia/objects-api#481] Fix old tests * [maykinmedia/objects-api#481] Update command line * [maykinmedia/objects-api#481] Remove old settings * [maykinmedia/objects-api#481] Add configuration file for docker * [maykinmedia/objects-api#481] Fix docker-compose * [maykinmedia/objects-api#481] Flake8 * [maykinmedia/objects-api#481] Create command tests and delete old tests * [maykinmedia/objects-api#481] Fix setup_configuration * [maykinmedia/objects-api#481] Fix requirements * [maykinmedia/objects-api#481] Fix requirements * [maykinmedia/objects-api#481] Fix data.yaml * [maykinmedia/objects-api#481] Fix base settings * [maykinmedia/objects-api#481] Fix docker-compose file * [maykinmedia/objects-api#481] Replace build_step_config_from_sources with execute_single_step * [maykinmedia/objects-api#481] Fix Sites tests * [maykinmedia/objects-api#481] Improve Site tests * [maykinmedia/objects-api#481] Improve Token tests * [maykinmedia/objects-api#481] Black * [maykinmedia/objects-api#481] Add test for empty token * [maykinmedia/objects-api#481] Copy migration test * [maykinmedia/objects-api#481] Fix migration tests * [maykinmedia/objects-api#481] Fix django-setup-configuration version in base.in * [maykinmedia/objects-api#481] Fix docstring * [maykinmedia/objects-api#481] Change file_name * [maykinmedia/objects-api#481] Fix name objecttypes_sites_config_enable * [maykinmedia/objects-api#481] Fix name objecttypes_sites_config_enable 2 * [maykinmedia/objects-api#481] Remove tests for call_command * [maykinmedia/objects-api#481] Change env variables in docker-compose * [maykinmedia/objects-api#481] Split in directories * [maykinmedia/objects-api#481] Fix paths * [maykinmedia/objects-api#481] Update name for SitesConfiguration * [maykinmedia/objects-api#481] Update namespace for Site * [maykinmedia/objects-api#481] Update namespace for TokenAuthConfiguration * [maykinmedia/objects-api#481] Remove Field from ConfigurationModel * [maykinmedia/objects-api#481] Update INSTALL.rst * [maykinmedia/objects-api#481] Fix tests * [maykinmedia/objects-api#481] Remove unnecessary volumes in docker * [maykinmedia/objects-api#481] Change namespace * [maykinmedia/objects-api#481] Change namespace in file * [maykinmedia/objects-api#481] Change namespace zgw_tokens_tokenauth * Revert "[maykinmedia/objects-api#481] Change namespace zgw_tokens_tokenauth" This reverts commit a2c9c59. * [maykinmedia/objects-api#481] Fix unnecessary "loop" for one element * [maykinmedia/objects-api#481] Fix INSTALL.rst * [maykinmedia/objects-api#481] Add link to repo in INSTALL.rst * [maykinmedia/objects-api#481] Fix token tests * [maykinmedia/objects-api#481] Change name validate_no_whitespace * [maykinmedia/objects-api#481] Remove unused validation control * [maykinmedia/objects-api#481] Black * [maykinmedia/objects-api#481] Add warning if list is empty * [maykinmedia/objects-api#481] Add validate_no_empty + tests
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.
Fixes maykinmedia/objects-api#481
Fixes maykinmedia/objects-api#487
Changes