8000 Comparing tableau:master...hkthom:master · tableau/document-api-python · GitHub
[go: up one dir, main page]

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tableau/document-api-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: hkthom/document-api-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 41 files changed
  • 5 contributors

Commits on Oct 24, 2016

  1. Scrub some strings in the test files (#82)

    * Scrub some strings in the test file so they don't include internal references
    * Updated some of the assets to be consistent in casing
    t8y8 committed Oct 24, 2016
    Configuration menu
    Copy the full SHA
    2a47af3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4e41f9 View commit details
    Browse the repository at this point in the history
  3. Add a test to verify #80 (#83)

    Russell Hay authored and t8y8 committed Oct 24, 2016
    Configuration menu
    Copy the full SHA
    95f104b View commit details
    Browse the repository at this point in the history
  4. Create CONTRIBUTORS.md (#84)

    * Create CONTRIBUTORS.md
    
    * Adding Charley Peng who contributed doc fixes
    
    * Update CONTRIBUTORS.md
    Russell Hay authored and t8y8 committed Oct 24, 2016
    Configuration menu
    Copy the full SHA
    0a0232e View commit details
    Browse the repository at this point in the history
  5. Fix #87 by working around non-federated sqlproxy connections (#89)

    When Cross Database Joins were introduced in 10 all connections became "federated" by default, even if they weren't actually joined to anything else. 
    
    In the file format that means they get represented as named-connection/connection elements. Expressed under one top-level connection element with a class of 'federated'.
    
    Except for 'sqlproxy' connections (Published Data Sources) -- they stay in the old connection style as a top level connection element.
    
    We need to, when in a 10.0 or greater workbook, get all federated connections (named-connection) plus go back and find any sqlproxy connections as well.
    t8y8 committed Oct 24, 2016
    Configuration menu
    Copy the full SHA
    aa84176 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7ced1d1 View commit details
    Browse the repository at this point in the history
  7. #86 Repository location stripping (#88)

    * Add the ability to clear repository location on the datasource for retargetting
    * fixing a pep8 issue that was missed
    * Adding None check for repository-location in case it doesn't exist
    Russell Hay authored and t8y8 committed Oct 24, 2016
    Configuration menu
    Copy the full SHA
    8478800 View commit details
    Browse the repository at this point in the history
  8. bump version and create changelog (#91)

    Russell Hay authored and t8y8 committed Oct 24, 2016
    Configuration menu
    Copy the full SHA
    f054732 View commit details
    Browse the repository at this point in the history
  9. Add #80 to changelog (#92)

    * Updating link in readme
    
    We renamed Examples to samples, but forgot to update the readme.
    
    * Adding #80 to changelog
    Russell Hay authored and t8y8 committed Oct 24, 2016
    Configuration menu
    Copy the full SHA
    32a0ac3 View commit details
    Browse the repository at this point in the history
  10. begin development of v0.5 (#94)

    Russell Hay authored and t8y8 committed Oct 24, 2016
    Configuration menu
    Copy the full SHA
    c29d364 View commit details
    Browse the repository at this point in the history
  11. Issue #96: Add port support (#97)

    Issue #96: Add port support
    
    We now support reading and setting the port attribute on connections. If you set the port attribute to None it will remove it entirely. Small change to tests so that they don't have side effects between test cases.
    t8y8 committed Oct 24, 2016
    Configuration menu
    Copy the full SHA
    94d1f82 View commit details
    Browse the repository at this point in the history
  12. Add caption support for datasources (#99)

    * Add caption support for datasources
    
    * fix a pep8 issue E303
    
    * Add ability to remove the caption using del
    Russell Hay authored and t8y8 committed Oct 24, 2016
    Configuration menu
    Copy the full SHA
    cb0de80 View commit details
    Browse the repository at this point in the history
  13. Crack at a mkdocs build skeleton

    t8y8 committed Oct 24, 2016
    Configuration menu
    Copy the full SHA
    601b05c View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2016

  1. Adding Docs pipeline

    t8y8 committed Oct 26, 2016
    Configuration menu
    Copy the full SHA
    fdb0ebd View commit details
    Browse the repository at this point in the history
  2. This should build

    t8y8 committed Oct 26, 2016
    Configuration menu
    Copy the full SHA
    2366f86 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2016

  1. Configuration menu
    Copy the full SHA
    ddedf0f View commit details
    Browse the repository at this point in the history
Loading
0