Skip to content

Merge development branch into master for v0.9 #217

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 61 commits into from
Dec 15, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
61 commits
Select commit Hold shift + click to select a range
fb36a3a
Fix #117 by only attempting files with the right extension inside the…
t8y8 Dec 12, 2016
fe16c0c
Commenting and Docstring cleanup. A few very small code cleanups (#120)
t8y8 Dec 14, 2016
cdccd2f
Small cleanups for various editors. Play nice with built in test-runn…
t8y8 Dec 15, 2016
3ab99f4
Add Py36, update travis to use pycodestyle (#124)
t8y8 Jan 6, 2017
cc97fc4
Add `initial sql` and `query band` support (#123)
r-richmond Jan 9, 2017
3d8021d
Prep for release of 0.6 (#125)
Jan 11, 2017
10e13b9
Add search functionality to docs (#128)
jdomingu Feb 11, 2017
562a54e
Added the ability to create and modify fields, including aliases and …
KernpunktAnalytics Feb 16, 2017
c7a2926
Enabling Zip64 Extension to support zipfile >- 2GB. (#144)
doulam Aug 14, 2017
d342cbe
Update test TDS to have a field with no local-type and apply a defaul…
t8y8 Feb 15, 2018
88361b5
adding oracle param support related to #137 in development branch (#152)
May 2, 2018
27d383b
removing gemlock file for security reasons
graysonarts Oct 10, 2018
20e73b9
Updating copyright date
d45 Feb 28, 2020
e137a42
Merge pull request #173 from tableau/d45_copyright_update
d45 Mar 4, 2020
cd4369c
Update datasource.py
martydertz Mar 9, 2020
9a98337
Update datasource.py
martydertz Mar 9, 2020
65205fe
add shape property
dev-mkc19 Apr 25, 2020
ca64256
updating with legal and privacy links
d45 May 19, 2020
e72e07a
Update main.css
d45 May 19, 2020
178d2b5
Add docs link to Readme
jdomingu Nov 3, 2016
c5762b0
Remove diff line
jdomingu Nov 3, 2016
1ca62e7
Fix link typo...
jdomingu Nov 3, 2016
72fefde
Add analytics script
jdomingu Dec 23, 2016
9f81239
add support badge
benlower Oct 6, 2017
6a05f05
move badges up
benlower Oct 6, 2017
a0be6dd
add dbclass name for Cisco Information Server (#140)
carlsonp Feb 16, 2018
7befcb4
adding oracle param support related to #137 (#149)
Apr 30, 2018
885afad
Revert "adding oracle param support related to #137 (#149)" (#150)
t8y8 Apr 30, 2018
f6dbfe9
Update .travis.yml (#170)
jacalata Nov 5, 2019
cf20cfc
Update bootstrap, edit readme
jacalata Nov 4, 2019
f64c15f
bump bootstrap includes
jacalata Nov 4, 2019
009a47f
add back analytics script from merge
jacalata May 27, 2021
7b5d41f
added link to dev guide
Mar 10, 2017
8d2ec76
added reference to developer guide in contributing.md
Mar 10, 2017
427b8eb
added reference to using the development branch
Mar 10, 2017
cbc027b
add tests for preserving xml namespace
jacalata May 29, 2021
c8466d4
remove python 2 and workarounds
jacalata May 29, 2021
f670634
Update README.md
jacalata Jun 4, 2021
16b7bbe
add basic sample with one namespace
jacalata May 29, 2021
9690133
Merge pull request #201 from tableau/add-namespace-samples
jacalata Jun 7, 2021
661d329
Merge branch 'master' into development
jacalata Jun 7, 2021
70ffc24
Update python-package.yml
jacalata Jun 25, 2021
b959e19
remove whitespace for linter
jacalata Jun 25, 2021
8141596
Define test constants before using them
jacalata Jun 25, 2021
084871b
Merge pull request #179 from martydertz/get-query-string
jacalata Sep 16, 2021
8eb3a59
pycodestyle: extra line
jacalata Sep 16, 2021
576ece2
add shape property
dev-mkc19 Sep 19, 2021
637d5f3
Merge branch 'master' of https://github.com/dev-mkc19/document-api-py…
dev-mkc19 Sep 19, 2021
c5a63ee
fix codestyle
dev-mkc19 Sep 19, 2021
ce2da8d
Merge branch 'master' into development
jacalata Oct 16, 2021
ad90152
Merge pull request #178 from dev-mkc19/master
jacalata Oct 16, 2021
b6b2d30
tweak timelines
jacalata Oct 16, 2021
1770342
Merge pull request #209 from tableau/jac/merge-mkc
jacalata Oct 16, 2021
56bdf97
add list of dashboard names to workbook object
jacalata Oct 16, 2021
8e69bb7
pycodestyle
jacalata Oct 16, 2021
395bbe6
Merge pull request #210 from tableau/jac/dashboards
jacalata Oct 16, 2021
b393fdd
changelog, version bump
jacalata Oct 16, 2021
2b88e73
Update pypy to python 3
jacalata Nov 11, 2021
6debee7
Updates for release 0.9 (#216)
mmuttreja-tableau Dec 14, 2021
d90db8a
Update version in setup.py
jacalata Dec 15, 2021
4875132
Merge branch 'master' into development
jacalata Dec 15, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 09 (December 2021)
* Pypi upgraded to Python3

## 08 (October 2021)
* See dashboards in a workbook
* Add shapes property
* Add custom sql
* Drop python 2, add up through 3.9


## 08 (October 2021)
* See dashboards in a workbook
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='tableaudocumentapi',
version='0.8',
version='0.9',
author='Tableau',
author_email='github@tableau.com',
url='https://github.com/tableau/document-api-python',
Expand Down
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy