-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Omnibus #202
Merged
Merged
Omnibus #202
Conversation
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
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
…o djones-host-fixes
for more information, see https://pre-commit.ci
…o djones-host-fixes
for more information, see https://pre-commit.ci
Django updated to v5.0.4. astro_ghost temporarily installed from Git repo fork.
Parameterized dust and photoz in fork of astro-ghost package and disabled source download if data already exists. Downloaded associated data files, uploaded updated archive file blast-data.v1.tar.gz, and updated data init scripts.
The training sets need only be generated once and are now included in the initial data archive file.
Django v5 no longer supports GET request log out actions.
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
GitHub Action is failing with error "no space left on device"
to support cases where the file is mounted read-only
Given that we have not yet fixed the CI workflow, I manually ran the tests for commit a232a2f and they passed.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #201 #41 #42 #62 #168
Description of the Change
Fixed slow /transients page load caused by redundant database queries fetching progress. Installed Silk profiler to aid this kind of debugging.
Fixed issues related to missing host info.
Modified CI workflow to use GitHub build cache to speed up the workflow. Revised automated build to push to NCSA Harbor instance.
Rebuilt requirements.txt from scratch, updating versions of all dependencies to most recent possible package versions. The update from Django v3 to v5 and bootstrap v3 to v4 required various modifications, including using a POST request for logout and minor tweaks to urls.py. Set ALLOWED_HOSTS and CSRF config in settings.py.
Revised login page styling to improve appearance.
Fixed broken DOI on acknowledgements page
Drastically improved initial app load time by moving run_sbi_blast import statement and bypassing the SBI training set generation if possible by preloading files of pickled training set data.
Initialize dustmap data from data archive file
Fixed whitespace bug in "no host" status message.
Return the transient name when TransientTaskRunner task completes to aid debugging when using Flower.
Removes the kubernetes manifests and directory and replaces them with a FAQ entry pointing to our deployment repo with a Helm chart and ArgoCD Application definitions.