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

feat(cron api rust): Implement Cron Events Rust #145

Merged
merged 62 commits into from
Apr 2, 2024
Merged

Commits on Mar 8, 2024

  1. deps: add dashmap crate

    saibatizoku committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    0f77607 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c80a1fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9517caf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a10fcdc View commit details
    Browse the repository at this point in the history
  5. fix: simpler

    saibatizoku committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    ae40a21 View commit details
    Browse the repository at this point in the history
  6. refactor: store OnCronEvent in dashmap

    Refactor  hermes::cron::State to implement CRUD methods to manage
    crontabs
    saibatizoku committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    aa69efd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6524e8d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    86c318a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6070fa5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2a10ed8 View commit details
    Browse the repository at this point in the history
  11. chore: cleanup types

    saibatizoku committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    dfab97c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f0b30db View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0a71272 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4340ebe View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ee2a28d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8b24067 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    8dcbbea View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    775ce3e View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    4b7b4ab View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    8394a09 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    d696603 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    e3b3af3 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    9d6643d View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    fed02a4 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    5da5afd View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    f9a2357 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    dd24151 View commit details
    Browse the repository at this point in the history
  28. fix: typo

    saibatizoku committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    0a8fbe3 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    821bfcb View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    a88bb4f View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    b87b7e2 View commit details
    Browse the repository at this point in the history
  32. feat: expose cron queue state via functions

    docs: improve docstrings
    saibatizoku committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    312c608 View commit details
    Browse the repository at this point in the history
  33. fix: cleanup

    saibatizoku committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    d15bd5c View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Configuration menu
    Copy the full SHA
    99b11c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b40d55 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

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

Commits on Mar 13, 2024

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

Commits on Mar 20, 2024

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

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    b02a1df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e95a22 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89444c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c2bf357 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e57b954 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f09b93c View commit details
    Browse the repository at this point in the history
  7. fix: cron state unit test

    saibatizoku committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    ad74186 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    399e644 View commit details
    Browse the repository at this point in the history
  9. feat: trigger queue when removing crontab

    * tidy up comments
    saibatizoku committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    fd675bc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    acffc7c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    96056dc View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    107f776 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b615c0e View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    696e12a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5e034f View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

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

Commits on Apr 2, 2024

  1. fix: use newtypes instead of type aliases

    Use HashSet instead of BTreeSet for app_name list
    saibatizoku committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    245bba6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    698e539 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f79ee8b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    57f92da View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dbd7965 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5ffaf1d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0717a7f View commit details
    Browse the repository at this point in the history