Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
ippidb-web
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
iPPIDB
ippidb-web
Commits
95ccf2cc
Commit
95ccf2cc
authored
4 years ago
by
Fabien MAREUIL
Browse files
Options
Downloads
Patches
Plain Diff
bug fix, import celery states
parent
a610e350
No related branches found
No related tags found
1 merge request
!29
Prepare for v1.1.0
Pipeline
#45163
failed
4 years ago
Stage: test
Stage: deploy
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
ippisite/ippidb/management/commands/clean_targetcentric.py
+1
-0
1 addition, 0 deletions
ippisite/ippidb/management/commands/clean_targetcentric.py
ippisite/ippidb/management/commands/update_mrc_files.py
+1
-0
1 addition, 0 deletions
ippisite/ippidb/management/commands/update_mrc_files.py
with
2 additions
and
0 deletions
ippisite/ippidb/management/commands/clean_targetcentric.py
+
1
−
0
View file @
95ccf2cc
...
...
@@ -6,6 +6,7 @@ from ippidb.models.targetcentric import (
Partner
,
)
from
ippidb.management.commands
import
TaskOutWrapper
from
celery
import
states
import
os
import
sys
import
pandas
as
pd
...
...
This diff is collapsed.
Click to expand it.
ippisite/ippidb/management/commands/update_mrc_files.py
+
1
−
0
View file @
95ccf2cc
...
...
@@ -2,6 +2,7 @@ from django.core.management.base import AppCommand, CommandError
from
ippidb.management.commands
import
TaskOutWrapper
from
ippidb.models
import
Chain
,
InteractFile
from
django.core.files
import
File
from
celery
import
states
import
os
import
sys
import
glob
...
...
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