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

Serialize datetimes with Z suffix #2058

Merged
merged 43 commits into from
Sep 12, 2024
Merged

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    7af6410 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb1bfef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb873de View commit details
    Browse the repository at this point in the history
  4. Fix tests

    tw4l committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    b5af503 View commit details
    Browse the repository at this point in the history
  5. Add comment to trigger CI

    tw4l committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    92c8469 View commit details
    Browse the repository at this point in the history
  6. Try smarter fix

    tw4l committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    1e49700 View commit details
    Browse the repository at this point in the history
  7. Remove unused import

    tw4l committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    72641b3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    081553d View commit details
    Browse the repository at this point in the history
  9. Fix typo

    tw4l committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    d3026e0 View commit details
    Browse the repository at this point in the history
  10. Try with started

    tw4l committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    d8ce991 View commit details
    Browse the repository at this point in the history
  11. Fix crawl.started type

    tw4l committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    4b7faa8 View commit details
    Browse the repository at this point in the history
  12. Fixup

    tw4l committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    ba34293 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    21933a7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    563b587 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    655cf53 View commit details
    Browse the repository at this point in the history
  16. Whoops, fix for naive started

    tw4l committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    c90498e View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    4e11c5b View commit details
    Browse the repository at this point in the history
  2. Add comment to help with review

    tw4l committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    f8ae75e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    712aaa3 View commit details
    Browse the repository at this point in the history
  4. Fix type for crawl.started

    tw4l committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    1ac6608 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    abb2c5a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    41e1cdc View commit details
    Browse the repository at this point in the history
  7. Reformat and modify utils

    tw4l committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    c20fd4d View commit details
    Browse the repository at this point in the history
  8. Revert a few typing changes

    tw4l committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    c6f937d View commit details
    Browse the repository at this point in the history
  9. Revert operator changes

    tw4l committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    2d0d18b View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    f120b69 View commit details
    Browse the repository at this point in the history
  2. Fix imports

    tw4l committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    e0feca4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    260137a View commit details
    Browse the repository at this point in the history
  4. Leave microseconds alone

    tw4l committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    7bb59d6 View commit details
    Browse the repository at this point in the history
  5. Just trying things

    tw4l committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    90e3ce9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9315d90 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b7e6da4 View commit details
    Browse the repository at this point in the history
  8. Try removing slice

    tw4l committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    a6cf7cc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d0a4c96 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2024

  1. Fix copy-paste error

    tw4l authored Aug 31, 2024
    Configuration menu
    Copy the full SHA
    a75fe89 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. update backend to use tz-aware conversion from mongodb

    keep datetime as regular datetime
    convert dt_now() to return tz-aware timestamp
    convert to_k8s_date -> date_to_str, just use iso conversion, use 'Z' instead of '+00:00'
    convert from_k8s_date -> str_to_date, use iso conversion
    ikreymer committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    f9ce0db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25d3791 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee2dddc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6a12f63 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

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

Commits on Sep 12, 2024

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

    ikreymer committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    0427621 View commit details
    Browse the repository at this point in the history
  3. ci: update playwright action

    ikreymer committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    298a4e8 View commit details
    Browse the repository at this point in the history