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

Schedule calculations and show artist count on user page. #244

Merged
merged 20 commits into from
Oct 10, 2017

Commits on Aug 17, 2017

  1. Refactor scheduler code to remove unneeded code

    Also add some docstrings.
    paramsingh committed Aug 17, 2017
    Configuration menu
    Copy the full SHA
    d999917 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3404f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cade177 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6a4ff2d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fe850d3 View commit details
    Browse the repository at this point in the history
  6. Comment to think about

    paramsingh committed Aug 17, 2017
    Configuration menu
    Copy the full SHA
    3b4606c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8b6f3ec View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0a9a3f4 View commit details
    Browse the repository at this point in the history
  9. Add a script that can be run to manually calculate stats

    Also fix a couple bugs in the code
    paramsingh committed Aug 17, 2017
    Configuration menu
    Copy the full SHA
    1252824 View commit details
    Browse the repository at this point in the history
  10. Show artist count on user page

    Ignore the styling for now, this is more of a proof-of-concept.
    paramsingh committed Aug 17, 2017
    Configuration menu
    Copy the full SHA
    f91488f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    addea60 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b9e6120 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2017

  1. Configuration menu
    Copy the full SHA
    7362d80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b6ff06 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f6eacfd View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2017

  1. Configuration menu
    Copy the full SHA
    3b9b043 View commit details
    Browse the repository at this point in the history
  2. Address TODO comments and add docstrings to new functions

    Also improve tests and variable names a bit
    paramsingh committed Sep 1, 2017
    Configuration menu
    Copy the full SHA
    4eb5b5c View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2017

  1. Don't align equals signs

    paramsingh committed Oct 5, 2017
    Configuration menu
    Copy the full SHA
    54e80b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18de196 View commit details
    Browse the repository at this point in the history
  3. Put the bigquery initialization code into a module

    This way, both bigquery-writer and the stats stuff can use the
    same initialization code.
    paramsingh committed Oct 5, 2017
    Configuration menu
    Copy the full SHA
    650d079 View commit details
    Browse the repository at this point in the history