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.11.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.12.0
Choose a head ref
  • 8 commits
  • 20 files changed
  • 3 contributors

Commits on Jan 30, 2023

  1. Bump github.com/grafana/tanka from 0.23.1 to 0.24.0 (#86)

    Bumps [github.com/grafana/tanka](https://github.com/grafana/tanka) from 0.23.1 to 0.24.0.
    - [Release notes](https://github.com/grafana/tanka/releases)
    - [Changelog](https://github.com/grafana/tanka/blob/main/CHANGELOG.md)
    - [Commits](grafana/tanka@v0.23.1...v0.24.0)
    
    ---
    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 30, 2023
    Configuration menu
    Copy the full SHA
    b73e66d View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (#88)

    Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.1 to 1.8.2.
    - [Release notes](https://github.com/stretchr/testify/releases)
    - [Commits](stretchr/testify@v1.8.1...v1.8.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/stretchr/testify
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 28, 2023
    Configuration menu
    Copy the full SHA
    7997dbc View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. Bump github.com/JohannesKaufmann/html-to-markdown from 1.3.6 to 1.3.7 (

    …#89)
    
    Bumps [github.com/JohannesKaufmann/html-to-markdown](https://github.com/JohannesKaufmann/html-to-markdown) from 1.3.6 to 1.3.7.
    - [Release notes](https://github.com/JohannesKaufmann/html-to-markdown/releases)
    - [Commits](JohannesKaufmann/html-to-markdown@v1.3.6...v1.3.7)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/JohannesKaufmann/html-to-markdown
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 15, 2023
    Configuration menu
    Copy the full SHA
    8eda37f View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

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

    * Bump github.com/google/go-jsonnet from 0.19.1 to 0.20.0
    
    Bumps [github.com/google/go-jsonnet](https://github.com/google/go-jsonnet) from 0.19.1 to 0.20.0.
    - [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.19.1...v0.20.0)
    
    ---
    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]>
    
    * Fix linting
    
    ---------
    
    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 Apr 19, 2023
    Configuration menu
    Copy the full SHA
    19eacee View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. Pull new stdlib def (#92)

    * Pull new `stdlib` def
    
    * fix test
    julienduchesne authored May 1, 2023
    Configuration menu
    Copy the full SHA
    a7565a7 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. Full completion support (#93)

    Closes #5
    Simplified the code in the process.
    Completion was using it's own stack-walking code, I moved it to use the same thing as go-to-definition
    julienduchesne authored May 2, 2023
    Configuration menu
    Copy the full SHA
    4214e85 View commit details
    Browse the repository at this point in the history
  2. Bump github.com/JohannesKaufmann/html-to-markdown from 1.3.7 to 1.4.0 (

    …#94)
    
    Bumps [github.com/JohannesKaufmann/html-to-markdown](https://github.com/JohannesKaufmann/html-to-markdown) from 1.3.7 to 1.4.0.
    - [Release notes](https://github.com/JohannesKaufmann/html-to-markdown/releases)
    - [Commits](JohannesKaufmann/html-to-markdown@v1.3.7...v1.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/JohannesKaufmann/html-to-markdown
      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 May 2, 2023
    Configuration menu
    Copy the full SHA
    df7a9d5 View commit details
    Browse the repository at this point in the history
  3. Update default.nix

    julienduchesne committed May 2, 2023
    Configuration menu
    Copy the full SHA
    69230fe View commit details
    Browse the repository at this point in the history
Loading