Open Roger-Ethyca opened 3 days ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Passed #11163
•
e1312dc20e: LA-165: Fix taxonomy create endpoints (#5533)
Project |
fides
|
Branch Review |
release-2.50.0
|
Run status |
Passed #11163
|
Run duration | 00m 40s |
Commit |
e1312dc20e: LA-165: Fix taxonomy create endpoints (#5533)
|
Committer | Catherine Smith |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
0
|
Skipped |
0
|
Passing |
4
|
⚠️ You've recorded test results over your free plan limit. Upgrade your plan to view test results. | |
View all changes introduced in this branch ↗︎ |
Passed #11162
•
fe9f4c7be7 ℹ️: Merge e1312dc20e22ac517fabf8dae81b899359eb3802 into f4ad7467bd77fc8bafc2eaa54b06...
Project |
fides
|
Branch Review |
refs/pull/5523/merge
|
Run status |
Passed #11162
|
Run duration | 00m 39s |
Commit |
fe9f4c7be7 ℹ️: Merge e1312dc20e22ac517fabf8dae81b899359eb3802 into f4ad7467bd77fc8bafc2eaa54b06...
|
Committer | Roger Plotz |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
0
|
Skipped |
0
|
Passing |
4
|
⚠️ You've recorded test results over your free plan limit. Upgrade your plan to view test results. | |
View all changes introduced in this branch ↗︎ |
Attention: Patch coverage is 64.28571%
with 20 lines
in your changes missing coverage. Please review.
Project coverage is 78.91%. Comparing base (
052948d
) to head (e1312dc
). Report is 6 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
...rc/fides/api/api/v1/endpoints/generic_overrides.py | 45.94% | 20 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
Release Checklist
The release checklist is a manual set of checks done before each release to ensure functionality of the most critical components of the application. Some of these steps are redundant with automated tests, while others are only tested here as part of this check.
This checklist should be copy/pasted into the final pre-release PR, and checked off as you complete each step.
Additionally, there is a robust Release Process page available in Confluence (internal only).
Pre-Release Steps
General
From the release branch, confirm the following:
nox -s quickstart
(verify you can complete the interactive prompts from the command-line)nox -s "fides_env(test)"
(verify the admin UI on localhost:8080, privacy center on localhost:3001, CLI and webserver)Next, run the following checks via the test environment:
API
CLI
Run these from within the test environment shell:
git reset --hard
- Note: This is required for thepull
command to workfides user login
fides push src/fides/data/sample_project/sample_resources/
fides pull src/fides/data/sample_project/sample_resources/
fides evaluate src/fides/data/sample_project/sample_resources/
fides generate dataset db --credentials-id app_postgres test.yml
- Note: Because the filesystem isn't mounted, the new file will only show up within the containerfides scan dataset db --credentials-id app_postgres
Privacy Center
Admin UI
User Permissions
Documentation
:warning: Note that any updates that need to be made to the CHANGELOG should not be commited directly to the release branch. Instead, they should be committed on a branch off of
main
and then PR'd and merged intomain
, before being cherry-picked over to the release branch. This ensures that the CHANGELOG stays consistent between the release branch andmain
.Publishing the release
When publishing the release, be sure to include the following sections in the release description:
## Release Pull Request
section that includes a link back to the release PR (i.e., this one!) for tracking purposes## QA Touch Test Run
section that includes a link to the QATouch test run (QA team should provide this)Post-Release Steps
python3 -m venv 2_12_0_venv
source 2_12_0_venv/bin/activate
pip install ethyca-fides
fides deploy up