vscode-ansible

vscode/vscodium extension for providing Ansible auto-completion and integrating quality assurance tools like ansible-lint, ansible syntax check, yamllint, molecule and ansible-test.

MIT License

Downloads
3.7K
Stars
321
Committers
48

Bot releases are visible (Hide)

vscode-ansible - v0.14.0

Published by github-actions[bot] about 2 years ago

Minor Changes

  • Add auto-detection of Ansible files based on their content (#617) @priyamsahoo

Bugfixes

  • Update ALS to 0.10.3 (3 bugs) (#632) @ssbarnea
  • Bump vscode-languageclient from 7.x to 8.x (#626) @ajinkyau
  • Change extension status-bar icon (#627) @ssbarnea
  • fix hyphenation README (#611) @akira6592
vscode-ansible - v0.13.0

Published by github-actions[bot] about 2 years ago

Minor Changes

  • Add feature to dynamically associate yaml files to ansible language (#600) @priyamsahoo

Bugfixes

  • Use new location of ansible-lint config JSON Schema (#608) @ssbarnea
  • Fix the display of double Ansible in status-bar text (#605) @priyamsahoo
  • Disable python debugger when running external commands (#603) @ssbarnea
vscode-ansible - v0.12.0

Published by github-actions[bot] about 2 years ago

Minor Changes

  • Allow jinja brace autocompletion (#593) @ganeshrn
  • Add feature to show ansible meta data (#586) @priyamsahoo

Bugfixes

  • Update test dependencies (#577) @ssbarnea
  • Update ansible-language-server (#574) @ssbarnea
vscode-ansible - v0.10.0

Published by github-actions[bot] over 2 years ago

Minor Changes

  • Add EE settings for volume mounts, container options and pull arguments (#499) @ganeshrn

Bugfixes

  • Upgrade ansible-language-server to 0.7.2 (#506) @ssbarnea
vscode-ansible - v0.9.0

Published by github-actions[bot] over 2 years ago

Minor Changes

  • Add e2e testcases for execution-environment (#459) @ganeshrn
  • Change client extension entry point (#461) @ganeshrn

Bugfixes

  • Update URL of external resources (#480) @ssbarnea
  • Remove Zuul schema definition from extension config (#470) @ssbarnea
  • Fix e2e testing (#469) @priyamsahoo
vscode-ansible - v0.8.1

Published by github-actions[bot] over 2 years ago

Bugfixes

  • Add language configuration files in vsix package (#454) @ganeshrn
vscode-ansible - v0.8.0

Published by github-actions[bot] over 2 years ago

Minor Changes

  • Update ansible-language-server version (#434) @ganeshrn
  • Add support for meta/runtime.yml and execution-environment.yml (#379) @ssbarnea
  • Add schema for ansible-navigator configuration (#365) @ssbarnea

Bugfixes

  • Restore webpack archive (#437) @ssbarnea
  • Fix jsonValidation and yamlValidation extension point (#432) @yaegassy
  • Fix extension broken debug capability (#431) @ganeshrn
  • Declare lextudio.restructuredtext ext as conflicting (#366) @ssbarnea
vscode-ansible - v0.7.1

Published by github-actions[bot] almost 3 years ago

Bugfixes

vscode-ansible - v0.7.0

Published by github-actions[bot] almost 3 years ago

Removals

  • Dropped the option to configure ansible-vault path (#318) @ssbarnea
  • Dropped the option to configure ansible-playbook location (#317) @ssbarnea

Minor Changes

  • Upgraded the @ansible/ansible-language-server dependency to 0.3.0 (#333) @ssbarnea
    • Added support for nested module options (suboptions) @tomaciazek
    • Updated container cleanup logic for execution environment @ganeshrn
  • Switched the default execution environment to ansible/creator-ee:latest
    (#331) @ganeshrn @ssbarnea
  • Enabled auto-selecttion of the only vault-id (#298) @jeinwag

Bugfixes

  • Corrected some unspecified configurable settings (#307) @ssbarnea
  • Started invoking inactive extension when running ansible-vault (#296) @jeinwag

Documentation

  • Documented the need to have an open workspace for the extension to work @ssbarnea
vscode-ansible - v0.6.1

Published by github-actions[bot] almost 3 years ago

Bugfixes

  • Fix indentation when using inline vault encrypt (#288) @jeinwag
vscode-ansible - v0.6.0

Published by github-actions[bot] almost 3 years ago

Minor Changes

  • Restore client-side support for working with ansible vaults (#177) @jeinwag
  • Expose the ansibleServer.trace.server option for tracing ALS activity (#263) @yaegassy

Bugfixes

  • Upgrade language server to 0.2.6 (#284) @ssbarnea
  • Correct pullPolicy setting type to string (#279) @ganeshrn
  • Enable editor suggestions for ansible files by default (#274) @ssbarnea
vscode-ansible - v0.5.1

Published by github-actions[bot] almost 3 years ago

Hotfixes

  • Increased the minimum required @ansible/ansible-language-server
    version to 0.2.5. It has added a guard for linting only playbook
    files with the Ansible's built-in syntax-check when ansible-lint
    is unavailable. This is used for providing the diagnostics
    information to the client (VS Code editor instance) (#259)
    @ganeshrn

Kudos go to @ganeshrn and @webknjaz

vscode-ansible - v0.5.0

Published by github-actions[bot] almost 3 years ago

Major changes

The most notable change that happened was the migration to using
@ansible/ansible-language-server v0.2.4 via PR #142 by @tomaciazek.
In particular, this:

  • Added the brand new Ansible Language Server
  • Removed the support for working with the valuted content

Changes

  • Decreased the minimal required version of VS Code to v1.48.0 (July
    2020) (#206) @ssbarnea
  • Added setting options for working with execution environments (#200)
    @ganeshrn
  • Added a prompt to uninstall incompatible extensions (#170) @ssbarnea
  • Updated the default setting value to use FQCN in autocompletion (#196)
    @priyamsahoo
  • Added context menus and commands for running playbooks via
    ansible-playbook and ansible-navigator run (#137) @webknjaz

Misc

  • Explicitly declared support for NodeJS 12 in metadata (#255) @webknjaz
  • Made sure that the path-related settings are not being synchronized
    (#235) @ssbarnea
  • Reintroduced the schema verification for the part of the known file
    paths that's been lost with the initial introduction of ALS in
    extension (#169) @ssbarnea
  • Stopped including the unused files to vsix artifacts (#239) @ssbarnea
  • Switched the debug listening port for ALS in the development mode to
    6010 effectively fixing the support for unbound breakpoints when
    coding two connected projects (#212) @tomaciazek

Docs

  • Added a link to the language server repository into README (#173) @ganeshrn
  • Added descriptions for the configuration settings section in README
    (#242) @ganeshrn

Kudos go to: @ganeshrn, @jeinwag, @odockal, @priyamsahoo, @ssbarnea, @tomaciazek and @webknjaz

vscode-ansible - v0.4.5

Published by github-actions[bot] over 3 years ago

Bugfixes

  • fix: clean old violations on reruns (#122) @ssbarnea
  • fix: improve parsing of ansible-lint output (#121) @ssbarnea
vscode-ansible - v0.4.4

Published by github-actions[bot] over 3 years ago

Changes

  • docs: added better instructions on how to use vault feature (#109) @FlorianLaunay

Minor Changes

  • build: add vscode config files for debugging (#110) @FlorianLaunay

Bugfixes

  • fix: revalidate on save (#116) @ssbarnea
vscode-ansible - v0.4.3

Published by github-actions[bot] over 3 years ago

Changes

Minor Changes

  • feat: auto add custom YAML tags (#104) @ssbarnea

Bugfixes

  • fix: identify yaml playbooks (#106) @ssbarnea
vscode-ansible - v0.4.2

Published by github-actions[bot] over 3 years ago

Changes

  • chore: document schema selection (#87) @ssbarnea

Bugfixes

  • fix: correct deps (2nd attempt) (#99) @ssbarnea
  • fix: correct dependency (#97) @ssbarnea
  • fix: reduce version of vscode required (#90) @ssbarnea
vscode-ansible - v0.4.0

Published by github-actions[bot] over 3 years ago

Changes

  • feat: add support for editing vaults (#78) @FlorianLaunay
vscode-ansible - v0.3.2

Published by github-actions[bot] over 3 years ago

Changes

  • docs: added instructions on how to integrate ansible-lint in venv w… (#67) @stopendy

Minor Changes

  • build: replace use of pre-commit.ci with github action (#75) @ssbarnea
  • Use ansible-lint severity for VSCode diagnostics (#68) @FloSchwalm

Bugfixes

  • Match found problems to source files (#70) @ssbarnea
vscode-ansible - v0.3.1

Published by github-actions[bot] over 3 years ago

Changes

  • build: 0.3.1 release (#63) @ssbarnea
  • docs: mention YAML tags configuration (#61) @ssbarnea
  • [pre-commit.ci] pre-commit autoupdate (#55) @pre-commit-ci

Minor Changes

  • feat: add logging information (#62) @ssbarnea

Bugfixes

  • fix: advertise Microsoft Python extension as required (#54) @ssbarnea
  • Create LICENSE (#52) @ssbarnea
  • chore: fix pre-commit eslint dependencies (#53) @ssbarnea
  • Add an explicit extension dependency on vscode-yaml (#45) @JPinkney
  • Fix typo in README.md (#46) @fgierlinger