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

Add Celery job processing, routes, & BatchAggregation lib #783

Merged
merged 26 commits into from
May 28, 2024

Commits on Mar 5, 2024

  1. Add Celery and a test route

    zwolf committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    430519f View commit details
    Browse the repository at this point in the history
  2. Add new dependencies

    zwolf committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    25b7711 View commit details
    Browse the repository at this point in the history
  3. Test task tests

    zwolf committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    3e0e23c View commit details
    Browse the repository at this point in the history
  4. Docker updates

    zwolf committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    1c3e2fc View commit details
    Browse the repository at this point in the history
  5. Scripts folder

    zwolf committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    4af8104 View commit details
    Browse the repository at this point in the history
  6. Setup deploy to test env

    zwolf committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    07ae2fa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2e1f841 View commit details
    Browse the repository at this point in the history
  8. Modify test task

    zwolf committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    edc1957 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    803d4ed View commit details
    Browse the repository at this point in the history
  10. Hook up services

    zwolf committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    7290b82 View commit details
    Browse the repository at this point in the history
  11. Fix test arguments

    zwolf committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    8c593c3 View commit details
    Browse the repository at this point in the history
  12. flake8

    zwolf committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    80e4edd View commit details
    Browse the repository at this point in the history
  13. newline

    zwolf committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    a94bbd5 View commit details
    Browse the repository at this point in the history
  14. rename and refactor

    zwolf committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    0504d47 View commit details
    Browse the repository at this point in the history
  15. Taking a swing at extraction

    zwolf committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    e9d929f View commit details
    Browse the repository at this point in the history
  16. oops

    zwolf committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    15e34c9 View commit details
    Browse the repository at this point in the history
  17. update .gitignore

    zwolf committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    b780f03 View commit details
    Browse the repository at this point in the history
  18. Remove deploy files

    zwolf committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    ae7adea View commit details
    Browse the repository at this point in the history
  19. Update .gitignore

    zwolf committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    afc4523 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Clean up test tests

    zwolf committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    916456c View commit details
    Browse the repository at this point in the history
  2. Add router tests

    zwolf committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    0b23229 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    931eeba View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Only override local import

    zwolf committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    501ce4d View commit details
    Browse the repository at this point in the history
  2. First few batch agg specs

    zwolf committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    1f945fb View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    c6e8ba9 View commit details
    Browse the repository at this point in the history
  2. less flake8y

    zwolf committed May 22, 2024
    Configuration menu
    Copy the full SHA
    71528fe View commit details
    Browse the repository at this point in the history