-
Notifications
You must be signed in to change notification settings - Fork 26
Leverage dockerflow 2024.3.0 #874
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
Conversation
84e49ec to
ddb0cbc
Compare
Without this, the APP_DIR is `/app` which makes tests fail.
68d4f3d to
621c816
Compare
|
@grahamalama do you want to cherry-pick and add your commit 643bee9 on top of this? |
* Register checks in lifespan * Add bugzilla checks * Ignore lifespan type
8aa07c5 to
df4d3ce
Compare
df4d3ce to
191b5d8
Compare
| return [] | ||
|
|
||
| def check_jira_pandoc_install(self): | ||
| if markdown_to_jira("- Test") != "* Test": |
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.
I would have assumed we'd get an exception rather than an invalid string being returned.
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.
Hmm, you made me doubt... if an exception is raised then the endpoint returns 500 as expected
alexcottner
left a comment
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.
Looks like we're doing better things with less code
"request.summary"mozilla-services/python-dockerflow#97