-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Task/DES-3065: Use cloud.data system for HPC work directories (#1423)
* use cloud.data system for HPC work directories * fix issues with tests * Rename 'HPC Work' to 'Work'; consolidate hard-coded system names * add project title as a subtitle in datacite, prefixed with 'in' (#1428) * deep-copy entity values before inserting them into the project tree (#1427) * Log DOIs for each file when multiple are selected, even if there are duplicates (#1430) * Bug/wc 84 metrics modal error (#1431) * commit to main * prevent blank or null values from causing metrics page to crash * remove those type coercions and fix the type errors * Refactor MetricsModalBody component to improve readability and maintainability * remove docker compose changes --------- Co-authored-by: Jake Rosenberg <[email protected]> * Task/WC-95: Clear file selection when changing publication version (#1432) * Log DOIs for each file when multiple are selected, even if there are duplicates * Unset file selections when changing the selected publication version * Show up to 3 keywords in the publication listing (#1429) * task/WC-91: Directories in Publication Preview should open in the Curation listing (#1425) * Directories in Publication Preview open in the Curation listing * fix links inside the publication pipeline * revert link _target change * Task/WC-96: Log views of non-Other type publications as listings on the root dir (#1433) * log views of non-Other type projects as listings on the root dir * fix hook dependencies * bump setfacls app to v0.0.2 (#1434) * improve DOI support in Publication search (#1437) * Ensure correct publication dates after subsequent publish (#1436) * update wording in Copy modal * task/WP-685: user work workspace file select (#1426) * handle error in revoke method * handle cloud.data work system in workspace select modal --------- Co-authored-by: Sal Tijerina <[email protected]> Co-authored-by: Van Go <[email protected]>
- Loading branch information
1 parent
2600303
commit bd913be
Showing
18 changed files
with
127 additions
and
47 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 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 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
17 changes: 17 additions & 0 deletions
17
designsafe/apps/accounts/migrations/0021_designsafeprofile_homedir.py
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Generated by Django 4.2.11 on 2024-08-29 21:19 | ||
|
||
from django.db import migrations, models | ||
|
||
|
||
class Migration(migrations.Migration): | ||
dependencies = [ | ||
("designsafe_accounts", "0020_designsafeprofile_institution"), | ||
] | ||
|
||
operations = [ | ||
migrations.AddField( | ||
model_name="designsafeprofile", | ||
name="homedir", | ||
field=models.CharField(default=None, max_length=256, null=True), | ||
), | ||
] |
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
Oops, something went wrong.