8000 Comparing v0.2.1...v0.2.2 · arainko/ducktape · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: arainko/ducktape
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.1
Choose a base ref
...
head repository: arainko/ducktape
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.2
Choose a head ref
  • 11 commits
  • 16 files changed
  • 2 contributors

Commits on Apr 13, 2024

  1. config warnings POC

    arainko committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    e49654f View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. Configuration menu
    Copy the full SHA
    97864fc View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. format warnings in a nice way

    arainko committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    8c47a26 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. tweak the warning message

    arainko committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    c76cce5 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2024

  1. Configuration menu
    Copy the full SHA
    60483e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0766b19 View commit details
    Browse the repository at this point in the history
  3. [Issue#142] config linting (#159)

    Fixes #142
    arainko authored May 19, 2024
    Configuration menu
    Copy the full SHA
    cdd96dc View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Update munit to 1.0.0

    scala-steward committed May 23, 2024
    Configuration menu
    Copy the full SHA
    5fe9219 View commit details
    Browse the repository at this point in the history
  2. Update munit to 1.0.0 (#168)

    ## About this PR
    📦 Updates [org.scalameta:munit](https://github.com/scalameta/munit) from
    `1.0.0-RC1` to `1.0.0`
    
    📜 [GitHub Release
    Notes](https://github.com/scalameta/munit/releases/tag/v1.0.0) -
    [Version
    Diff](scalameta/munit@v1.0.0-RC1...v1.0.0)
    
    ## Usage
    ✅ **Please merge!**
    
    I'll automatically update this PR to resolve conflicts as long as you
    don't change it yourself.
    
    If you'd like to skip this version, you can just close this PR. If you
    have any feedback, just mention me in the comments below.
    
    Configure Scala Steward for your repository with a
    [`.scala-steward.conf`](https://github.com/scala-steward-org/scala-steward/blob/8293d2e3111d350e014cc467a3e0fc013d98a9da/docs/repo-specific-configuration.md)
    file.
    
    _Have a fantastic day writing Scala!_
    
    <details>
    <summary>⚙ Adjust future updates</summary>
    
    Add this to your `.scala-steward.conf` file to ignore future updates of
    this dependency:
    ```
    updates.ignore = [ { groupId = "org.scalameta", artifactId = "munit" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "30 days" },
      dependency = { groupId = "org.scalameta", artifactId = "munit" }
    }]
    ```
    </details>
    
    <sup>
    labels: test-library-update, early-semver-pre-release,
    semver-spec-pre-release, commit-count:1
    </sup>
    arainko authored May 23, 2024
    Configuration menu
    Copy the full SHA
    180198e View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. add 'Mode#locally'

    arainko committed May 27, 2024
    Configuration menu
    Copy the full SHA
    a0b58d2 View commit details
    Browse the repository at this point in the history
  2. Add 'Mode#locally' (#169)

    arainko authored May 27, 2024
    Configuration menu
    Copy the full SHA
    b889101 View commit details
    Browse the repository at this point in the history
Loading
0