Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
scheduling-system
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
SMASCH
scheduling-system
Merge requests
!314
check if all database migrations were created from django model
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
check if all database migrations were created from django model
check-migrations-created
into
master
Overview
3
Commits
5
Pipelines
5
Changes
2
1 unresolved thread
Hide all comments
Merged
Piotr Gawron
requested to merge
check-migrations-created
into
master
3 years ago
Overview
3
Commits
5
Pipelines
5
Changes
2
1 unresolved thread
Hide all comments
Expand
0
0
Merge request reports
Compare
master
version 4
62854ee2
3 years ago
version 3
cb89c8c4
3 years ago
version 2
db3f759a
3 years ago
version 1
2078705f
3 years ago
master (base)
and
latest version
latest version
deb64bce
5 commits,
3 years ago
version 4
62854ee2
4 commits,
3 years ago
version 3
cb89c8c4
3 commits,
3 years ago
version 2
db3f759a
2 commits,
3 years ago
version 1
2078705f
1 commit,
3 years ago
2 files
+
11
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
.gitlab-ci.yml
+
10
−
0
Options
@@ -16,6 +16,16 @@ variables:
-
pip install -r requirements.txt --default-timeout=180 -i https://pypi.lcsb.uni.lu/simple/
-
pip install -r requirements-dev.txt --default-timeout=180 -i https://pypi.lcsb.uni.lu/simple/
test_migrations_created
:
<<
:
*test_definition
services
:
-
postgres:latest
script
:
-
cp "local_settings_ci.py" "smash/smash/local_settings.py"
-
cd smash
-
python manage.py makemigrations --check --dry-run
-
test 1 = $(python manage.py makemigrations --check --dry-run | grep 'No changes detected' |wc -l)
test_postgres
:
<<
:
*test_definition
services
:
Loading