FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Releasing 0.2 to master by graysonarts · Pull Request #66 · tableau/document-api-python · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
tableau
/
document-api-python
Public
Notifications
You must be signed in to change notification settings
Fork
184
Star
363
Code
Issues
56
Pull requests
4
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Releasing 0.2 to master
- #66
#66
Merged
graysonarts
merged 33 commits into
master
tableau/document-api-python:master
from
development
tableau/document-api-python:development
Copy head branch name to clipboard
Jul 26, 2016
Conversation
Commits
33
(33)
Checks
Files changed
Merged
Releasing 0.2 to master
#66
graysonarts
merged 33 commits into
master
tableau/document-api-python:master
from
development
tableau/document-api-python:development
Copy head branch name to clipboard
Commits
Commits on May 25, 2016
Here's an intermediate stab at twbx support. Does not include TDSX yet. I'm not sure where a lot of the zip stuff should go.
t8y8
committed
6663c87
View commit details
Copy full SHA for 6663c87
Browse repository at this point
Commits on Jun 28, 2016
Adding override for pycodestyle/pep8 and moving test files around
Russell Hay
committed
8f037a9
View commit details
Copy full SHA for 8f037a9
Browse repository at this point
Improve the call of pep8 and move to using setup.py's test feature
Russell Hay
committed
83abb63
View commit details
Copy full SHA for 83abb63
Browse repository at this point
Adding EOF newline
Russell Hay
committed
69aadae
View commit details
Copy full SHA for 69aadae
Browse repository at this point
Commits on Jun 29, 2016
Resolve merge conflicts
t8y8
committed
cbb596b
View commit details
Copy full SHA for cbb596b
Browse repository at this point
Merge pull request #38 from RussTheAerialist/reorganize-project
Show description for 807fa9d
Russell Hay
authored
807fa9d
View commit details
Copy full SHA for 807fa9d
Browse repository at this point
Merge branch 'development' of https://github.com/tableau/document-api-python into development
Russell Hay
committed
8a1c159
View commit details
Copy full SHA for 8a1c159
Browse repository at this point
script for publishing versions to pypi
Russell Hay
committed
26d5116
View commit details
Copy full SHA for 26d5116
Browse repository at this point
Merge branch 'zip-support' into development
t8y8
committed
76344b4
View commit details
Copy full SHA for 76344b4
Browse repository at this point
Merge pull request #40 from RussTheAerialist/publish-script
Show description for c26ee64
Russell Hay
authored
c26ee64
View commit details
Copy full SHA for c26ee64
Browse repository at this point
Update the tests to use external files
t8y8
committed
c70cb5f
View commit details
Copy full SHA for c70cb5f
Browse repository at this point
Fix case sensitivity
t8y8
committed
955e418
View commit details
Copy full SHA for 955e418
Browse repository at this point
Use more flexible paths for test assets
t8y8
committed
92668e0
View commit details
Copy full SHA for 92668e0
Browse repository at this point
Commits on Jun 30, 2016
Merge pull request #43 from t8y8/zip-support
Show description for 23e897a
Russell Hay
authored
23e897a
View commit details
Copy full SHA for 23e897a
Browse repository at this point
Initial TDSX support. Lots of duplicated code with TWBX's
t8y8
committed
9a8f0d1
View commit details
Copy full SHA for 9a8f0d1
Browse repository at this point
Refactor all the archive manipulation logic into one module
t8y8
committed
bd6d3c9
View commit details
Copy full SHA for bd6d3c9
Browse repository at this point
Move save logic into helper function. Remove unused tests and methods from Workbook class
t8y8
committed
8385b5c
View commit details
Copy full SHA for 8385b5c
Browse repository at this point
Now find the file by checking if it's a workbook or datasource, and open the file directly from the zip instead of extracting multiple times
t8y8
committed
cbcda8f
View commit details
Copy full SHA for cbcda8f
Browse repository at this point
ZipFile.open should be a context manager
t8y8
committed
813e079
View commit details
Copy full SHA for 813e079
Browse repository at this point
Missed a spot with the context manager
t8y8
committed
be4c9c8
View commit details
Copy full SHA for be4c9c8
Browse repository at this point
The truth is out there...
t8y8
committed
a885f15
View commit details
Copy full SHA for a885f15
Browse repository at this point
Merge pull request #44 from t8y8/tdsx-support
Show description for aba2a35
t8y8
authored
aba2a35
View commit details
Copy full SHA for aba2a35
Browse repository at this point
Commits on Jul 1, 2016
Initial attempt at enabling reading the columns from the datasource (#45)
Show description for 481f38c
Russell Hay
authored
481f38c
View commit details
Copy full SHA for 481f38c
Browse repository at this point
Commits on Jul 11, 2016
Adding contributing.md first draft (#48)
Show description for d9f90f3
Russell Hay
authored
d9f90f3
View commit details
Copy full SHA for d9f90f3
Browse repository at this point
Get Fields Example Code (#51)
Show description for c8eb27e
Russell Hay
authored
c8eb27e
View commit details
Copy full SHA for c8eb27e
Browse repository at this point
Commits on Jul 13, 2016
convert the indices to be weak ref value dictionaries (#53)
Russell Hay
authored
00a9649
View commit details
Copy full SHA for 00a9649
Browse repository at this point
Commits on Jul 14, 2016
Fixes #50 - materialize the properties for completion (#52)
Show description for f46f3d9
Russell Hay
authored
f46f3d9
View commit details
Copy full SHA for f46f3d9
Browse repository at this point
Commits on Jul 21, 2016
fixes#47 Implement ability to query fields used on a worksheet (#54)
Show description for 3757ada
Russell Hay
authored
3757ada
View commit details
Copy full SHA for 3757ada
Browse repository at this point
Address a refactoring concern from #54 (#55)
Show description for f8206b9
Russell Hay
authored
f8206b9
View commit details
Copy full SHA for f8206b9
Browse repository at this point
Commits on Jul 22, 2016
Updating README file for new features
t8y8
committed
8cb4caf
View commit details
Copy full SHA for 8cb4caf
Browse repository at this point
Prepping for release of 0.2 (#56)
Show description for db65119
Russell Hay
authored
db65119
View commit details
Copy full SHA for db65119
Browse repository at this point
Adding dev install info to the readme (#57)
Russell Hay
authored
1f953d9
View commit details
Copy full SHA for 1f953d9
Browse repository at this point
Commits on Jul 26, 2016
Add a version check to provide good errors on version incompatibility (#59)
Show description for aa93eef
Russell Hay
authored
aa93eef
View commit details
Copy full SHA for aa93eef
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL