Charles Gagnon
47ce587fef
Update ads-extension-telemetry to 3.0.1 ( #22374 )
2023-03-20 12:48:31 -07:00
Charles Gagnon
8c20e827ad
Remove error messages from error events ( #22337 )
2023-03-15 15:19:16 -07:00
Cheena Malhotra
8539b63a5c
Upgrade http(s)-proxy-agent dependent npm packages ( #22306 )
2023-03-13 11:05:59 -07:00
Charles Gagnon
6172b4677f
Update ads-extension-telemetry ( #22112 )
2023-03-02 15:20:04 -08:00
Charles Gagnon
4a5ac92e46
Update ads-extension-telemetry to 1.4.0 ( #22069 )
...
* Update ads-extension-telemetry
* One more
2023-02-28 22:25:07 -08:00
Charles Gagnon
c33d2cc40a
Bump ads-extension-telemetry to 1.3.4 ( #21778 )
2023-01-30 13:13:57 -08:00
dependabot[bot]
d2094934a4
Bump json5 from 2.2.0 to 2.2.3 in /extensions/sql-bindings ( #21513 )
...
Bumps [json5](https://github.com/json5/json5 ) from 2.2.0 to 2.2.3.
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v2.2.0...v2.2.3 )
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-05 22:49:39 -08:00
Charles Gagnon
eb880834fb
Update ads-extension-telemetry ( #21468 )
...
* Update ads-extension-telemetry
* undo
2022-12-22 09:26:54 -08:00
Karl Burtram
350e94abfe
Revert "Update packages to fix CG alerts ( #20922 )" ( #20927 )
...
This reverts commit 97c070be13 .
2022-10-22 01:26:33 -07:00
Sakshi Sharma
97c070be13
Update packages to fix CG alerts ( #20922 )
...
* Update packages to fix CG alerts
* Reverting version bump for vscode-universal-bundler because of build break
2022-10-21 18:03:49 -07:00
Charles Gagnon
60c1c8a89f
Update ads-extension-telemetry to 1.3.1 ( #20724 )
...
* Update ads-extension-telemetry to 1.3.0
* fix
2022-10-04 23:06:53 -07:00
Alan Ren
54c2fe6899
remove duplicate code ( #20664 )
...
* remove dupe code
* fix step name
* fix errors
* comment out arc
* fix timeout issue
* fix typo
* update name
2022-09-26 17:48:59 -07:00
Charles Gagnon
ebb1dcdfba
Update telemetry endpoints ( #19841 )
...
* Update telemetry endpoints
* Bump sql-assessment package
2022-06-28 09:16:29 -07:00
Alan Ren
f3e7337196
Upgrade packages to remove dependency on the vulnerable package minimist 0.0.8 ( #19455 )
...
* new mocha version
* test fix
* test
* new vscodetestcov version
* use rc1
* use 1.2.1
* remove all 0.0.8 of minimist
* a few more
2022-05-20 10:06:13 -07:00
Charles Gagnon
7fc8b1c849
Add UUID dependency to sql-bindings ( #19406 )
2022-05-17 23:44:52 -07:00
Vasu Bhog
51e5890c83
Add Connection String Execute Step for SQL Bindings ( #19293 )
...
* add execute step
* nit comment
* edit param docs
* address comments
* ensure the user has the installs the latest version
2022-05-09 16:06:02 -07:00
Vasu Bhog
c65c41d704
add guid for session ID ( #18912 )
2022-04-04 10:43:20 -07:00
dependabot[bot]
45b5f8d136
Bump ansi-regex from 3.0.0 to 3.0.1 in /extensions/sql-bindings ( #18854 )
...
Bumps [ansi-regex](https://github.com/chalk/ansi-regex ) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/chalk/ansi-regex/releases )
- [Commits](https://github.com/chalk/ansi-regex/compare/v3.0.0...v3.0.1 )
---
updated-dependencies:
- dependency-name: ansi-regex
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-01 10:07:12 -07:00
Charles Gagnon
301c6f24fe
Remove tslint from extensions ( #18775 )
2022-03-18 11:19:30 -07:00
Vasu Bhog
d063355b1a
improve sql bindings extension ( #18757 )
2022-03-17 11:37:37 -07:00
Vasu Bhog
d585e75706
Add rest of sql-bindings/azure funcs logic to sql bindings ext ( #18733 )
...
* refactor the rest of azure function and sql binding
* remove vscode-mssql typings that are moved to our sql-bindings ext
2022-03-15 15:10:42 -07:00
Vasu Bhog
2d1ffeb47c
Refactor vscode-mssql sql bindings logic to sql bindings ext ( #18725 )
...
* wip for refactor of mssql to sql-bindings
* remove STS dependency
* work to bring function over and setup with vscodeMsql APIs
* copy typings from vscode-mssql
2022-03-14 13:07:27 -07:00
Vasu Bhog
0c54c12772
Add SQL Binding Tests ( #18687 )
...
* add tests
2022-03-09 16:35:51 -08:00
Vasu Bhog
eb77d86136
Refactor SQL Binding code over from sql-database-projects ( #18674 )
...
* add sql binding prompt / logic
* remove controller and move to extension
* remove unused dependencies
2022-03-09 01:02:37 -08:00
Vasu Bhog
c9aa3e9f4b
Boilerplate for SQL Bindings Extension ( #18624 )
...
* boilerplate for sql bindings extension
* edit gulpfile task as it was trying to find specific menus within package.json
2022-03-04 15:16:45 -08:00