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
!332
Adding a few gripes
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Adding a few gripes
some-gripes
into
main
Overview
0
Commits
1
Pipelines
2
Changes
1
Merged
Daniel Lyons
requested to merge
some-gripes
into
main
3 years ago
Overview
0
Commits
1
Pipelines
2
Changes
1
Expand
0
0
Merge request reports
Compare
main
version 1
0aeca880
3 years ago
main (base)
and
latest version
latest version
ac9bc322
1 commit,
3 years ago
version 1
0aeca880
1 commit,
3 years ago
1 file
+
9
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
docs/source/known-issues.rst
+
9
−
0
Options
@@ -106,3 +106,12 @@ Code Tweaks
- See if Mustache can access Capo properties without much extra work
- `WS-447 <https://open-jira.nrao.edu/browse/WS-447>`__
Dependencies and Overall Structure
----------------------------------
- Move implementations of services out of shared/workspaces and into the relevant services
- Separate interfaces for separate services into separate packages so that we can be sure
that the workflow service doesn't even have access to the capability interfaces
- Can REST API implementations of these interfaces be created?
- If so, can those REST API implementations become dependencies of e.g. the capability service?
Loading