8000 Tags · LehmD/server-client-python · GitHub
[go: up one dir, main page]

Skip to content

Tags: LehmD/server-client-python

Tags

v0.33

Toggle v0.33's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request tableau#1444 from tableau/development

v0.33

Features:
- add name, datasource-name to Job item

10000
- enable bulk add and remove users
- Linked Tasks: get, get by ID, run Now
- implement Tags: create new, add/delete for workbooks, flows, datasources
- get page and chunk size from env vars
- add some repr implementations
- implement virtual connections

Bugfix:
- tableau#1447
- tableau#1449

v0.32

Toggle v0.32's commit message
Release v0.32

v0.31

Toggle v0.31's commit message
Release v0.31

v0.30

Toggle v0.30's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request tableau#1347 from tableau/development

0.30 Release (bug fixes)

v0.29

Toggle v0.29's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
promote code for 0.29

tableau#1302 
tableau#1300 
tableau#1330 
tableau#1328 
tableau#1297 
tableau#1307 
tableau#1299 
- fix filename handling in downloads
- fix typing on revisions files
- add typings
- update urllib dependency

v0.28

Toggle v0.28's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
0.28 - JWT Auth (tableau#1288)

* Code coverage and pretty printing (tableau#1283)

* implement str and repr for a bunch more classes
* also: JWT, user-impersonation
(cherry picked from commit 4887a62)
* fix code coverage action
* use reflection to find all models for comprehensive testing.

---------

Co-authored-by: Lee Graber <lgraber@tableau.com>

* update publish action (tableau#1286)

* 0.27  (tableau#1272)

* Bump urllib3 from 2.0.4 to 2.0.6 (tableau#1287)

* Bump urllib3 from 2.0.4 to 2.0.6

Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.4 to 2.0.6.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@2.0.4...2.0.6)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Lee Graber <lgraber@tableau.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.27

Toggle v0.27's commit message

v0.26

Toggle v0.26's commit message

v0.25

Toggle v0.25's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Push code for 0.25 with custom views (tableau#1206)

* Implement custom view objects (tableau#1195)
* Fix bug in update-datasources before 3.15 (tableau#1203) (fixes tableau#1072)
* catch exceptions from ServerInfo (tableau#1204)
* add query-tagging attribute to connection (tableau#1202) (add explanation for why it doesn't work on hyper)

---------

Co-authored-by: Marwan Baghdad <mrwanbaghdad76@gmail.com>
Co-authored-by: jorwoods <jorwoods@users.noreply.github.com>
Co-authored-by: Brian Cantoni <bcantoni@salesforce.com>
Co-authored-by: TrimPeachu <77048868+TrimPeachu@users.noreply.github.com>
Co-authored-by: Stu Tomlinson <stu@nosnilmot.com>
Co-authored-by: Jeremy Harris <jercharris89@gmail.com>

v0.24

Toggle v0.24's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
push code for 0.24 (tableau#1168)

* Allow injection of sessions (tableau#1111)
* show server info (tableau#1118)
* Fix bug in exposing ExcelRequestOptions and test (tableau#1123)
* Fix a few pylint errors (tableau#1124)
* fix behavior when url has no protocol (tableau#1125)
* Add permission control for Data Roles and Metrics (Issue tableau#1063) (tableau#1120)
* add option to pass specific datasources (tableau#1150)
* allow user agent to be set by caller (tableau#1166)
* Fix issues with connections publishing workbooks (tableau#1171)
* Allow download to file-like objects (tableau#1172)
* Add updated_at to JobItem class (tableau#1182)
* fix revision references where xml returned does not match docs (tableau#1176)
* Do not create empty connections list (tableau#1178)
---------

Co-authored-by: Marwan Baghdad <mrwanbaghdad76@gmail.com>
Co-authored-by: jorwoods <jorwoods@users.noreply.github.com>
Co-authored-by: Brian Cantoni <bcantoni@salesforce.com>
Co-authored-by: TrimPeachu <77048868+TrimPeachu@users.noreply.github.com>
Co-authored-by: Stu Tomlinson <stu@nosnilmot.com>
Co-authored-by: Jeremy Harris <jercharris89@gmail.com>
0