-
Notifications
You must be signed in to change notification settings - Fork 28
Comparing changes
Open a pull request
base repository: grafana/jsonnet-language-server
base: v0.15.0
head repository: grafana/jsonnet-language-server
compare: v0.16.0
- 11 commits
- 1,266 files changed
- 5 contributors
Commits on Apr 28, 2025
-
[force merge] Apply StepSecurity and zizmor fixes (#199)
* [StepSecurity] ci: Harden GitHub Actions Signed-off-by: StepSecurity Bot <bot@stepsecurity.io> * Apply remaining zizmor findings --------- Signed-off-by: StepSecurity Bot <bot@stepsecurity.io> Co-authored-by: StepSecurity Bot <bot@stepsecurity.io>
Configuration menu - View commit details
-
Copy full SHA for 99b0260 - Browse repository at this point
Copy the full SHA 99b0260View commit details
Commits on Apr 29, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 1cc354a - Browse repository at this point
Copy the full SHA 1cc354aView commit details -
Bump golangci/golangci-lint-action from 6.1.1 to 7.0.0 (#194)
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.1.1 to 7.0.0. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@971e284...1481404) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action 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>
Configuration menu - View commit details
-
Copy full SHA for ff74a5b - Browse repository at this point
Copy the full SHA ff74a5bView commit details -
Bump goreleaser/goreleaser-action from 6.1.0 to 6.3.0 (#196)
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 6.1.0 to 6.3.0. - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](goreleaser/goreleaser-action@9ed2f89...9c156ee) --- updated-dependencies: - dependency-name: goreleaser/goreleaser-action dependency-version: 6.3.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>
Configuration menu - View commit details
-
Copy full SHA for bfc00cd - Browse repository at this point
Copy the full SHA bfc00cdView commit details -
Bump actions/setup-go from 5.2.0 to 5.4.0 (#195)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.2.0 to 5.4.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@3041bf5...0aaccfd) --- updated-dependencies: - dependency-name: actions/setup-go 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>
Configuration menu - View commit details
-
Copy full SHA for 864cd6f - Browse repository at this point
Copy the full SHA 864cd6fView commit details -
Bump github.com/grafana/tanka from 0.31.1 to 0.31.3 (#191)
Bumps [github.com/grafana/tanka](https://github.com/grafana/tanka) from 0.31.1 to 0.31.3. - [Release notes](https://github.com/grafana/tanka/releases) - [Changelog](https://github.com/grafana/tanka/blob/main/CHANGELOG.md) - [Commits](grafana/tanka@v0.31.1...v0.31.3) --- updated-dependencies: - dependency-name: github.com/grafana/tanka 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>
Configuration menu - View commit details
-
Copy full SHA for c9d1485 - Browse repository at this point
Copy the full SHA c9d1485View commit details
Commits on May 16, 2025
-
Support builder pattern with imports (#203)
* Support builder pattern with imports Weird case that we use at Grafana Labs. Lots of indirection with imports in the mix * Fix errors
Configuration menu - View commit details
-
Copy full SHA for c33dc2d - Browse repository at this point
Copy the full SHA c33dc2dView commit details
Commits on May 27, 2025
-
feat: Find Usages/References (#204)
* feat: Find Usages/References Uses Tanka to find the importers (`tk tool importers`), then runs through those files to find usages * lint * Update Tanka
Configuration menu - View commit details
-
Copy full SHA for 8ba4d45 - Browse repository at this point
Copy the full SHA 8ba4d45View commit details -
Bump actions/setup-go from 5.4.0 to 5.5.0 (#201)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.4.0 to 5.5.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@0aaccfd...d35c59a) --- 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>
Configuration menu - View commit details
-
Copy full SHA for a8383fa - Browse repository at this point
Copy the full SHA a8383faView commit details -
Bump golangci/golangci-lint-action from 7.0.0 to 8.0.0 (#200)
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 7.0.0 to 8.0.0. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@1481404...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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 147ddac - Browse repository at this point
Copy the full SHA 147ddacView commit details -
Configuration menu - View commit details
-
Copy full SHA for f0fec5a - Browse repository at this point
Copy the full SHA f0fec5aView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.15.0...v0.16.0