Skip to content

Releases: influxdata/vsflux

Release v1.0.6

27 Oct 17:28
Compare
Choose a tag to compare
  • build(lsp): upgrade flux-lsp to 0.8.35 (#433)
  • chore: update the instructions for running a local lsp (#434)
  • build(lsp): upgrade flux-lsp to 0.8.34 (#431)
  • build(lsp): upgrade flux-lsp to 0.8.32 (#429)
  • build(lsp): upgrade flux-lsp to 0.8.31 (#428)
  • build(lsp): upgrade flux-lsp to 0.8.30 (#427)
  • build(lsp): upgrade flux-lsp to 0.8.29 (#426)
  • build(lsp): upgrade flux-lsp to 0.8.28 (#423)
  • build(lsp): upgrade flux-lsp to 0.8.27 (#422)
  • build(lsp): upgrade flux-lsp to 0.8.26 (#420)
  • build(deps): bump terser from 5.12.1 to 5.14.2 (#421)
  • build(lsp): upgrade flux-lsp to 0.8.21 (#418)
  • feat: allow changing settings via settings page (#417)

Release v1.0.5

08 Jul 14:22
Compare
Choose a tag to compare
  • fix: only add connections that can be authenticated (#414)
  • chore: remove pull request template (#413)
  • fix: support pagination in tasks and scripts (#412)
  • build(lsp): upgrade flux-lsp to 0.8.20 (#411)
  • fix: remove accidental caching of tasks and scripts (#415)
  • fix: update the timeout to match the web ui (#416)
  • build(lsp): upgrade flux-lsp to 0.8.18 (#409)
  • build(lsp): upgrade flux-lsp to 0.8.15 (#406)
  • feat: add support for tags and tag value treeitems (#405)
  • chore: change CODEOWNERS to qx-team (#403)
  • build(lsp): upgrade flux-lsp to 0.8.14 (#402)

Release v1.0.4

18 Apr 20:32
Compare
Choose a tag to compare
  • build(lsp): upgrade flux-lsp to 0.8.11 (#397)
  • chore: update to use minimist 1.2.6 (#393)

Release v1.0.3

17 Mar 20:10
Compare
Choose a tag to compare
  • chore: upgrade to flux-lsp-node 0.8.8 (#389)

Release v1.0.2

15 Mar 02:39
Compare
Choose a tag to compare
  • chore: update outdated dependencies (#388)
  • feat: select the connection when running flux (#385)

Release v1.0.1

10 Feb 04:26
Compare
Choose a tag to compare
  • fix: address getInstances being changed to async (#384)
  • fix: small fixes to Add Connection flow (#383)
  • chore: fix prerelease (#382)

Release v1.0.0

09 Feb 17:38
Compare
Choose a tag to compare
  • chore: tweaks to release process (#379)
  • chore: update dependencies preparatory to release (#380)
  • chore: update to flux-lsp-node 0.8.4 (#378)

Release v0.6.16

04 Feb 18:11
Compare
Choose a tag to compare
  • fix: bump engine version again (#377)
  • 0.6.15
  • fix: bump the engine version to a compatible node version type (#376)
  • 0.6.14
  • fix: update npm dependencies (#373)
  • feat: add cli configuration as a possible data source (#370)
  • feat: update to flux-lsp 0.8.x (#372)
  • feat: Print the output of an invoked script to output (#359)
  • chore: update outdated dependencies (#371)
  • feat: remove the tls cert hack (#368)
  • refactor: flatten controller for add/edit controls (#365)
  • feat: remove support for influxdb 1.x (#366)
  • fix: Restore the Add connection command to the command pallete (#362)
  • refactor: re-arrange LSPClient (#355)
  • feat: Add "Copy ID" menu item for Scripts (#361)
  • feat: Allow scripts and tasks to be renamed (#358)
  • fix: Report an error if a task could not be created (#357)
  • fix: Report an error when testing a v2 connection fails (#356)
  • 0.6.13
  • fix: enforce required script description (#353)
  • fix: escape path separators in task/script names (#352)
  • fix: get measurements field values, not tags (#354)
  • chore: add CODEOWNERS file (#350)
  • 0.6.12
  • chore: update package-lock.json (#348)
  • chore: fix publish process to not use sudo (#347)
  • 0.6.11
  • chore: update flux-lsp-node (#346)
  • build: Use node 14 image in circleci
  • 0.6.10
  • chore: update flux-lsp (#336)
  • fix: check for script capability rather than hardcoding to cloud (#334)
  • fix: update influxdb-client-apis (#333)
  • feat: store the org id with the instance (#332)
  • 0.6.9
  • fix: remove invoke script (#331)
  • 0.6.8
  • fix: make invocable script management cloud only (#329)
  • feat: enable scripts to be invoked (#327)
  • fix: only allow flux scripts to be created (#328)
  • 0.6.7
  • feat: enable Script support, update flux-lsp (#321)
  • feat: add initial support for API Invoked Functions (#320)
  • refactor: use a controller model for wizard flows (#319)
  • test: add extension test (#317)
  • fix: set new instance active if no other is set active (#315)
  • chore: adjust release script (#314)
  • 0.6.6
  • fix: rename the package.json events from connection to instance (#313)

Release v0.6.15

04 Feb 18:00
Compare
Choose a tag to compare
  • fix: bump the engine version to a compatible node version type (#376)
  • 0.6.14
  • fix: update npm dependencies (#373)
  • feat: add cli configuration as a possible data source (#370)
  • feat: update to flux-lsp 0.8.x (#372)
  • feat: Print the output of an invoked script to output (#359)
  • chore: update outdated dependencies (#371)
  • feat: remove the tls cert hack (#368)
  • refactor: flatten controller for add/edit controls (#365)
  • feat: remove support for influxdb 1.x (#366)
  • fix: Restore the Add connection command to the command pallete (#362)
  • refactor: re-arrange LSPClient (#355)
  • feat: Add "Copy ID" menu item for Scripts (#361)
  • feat: Allow scripts and tasks to be renamed (#358)
  • fix: Report an error if a task could not be created (#357)
  • fix: Report an error when testing a v2 connection fails (#356)
  • 0.6.13
  • fix: enforce required script description (#353)
  • fix: escape path separators in task/script names (#352)
  • fix: get measurements field values, not tags (#354)
  • chore: add CODEOWNERS file (#350)
  • 0.6.12
  • chore: update package-lock.json (#348)
  • chore: fix publish process to not use sudo (#347)
  • 0.6.11
  • chore: update flux-lsp-node (#346)
  • build: Use node 14 image in circleci
  • 0.6.10
  • chore: update flux-lsp (#336)
  • fix: check for script capability rather than hardcoding to cloud (#334)
  • fix: update influxdb-client-apis (#333)
  • feat: store the org id with the instance (#332)
  • 0.6.9
  • fix: remove invoke script (#331)
  • 0.6.8
  • fix: make invocable script management cloud only (#329)
  • feat: enable scripts to be invoked (#327)
  • fix: only allow flux scripts to be created (#328)
  • 0.6.7
  • feat: enable Script support, update flux-lsp (#321)
  • feat: add initial support for API Invoked Functions (#320)
  • refactor: use a controller model for wizard flows (#319)
  • test: add extension test (#317)
  • fix: set new instance active if no other is set active (#315)
  • chore: adjust release script (#314)
  • 0.6.6
  • fix: rename the package.json events from connection to instance (#313)

Release v0.6.14

04 Feb 15:16
Compare
Choose a tag to compare
  • fix: update npm dependencies (#373)
  • feat: add cli configuration as a possible data source (#370)
  • feat: update to flux-lsp 0.8.x (#372)
  • feat: Print the output of an invoked script to output (#359)
  • chore: update outdated dependencies (#371)
  • feat: remove the tls cert hack (#368)
  • refactor: flatten controller for add/edit controls (#365)
  • feat: remove support for influxdb 1.x (#366)
  • fix: Restore the Add connection command to the command pallete (#362)
  • refactor: re-arrange LSPClient (#355)
  • feat: Add "Copy ID" menu item for Scripts (#361)
  • feat: Allow scripts and tasks to be renamed (#358)
  • fix: Report an error if a task could not be created (#357)
  • fix: Report an error when testing a v2 connection fails (#356)
  • 0.6.13
  • fix: enforce required script description (#353)
  • fix: escape path separators in task/script names (#352)
  • fix: get measurements field values, not tags (#354)
  • chore: add CODEOWNERS file (#350)
  • 0.6.12
  • chore: update package-lock.json (#348)
  • chore: fix publish process to not use sudo (#347)
  • 0.6.11
  • chore: update flux-lsp-node (#346)
  • build: Use node 14 image in circleci
  • 0.6.10
  • chore: update flux-lsp (#336)
  • fix: check for script capability rather than hardcoding to cloud (#334)
  • fix: update influxdb-client-apis (#333)
  • feat: store the org id with the instance (#332)
  • 0.6.9
  • fix: remove invoke script (#331)
  • 0.6.8
  • fix: make invocable script management cloud only (#329)
  • feat: enable scripts to be invoked (#327)
  • fix: only allow flux scripts to be created (#328)
  • 0.6.7
  • feat: enable Script support, update flux-lsp (#321)
  • feat: add initial support for API Invoked Functions (#320)
  • refactor: use a controller model for wizard flows (#319)
  • test: add extension test (#317)
  • fix: set new instance active if no other is set active (#315)
  • chore: adjust release script (#314)
  • 0.6.6
  • fix: rename the package.json events from connection to instance (#313)