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: smithy-lang/smithy-language-server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.7.0
Choose a base ref
...
head repository: smithy-lang/smithy-language-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 6 commits
  • 6 files changed
  • 3 contributors

Commits on Apr 16, 2025

  1. Switch build scripts to kotlin (#221)

    Kotlin is easier to understand for me, and Intellij apparently.
    
    I tried to keep this as much as a 1:1 conversion as I could for this
    commit, but will followup with another to clean it up.
    milesziemer authored Apr 16, 2025
    Configuration menu
    Copy the full SHA
    ff3b7e0 View commit details
    Browse the repository at this point in the history
  2. Cleanup build script (#222)

    Our build script was a mess and it has been bugging me for a while, so I'm
    finally cleaning it up. I mostly reorganized things, and removed unnecessary
    configuration, but there are some minor changes to note:
    - Got rid of the git-version plugin, which shouldn't be necessary since we
      use the VERSION file to manage the project version.
    - Got rid of the manual checkstyle dependency, since what we were setting
       it to was already the default.
    - Changed test logging to only log failed and skipped, instead of passed and
       stdout/err, which should reduce some noise.
    - Fixed the dependency declaration for smithy libraries, which weren't using
       string interpolation, so were literally "[smithyVersion, 2.0[". Either that was
       a thing you could do in groovy, or it's been busted since 2023. Yikes.
    
    By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
    milesziemer authored Apr 16, 2025
    Configuration menu
    Copy the full SHA
    e2cebf3 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2025

  1. Update Smithy Version (#224)

    Co-authored-by: Smithy Automation <github-aws-smithy-automation@amazon.com>
    smithy-automation and aws-smithy-automation authored Apr 30, 2025
    Configuration menu
    Copy the full SHA
    cf4c804 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2025

  1. Update Smithy Version (#229)

    Co-authored-by: Smithy Automation <github-aws-smithy-automation@amazon.com>
    smithy-automation and aws-smithy-automation authored Jul 23, 2025
    Configuration menu
    Copy the full SHA
    71f43f7 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2025

  1. Update Smithy Version

    aws-smithy-automation authored and kstich committed Jul 30, 2025
    Configuration menu
    Copy the full SHA
    d40fd52 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2025

  1. Update readme (#232)

    Added installation instructions, feature list, and details on how the
    server understands your project (including documenting
    .smithy-project.json). I also added doc comments to the
    `SmithyProjectJson` shape.
    milesziemer authored Aug 22, 2025
    Configuration menu
    Copy the full SHA
    ba8cf3f View commit details
    Browse the repository at this point in the history
Loading