-
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.
* Remove functionality to invite members to team (#167) * Create _copy_thread which just copies the threads, copy_thread now copies replies (#169) * Fix createchallenge bug (#171) * Make sure to not redefine 'challenge' * Dont pass object into rest post call * Fix tests * Add in sage name and year * Automate code coverage (#165) * Add in testing of synapse service module * Test code coverage * Fix * Add init * Update * Remove * Add inits * Add inits * Remove * Try uploading artifact * Add in flake8 * install all dependencies * Rename to build * Remove duplicated test func * Refactor mirror wiki (#143) * Update version * Refactor mirrowiki * Update mirrorwiki * Add dry run flag, fix docs * Remove comments * Increase update wiki pages and maps helper * Add test mirrorwiki * Make most functions convenience functions * Fix indent * add tests * Add test * Fix * Add integration test * Add integration tests * Remove synapseclient<2 support for challenge.py * Add -f * Add in stdout for wiki titles that exist in destionation but not entity * Update tests/test_mirrorwiki.py * Add to documentation (#175) * Add in development requirements * Add to contributing guide on how to develop * Update documentation * Update version and add to changelog * Update CONTRIBUTING.md * Add release procedure * Add in more contributing guide * Edit PR template * Update .github/PULL_REQUEST_TEMPLATE.md Co-authored-by: Verena Chung <9377970+vpchung@users.noreply.github.com> Co-authored-by: Verena Chung <9377970+vpchung@users.noreply.github.com> Co-authored-by: Verena Chung <9377970+vpchung@users.noreply.github.com> Co-authored-by: verena <vpchung@users.noreply.github.com>
- Loading branch information
1 parent
d3fdaee
commit 5a4722f
Showing
20 changed files
with
702 additions
and
204 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,3 +1,3 @@ | ||
- [ ] Did you reference the issue being addressed by number? (fixes #xxxx) | ||
- [ ] Did you run your tests locally (instructions [here](https://github.com/Sage-Bionetworks/challengeutils/blob/master/CONTRIBUTING.md)? | ||
- [ ] Fixes #xxxx (Link the github issue if applicable) | ||
- [ ] Did you run your tests locally (instructions [here](https://github.com/Sage-Bionetworks/challengeutils/blob/master/CONTRIBUTING.md))? | ||
- [ ] Did you add a good description about your changes or additions? |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "2.0.1" | ||
__version__ = "2.1.0" |
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.