Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: onlyati/quadlet-lsp

v0.7.3

23 Feb 19:50
@onlyati onlyati
5dda3d7
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

Features

  • [feature] Add default template for inserting property (#185)
  • [feature] Add new AppArmor keyword from Podman 5.8.0 (#186)
  • [doc] Create a document site (#187)

Bugfixes

  • update flake.nix for go 1.25.5 (#189)
Assets 13

v0.7.2

08 Feb 18:45
@onlyati onlyati
ad8c4f2
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

Features

  • Add file preview for Network, Pod and Volume on hover (#176)
  • Remove templates and build into the property completion (#182)

Bugfixes

  • QSR006 looking for in nested directories (#181)

Repo

  • Update to go 1.25.5 (#177)
  • Fix lint issues, add linter for verification (#178)
  • Review unit tests (#180)
Loading

v0.7.1

20 Jan 22:06
@onlyati onlyati
2081d50
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

Bugfixes

  • Completion crashes when previous line is empty
    (#172)
Loading

v0.7.0

18 Jan 17:08
@onlyati onlyati
d9dae48
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's changed

Features

  • Support nested directories for each function of languager server (#148)
  • Add protocol suffix support to PublishPort validation (#150)
  • Add warning (instead of just a crash) if not directory is open (#165)

Bugfixes

  • Add completion item type (e.g.: Value, Keyword, etc.) (#154)
  • Fix property name for disable rules in documentation (#159)
  • Fix rshared flag in QSR15 (#161)
  • Property completion did not work if = was already in the line (#166)

New Contributors

Full Changelog: v0.6.0...v0.7.0

Contributors

pgilad, ligabloo, and redbeardymcgee
Loading
kavishgr reacted with thumbs up emoji
1 person reacted

v0.6.0

11 Nov 20:54
@onlyati onlyati
4898552
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Features

  • Support Podman v5.7.0 features #136:
    • Quadlet .container files now support a new key, HttpProxy, to disable the automatic forwarding of HTTP proxy options from the host into the container.
    • Quadlet .pod files now support a new key, StopTimeout, to configure the stop timeout for the pod
    • Quadlet .build files now support two new keys, BuildArg and IgnoreFile, to specify build arguments and an ignore file
    • Implement hover, code completion and starter template for artifact Quadlets.
    • Implement new rule (QSR026).
  • Add completion for AddCapabilities #128
  • Add formatting #124

Fixes

  • QSR010 only accepted ports without trailing /tcp or /udp #133
  • Code completion was also generated in comment lines too #122
  • The quadlet-lsp check CLI command wasn't aware of drop-ins directory #99
  • The PullAll command wasn't aware of drop-ins directory #118
Loading

v0.5.0

24 Sep 19:34
@onlyati onlyati
e6e754e
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Feature

Bugfixes

  • Fix regex in QSR008 and QSR009 #114

Repo

  • Add tool to generate rpm and deb files at release #102
  • Add mise tool #108 #109 #110
  • Add spec file for Fedora copr #112
  • Add more ways to download the language server #113
Loading

v0.4.0

30 Aug 19:43
@onlyati onlyati
58c9e76
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Features

  • 3rd party extension for Zed editor (#61)
  • Hover explanation for systemd specifiers (#57)
  • Hover explanation for UserNS (#78)
  • Hover explanation for Volume (#84)
  • Hover explanation for Secret (#85)
  • QSR022: validate path with systemd specifier (#57)
  • QSR023: validate systemd specifiers (#57)
  • QSR024: warn for forbidden properties in [Service] (#77)
  • Completion for systemd specifiers (#72)
  • The go definition and go references works with template files (#75)
  • Rule disabling on file basis (#81)

Bugfixes

  • QSR003 pointed the error to the previous line (#64)
  • QSR021 accept all accept all systemd unit types (#65)
  • QSR008, QSR009: fix naming convention checking (#66)
  • The ; also count as valid comment character besides # (#76)

Other

  • Improve on documentation (#86)
  • Make QoL changes on github repo (#90) (#91)

New Contributors

Contributors

mufeedali
Loading

v0.3.1

22 Aug 22:16
@onlyati onlyati

Choose a tag to compare

Bugfixes

  • The '@' character caused false positive checks in QSR021 #53
  • DefaultInstance was missing in Install section #53
  • The value of Exec property can be split to multiple line and multi line was handled individually #52
  • Fix fully qualified syntax checking #51
Loading

v0.3.0

15 Aug 21:17
@onlyati onlyati

Choose a tag to compare

Features

  • New syntax validation: checking container, volume, pod and network name #33
  • Set properties of Podman 5.6.0 #34
  • Build files has static completion and new template #35
  • Add completion for Unit and Service sections and validate automatic dependency translation #36
  • Modify syntax rule, from Podman 5.6.0, environment variable can be specified without value #39
  • Language server listing the exposed ports based on the image. But if image is not pulled, it cannot read. From now it gives an information message if exposed port is not found and could not check all images #40
  • Add new language server commands: list jobs and pull all image #41

Bugfixes

  • Label, Annotation and Environment variables only accepted one style specification. Syntax check has been updated to accept all possible variation #32
  • Invalid property was checking the commented lines too #32
Loading

v0.2.1

01 Aug 20:36
@onlyati onlyati

Choose a tag to compare

What's Changed

  • [fix] If .quadletrc.json does not exists, exit with error by @onlyati in #29

Contributors

onlyati
Loading
Previous 1
Previous

AltStyle によって変換されたページ (->オリジナル) /