Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
engine
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
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
AURA
engine
Merge requests
!35
ORM-less scheduling
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
ORM-less scheduling
orm-less-scheduling
into
main
Overview
0
Commits
238
Pipelines
9
Changes
69
Merged
David Trattnig
requested to merge
orm-less-scheduling
into
main
1 year ago
Overview
0
Commits
238
Pipelines
9
Changes
69
Expand
See
[EPIC] Schedule programme data model without OR... (#100 - closed)
0
0
Merge request reports
Compare
main
version 8
8d42cb92
1 year ago
version 7
2f6307cc
1 year ago
version 6
b84634e7
1 year ago
version 5
577dd35d
1 year ago
version 4
395a800c
1 year ago
version 3
7b6ce296
1 year ago
version 2
42080fef
1 year ago
version 1
914c3dd6
1 year ago
main (base)
and
latest version
latest version
710a36ab
238 commits,
1 year ago
version 8
8d42cb92
237 commits,
1 year ago
version 7
2f6307cc
227 commits,
1 year ago
version 6
b84634e7
213 commits,
1 year ago
version 5
577dd35d
212 commits,
1 year ago
version 4
395a800c
206 commits,
1 year ago
version 3
7b6ce296
194 commits,
1 year ago
version 2
42080fef
190 commits,
1 year ago
version 1
914c3dd6
183 commits,
1 year ago
69 files
+
6257
−
3543
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
69
Search (e.g. *.vue) (Ctrl+P)
.vscode/launch.json
+
6
−
13
Options
@@ -6,23 +6,16 @@
@@ -6,23 +6,16 @@
"configurations"
:
[
"configurations"
:
[
{
{
"name"
:
"Start Engine"
,
"name"
:
"Start Engine"
,
"type"
:
"
python
"
,
"type"
:
"
debugpy
"
,
"request"
:
"launch"
,
"request"
:
"launch"
,
"cwd"
:
"${workspaceFolder}"
,
"env"
:
{
"env"
:
{
"PYTHONPATH"
:
"${workspace
Root
}/src"
"PYTHONPATH"
:
"${workspace
Folder
}/src"
},
},
"module"
:
"aura_engine.app"
,
"module"
:
"aura_engine.app"
,
"console"
:
"integratedTerminal"
"args"
:
[],
},
"console"
:
"integratedTerminal"
,
{
"justMyCode"
:
false
"name"
:
"Recreate Database"
,
"type"
:
"python"
,
"request"
:
"launch"
,
"program"
:
"${workspaceFolder}/src/aura_engine/app.py"
,
"args"
:
[
"--recreate-database"
],
"console"
:
"integratedTerminal"
}
}
]
]
}
}
\ No newline at end of file
Loading