Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
workspaces
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ssa
workspaces
Merge requests
!1461
Update the QA pass template to work with non-srdp as well (ignore the branch/migration misnomer)
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update the QA pass template to work with non-srdp as well (ignore the branch/migration misnomer)
fix-qa-fail-template-custom-text
into
main
Overview
0
Commits
2
Pipelines
2
Changes
2
Merged
Nathan Bockisch
requested to merge
fix-qa-fail-template-custom-text
into
main
1 year ago
Overview
0
Commits
2
Pipelines
2
Changes
1
Expand
0
0
Merge request reports
Compare
version 1
version 1
b41c6a08
1 year ago
main (base)
and
latest version
latest version
d1d7d8ec
2 commits,
1 year ago
version 1
b41c6a08
1 commit,
1 year ago
Show latest version
1 file
+
2
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
shared/workspaces/alembic/versions/d20ceed949b3_make_sure_qa_fail_custom_text_is_in_.py
+
2
−
0
Options
@@ -5,6 +5,8 @@ Revises: 569416c40ca8
Create Date: 2023-09-29 12:27:27.449396
"""
from
pathlib
import
Path
import
sqlalchemy
as
sa
from
alembic
import
op
Loading