-
Notifications
You must be signed in to change notification settings - Fork 436
Merging v0.10 changes from development to master #573
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
Merged
Merged
Conversation
This file contains hidden or 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
Contributor
- Added a way to handle non-xml errors (Quick Fix for NonXMLErrorException #515)
- Added Webhooks endpoints for create, delete, get, list, and test (Add webhooks #523, Webhooks fixes #532)
- Added delete method in the tasks endpoint (Added Tasks Delete method & tests #524)
- Added description attribute to WorkbookItem (Adds description as a read-only attribute of WorkbookItem #533)
- Added support for materializeViews as schedule and task types (Add support for materializeViews as schedule and task type #542)
- Added warnings to schedules (Receiving warnings in schedule creation #550, Add warnings when adding workbook to schedule #551)
- Added ability to update parent_id attribute of projects (Added a functionality to move an existing project (change it's parent_id) by update method #560, Fixed moving projects too the root #567)
- Improved filename behavior for download endpoints (Fix filename behavior and refactor #517)
- Improved logging (Close missing brackets in log texts #508)
- Fixed runtime error in permissions endpoint (Runtime error in permissions_endpoint #513)
- Fixed move_workbook_sites sample (Fixes move_workbook_sites sample to work properly #503)
- Fixed project permissions endpoints (Project permissions fixes and tests #527)
- Fixed login.py sample to accept site name (Add site-name #549)
Catch ParseError's and pass the response body up though the stack. Partially addresses #514
Fixing a subtle file name bug and adding some new tests to cover filesystem helpers
Replaced with grantee.tag_name in the permissions_endpoint delete method. Fixed indentation and type in default_permissions_endpoint.py method delete_default_permission
* Close missing brackets in log texts * Fix lintin 10000 g issue with missing space
* Fix a decreated warning in the tests * Dropping 2.7 support since it's EOLEOY * fixes deprecated warning in test_requests.py * fixes deprecated warning in test_datasource.py * fixed deprecated warning in test_workbook * Fixing incorrect version for publish_async * Fix deprecrated warning in test_regression_tests.py * initial working version * removing print statements * pep8 fixes in test * fixing pep8 failures in tableauserverclient * Make token optional if it's set in the environment * read events properly * read events properly * fix request generation * fix pep8 error * Tyler's feedback
* Fixed project permission methods and added DELETE tests
* Added tasks delete method
looks like this newline is os specific, CI doesn't like it
Webhooks tests and samples
* Add support for materializeViews as schedule and task type * added task type to the url for get_by_id and run in tasks_endpoint, and added tests * normalized task_type * added a blank line at the line * fixed formatting failures * changed the logic for assert api version for MaterializeViews
* fix minor bug in request_factory * make materializeNow an optional argument to be consistent with the server side code * factor
…hon 3.4 (#545) * fixing a bug due to bool(time(0,0)) is false * change the null check for end_time at another place
* Add site-name * sample-fix * Fix * fix2 * whiteblank
* fixing a bug due to bool(time(0,0)) is false * add warnings to schedule creation
* fixing a bug due to bool(time(0,0)) is false * check warnings in Schedules.add_to_schedule * fixed a typo * removed unused comment * handle the case where a task was indeed created, but there is a warning * remove unnecessary import
* Added a way to handle non-xml errors (#515) * Added Webhooks endpoints for create, delete, get, list, and test (#523, #532) * Added delete method in the tasks endpoint (#524) * Added description attribute to WorkbookItem (#533) * Added support for materializeViews as schedule and task types (#542) * Added warnings to schedules (#550, #551) * Added ability to update parent_id attribute of projects (#560, #567) * Improved filename behavior for download endpoints (#517) * Improved logging (#508) * Fixed runtime error in permissions endpoint (#513) * Fixed move_workbook_sites sample (#503) * Fixed project permissions endpoints (#527) * Fixed login.py sample to accept site name (#549)
gaoang2148
approved these changes
Feb 21, 2020
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.