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

bug-1878000: reduce spam from make run #968

Merged
merged 5 commits into from
Feb 13, 2024
Merged

bug-1878000: reduce spam from make run #968

merged 5 commits into from
Feb 13, 2024

Commits on Feb 13, 2024

  1. bug-1878000: mark backing services with --no-attach

    This reduces the copious output of backing services when running `make
    run`.
    willkg committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    6b3ee25 View commit details
    Browse the repository at this point in the history
  2. bug-1878000: upgrade Kent to 1.2.0

    This upgrades Kent to 1.2.0 to pick up fixes to logging and other
    things.
    
    This also updates the Dockerfile to use the same base image Antenna
    does.
    willkg committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    796d7bf View commit details
    Browse the repository at this point in the history
  3. bug-1878000: fix progress error

    This moves the `--progress` flag to the global section so docker doesn't
    complain.
    willkg committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    facdb3d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3175b07 View commit details
    Browse the repository at this point in the history
  5. bug-1878000: switch to --attach

    This switches to specifying which services to attach to rather than
    which ones _not_ to attach to.
    willkg committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    ad6e26d View commit details
    Browse the repository at this point in the history