-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release/4.1.0 #222
Merged
Merged
Release/4.1.0 #222
Conversation
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
…orks/challengeutils into challenge-dataclass
* Update docs * update docs and version * Fix * No longer support synapseclient<2.1.0 * Add submission id * Add in docker validate * Fix * Fix docs
* Add in function to remove members from team * Remove extra space
* Get team member count rest call * Add tests * Add tests * Update tests/test_teams.py
* move team related functions to team module * ilnt
* Create functions to - download and upload synapse wikis in markdown + wiki config * Add doc strings * Add cli * add more details in print * Change to pull and push wiki, remove config_path and use workdir * Add docs * Add docs * Add docs * Edit * Edit docs * Use workdir parameter for all wiki commands * Add docs * add doc * Add tests * Add tests * Lint * Make improvements * Add fine grain validationg * Lint * Test for strings and ints * Fix tests * Remove * Edit * Comment out valiate-wiki-config function * Fix * Make sure to use isfile instead of os.path.exists * Edit * Add wikiId in front of markdown path * Add comment * Update wiki
fix conditionals for permissions check
* Update client * Remove support for 3.6 * Limit * Remove version for pandas * Fix * Don't drop support for python 3.6 yet * Don't set pandas version
* Remove helpers, but refactor stopping submissions that are over a specific quota * Remove tests for helpers * Add in tests * Add submission tests * query fail
* Update synapse login to utilize new auth token env * Remove line * Remove line
Hello @thomasyu888! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
Comment last updated at 2021-08-07 07:40:43 UTC |
Pull Request Test Coverage Report for Build 1107496361
💛 - Coveralls |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
challengeutils
cli bug. fixes error when no arguments given to challengeutils command #219synapse_login
to support auth token env variable.