Ansible Vscode Ansible Versions Save

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

v2.5

10 months ago

Minor Changes

  • Upgrade als to v1.2.1 (#950) @priyamsahoo
  • Add ability to select and set cursor on vars following _var_ pattern (#884) @priyamsahoo
  • Upgrade yaml package to 2.x (#925) @priyamsahoo

Bugfixes

  • Upgrade als to v1.2.1 (#950) @priyamsahoo
  • Fix command runner (#949) @priyamsahoo
  • Update lightspeed task name regex match condition (#947) (#948) @ganeshrn
  • Fix ansibleContent feedback event trigger (#940) @ganeshrn
  • Update runner.ts to correctly get the path of ansible (#945) @priyamsahoo
  • Make hover e2e tests fixture messages more generic (#934) @priyamsahoo

v2.4

11 months ago

Minor Changes

  • Lightspeed UI feedback and sentiment (#924) @ganeshrn

Bugfixes

  • Update readme with lightspeed section (#926) @ganeshrn

v2.3

1 year ago

Minor Changes

  • Add support for tox-ansible plugin test discovery (#902) @ganeshrn

Bugfixes

  • Fix notification for lightspeed login after the setting is disabled (#911) @ganeshrn
  • [Lightspeed] Fix connect button working (#908) @priyamsahoo

v2.2

1 year ago

Bugfixes

  • Update attributionsWebview.ts (#901) @robinbobbitt

v2.1

1 year ago

Minor Changes

  • Easy discovery of Python interpreter and Ansible executables (#871) @priyamsahoo

Bugfixes

  • Add information message for inline suggestion trigger command (#896) @ganeshrn
  • Update status-bar items (#891) @priyamsahoo
  • Update inline suggestion trigger condition (#892) @ganeshrn
  • Add ability to select and set cursor on vars (#883) @priyamsahoo
  • Add logic for conditional Authentication Provider registration (#877) @ganeshrn
  • Fix regex to match trigger for lightspeed suggestion (#875) @ganeshrn
  • Update dependencies (#872) @ssbarnea

v2.0

1 year ago

Major Changes

  • Add support for Ansible Lightspeed settings to enable/disable the service, configure base URL and enable/disable Watson code assistant @ganeshrn
  • Add support to authenticate with the Ansible Lightspeed service @priyamsahoo
  • Add support for inline suggestion for Ansible tasks using Ansible Lightspeed with Watson code Assistant @ganeshrn
  • Ansible Lightspeed panel support for displaying training matches for Watson Code Assistant @ganeshrn
  • Ansible Lightspeed status bar support with link to survey @ganeshrn
  • Add support to gather Ansible content data and sent it to Ansible Lightspeed service as feedback to improve the service @ganeshrn

Minor Changes

  • Update Ansible metadata event for enable/disable settings of Ansible Lightspeed (#853) @ganeshrn
  • Update inline suggestion service name (#851) @ganeshrn
  • Check for valid YAML for wisdom (#841) @ganeshrn
  • Update wisdom survey link (#838) @ganeshrn
  • To add the support for Ansible Lightspeed API versioning (#823) @justjais
  • Add support for training source matches for inline suggestions (#827) @ganeshrn

Bugfixes

  • Fix to provide inline suggestions on click (#849) @ganeshrn
  • Fix wisdom basePath empty/leading and trailing space issue (#843) @ganeshrn
  • Improve message handling for status code 204 (#839) @ganeshrn
  • More Project Wisdom renaming (#835) @elyezer
  • Fix unnecessary call to feedback API (#834) @ganeshrn
  • Add versioning for match API (#830) @ganeshrn
  • Update wisdom base path (#829) @ganeshrn
  • Show informational message when inline suggestion is empty (#828) @ganeshrn
  • Update Project Wisdom Name (#826) @elyezer
  • Minor OAuth fixes (#824) @priyamsahoo
  • Downgrade Redhat telemetry package because of ES module incompatibility (#825) @priyamsahoo
  • Inline suggestion improvements (#820)Co-authored-by: Ganesh Nalawade [email protected] (#820) @priyamsahoo
  • Fix improper indentation while copying (#821) @priyamsahoo
  • To fix Ansible wisdom basepath empty url issue (#816) @justjais
  • Ignore errors from feedback API (#810) @ganeshrn

v1.3

1 year ago

Minor Changes

  • Add activity tracker id from wisdom user interaction (#807) @ganeshrn
  • Update extension settings for inline suggestions (#798) @ganeshrn
  • Enable authentication for wisdom service (#797) @ganeshrn
  • Update wisdom feedback to use service feedback API and changes (#796) @ganeshrn
  • Add initial skeleton for adding oauth in view container (#792) @priyamsahoo
  • Update inlinesuggestion request as per new payload (#793) @ganeshrn
  • Update code to return snippet string during completion of tasks (#790) @priyamsahoo
  • updates to support service version 4 (#786) @gebhardtr

Bugfixes

  • Add ansible logo for tree view in package (#808) @ganeshrn
  • Add check for authenticated user before sending feedback request (#804) @priyamsahoo
  • Fix indentation on moving to next line (#803) @priyamsahoo
  • Handle trailing slash in wisdom base uri (#802) @priyamsahoo
  • typo in wisdomOAuthProvider.ts (#800) @robinbobbitt
  • Update yarn lock file (#801) @ganeshrn
  • Fix prompt value for inline suggestion request (#799) @ganeshrn
  • To handle all available error response code from VS code extension side for wisdom (#785) @justjais
  • Correct rulebook glob path (#787) @ssbarnea
  • Correct changelog (#784) @ssbarnea

v1.2

1 year ago

Minor Changes

  • Show info in status-bar if a newer version of ansible-lint is available (#692) @priyamsahoo
  • Add code changes for inline suggestion [part-1] (#766) @ganeshrn

Bugfixes

  • Fix onEnter key bindings to work with ansible extension only (#772) @ganeshrn
  • Fix devel testing (#777) @ssbarnea
  • Add fix to remove prompt from suggestion (#770) @ganeshrn
  • Upgrade telemetry to 0.5.4 (#751) @ssbarnea
  • Add tsdoc to eslint (#747) @ssbarnea
  • Switch from quay.io to ghcr.io (#744) @ssbarnea

v1.1

1 year ago

Minor Changes

  • Add Red Hat telemetry gathering (#732) @ganeshrn
  • Reuse terminal setting (#689) @egnirra
  • Enhance ansible metadata and Bump ALS version from 1.0.1 to to 1.0.2 (#677) @priyamsahoo
  • Add event driven schema for autocompletion and diagnostics of EDA rules (#673) @ganeshrn

Bugfixes

  • Upgrade ALS to 1.0.4 (#733) @priyamsahoo
  • Update location of ansible schemas (#705) @ssbarnea
  • Fix broken pipe error in test-setup.sh (#693) @priyamsahoo
  • Update search paths for ansible.cfg based on the documentation (#691) @priyamsahoo
  • Enables reuse of existing ansible terminals (#683) @egnirra
  • Enhance ansible metadata and Bump ALS version from 1.0.1 to to 1.0.2 (#677) @priyamsahoo
  • Missing ansible.completion.* configuration (#663) @yaegassy
  • Refresh status-bar title and content when extension settings are changed (#662) @priyamsahoo

v1.0.0

1 year ago

Minor Changes

  • Add support to run ansible-navigator with execution environment (#652) @ganeshrn
  • Update the extension to support disabling diagnostics (#648) @priyamsahoo

Bugfixes

  • Improve description of configuration options (#649) @priyamsahoo
  • Update ALS version to 1.0.1 (#656) @priyamsahoo
  • Use creator-ee v0.9.2 to fix CI failures (#653) @priyamsahoo
  • Update ansible-lint and version and e2e-tests to support changes the changes (#643) @priyamsahoo
  • More refactor for ansible metadata feature (#641) @ganeshrn
  • Refactor extension.ts (#635) @priyamsahoo
  • Switch to new location of Molecule JSON Schema (#637) @ssbarnea