-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Features: * Pivotal ID # 174054535: Disable superUser in request * Pivotal ID # 174076301: Update pmc api (#248) * Pivotal ID # 172817960: Resubmit Notfication (#255) * Pivotal ID # 169837866: Async File Processing (#256) * Pivotal ID # 172671360: Warn Users About Upcoming Releases (#268) * Pivotal ID # 173783625: Partial Updates Timestamp (#269) * Pivotal ID # 174922363: Add support for previous submission files source * Pivotal ID # 173908844: Add ext file fields attributes (#260) * Pivotal ID # 173817309: FIRE Client (#272) * Pivotal ID # 174746920: Include status fetching submissions (#275) * Pivotal ID # 171026062: Submission files MD5 Generation (#274) * Pivotal ID # 175266840: Manual Set AccNo Sequence (#287) * Pivotal ID # 175101522: File Path Field (#294) * Pivotal:ID # 175839554 : include user tag as part of extended submission tags (#296) * Pivotal ID # 175825508: Store submission request - async processing Bug Fixes: * Pivotal ID # 173457302: RelPath Calculation (#244) * Pivotal ID # 173750220: Author TSV Serialization (#245) * pivotal ID # 174127719: Transaction lock (#250) * Pivotal ID # 171230259: Draft creation time outs for big submissions (#251) * Pivotal ID # 174275642: Submission loading strategy (#254) * Pivotal ID # 174316468: Project Refresh AccNo Template Validation (#257) * Pivotal ID # 173919045: Restrict Execute Permissions On HTTP Uploaded Files (#265) * Pivotal ID # 174621725: Wrong Notifications UI URL (#266) * Pivotal ID # 174697743: Delete draft missing transaction * Pivotal ID # 174801815: Permissions For Deleted Submissions (#270) * Pivotal ID # 171026062: FTP Hard Links (#276) * Pivotal ID # 175357899: Re-submit a submission with rooPath (#279) * Pivotal ID # 175359447: Async Concurrent Processing Submission (#281) * Pivotal ID # 175780531: Ext Submission Submitter Validation (#300) * Pivotal ID # 175632448: Regular User Resubmission (#306) * Pivotal ID # 176052254: JSON Submission Attributes Validation (#310) * Pivotal ID # 176052264: Inner Folder Mapping (#311) Chore Tasks: * Pivotal ID # 174275207: Test Using The Persistence Layer (#262) * Pivotal ID # 174947046: ExtSubmission list api (#273) * Pivotal ID # 174274579: User eager groups (#280) * Pivotal ID # 175632448: Extra persistence layer interfaces to avoid dependencies on SQL classes (#283) * Pivotal ID # 175163839: Submission Operations Refactor (#297) * Pivotal ID # 175926073: Simplify accNoService (#298) * Pivotal ID # 175163839: Stats Refactor (#299)
- Loading branch information
1 parent
ac70156
commit 31cbec5
Showing
13 changed files
with
68 additions
and
14 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
3 changes: 3 additions & 0 deletions
3
...erialization/src/main/kotlin/ac/uk/ebi/biostd/json/exception/NoAttributeValueException.kt
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,3 @@ | ||
package ac.uk.ebi.biostd.json.exception | ||
|
||
class NoAttributeValueException(name: String) : RuntimeException("The value for the attribute '$name' can't be empty") |
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