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: grafana/jsonnet-language-server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b2443cf
Choose a base ref
...
head repository: grafana/jsonnet-language-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b1a9763
Choose a head ref
  • 20 commits
  • 71 files changed
  • 4 contributors

Commits on Sep 8, 2024

  1. Support builder pattern better (#156)

    * Support builder pattern better
    Found some cases where go-to-definition was not working properly
    
    * Fix linting
    julienduchesne authored Sep 8, 2024
    Configuration menu
    Copy the full SHA
    27a6002 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Extract findSelfObject (#157)

    * Extract `findSelfObject`
    This is used twice and it's complex enough that it can be extracted
    
    * Simpler `unpackFieldNodes`
    julienduchesne authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    698917f View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    f678aec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4aea2ea View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    22e738d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    189ec8f View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Configuration menu
    Copy the full SHA
    3470edc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9c3eb5 View commit details
    Browse the repository at this point in the history
  3. Bump github.com/grafana/tanka from 0.28.2 to 0.28.4 (#163)

    * Bump github.com/grafana/tanka from 0.28.2 to 0.28.4
    
    Bumps [github.com/grafana/tanka](https://github.com/grafana/tanka) from 0.28.2 to 0.28.4.
    - [Release notes](https://github.com/grafana/tanka/releases)
    - [Changelog](https://github.com/grafana/tanka/blob/main/CHANGELOG.md)
    - [Commits](grafana/tanka@v0.28.2...v0.28.4)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/grafana/tanka
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * go mod tidy
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Julien Duchesne <[email protected]>
    dependabot[bot] and julienduchesne authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    c24c69b View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2024

  1. Fix linting (#173)

    This is broken on all PRs
    julienduchesne authored Dec 11, 2024
    Configuration menu
    Copy the full SHA
    73d430d View commit details
    Browse the repository at this point in the history
  2. Bump github.com/grafana/tanka from 0.28.4 to 0.30.2 (#172)

    Bumps [github.com/grafana/tanka](https://github.com/grafana/tanka) from 0.28.4 to 0.30.2.
    - [Release notes](https://github.com/grafana/tanka/releases)
    - [Changelog](https://github.com/grafana/tanka/blob/main/CHANGELOG.md)
    - [Commits](grafana/tanka@v0.28.4...v0.30.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/grafana/tanka
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 11, 2024
    Configuration menu
    Copy the full SHA
    c4f28dd View commit details
    Browse the repository at this point in the history
  3. Bump goreleaser/goreleaser-action from 6.0.0 to 6.1.0 (#169)

    Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 6.0.0 to 6.1.0.
    - [Release notes](https://github.com/goreleaser/goreleaser-action/releases)
    - [Commits](goreleaser/goreleaser-action@286f3b1...9ed2f89)
    
    ---
    updated-dependencies:
    - dependency-name: goreleaser/goreleaser-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 11, 2024
    Configuration menu
    Copy the full SHA
    8009314 View commit details
    Browse the repository at this point in the history
  4. Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#171)

    Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.9.0 to 1.10.0.
    - [Release notes](https://github.com/stretchr/testify/releases)
    - [Commits](stretchr/testify@v1.9.0...v1.10.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/stretchr/testify
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 11, 2024
    Configuration menu
    Copy the full SHA
    0b91f51 View commit details
    Browse the repository at this point in the history
  5. Remove goto- prefix on testdata files (#174)

    These files are used for more than just go-to-definition. It's unnecessary
    julienduchesne authored Dec 11, 2024
    Configuration menu
    Copy the full SHA
    f862fe0 View commit details
    Browse the repository at this point in the history
  6. Pull latest stdlib definitions (#175)

    * Pull latest stdlib definitions
    
    * Add test on objectHas. It moved. Just checking
    julienduchesne authored Dec 11, 2024
    Configuration menu
    Copy the full SHA
    3e5d544 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2025

  1. Bump github.com/grafana/tanka from 0.30.2 to 0.31.1 (#182)

    Bumps [github.com/grafana/tanka](https://github.com/grafana/tanka) from 0.30.2 to 0.31.1.
    - [Release notes](https://github.com/grafana/tanka/releases)
    - [Changelog](https://github.com/grafana/tanka/blob/main/CHANGELOG.md)
    - [Commits](grafana/tanka@v0.30.2...v0.31.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/grafana/tanka
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 7, 2025
    Configuration menu
    Copy the full SHA
    89d07ae View commit details
    Browse the repository at this point in the history
  2. Bump actions/setup-go from 5.1.0 to 5.2.0 (#176)

    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.1.0 to 5.2.0.
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@41dfa10...3041bf5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 7, 2025
    Configuration menu
    Copy the full SHA
    59a3592 View commit details
    Browse the repository at this point in the history
  3. Completion within parentheses (#179)

    * Enables completion when typing inside parentheses
      (e.g. in-line arguments of a function call)
    * Also fixes some edge-case bugs causing the server to crash
      (e.g. initiating auto-complete on an empty line)
    JacksonWrath authored Jan 7, 2025
    Configuration menu
    Copy the full SHA
    2412c8b View commit details
    Browse the repository at this point in the history
  4. Include all in-scope locals in completion (#181)

    * Enables auto-complete for variables scoped to current object node,
      instead of just globally defined variables
    JacksonWrath authored Jan 7, 2025
    Configuration menu
    Copy the full SHA
    446a98f View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2025

  1. Fix symbols crashing (#183)

    Closes #166
    
    Symbols are now always strings. If field names are complex nodes, then we use the actual jsonnet
    julienduchesne authored Jan 8, 2025
    Configuration menu
    Copy the full SHA
    b1a9763 View commit details
    Browse the repository at this point in the history
Loading