-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refactor: Move DeepSSMTab file * fix: resolve type errors and fix styling in TabForm * fix: orientation marker cube should appear if not showing color scale * refactor: remove unused import in store methods * fix: change import of DeepSSMTab in Main view * refactor: ignore dev/yarn.env * refactor: remove terraform folder * refactor: remove references to CloudAMQP Gray * fix: use known dataset subset for download_upload_cycle test (increase reliability) * style: reformat test file * fix: prevent stopping GPU workers if deployment playbook is active * fix: Apply suggested changes to manage_workers.py * fix: issue #348 * feat: address issue #349 * style: reformat manage_workers.py * refactor: remove old files at shapeworks_cloud/core/shapeworks_interface * updating repo url * ci: add workflow_dispatch trigger to build-web action * update key * force a web build * set branch back to master * fix: remove version pins on django and allauth * fix: pin Django to 4.1 * fix: remove `--username` arg from createsuperuser commands --------- Co-authored-by: jessdtate@gmail.com <jess@sci.utah.edu>
- Loading branch information
Showing
33 changed files
with
88 additions
and
301 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
name: Build web app | ||
on: | ||
workflow_dispatch: | ||
push: | ||
branches: | ||
- master | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -126,4 +126,7 @@ dmypy.json | |
.terraform/ | ||
|
||
# Ansible | ||
ansible/roles | ||
ansible/roles | ||
|
||
# Yarn env | ||
dev/yarn.env |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
VUE_APP_OAUTH_CLIENT_ID=Sn075ovzulH1SBTI6IwLM20G4b0Dh5Yj0FV3HNLb | ||
VUE_APP_OAUTH_CLIENT_ID=Sn075ovzulH1SBTI6IwLM20G4b0Dh5Yj0FV3HNLb |
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
Empty file.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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.