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: gabrielfeo/develocity-api-kotlin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2024.2.0-alpha03
Choose a base ref
...
head repository: gabrielfeo/develocity-api-kotlin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2024.2.0
Choose a head ref
  • 4 commits
  • 7 files changed
  • 3 contributors

Commits on Sep 9, 2024

  1. Bump library version in examples to 2024.2.0-alpha03 (#306)

    Ran `check` against a 2024.1.1 Develocity instance:
    https://gradle.com/s/dv5yxmgrb4ah4
    github-actions[bot] authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    93741f5 View commit details
    Browse the repository at this point in the history
  2. Fix queries in examples (#308)

    - The `buildStartTime` operator was inverted, causing the examples run
    time to be much longer than expected when API cache is off
    - `buildOutcome:failed` shouldn't be in the examples, since they're
    supposed to present all builds
    gabrielfeo authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    92e4a93 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Improve examples testing (#309)

    - Simplify queries to make it easier to test against fresh instances,
    e.g. with no builds tagged for `tag:local`.
    - Ensure examples fail if 0 builds. Before, script and project examples
    would skip code such as `List.map` logic, hiding potential issues when
    testing. The notebook example would fail later in the plotting step with
    a non-obvious message:
    
    ```
    java.lang.IllegalStateException: Column 'count' not found among [tasks].
    ```
    
    ---------
    
    Co-authored-by: Clay Johnson <cjohnson@gradle.com>
    gabrielfeo and clayburn authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    e5a4957 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dec8207 View commit details
    Browse the repository at this point in the history
Loading