Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Netflix/atlas
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.8.0-rc.36
Choose a base ref
...
head repository: Netflix/atlas
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.8.0-rc.37
Choose a head ref
  • 18 commits
  • 19 files changed
  • 2 contributors

Commits on Jun 18, 2025

  1. Configuration menu
    Copy the full SHA
    2e25c02 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50f7652 View commit details
    Browse the repository at this point in the history
  3. eval: support config based rewrite (#1799)

    Add support for a simple config based mapping to allow
    for a generic namespace query layer with `ns` query param
    to rewrite to supported hosts. This replaces the http
    approach since it is a simple rewrite to avoid the risk
    of problems with that service impacting streaming execution
    of data.
    brharrington authored Jun 18, 2025
    Configuration menu
    Copy the full SHA
    e927327 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2025

  1. core: move :cq to query vocabulary (#1800)

    This allows it to be used for APIs that only accept a query.
    The main benefit is to support `:list,(,contextQuery,:cq,),:each`
    pattern. It could be done with as `baseQuery,contextQuery,:and`,
    but in some cases it is convenient for tools to use the same
    pattern for tags and graph API.
    brharrington authored Jun 25, 2025
    Configuration menu
    Copy the full SHA
    2c9b00d View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2025

  1. spectator 1.8.16

    brharrington committed Jul 2, 2025
    Configuration menu
    Copy the full SHA
    69956ce View commit details
    Browse the repository at this point in the history
  2. iep 5.1.6

    brharrington committed Jul 2, 2025
    Configuration menu
    Copy the full SHA
    c1f1ed6 View commit details
    Browse the repository at this point in the history
  3. postgresql 42.7.7

    brharrington committed Jul 2, 2025
    Configuration menu
    Copy the full SHA
    eb64ca4 View commit details
    Browse the repository at this point in the history
  4. pekko 1.1.4

    brharrington committed Jul 2, 2025
    Configuration menu
    Copy the full SHA
    89735b2 View commit details
    Browse the repository at this point in the history
  5. caffeine 3.2.1

    brharrington committed Jul 2, 2025
    Configuration menu
    Copy the full SHA
    43d4fed View commit details
    Browse the repository at this point in the history
  6. equalsverifier 4.0.3

    brharrington committed Jul 2, 2025
    Configuration menu
    Copy the full SHA
    b069d8b View commit details
    Browse the repository at this point in the history
  7. jackson 2.19.1

    brharrington committed Jul 2, 2025
    Configuration menu
    Copy the full SHA
    d4b708c View commit details
    Browse the repository at this point in the history
  8. spring 6.2.8

    brharrington committed Jul 2, 2025
    Configuration menu
    Copy the full SHA
    0c4dfc8 View commit details
    Browse the repository at this point in the history
  9. log4j 2.25.0

    brharrington committed Jul 2, 2025
    Configuration menu
    Copy the full SHA
    58586ab View commit details
    Browse the repository at this point in the history
  10. scala 3.7.1

    Fix some additional unused warnings discovered with the
    new compiler.
    brharrington committed Jul 2, 2025
    Configuration menu
    Copy the full SHA
    d7516ef View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a085b36 View commit details
    Browse the repository at this point in the history
  12. add dependabot config for actions (#1802)

    Try out dependabot for keeping actions up to date.
    brharrington authored Jul 2, 2025
    Configuration menu
    Copy the full SHA
    3f9ada7 View commit details
    Browse the repository at this point in the history
  13. build(deps): bump actions/setup-java from 3 to 4 (#1803)

    Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3 to 4.
    - [Release notes](https://github.com/actions/setup-java/releases)
    - [Commits](actions/setup-java@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-java
      dependency-version: '4'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 2, 2025
    Configuration menu
    Copy the full SHA
    7fe3e4c View commit details
    Browse the repository at this point in the history
  14. build(deps): bump actions/checkout from 3 to 4 (#1804)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '4'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 2, 2025
    Configuration menu
    Copy the full SHA
    9e569f0 View commit details
    Browse the repository at this point in the history
Loading