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
Commits
5bc60b2f
Commit
5bc60b2f
authored
1 year ago
by
David Trattnig
Browse files
Options
Downloads
Patches
Plain Diff
docs(dev): info on how to generate api model
parent
c232f2e4
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!20
Preparations for ORM-less scheduling
Pipeline
#3401
passed
1 year ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/developer-guide.md
+10
-0
10 additions, 0 deletions
docs/developer-guide.md
with
10 additions
and
0 deletions
docs/developer-guide.md
+
10
−
0
View file @
5bc60b2f
...
...
@@ -80,6 +80,16 @@ Test cases are located in `./tests` are executed by running:
You can find the AURA API definition at https://api.aura.radio
Engine utilizes the Steering API and Tank API to query scheduling and playlist data.
The OpenAPI specification for these APIs are located in
`schemas`
and used for the client models.
To generate the API client models run
```
bash
make api
```
## Scheduler
Scheduling is split into multiple phases. Below you see a timeline with one timeslot planned at a certain
...
...
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