Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
LDV Specification
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
ASTRON SDC
LDV Specification
Merge requests
!1
Add datamodel
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add datamodel
add_datamodel
into
main
Overview
24
Commits
17
Pipelines
14
Changes
18
Merged
Mattia Mancini
requested to merge
add_datamodel
into
main
2 years ago
Overview
16
Commits
17
Pipelines
14
Changes
1
Expand
0
0
Merge request reports
Compare
version 5
version 11
c5088cce
2 years ago
version 10
f6da43f7
2 years ago
version 9
4bcbf66f
2 years ago
version 8
27402c41
2 years ago
version 7
3f721fc9
2 years ago
version 6
6c89d6f2
2 years ago
version 5
ec46fe01
2 years ago
version 4
18a0fa0d
2 years ago
version 3
089781fe
2 years ago
version 2
d7adec48
2 years ago
version 1
61c65378
2 years ago
main (base)
and
version 6
latest version
626a5a2d
17 commits,
2 years ago
version 11
c5088cce
16 commits,
2 years ago
version 10
f6da43f7
15 commits,
2 years ago
version 9
4bcbf66f
11 commits,
2 years ago
version 8
27402c41
10 commits,
2 years ago
version 7
3f721fc9
9 commits,
2 years ago
version 6
6c89d6f2
8 commits,
2 years ago
version 5
ec46fe01
7 commits,
2 years ago
version 4
18a0fa0d
6 commits,
2 years ago
version 3
089781fe
5 commits,
2 years ago
version 2
d7adec48
4 commits,
2 years ago
version 1
61c65378
3 commits,
2 years ago
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
1
−
1
Options
@@ -16,7 +16,7 @@ test-code:
script
:
-
cd ldvspec
-
pip install -r requirements/dev.txt
-
rm lofardata/migrations/????_*.py
-
python manage.py migrate --settings ldvspec.settings.ci
-
python manage.py makemigrations --settings ldvspec.settings.ci
-
python manage.py migrate --settings ldvspec.settings.ci
-
python manage.py test --settings ldvspec.settings.ci
Loading