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

Runner + RPC #203

Merged
merged 4 commits into from
Jul 21, 2023
Merged

Runner + RPC #203

merged 4 commits into from
Jul 21, 2023

Commits on Jul 21, 2023

  1. Runner + RPC

    Includes:
    
    * restructure main
    * separate logger interface for rolling files vs stdout (all async nonblocking)
    * tarpc (non-proto) Server/Client implementation to "speak" RPC to the Runner
    * db initialization cleanup
    * Lots of channel scaffolding and reliance
    * CLI output with tables and diagnostic error(s)
    * Make resolve take an async closure and work via async_recursion
    * ability run homestar runner/server in daemon mode
    * docker cleanup and now having an entrypoint w/ homestar start
    * cargo-nextest configuration
    * CLI / e2e RPC tests in serial mode
    * build.rs for compile-time pending migrations (if not run previously)
    * handle ports correctly for parallel tests
    * prep for worker set and delayqueue
    * ARCify your demons
    * proper use of spawn and block_on within a Runner's (tokio) runtime
    * rwlock for linkmap (cross-thread)
    zeeshanlakhani committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    2279e0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c157267 View commit details
    Browse the repository at this point in the history
  3. chore: proper waits

    zeeshanlakhani committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    feccc9d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b931d2a View commit details
    Browse the repository at this point in the history