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

hackweek(kafkatasks): add kafkatasks postgres model #76394

Draft
wants to merge 56 commits into
base: master
Choose a base branch
from

Commits on Aug 19, 2024

  1. Empty files!

    markstory committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    5b4fed7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9bc027a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    06ef2f8 View commit details
    Browse the repository at this point in the history
  4. Get task decorator working

    markstory committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    f828edb View commit details
    Browse the repository at this point in the history
  5. Janky message production

    markstory committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    c5e8ee7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6d492df View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8b4eb85 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1049e7f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    454b2ec View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    40263ae View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fb9e7ae View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4880129 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1c0a8e5 View commit details
    Browse the repository at this point in the history
  14. Fix mistakes

    markstory committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    8f3761d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a586417 View commit details
    Browse the repository at this point in the history
  16. add migration

    victoria-yining-huang committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    511630a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    b02c45b View commit details
    Browse the repository at this point in the history
  18. Fix typos

    markstory committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    15ab2b0 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    eb2a78e View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    4934bba View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    7ff2496 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    7caf551 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    d871941 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    c5db13b View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    909985e View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    35d053e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4de2859 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    84c21ca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4a38086 View commit details
    Browse the repository at this point in the history
  5. Add some logging

    markstory committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    8c09371 View commit details
    Browse the repository at this point in the history
  6. Fix logging

    markstory committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    8958166 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    177cedc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b7118df View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1d2de31 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6e82cad View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c19ebf8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a217c7b View commit details
    Browse the repository at this point in the history
  13. refactor

    victoria-yining-huang committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    f07f8a2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6d89742 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9c3fd22 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Make sentry run consumer taskworker --consumer-group hackweek work

    - Fix warnings and TODOs related to datetimes.
    - Fix startup error in strategy_factory.
    - Simplified logging configuration
    markstory committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    41f15fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72e7ab6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d90a9a View commit details
    Browse the repository at this point in the history
  4. Improve logging

    markstory committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    18fded4 View commit details
    Browse the repository at this point in the history
  5. Fix mistakes

    markstory committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    4805c19 View commit details
    Browse the repository at this point in the history
  6. Get retries working

    markstory committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    43bab4d View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Use config tooling better

    markstory committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    4108408 View commit details
    Browse the repository at this point in the history
  2. Cleanup

    markstory committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    b7c762e View commit details
    Browse the repository at this point in the history
  3. Rename cli var

    GabeVillalobos committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    52c3691 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e499899 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a2b449d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3064fb9 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

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

Commits on Sep 17, 2024

  1. create pending task store

    enochtangg committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    8d78757 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4ab4ea View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

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