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: add background daemon #2006

Merged
merged 33 commits into from
May 8, 2024
Merged

feat: add background daemon #2006

merged 33 commits into from
May 8, 2024

Commits on May 6, 2024

  1. init daemon crate

    ellie committed May 6, 2024
    Configuration menu
    Copy the full SHA
    ef7afbf View commit details
    Browse the repository at this point in the history
  2. wip

    ellie committed May 6, 2024
    Configuration menu
    Copy the full SHA
    eac1c0c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5285f76 View commit details
    Browse the repository at this point in the history
  4. better errors

    ellie committed May 6, 2024
    Configuration menu
    Copy the full SHA
    d0b9bed View commit details
    Browse the repository at this point in the history
  5. add signal cleanup

    ellie committed May 6, 2024
    Configuration menu
    Copy the full SHA
    f2c51a6 View commit details
    Browse the repository at this point in the history
  6. logging

    ellie committed May 6, 2024
    Configuration menu
    Copy the full SHA
    cb3bd6e View commit details
    Browse the repository at this point in the history
  7. things

    ellie committed May 6, 2024
    Configuration menu
    Copy the full SHA
    aa03115 View commit details
    Browse the repository at this point in the history
  8. add sync worker

    ellie committed May 6, 2024
    Configuration menu
    Copy the full SHA
    7f0f49a View commit details
    Browse the repository at this point in the history
  9. move daemon crate

    ellie committed May 6, 2024
    Configuration menu
    Copy the full SHA
    6412adc View commit details
    Browse the repository at this point in the history
  10. 30s -> 5mins

    ellie committed May 6, 2024
    Configuration menu
    Copy the full SHA
    6addbb5 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. make clippy happy

    ellie committed May 7, 2024
    Configuration menu
    Copy the full SHA
    cceb238 View commit details
    Browse the repository at this point in the history
  2. fix stuff maybe?

    ellie committed May 7, 2024
    Configuration menu
    Copy the full SHA
    cf2974f View commit details
    Browse the repository at this point in the history
  3. fmt

    ellie committed May 7, 2024
    Configuration menu
    Copy the full SHA
    0ba49ab View commit details
    Browse the repository at this point in the history
  4. trim packages

    ellie committed May 7, 2024
    Configuration menu
    Copy the full SHA
    403d58b View commit details
    Browse the repository at this point in the history
  5. rate limit fix

    ellie committed May 7, 2024
    Configuration menu
    Copy the full SHA
    d16be71 View commit details
    Browse the repository at this point in the history
  6. more protoc huh

    ellie committed May 7, 2024
    Configuration menu
    Copy the full SHA
    084dd93 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    01a8370 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    44aa232 View commit details
    Browse the repository at this point in the history
  9. windows in ci is slow, and all the newer things will not work there. …

    …disable the daemon feature and it will build
    ellie committed May 7, 2024
    Configuration menu
    Copy the full SHA
    a4ee370 View commit details
    Browse the repository at this point in the history
  10. add daemon feature

    ellie committed May 7, 2024
    Configuration menu
    Copy the full SHA
    b9d6024 View commit details
    Browse the repository at this point in the history
  11. maybe this

    ellie committed May 7, 2024
    Configuration menu
    Copy the full SHA
    2548136 View commit details
    Browse the repository at this point in the history
  12. ok wut where is protoc

    ellie committed May 7, 2024
    Configuration menu
    Copy the full SHA
    e30f782 View commit details
    Browse the repository at this point in the history
  13. try setting protoc

    ellie committed May 7, 2024
    Configuration menu
    Copy the full SHA
    17b5cde View commit details
    Browse the repository at this point in the history
  14. hm

    ellie committed May 7, 2024
    Configuration menu
    Copy the full SHA
    ec9b4f0 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. try copying protoc

    ellie committed May 8, 2024
    Configuration menu
    Copy the full SHA
    20ae3f0 View commit details
    Browse the repository at this point in the history
  2. remove optional

    ellie committed May 8, 2024
    Configuration menu
    Copy the full SHA
    9b0f453 View commit details
    Browse the repository at this point in the history
  3. add cross config

    ellie committed May 8, 2024
    Configuration menu
    Copy the full SHA
    4135b82 View commit details
    Browse the repository at this point in the history
  4. idk nix

    ellie committed May 8, 2024
    Configuration menu
    Copy the full SHA
    2886eae View commit details
    Browse the repository at this point in the history
  5. does nix want this?

    ellie committed May 8, 2024
    Configuration menu
    Copy the full SHA
    50286ec View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b2e42f3 View commit details
    Browse the repository at this point in the history
  7. uh oh

    ellie committed May 8, 2024
    Configuration menu
    Copy the full SHA
    24c4e91 View commit details
    Browse the repository at this point in the history
  8. hack, be gone!

    ellie committed May 8, 2024
    Configuration menu
    Copy the full SHA
    e839f51 View commit details
    Browse the repository at this point in the history
  9. update contributing

    ellie committed May 8, 2024
    Configuration menu
    Copy the full SHA
    9b15f01 View commit details
    Browse the repository at this point in the history