-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Updating annotations (#180) * Test annotations * Add in support to update a submission's status in annotation submission * Fix tess * Add tests for converting dict or synapse style annotations to Annotations cls * Test updating annotations * Add EOL * Add line * Fix * Increase version * Increase version in conf.py * Add to docs * Add function * Add to docs * Patch convert to synapse cls * Add in function to delete submission (#182) * Add to docs and update cli syntax * Upgrade synapseclient to 2.1.0 (#185) * Update required synapseclient version to 2.1.0 * Remove redundant functions that are already in synapseclient * No need to mock a response * No longer need to return status code while using with_retry function * Rename cli (#188) * Add thread service (#184) * Add Thread model * Add in typing * use kwargs when possible * Add typing * Fix comments * Fix tests * Update challengeutils/synapseservices/discussion.py * Add reply service (#189) * Add in reply service * Use kwargs and use Reply obj * use Reply obj * Fix * Fix test * Fix discussion tests * Update challengeutils/synapseservices/discussion.py * Update challengeutils/discussion.py * Patch project sub (#191) * Fix * add tests * update conditional for private writeup with admin access Co-authored-by: verena <[email protected]> * validate docker submission (#86) * validate docker * Add in validate docker script * Remove * Remove * Add doc string * Add doc string * Add validate docker submission * Lint * Remove params * Rework validate docker * Rename * Simply code * Update * Remove extra line * Simply cli * Define invalid reasons first * Add command validate docker to docs * Test docker tools * Add tests * Test validate docker * Complete tests for validate docker * Fix * Import Response model * Fix dockertools * Create submission module * Change project_submission to submission * Move functions arond * Rename * Fix tests and shift functions around * Remove download current leading submission and put in submission.py (#193) * Fix tests * Remove test and fix cli * Fix validate docker * Remove * lint * add logic for private writeup that must be shared with admin (#195) * add logic for private writeup that must be shared with admin * error message for admin permissions should not print if `public` is flagged * move try-catch to each permissions check; add and edit tests Co-authored-by: verena <[email protected]> * Add annotate sub (#194) * add annotate_submission that just takes in json * Fix tests * Don't add in annotations if None or empty list * Test None and [] annotation values aren't added * Update docs (#192) * Update docs * update docs and version * Fix * No longer support synapseclient<2.1.0 * Add submission id * Add in docker validate * Fix * Fix docs Co-authored-by: Verena Chung <[email protected]> Co-authored-by: verena <[email protected]>
- Loading branch information
1 parent
1ba3d00
commit e2c5331
Showing
26 changed files
with
1,700 additions
and
959 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "2.2.0" | ||
__version__ = "3.0.0" |
Oops, something went wrong.