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
!66
workflow and capability request submission
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
workflow and capability request submission
SWS-29-workflow_and_capability_requests
into
main
Overview
0
Commits
2
Pipelines
2
Changes
1
Merged
Charlotte Hausman
requested to merge
SWS-29-workflow_and_capability_requests
into
main
4 years ago
Overview
0
Commits
2
Pipelines
2
Changes
1
Expand
0
0
Merge request reports
Viewing commit
03681180
Prev
Next
Show latest version
1 file
+
0
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
03681180
SWS-29: make workflow and capability requests handle arguments/parameters the same
· 03681180
Charlotte Hausman
authored
4 years ago
services/workflow/src/workflow/server.py
+
0
−
1
Options
@@ -4,7 +4,6 @@ from pyramid.renderers import JSONP
from
pyramid.request
import
Request
from
pyramid.view
import
view_config
,
view_defaults
from
pyramid_beaker
import
session_factory_from_settings
import
json
from
workspaces.system.schema
import
get_engine
,
get_session_factory
from
workspaces.workflow.services.workflow_info
import
WorkflowInfo
Loading