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
Commits
7c064216
Commit
7c064216
authored
4 years ago
by
Nathan Hertz
Browse files
Options
Downloads
Patches
Plain Diff
Couple small changes to null_capability.py and interfaces.py
parent
8d0b3b2d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
apps/cli/capabilities/null_capability.py
+1
-2
1 addition, 2 deletions
apps/cli/capabilities/null_capability.py
shared/workspaces/src/workspaces/interfaces.py
+1
-1
1 addition, 1 deletion
shared/workspaces/src/workspaces/interfaces.py
with
2 additions
and
3 deletions
apps/cli/capabilities/null_capability.py
+
1
−
2
View file @
7c064216
...
@@ -4,8 +4,7 @@ from threading import Semaphore
...
@@ -4,8 +4,7 @@ from threading import Semaphore
# FIXME: This package doesn't seem installable via conda
# FIXME: This package doesn't seem installable via conda
from
injector
import
ClassAssistedBuilder
,
inject
from
injector
import
ClassAssistedBuilder
,
inject
# FIXME
from
workspaces.interfaces
import
*
from
wksp.ifaces
import
*
import
pathlib
import
pathlib
...
...
This diff is collapsed.
Click to expand it.
shared/workspaces/src/workspaces/interfaces.py
+
1
−
1
View file @
7c064216
...
@@ -23,7 +23,7 @@ class Capability(ABC):
...
@@ -23,7 +23,7 @@ class Capability(ABC):
name
:
CapabilityName
name
:
CapabilityName
max_jobs
:
int
max_jobs
:
int
def
create_request
(
self
,
locators
:
List
[
ProductLocator
]):
def
create_request
(
self
,
locators
:
List
[
ProductLocator
])
->
"
CapabilityRequest
"
:
"""
"""
Create a capability request for this capability
Create a capability request for this capability
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment