-
Notifications
You must be signed in to change notification settings - Fork 436
Release 0.8 #422
New is 10000 sue
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
Release 0.8 #422
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
Not all endpoints support pagination on the server-side. We don't really give a way to predict what will or won't work with `Pager`, so I've updated it to check for a `total_available` amount. If that is `None` the endpoint doesn't support paging, and we can just drain the existing list and return. If the endpoint gets updated to support paging, it'll just magically start working.
The link points to the old version of the dev-guide on the master branch. Point link to the new version on the gh-pages branch by linking to the built docs instead of repo location.
Add max age param2
… script to update these settings
* fixing import of TSC.Target to client access
…server-client-python into materialize-workbooks
…by_content_url to correct rest api version
…script to update/check on materialized views settings
Add materialized views settings support for workbooks/sites
…aterialized views
… for site/workbook_item to None
Added more options for materialized views feature
Fixed the issue that materializeNow flag is not passed to server correctly
…#401) * fixed the bug that materialize_workbooks.py cannot handle empty lines in workbook list, and not user get notified when workbook name/path is not valid * check for invalid file names, when can't find workbook name/path, remind user to use new line separated file as workbook list * notify user when file name is invalid
* adding support for flows * added test for querying schedules
* Adding tests for 500 error handling * fixing python 2.7 test failures * fixing style failure
Add parsing for embed_password field and allow updating value to false (
<
8000
span class="hidden-text-expander inline">
#416)
shinchris
approved these changes
Apr 8, 2019
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 resolve
2D1F
d.
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.
0.8 (8 Apr 2019)