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
!1598
force service rebuild
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
force service rebuild
fixing-full-ui-launching
into
2.8.2.3-DEVELOPMENT
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Charlotte Hausman
requested to merge
fixing-full-ui-launching
into
2.8.2.3-DEVELOPMENT
1 year ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Compare
2.8.2.3-DEVELOPMENT
2.8.2.3-DEVELOPMENT (base)
and
latest version
latest version
ecebcd12
1 commit,
1 year ago
1 file
+
0
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
services/workflow/workflow/server.py
+
0
−
1
Options
@@ -90,7 +90,6 @@ def lookup_file(request: Request) -> WorkflowRequestFile:
:param request: an HTTP request
:return: a WorkflowRequestFile object containing filename and file content for this request, if any
"""
for
file
in
lookup_request
(
request
).
files
:
if
file
.
filename
==
request
.
matchdict
[
"
filename
"
]:
return
file
Loading