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
!132
Exports factory_id as we need it when two factories need to find each other.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Exports factory_id as we need it when two factories need to find each other.
feature/re-export-factory_id-0518-1133
into
master
Overview
1
Commits
1
Pipelines
0
Changes
1
Merged
Adham Hashibon
requested to merge
feature/re-export-factory_id-0518-1133
into
master
6 years ago
Overview
1
Commits
1
Pipelines
0
Changes
1
Expand
Created by: stefanoborini
0
0
Merge request reports
Viewing commit
6f095043
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
6f095043
Exports factory_id as we need it when two factories need to find each other.
· 6f095043
Stefano Borini
authored
6 years ago
force_bdss/api.py
+
1
−
1
Options
from
.base_extension_plugin
import
BaseExtensionPlugin
# noqa
from
.ids
import
plugin_id
# noqa
from
.ids
import
plugin_id
,
factory_id
# noqa
from
.core.data_value
import
DataValue
# noqa
from
.core.workflow
import
Workflow
# noqa
Loading