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.12.1
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.13.0
Choose a head ref
  • 10 commits
  • 13 files changed
  • 2 contributors

Commits on May 23, 2023

  1. Bump github.com/stretchr/testify from 1.8.2 to 1.8.3 (#100)

    Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.2 to 1.8.3.
    - [Release notes](https://github.com/stretchr/testify/releases)
    - [Commits](stretchr/testify@v1.8.2...v1.8.3)
    
    ---
    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 May 23, 2023
    Configuration menu
    Copy the full SHA
    2c5b240 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

  1. Bump github.com/sirupsen/logrus from 1.9.0 to 1.9.2 (#101)

    Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) from 1.9.0 to 1.9.2.
    - [Release notes](https://github.com/sirupsen/logrus/releases)
    - [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md)
    - [Commits](sirupsen/logrus@v1.9.0...v1.9.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/sirupsen/logrus
      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 May 29, 2023
    Configuration menu
    Copy the full SHA
    dc85eed View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. Fix linting (#106)

    We don't need depguard in this repo
    julienduchesne authored Jun 6, 2023
    Configuration menu
    Copy the full SHA
    452926b View commit details
    Browse the repository at this point in the history
  2. Bump github.com/sirupsen/logrus from 1.9.2 to 1.9.3 (#105)

    Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) from 1.9.2 to 1.9.3.
    - [Release notes](https://github.com/sirupsen/logrus/releases)
    - [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md)
    - [Commits](sirupsen/logrus@v1.9.2...v1.9.3)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/sirupsen/logrus
      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 Jun 6, 2023
    Configuration menu
    Copy the full SHA
    9c40b7a View commit details
    Browse the repository at this point in the history
  3. Bump github.com/stretchr/testify from 1.8.3 to 1.8.4 (#104)

    Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.3 to 1.8.4.
    - [Release notes](https://github.com/stretchr/testify/releases)
    - [Commits](stretchr/testify@v1.8.3...v1.8.4)
    
    ---
    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 Jun 6, 2023
    Configuration menu
    Copy the full SHA
    bba4b7a View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

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

Commits on Aug 22, 2023

  1. Bump github.com/JohannesKaufmann/html-to-markdown from 1.4.0 to 1.4.1 (

    …#116)
    
    Bumps [github.com/JohannesKaufmann/html-to-markdown](https://github.com/JohannesKaufmann/html-to-markdown) from 1.4.0 to 1.4.1.
    - [Release notes](https://github.com/JohannesKaufmann/html-to-markdown/releases)
    - [Commits](JohannesKaufmann/html-to-markdown@v1.4.0...v1.4.1)
    
    ---
    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 Aug 22, 2023
    Configuration menu
    Copy the full SHA
    24235f8 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Completion: Fix two issues with local vars (#117)

    * Completion: Fix two issues with local vars
    Closes #114
    Closes #115
    
    I still have #113 to fix but I'll do it in another PR
    
    * Fix linting
    
    * Fix linting
    julienduchesne authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    92fc191 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Completion: Fix completion through an import pointing to a local bind (

    …#118)
    
    * Completion: Fix completion through an import pointing to a local bind
    Closes #113
    
    This also fixes the go-to-definition functionality for this case, since it's the same code
    
    * Change order. Var ref is probably more exact than a stack search
    
    * Make it work nested
    julienduchesne authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    fd733b2 View commit details
    Browse the repository at this point in the history
  2. Add label when completing a nested index (#119)

    When doing auto-complete, it currently shows `*ast.Index` when it's nested Indexing because we don't follow up to the final ref
    Instead of `ast.Index`, we can say `object attribute` which makes a bit more sense for users
    julienduchesne authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    1d94a47 View commit details
    Browse the repository at this point in the history
Loading