-
Notifications
You must be signed in to change notification settings - Fork 73
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
Updating static checks #5637
Updating static checks #5637
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
fides Run #11656
Run Properties:
|
Project |
fides
|
Branch Review |
refs/pull/5637/merge
|
Run status |
Passed #11656
|
Run duration | 00m 50s |
Commit |
0ebecc4500 ℹ️: Merge b4930aca441d7fc57e11eafa2ccbde344cdf16dd into 22c05f2f32bd691c20421dbb176e...
|
Committer | Adrian Galvan |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
0
|
Skipped |
0
|
Passing |
4
|
View all changes introduced in this branch ↗︎ |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5637 +/- ##
=======================================
Coverage 87.14% 87.14%
=======================================
Files 388 388
Lines 24000 24000
Branches 2594 2594
=======================================
Hits 20914 20914
Misses 2525 2525
Partials 561 561 ☔ View full report in Codecov by Sentry. |
src/fides/api/main.py
Outdated
docker=in_docker_container(), | ||
event=Event.server_start.value, | ||
event_created_at=datetime.now(tz=timezone.utc), | ||
docker=in_docker_container(), event=Event.server_start.value, event_created_at=datetime.now(tz=timezone.utc), |
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.
Intentionally misformatting this to trigger a CI failure
noxfiles/ci_nox.py
Outdated
session.run(*command, success_codes=[0, 1]) | ||
session.log( | ||
"Note: This command was malformed so it's been failing to report complexity issues." | ||
) | ||
session.log( | ||
"Intentionally suppressing the error status code for now to slowly work through the issues." | ||
) |
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.
This is the only thing we didn't discuss on Slack, let me know your thoughts on this one
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.
sure! looks good to me. could be a session.warn
maybe, but perhaps that's a bit too noisy? i'm fine either way
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.
this looks good! thanks for the diligence to get this working properly. just some nits that you can take or leave.
should we make a similar change on fidesplus?
noxfiles/ci_nox.py
Outdated
session.run(*command, success_codes=[0, 1]) | ||
session.log( | ||
"Note: This command was malformed so it's been failing to report complexity issues." | ||
) | ||
session.log( | ||
"Intentionally suppressing the error status code for now to slowly work through the issues." | ||
) |
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.
sure! looks good to me. could be a session.warn
maybe, but perhaps that's a bit too noisy? i'm fine either way
Co-authored-by: Adam Sachs <[email protected]>
fides Run #11659
Run Properties:
|
Project |
fides
|
Branch Review |
main
|
Run status |
Passed #11659
|
Run duration | 00m 57s |
Commit |
b805c8c8d9: Updating static checks (#5637)
|
Committer | Adrian Galvan |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
0
|
Skipped |
0
|
Passing |
4
|
View all changes introduced in this branch ↗︎ |
Description Of Changes
Code Changes
Steps to Confirm
Pre-Merge Checklist
main
downgrade()
migration is correct and works