Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
force-bdss
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
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adham Hashibon
force-bdss
Merge requests
!98
Add Workflow and Slot to the api
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add Workflow and Slot to the api
add_slots_api
into
master
Overview
1
Commits
1
Pipelines
0
Changes
1
Merged
Adham Hashibon
requested to merge
add_slots_api
into
master
7 years ago
Overview
1
Commits
1
Pipelines
0
Changes
1
Expand
Created by: martinRenou
Fixes
#90 (closed)
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
947a56ab
1 commit,
6 years ago
1 file
+
3
−
0
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
force_bdss/api.py
+
3
−
0
Options
from
.base_extension_plugin
import
BaseExtensionPlugin
# noqa
from
.base_extension_plugin
import
BaseExtensionPlugin
# noqa
from
.ids
import
factory_id
,
plugin_id
# noqa
from
.ids
import
factory_id
,
plugin_id
# noqa
from
.core.data_value
import
DataValue
# noqa
from
.core.data_value
import
DataValue
# noqa
from
.core.workflow
import
Workflow
# noqa
from
.core.slot
import
Slot
# noqa
from
.data_sources.base_data_source_model
import
BaseDataSourceModel
# noqa
from
.data_sources.base_data_source_model
import
BaseDataSourceModel
# noqa
from
.data_sources.base_data_source
import
BaseDataSource
# noqa
from
.data_sources.base_data_source
import
BaseDataSource
# noqa
Loading