This pull request introduces a new Build application to Arcane Studio, enhancing the management of build scripts and configuration files. The changes include the addition of models, views, templates, and URL configurations for the new app.
New Build Application
Implement the build app with models for BuildSystem, BuildSystemFile, and BuildSystemFileRecommendation.
Add views in build/views.py to handle build system operations.
This pull request introduces a new Build application to Arcane Studio, enhancing the management of build scripts and configuration files. The changes include the addition of models, views, templates, and URL configurations for the new app.
New Build Application
build
app with models forBuildSystem
,BuildSystemFile
, andBuildSystemFileRecommendation
.build/views.py
to handle build system operations.build/templates/
.Template and Style Updates
base.html
andbase_repos.html
.Dependency and Configuration Changes
poetry.lock
andpyproject.toml
to include the latest version ofarcane-engine
and other dependencies.build
app instudio/settings.py
and configure URLs instudio/urls.py
.