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: v0.10.0
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: v0.11.0
Choose a head ref
  • 7 commits
  • 15 files changed
  • 6 contributors

Commits on Oct 24, 2022

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

Commits on Nov 1, 2022

  1. Bump github.com/google/go-jsonnet from 0.18.0 to 0.19.1 (#81)

    Bumps [github.com/google/go-jsonnet](https://github.com/google/go-jsonnet) from 0.18.0 to 0.19.1.
    - [Release notes](https://github.com/google/go-jsonnet/releases)
    - [Changelog](https://github.com/google/go-jsonnet/blob/master/.goreleaser.yml)
    - [Commits](google/go-jsonnet@v0.18.0...v0.19.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/google/go-jsonnet
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 1, 2022
    Configuration menu
    Copy the full SHA
    5c8f3ec View commit details
    Browse the repository at this point in the history
  2. Pull stdlib content from v0.19.0 (#82)

    This should add the `splitLimitR`, `all` and `any` functions to autocomplete + hover
    julienduchesne authored Nov 1, 2022
    Configuration menu
    Copy the full SHA
    e611212 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

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

Commits on Nov 23, 2022

  1. added config option for ext_code (#83)

    Co-authored-by: Matthias Wilhelm <[email protected]>
    Puddinghat and MaWiPPI authored Nov 23, 2022
    Configuration menu
    Copy the full SHA
    dd39569 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. Yet another import case (#85)

    * Yet another import case not working
    This adds a new test case that (hopefully) contains all the ways to reference something by import
    Fixed by doing recursive processing, I removed a "special" case to do so
    
    * oops, lint
    julienduchesne authored Nov 30, 2022
    Configuration menu
    Copy the full SHA
    f0d735b View commit details
    Browse the repository at this point in the history
  2. Release 0.11.0

    julienduchesne committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    048fc87 View commit details
    Browse the repository at this point in the history
Loading