Skip to content
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 27 commits into from
Jun 13, 2024
Merged

2.0.14 #294

merged 27 commits into from
Jun 13, 2024

Conversation

jacalata
Copy link
Contributor

  • 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

bhuvneshdev and others added 26 commits January 4, 2023 01:46
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
* freeze tsc dependency (#248) (#249)
Also change a print statement to log statement
* 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
@jacalata jacalata changed the title Development 2.0.14 Jun 13, 2024
@jacalata jacalata merged commit 73a739c into main Jun 13, 2024
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants