-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated the Backend's Deployment (#657)
* removed webpack dependency and background_jobs endpoint * removed legacy deployment stuff and began work on new production dockerfile * added building the application to the publish workflow * updated publish workflow to run on push for now * made index.html paths relative * appended tira-frontend to all resource paths in the compiled frontend * set base path explicitly * added tfr-static prefix * added workaround for disraptor * test * rewoked last changes * updated dockerfile of frontend * fixed frontend dockerfile * removed extractRole for fetchUserInfo * removed extractOrganizerTeams * elaborated TODO Comment * fixed typehints * removed unused utils functions * renamed application module to tira_app and updated production container * minor fixes to ci * more configurable TIRA_ROOT and TIRA_CONF * cleaned the settings.py and settings-test.py up a bit * consolidated tira-application-config.*.yml and improved settings.py further * removed src/tira_app/static and fixed TIRA_DEBUG handling * configured TIRE_CONFIG appropriately in CI and dockerfile for make setup * another problem found * dockerfile.prod runs make setup in debug mode * automatic migration; extended configuration via environment variables; fixed a bug in Tasks.vue * fixed python-gitlabto 4.10.0 * added helpful tools to production container * fixed wrong path * fixed django to 5.0.9 * oops * heldenhaft * final deployment adjustments * made django_secret and discourse_api_key configurable via env * updated deployment documentation * uwsgi uses port 8080 * the info endpoint now fetches the actual tira version
- Loading branch information
1 parent
fb66cc7
commit 3723cf1
Showing
144 changed files
with
2,001 additions
and
2,049 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.