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: maltzj/BigQuery-Python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: eat24/BigQuery-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.
  • 4 commits
  • 5 files changed
  • 2 contributors

Commits on Jun 6, 2016

  1. Make it easier to develop and test the library.

    Building the tests requires having pulled all the relevant dependencies from
    pypi, so we may as well codify that in the Makefile.  I also added venv/ to
    .gitignore so that it developers using a virtualenv don't need to think about
    it.
    maltzj committed Jun 6, 2016
    Configuration menu
    Copy the full SHA
    1c138ce View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2016

  1. Add support for IF formatters and aggregation over a scope.

    This adds support for generating IF statements as a formatter.  This
    required extending the formatter logic a bit and making it non-trivial.  To hide
    that complexity, I added a generate_formatter function which will create
    formatter strings for anyone consuming this library.
    maltzj committed Jul 28, 2016
    Configuration menu
    Copy the full SHA
    f49f3a8 View commit details
    Browse the repository at this point in the history
  2. Move all imports to the top level in tests.

    It didn't seem valuable to repeat this in every test, so I just made them
    top-level imports.
    maltzj committed Jul 28, 2016
    Configuration menu
    Copy the full SHA
    f54c2e4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request eat24#1 from maltzj/maltz/use-function-objects

    Add aggregation and function objects to the query builder.
    maltzj authored Jul 28, 2016
    Configuration menu
    Copy the full SHA
    b2cbc85 View commit details
    Browse the repository at this point in the history
Loading