-
Notifications
You must be signed in to change notification settings - Fork 72
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
Restore recognition of deprecated FIDESCTL__API__
ENV variables
#965
Merged
PSalant726
merged 8 commits into
release-v1.8.1
from
restore-recognition-of-deprecated-env-vars
Aug 5, 2022
Merged
Restore recognition of deprecated FIDESCTL__API__
ENV variables
#965
PSalant726
merged 8 commits into
release-v1.8.1
from
restore-recognition-of-deprecated-env-vars
Aug 5, 2022
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
* Add workflow for uploading to testpypi * Update token name * Change versioning style ti pep440-pre * Remove debugging trigger on PR * Update changelog * Try to properly tag version * Add a debugging test * Trigger build * Edit the right file * Remove debugging * Update .github/workflows/publish_package_testpypi.yaml Co-authored-by: Paul Sanders <[email protected]> * Combine test pypi logic with original publish package workflow * Add debugging trigger to workflow * Fix syntax error * Install wheel * Remove debugging Co-authored-by: Paul Sanders <[email protected]>
NevilleS
approved these changes
Aug 5, 2022
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.
LGTM, but you should get one more review from a core team member who groks the style better 👍
Thanks
PSalant726
commented
Aug 5, 2022
ThomasLaPiana
approved these changes
Aug 5, 2022
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.
LGTM! great fix
ThomasLaPiana
added a commit
that referenced
this pull request
Aug 8, 2022
* Document the patch release process (#955) * Update patch release process docs * Update `CHANGELOG.md` * Remove `$` character from example commands * Use mkdocs tip and warning * nits and a small formatting fix * Revert "nits and a small formatting fix" This reverts commit f9b2559. * Cleaner spacing between sections * Diction improvements * Move release notes to the correct version Co-authored-by: Thomas <[email protected]> * Remove old env vars (#964) * Add workflow for uploading to testpypi (#951) * Add workflow for uploading to testpypi * Update token name * Change versioning style ti pep440-pre * Remove debugging trigger on PR * Update changelog * Try to properly tag version * Add a debugging test * Trigger build * Edit the right file * Remove debugging * Update .github/workflows/publish_package_testpypi.yaml Co-authored-by: Paul Sanders <[email protected]> * Combine test pypi logic with original publish package workflow * Add debugging trigger to workflow * Fix syntax error * Install wheel * Remove debugging Co-authored-by: Paul Sanders <[email protected]> * Update `docker-compose` ENV for new config * Remove outdated ENV variable references * Update `CHANGELOG.md` Co-authored-by: Allison King <[email protected]> Co-authored-by: Paul Sanders <[email protected]> * Restore recognition of deprecated `FIDESCTL__API__` ENV variables (#965) * Add workflow for uploading to testpypi (#951) * Add workflow for uploading to testpypi * Update token name * Change versioning style ti pep440-pre * Remove debugging trigger on PR * Update changelog * Try to properly tag version * Add a debugging test * Trigger build * Edit the right file * Remove debugging * Update .github/workflows/publish_package_testpypi.yaml Co-authored-by: Paul Sanders <[email protected]> * Combine test pypi logic with original publish package workflow * Add debugging trigger to workflow * Fix syntax error * Install wheel * Remove debugging Co-authored-by: Paul Sanders <[email protected]> * Restore recognition of deprecated `FIDESCTL__API__` ENV variables * Manually rename misaligned options * Remove usage of `removeprefix()` * More robust unit testing * Update `CHANGELOG.md` * List deprecated variables and their replacements Co-authored-by: Allison King <[email protected]> Co-authored-by: Paul Sanders <[email protected]> * Fix `fides --version` showing dirty in releases (#962) * Fix `fides --version` showing dirty in releases * update the gitignore * Add workflow for uploading to testpypi (#951) * Add workflow for uploading to testpypi * Update token name * Change versioning style ti pep440-pre * Remove debugging trigger on PR * Update changelog * Try to properly tag version * Add a debugging test * Trigger build * Edit the right file * Remove debugging * Update .github/workflows/publish_package_testpypi.yaml Co-authored-by: Paul Sanders <[email protected]> * Combine test pypi logic with original publish package workflow * Add debugging trigger to workflow * Fix syntax error * Install wheel * Remove debugging Co-authored-by: Paul Sanders <[email protected]> * remove extra line * update gitignore * add a line to the Dockerfile that resets the busted cache * add the no-deps flag to the fidesctl pip install * update the git ignore to test the change * modify publish_package workflow to debug in CI * revert last commit * update CI to debug * debug in CI * tweak the test paths for CI * fix the publish_package workflow * tweak when the publish_package workflow is triggered * fix the wheel build command * update the changelog * Update .github/workflows/publish_package.yaml Co-authored-by: Allison King <[email protected]> Co-authored-by: Paul Sanders <[email protected]> Co-authored-by: Phil Salant <[email protected]> Co-authored-by: Allison King <[email protected]> Co-authored-by: Paul Sanders <[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.
Closes #963
Code Changes
config
object, search the local ENV for variables prefixed withFIDESCTL__API__
, and set any corresponding[database]
config valuesSteps to Confirm
FIDESCTL__API__DATABASE_HOST
)config.database.server
is set to the value ofFIDESCTL__API__DATABASE_HOST
Pre-Merge Checklist
documentation issue created (tag docs-team to complete issue separately)Relevant Follow-Up Issues CreatedCHANGELOG.md