Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
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 orlearn 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:sv-tools/mock-http-server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base:v1.1.0
Choose a base ref
Loading
...
head repository:sv-tools/mock-http-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:v1.2.0
Choose a head ref
Loading
  • 10commits
  • 9files changed
  • 3contributors

Commits on May 20, 2025

  1. Bump codecov/codecov-action from 5.4.0 to 5.4.3 (#80)

    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.4.0 to 5.4.3.- [Release notes](https://github.com/codecov/codecov-action/releases)- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)- [Commits](codecov/codecov-action@0565863...18283e0)---updated-dependencies:- dependency-name: codecov/codecov-action  dependency-version: 5.4.3  dependency-type: direct:production  update-type: version-update:semver-patch...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    @dependabot
    dependabot[bot] authoredMay 20, 2025
    Configuration menu
    Copy the full SHA
    967e344View commit details
    Browse the repository at this point in the history
  2. Bump actions/setup-go from 5.3.0 to 5.5.0 (#79)

    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.3.0 to 5.5.0.- [Release notes](https://github.com/actions/setup-go/releases)- [Commits](actions/setup-go@v5.3.0...v5.5.0)---updated-dependencies:- dependency-name: actions/setup-go  dependency-version: 5.5.0  dependency-type: direct:production  update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    @dependabot
    dependabot[bot] authoredMay 20, 2025
    Configuration menu
    Copy the full SHA
    2750184View commit details
    Browse the repository at this point in the history
  3. Bump goreleaser/goreleaser-action from 6.2.1 to 6.3.0 (#76)

    Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 6.2.1 to 6.3.0.- [Release notes](https://github.com/goreleaser/goreleaser-action/releases)- [Commits](goreleaser/goreleaser-action@90a3faa...9c156ee)---updated-dependencies:- dependency-name: goreleaser/goreleaser-action  dependency-type: direct:production  update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    @dependabot
    dependabot[bot] authoredMay 20, 2025
    Configuration menu
    Copy the full SHA
    547aa2bView commit details
    Browse the repository at this point in the history
  4. Bump docker/login-action from 3.3.0 to 3.4.0 (#71)

    Bumps [docker/login-action](https://github.com/docker/login-action) from 3.3.0 to 3.4.0.- [Release notes](https://github.com/docker/login-action/releases)- [Commits](docker/login-action@9780b0c...74a5d14)---updated-dependencies:- dependency-name: docker/login-action  dependency-type: direct:production  update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    @dependabot
    dependabot[bot] authoredMay 20, 2025
    Configuration menu
    Copy the full SHA
    8f4c722View commit details
    Browse the repository at this point in the history
  5. Bump golangci/golangci-lint-action from 6.5.0 to 8.0.0 (#78)

    * Bump golangci/golangci-lint-action from 6.5.0 to 8.0.0Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.5.0 to 8.0.0.- [Release notes](https://github.com/golangci/golangci-lint-action/releases)- [Commits](golangci/golangci-lint-action@2226d7c...4afd733)---updated-dependencies:- dependency-name: golangci/golangci-lint-action  dependency-version: 8.0.0  dependency-type: direct:production  update-type: version-update:semver-major...Signed-off-by: dependabot[bot] <support@github.com>* chore: update golangci-lint config to version 2 formatMigrate golangci-lint configuration to version 2 syntax for improvedclarity and maintainability. Enable linters explicitly with defaultnone, add paralleltest linter, and reorganize settings under the new'settings' and 'exclusions' keys. Configure formatters for gci andgofumpt to enforce consistent code style. Remove deprecated linters andadjust linter enablement accordingly.---------Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>Co-authored-by: Sergey Vilgelm <sergey@vilgelm.com>
    @dependabot@SVilgelm
    dependabot[bot] andSVilgelm authoredMay 20, 2025
    Configuration menu
    Copy the full SHA
    7a70017View commit details
    Browse the repository at this point in the history
  6. chore(deps): group Dependabot updates for better management (#81)

    Add grouping to Dependabot configuration to separate golangci-lintand CI-related dependency updates. This improves update clarity andallows targeted review of dependency changes on a weekly schedule.
    @SVilgelm
    SVilgelm authoredMay 20, 2025
    Configuration menu
    Copy the full SHA
    09cefdbView commit details
    Browse the repository at this point in the history
  7. ci: simplify Go setup in GitHub Actions workflows (#82)

    Remove explicit GO environment variable and version pinning in thechecks workflow. Use go-version-file pointing to go.mod for setup-goaction to automatically detect the Go version. This reduces maintenanceoverhead and ensures the Go version stays in sync with the project. Also,streamline steps by removing redundant step names for checkout and setup-go.
    @SVilgelm
    SVilgelm authoredMay 20, 2025
    Configuration menu
    Copy the full SHA
    6fb9e27View commit details
    Browse the repository at this point in the history
  8. chore: update golang.org/x/exp dependency to latest version (#83)

    Bump golang.org/x/exp from 20250228200357-dead58393ab7 to20250506013437-ce4c2cf36ca6 to incorporate recent improvements and bugfixes. This ensures the project uses the most up-to-date features andmaintains compatibility with the latest Go ecosystem changes.
    @SVilgelm
    SVilgelm authoredMay 20, 2025
    Configuration menu
    Copy the full SHA
    05527dcView commit details
    Browse the repository at this point in the history
  9. chore: replace yaml parser with goccy/go-yaml for stricter decoding (#84

    )Switch from gopkg.in/yaml.v3 to github.com/goccy/go-yaml, due to yaml.v3 is deprecated
    @SVilgelm
    SVilgelm authoredMay 20, 2025
    Configuration menu
    Copy the full SHA
    2d78beaView commit details
    Browse the repository at this point in the history
  10. docs: improve README with docker usage instructions (#85)

    Add detailed steps to run the mock-http-server using the latestdocker image or by building and running the image locally. Includeexample commands for both approaches to simplify usage.Also add example logs produced by the server to demonstrate expectedoutput and help users verify correct operation. These changes improvethe clarity and usability of the README for new users.
    @SVilgelm
    SVilgelm authoredMay 20, 2025
    Configuration menu
    Copy the full SHA
    280b904View commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp