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
!73
SWS-31: Capability REST API update
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
SWS-31: Capability REST API update
SWS-31-capability-rest-api-update
into
main
Overview
4
Commits
17
Pipelines
8
Changes
11
Merged
Nathan Hertz
requested to merge
SWS-31-capability-rest-api-update
into
main
4 years ago
Overview
4
Commits
17
Pipelines
8
Changes
11
Expand
Goals of this story:
Overhaul capability server layout
Separate files for server entry point and server routes
Separate package for view logic
Server entry point properly collects all routes and views
Modify existing routes/views to match standard agreed upon a while back (can be found
here
)
Utilize more Pyramid features to make the server more robust
Add unit tests!
Edited
4 years ago
by
Nathan Hertz
0
0
Merge request reports
Compare
main
version 7
25a3dc68
4 years ago
version 6
c0f7103a
4 years ago
version 5
6a74e24f
4 years ago
version 4
e822bae0
4 years ago
version 3
06cd8b90
4 years ago
version 2
f584762d
4 years ago
version 1
c0a826b8
4 years ago
main (base)
and
latest version
latest version
ccf463fd
17 commits,
4 years ago
version 7
25a3dc68
16 commits,
4 years ago
version 6
c0f7103a
15 commits,
4 years ago
version 5
6a74e24f
15 commits,
4 years ago
version 4
e822bae0
15 commits,
4 years ago
version 3
06cd8b90
14 commits,
4 years ago
version 2
f584762d
11 commits,
4 years ago
version 1
c0a826b8
8 commits,
4 years ago
11 files
+
341
−
12
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
11
Search (e.g. *.vue) (Ctrl+P)
.gitlab-ci.yml
+
2
−
2
Options
@@ -116,7 +116,7 @@ unit test dev notification:
-
build dev notification
unit test coverage
:
.
unit test coverage
:
stage
:
test-coverage
image
:
python:3.8-slim
before_script
:
@@ -260,4 +260,4 @@ clean build notification:
# SWARM_NODE_ENV="test" TAG_TO_DEPLOY="${CI_COMMIT_TAG}" docker stack deploy --compose-file docker-compose.dev.yml workspaces-dev
# rules:
# - if: $CI_COMMIT_TAG
# when: manual
\ No newline at end of file
# when: manual
Loading