-
Notifications
You must be signed in to change notification settings - Fork 13
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
2.0.14 #294
Merged
Merged
2.0.14 #294
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
Contributor
jacalata
commented
Jun 13, 2024
- handle case sensitivity in import users
- handle spaces in filter parameters for export
- fix mac packaging error
- fix file handling in export command
- add proxy capability
- add options to extract commands
Unable to add a user to a group with tabcmd 2.0 if username contains uppercase
* handle exit with no logger * redact logging token, also clean up exit a little * add logging to check signin failure * remove duplicate log lines * refactor: extract strings to local dictionary to make it easier to extract to another file * add error handling around session file data * add flows and object detail to list output * some test coverage
* encoding filter values to handle spaces and special chars in filters * added new --filter option to pass in un-encoded value for simpler input * refactoring order of args, method names * stopped sending filters for workbooks
* add --url, --include-all/--embedded-datasources for create/refresh/delete extract commands * replace polling code with library call * add views to workbook listing
* remove 'known gaps' and pointed to release notes. * add log statement explaining workbooks won't be filtered * edit contributing file * add python 3.11
When people ask for help they usually show default logs and don't know what version they have.
* add tests * format error output * add ID to output, add a "nothing found" message instead of just exiting silently.
* implement thumbnail options. (including 'not yet implemented' message for --thumbnail-group) * Implement overwrite/append/replace arguments (including not-yet-implemented message for --replace) * clarified help content for extract-encryption and some other not-implemented options * added tests for all valid publish command options * error log cleanup: better stacktrace, less repetition
* implement --proxy, --no-proxy options * implement but not tested --use-certificate option * tweak output * specify black version
* freeze tsc dependency to 0.25
* Update session.py * update test for new functionality
Also change a print statement to log statement
also add unit test
* use os file handling code * mypy and black
…p on Mac (#285) * Fix for mac executable * Fix actions workflow * Fix packaging issue * adding debug statements * File permissions change * changing to macos-13 * Changing file permissions * Changing chown command args * Checking bin file permission * Adding target for Mac latest * Fix issues with tar * Fix tar file location issue * adding .tar to uploaded artifact * Fix for tar-ing the right dir * Remove .tar from the artifact name * Naming clean up * typo * Removing deprecated python version * specifying target_arch in spec file as universal2 * Revert "specifying target_arch in spec file as universal2" This reverts commit 1d037fc.
* test robustness - add skip-connection-check so it can run against local server - fix bug revealed where it was confused by the Default server - fix asset names to go with assets in repo - fail fast if publishing fails (because all the following tests will also fail) - fail cleanly if you forget to enter any command * add content in the tests\assets dir, update gitignore * remove import being added back * format w black * specify version of black expected
* Fix logic in test_list_sites E2E test * Update dependencies - move TSC pin to latest 0.31 - relax urllib3 version range to avoid conflict w/TSC
bcantoni
approved these changes
Jun 13, 2024
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.