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.9.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.10.0
Choose a head ref
  • 6 commits
  • 13 files changed
  • 3 contributors

Commits on Sep 13, 2022

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

    …#75)
    
    Bumps [github.com/JohannesKaufmann/html-to-markdown](https://github.com/JohannesKaufmann/html-to-markdown) from 1.3.5 to 1.3.6.
    - [Release notes](https://github.com/JohannesKaufmann/html-to-markdown/releases)
    - [Commits](JohannesKaufmann/html-to-markdown@v1.3.5...v1.3.6)
    
    ---
    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]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 13, 2022
    Configuration menu
    Copy the full SHA
    ea39b88 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. Bump github.com/grafana/tanka from 0.22.1 to 0.23.1 (#76)

    * Bump github.com/grafana/tanka from 0.22.1 to 0.23.1
    
    Bumps [github.com/grafana/tanka](https://github.com/grafana/tanka) from 0.22.1 to 0.23.1.
    - [Release notes](https://github.com/grafana/tanka/releases)
    - [Changelog](https://github.com/grafana/tanka/blob/main/CHANGELOG.md)
    - [Commits](grafana/tanka@v0.22.1...v0.23.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]>
    
    * Remove benchstat workflow. Annoying, bad idea
    
    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 4, 2022
    Configuration menu
    Copy the full SHA
    4b86f9d View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

  1. Find definitions through function applies (#77)

    Started in #63 and #70
    I think this now covers all (or most) cases
    Most of this PR is just tests, since the missing code was just missing a few cases in switch cases
    julienduchesne authored Oct 12, 2022
    Configuration menu
    Copy the full SHA
    008c7bf View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. Completion from imports: Basic cases (#78)

    * Completion from imports: Basic cases
    Progress towards #5
    Logic is starting to leak out of the processing lib as I haven't found an interface that makes sense for this
    Some of this should probably be re-architected. However, I believe it is good enough for now and tests are in-place if we want to refactor a bit
    
    * Better structure, fix lint
    
    * Add unsupported case
    julienduchesne authored Oct 20, 2022
    Configuration menu
    Copy the full SHA
    81ab873 View commit details
    Browse the repository at this point in the history
  2. Completion from dollar sign: Basic case (#79)

    Closes #4
    
    Also:
    - Sort the list of suggestions by label
    - Ignore lines ending with , or ;. This happens when a user is replacing an index in an existing line (refactoring, etc)
    julienduchesne authored Oct 20, 2022
    Configuration menu
    Copy the full SHA
    f6fe858 View commit details
    Browse the repository at this point in the history
  3. Update Nix for 0.10.0

    julienduchesne committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    d21bd46 View commit details
    Browse the repository at this point in the history
Loading