Skip to content
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

Added support for powertrack client_ids (backfill) and fixed bugs in … #2

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Commits on Jul 2, 2015

  1. Configuration menu
    Copy the full SHA
    76bf1ee View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2015

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

Commits on Aug 6, 2015

  1. Configuration menu
    Copy the full SHA
    34982de View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2015

  1. Configuration menu
    Copy the full SHA
    80090f8 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2015

  1. Read from environment variables before trying from properties file

    Jonathon Goldsmith committed Sep 30, 2015
    Configuration menu
    Copy the full SHA
    50d0175 View commit details
    Browse the repository at this point in the history
  2. Transform Java property name to Env Var name

    The Java property style uses `.`'s in the name, but that won't work in
    environment varibles. So we capitalize and use underscores instead of
    periods.
    Jonathon Goldsmith committed Sep 30, 2015
    Configuration menu
    Copy the full SHA
    5689db5 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2015

  1. Get aws credentials from env vars before checking property file

    Jonathon Goldsmith committed Oct 1, 2015
    Configuration menu
    Copy the full SHA
    4ad39be View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2015

  1. Add test dependencies and unittests

    Jonathon Goldsmith committed Oct 2, 2015
    Configuration menu
    Copy the full SHA
    f69453f View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2015

  1. Merge pull request #1 from offerpop/API-20-read-from-envvars

    Api 20 read from envvars
    Jonathon Goldsmith committed Oct 5, 2015
    Configuration menu
    Copy the full SHA
    a5d23d6 View commit details
    Browse the repository at this point in the history
  2. Copy Raul's changes from the other repo

    Add properties for setting replay
    Jonathon Goldsmith committed Oct 5, 2015
    Configuration menu
    Copy the full SHA
    ac4efa8 View commit details
    Browse the repository at this point in the history
  3. Refactor code to also accept environment variables

    Also, make helper function getReplayDate private, and make the format a
    static class property.
    Jonathon Goldsmith committed Oct 5, 2015
    Configuration menu
    Copy the full SHA
    175e968 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2015

  1. Merge pull request #2 from offerpop/add-replay-vars

    Add replay vars
    klivan committed Oct 8, 2015
    Configuration menu
    Copy the full SHA
    29c5d1c View commit details
    Browse the repository at this point in the history