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

internal/apps: Add two new apps #2868

Merged
merged 7 commits into from
Sep 18, 2024
Merged

internal/apps: Add two new apps #2868

merged 7 commits into from
Sep 18, 2024

Commits on Sep 14, 2024

  1. internal/apps: Use latest go version (1.23)

    The internal apps are usually meant to demonstrate new features or to
    produce screenshots for blog posts. In both cases it is better to be
    using the latest version of Go as it might contain new features that are
    needed, or simply to make the screenshots show an up-to-date Go version.
    felixge committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    be6fc5d View commit details
    Browse the repository at this point in the history
  2. internal/apps: Allow overwriting DD_SERVICE

    This allows giving nicer names to the services for screenshots.
    felixge committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    ddf905c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0001a9e View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    8e3358e View commit details
    Browse the repository at this point in the history
  2. internal/apps: remove go version workaround

    Remove go version workaround. This will be addressed by merging
    #2871 first.
    
    Use go1.23.0 instead of go1.23 since the latter includes pre-release
    versions which we don't want here.
    felixge committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    121d0e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    111c73d View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Update internal/apps/gc-overhead/main.go

    Co-authored-by: Nick Ripley <nick.ripley@datadoghq.com>
    felixge and nsrip-dd authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    f4ce4c9 View commit details
    Browse the repository at this point in the history