Benjin Dubishar
51f84eec53
Organizing code to be easier to follow ( #24332 )
...
* Organizing code to be easier to follow
* Adding back trampled readme changes
2023-09-07 16:12:51 -07:00
Benjin Dubishar
af00e942db
Adding additional info to sample readme, updating product strings ( #24290 )
2023-09-07 08:49:08 -07:00
dependabot[bot]
49d463b106
Bump semver from 5.7.1 to 5.7.2 in /samples/sqlservices ( #23794 )
...
Bumps [semver](https://github.com/npm/node-semver ) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases )
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md )
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2 )
---
updated-dependencies:
- dependency-name: semver
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-15 12:08:16 -07:00
Alan Ren
15d26b7f9a
fix the sqlservices sample extension ( #22893 )
2023-04-28 14:45:20 -07:00
Cheena Malhotra
219bdabfb2
Upgrade xml2js to v0.5.0 + migration to @vscode/vsce + migration to @azure/storage-blob ( #22664 )
2023-04-11 15:13:43 -07:00
Aasim Khan
1117a72ade
Updating decode URI lib ( #21349 )
2022-12-01 22:13:45 -08:00
Karl Burtram
8a3d08f0de
Merge vscode 1.67 ( #20883 )
...
* Fix initial build breaks from 1.67 merge (#2514 )
* Update yarn lock files
* Update build scripts
* Fix tsconfig
* Build breaks
* WIP
* Update yarn lock files
* Misc breaks
* Updates to package.json
* Breaks
* Update yarn
* Fix breaks
* Breaks
* Build breaks
* Breaks
* Breaks
* Breaks
* Breaks
* Breaks
* Missing file
* Breaks
* Breaks
* Breaks
* Breaks
* Breaks
* Fix several runtime breaks (#2515 )
* Missing files
* Runtime breaks
* Fix proxy ordering issue
* Remove commented code
* Fix breaks with opening query editor
* Fix post merge break
* Updates related to setup build and other breaks (#2516 )
* Fix bundle build issues
* Update distro
* Fix distro merge and update build JS files
* Disable pipeline steps
* Remove stats call
* Update license name
* Make new RPM dependencies a warning
* Fix extension manager version checks
* Update JS file
* Fix a few runtime breaks
* Fixes
* Fix runtime issues
* Fix build breaks
* Update notebook tests (part 1)
* Fix broken tests
* Linting errors
* Fix hygiene
* Disable lint rules
* Bump distro
* Turn off smoke tests
* Disable integration tests
* Remove failing "activate" test
* Remove failed test assertion
* Disable other broken test
* Disable query history tests
* Disable extension unit tests
* Disable failing tasks
2022-10-19 19:13:18 -07:00
dependabot[bot]
42ad364eea
Bump copy-props from 2.0.4 to 2.0.5 in /samples/sqlservices ( #19837 )
...
Bumps [copy-props](https://github.com/gulpjs/copy-props ) from 2.0.4 to 2.0.5.
- [Release notes](https://github.com/gulpjs/copy-props/releases )
- [Changelog](https://github.com/gulpjs/copy-props/blob/master/CHANGELOG.md )
- [Commits](https://github.com/gulpjs/copy-props/compare/2.0.4...2.0.5 )
---
updated-dependencies:
- dependency-name: copy-props
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-27 18:02:39 -07:00
Charles Gagnon
9b3d65b1d4
Bump url-parse ( #18535 )
2022-02-23 07:22:26 -08:00
dependabot[bot]
f0ebc6ed60
Bump url-parse from 1.5.2 to 1.5.6 in /samples/sqlservices ( #18473 )
...
Bumps [url-parse](https://github.com/unshiftio/url-parse ) from 1.5.2 to 1.5.6.
- [Release notes](https://github.com/unshiftio/url-parse/releases )
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.2...1.5.6 )
---
updated-dependencies:
- dependency-name: url-parse
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-17 22:29:25 -08:00
Alan Ren
156f8f1d5f
only show new query when query is supported ( #17346 )
...
* only show new query when query is supported
* test case fix and pr comments
* rename context key
2021-10-13 13:01:31 -07:00
dependabot[bot]
149ddacae4
Bump url-parse from 1.5.0 to 1.5.2 in /samples/sqlservices ( #17274 )
...
Bumps [url-parse](https://github.com/unshiftio/url-parse ) from 1.5.0 to 1.5.2.
- [Release notes](https://github.com/unshiftio/url-parse/releases )
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.0...1.5.2 )
---
updated-dependencies:
- dependency-name: url-parse
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-05 16:55:31 -07:00
Alan Ren
d8980ea711
custom home tab sample ( #16965 )
...
* add sample for custom home tab
* revert unexpected changes
2021-09-01 16:45:08 -07:00
Alan Ren
ab1112bfb3
fix refresh node and add sample ( #16888 )
2021-08-25 14:52:45 -07:00
Alan Ren
712a1b3a65
allow extension to provide custom icons to data explorer tree ( #16868 )
...
* expose icon path to extension for OE node
* remove node type
* pr comments
2021-08-24 17:52:19 -07:00
Alan Ren
1490e75302
Update connectionProvider.ts ( #16849 )
2021-08-20 15:45:25 -07:00
Alan Ren
49e057f7ef
rename folder ( #16848 )
2021-08-20 15:35:00 -07:00
Alan Ren
1d7accadbf
sample code to implement providers ( #15929 )
...
* sample code to implement providers
* context menu
* comments
* more comments
* move comments to README
2021-08-20 14:19:50 -07:00
dependabot[bot]
9850682172
Bump path-parse from 1.0.6 to 1.0.7 in /samples/sqlservices ( #16699 )
...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse ) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases )
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7 )
---
updated-dependencies:
- dependency-name: path-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-11 09:23:40 -07:00
nasc17
b472539646
Switch withProperties to be withProps ( #16380 )
...
* Transition to withProps in arc
* Transition to withProps inputbox
* Transition to withProps in checkbox
* Transition to withProps text
* Transition to withProps in declarative table
* Transition to withProps hyperlink
* Transition to withProps in button
* Transition to withProps radiobutton
* Transition to withProps in input
* Transition to withProps button
* Transition to withProps in text
* Transition to withProps image
* Transition to withProps declare table
* Transition to withProps in table
* Transition to withProps radio button
* Transition to withProps in image
* Transition to withProps radio button
* Transition to withProps in commit
* Transition to withProps div cont
* Transition to withProps in comp
* Transition to withProps radio card
* Transition to withProps in comp icon
* Transition to withProps card
* Transition to withProps list
2021-07-21 11:12:47 -07:00
Charles Gagnon
3a3d7f5271
withProperties -> withProps ( #15876 )
...
* withProperties -> withProps
* Fix errors
* remove ,
* fixes
* Update azdata-test
* Fix dacpac tests
* Add required and remove added layout
2021-06-23 14:26:14 -07:00
Alan Ren
4a1537aac7
add margin for checkbox in modelview tree ( #15522 )
2021-05-19 15:50:37 -07:00
Alan Ren
04ede021f3
use local azdata.d.ts for sqlservices ( #15520 )
...
* use local azdata.d.ts
* remove unused task
2021-05-19 13:40:35 -07:00
dependabot[bot]
b612218b02
Bump lodash from 4.17.19 to 4.17.21 in /samples/sqlservices ( #15370 )
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.19 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.19...4.17.21 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-12 13:27:11 -07:00
dependabot[bot]
27c206a25b
Bump url-parse from 1.4.7 to 1.5.0 in /samples/sqlservices ( #15367 )
...
Bumps [url-parse](https://github.com/unshiftio/url-parse ) from 1.4.7 to 1.5.0.
- [Release notes](https://github.com/unshiftio/url-parse/releases )
- [Commits](https://github.com/unshiftio/url-parse/compare/1.4.7...1.5.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-11 09:45:12 -07:00
dependabot[bot]
95efa2b788
Bump hosted-git-info from 2.8.8 to 2.8.9 in /samples/sqlservices ( #15390 )
...
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info ) from 2.8.8 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases )
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md )
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-11 09:33:25 -07:00
Aasim Khan
c150f79eb4
Updating handle bars to 4.7.7 to fix a component governance issue ( #15246 )
2021-04-27 01:34:37 -07:00
dependabot[bot]
d3f9277139
Bump y18n from 3.2.1 to 3.2.2 in /samples/sqlservices ( #14911 )
...
Bumps [y18n](https://github.com/yargs/y18n ) from 3.2.1 to 3.2.2.
- [Release notes](https://github.com/yargs/y18n/releases )
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md )
- [Commits](https://github.com/yargs/y18n/commits )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-30 14:51:09 -07:00
Alexander Ivanov
ccde5123fa
Improve tree control sample. ( #14549 )
...
While working on the tree control for our extension, I noticed that the sample implementation was not optimal. For instance, `vscode.TreeDataProvider.onDidChangeTreeData` should only be called once for the top-most node that has changed, as all children will be refreshed as well.
This change updates the code of the sample to track state changes during propagation and only raise the event for the top-most parent node that has its state changing.
There also was an issue with root node `1` not rendering, which impacted the new algorithm, as it was not refreshing the tree, when invisible root was changing. In order to address this, I updated `getChildren` to actually return the `1` node, when root was requested. This in turn changed the presentation (`1` is now rendered in the tree) and addressed the problem with tree not refreshing when `1` is the node that raises the event.
Lastly, there is one more optimization that I didn't make due to the bug that is in the works: `getTreeItem` can actually return the `element` directly, without the copy, as it already implements `TreeComponentItem`. The problem currently is that `TreeNode` also defines an `id`, which causes an error during refresh. Once that is addressed - this part can be optimized as well.
2021-03-04 11:38:30 -08:00
Alan Ren
09cce42233
fix tree component and update sqlservices ( #13968 )
2021-01-14 16:26:30 -08:00
Alan Ren
ab6d11596e
remove update style ( #13886 )
...
* remove update style
* sample composite button
2021-01-05 13:28:31 -08:00
Alan Ren
ae6494f3e4
table component improvement ( #13801 )
...
* hyperlink column
* fixed width for image only button - old behavior
2020-12-14 20:28:43 -08:00
dependabot[bot]
15b3d80e52
Bump ini from 1.3.5 to 1.3.7 in /samples/sqlservices ( #13776 )
...
Bumps [ini](https://github.com/isaacs/ini ) from 1.3.5 to 1.3.7.
- [Release notes](https://github.com/isaacs/ini/releases )
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.7 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-11 16:06:50 -08:00
Alan Ren
0c82024cf3
add ability to control the enabled state of checkbox cells ( #13644 )
...
* control enabled state of checkbox cells
* add more check
2020-12-04 11:00:09 -08:00
Aditya Bist
6b2c409cff
Feature: Tasks (core) ( #12184 )
...
* initial
* string sanitize
* hygiene
* build task
* added build task
* hygiene
* initial tasks view
* finished tasks
* add sql carbon tags and undo changes
* remove task message
* fix tasks tests
* removed extension stuff
* add problem matcher
* remove extra space
* undo extension changes
* add problem matcher to mssql
2020-11-04 13:07:20 -08:00
dependabot[bot]
f1a13fae39
Bump lodash from 4.17.15 to 4.17.19 in /samples/sqlservices ( #11401 )
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-17 08:43:53 -07:00
Charles Gagnon
4296a05d4f
update branch references ( #10964 )
2020-06-17 12:34:38 -07:00
Alan Ren
23f1a08aa0
add ability to dynamically update tabs ( #9911 )
...
* add dashboard and tabbedPanel samples
* add updateTabs to tabbedPanel component
* add updateTabs to tabbedPanel component
2020-04-09 12:02:00 -07:00
Alan Ren
db49a146b0
add dashboard and tabbedPanel samples ( #9894 )
...
* add dashboard and tabbedPanel samples
* comments
2020-04-08 15:35:29 -07:00
Alan Ren
fd314ec030
convert the sql services extension to use yarn ( #9891 )
...
* convert the sql services extensions to use yarn
* update
2020-04-07 15:59:31 -07:00
dependabot[bot]
9c876f869a
Bump acorn from 5.7.3 to 5.7.4 in /samples/sqlservices ( #9865 )
...
Bumps [acorn](https://github.com/acornjs/acorn ) from 5.7.3 to 5.7.4.
- [Release notes](https://github.com/acornjs/acorn/releases )
- [Commits](https://github.com/acornjs/acorn/compare/5.7.3...5.7.4 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-04-06 19:38:19 -07:00
Alan Ren
c5d3251bb5
remove sql ops ( #8805 )
2020-01-06 15:37:09 -08:00
Anthony Dresser
134b0b32c6
bump handlebars in extensions ( #8411 )
2019-11-20 13:08:59 -08:00
Anthony Dresser
3769b5066f
bump packages ( #8355 )
2019-11-15 13:45:23 -08:00
Anthony Dresser
1d31a6ef98
Bump some packages ( #8096 )
...
* update packages
* remove fs
* fix more deps
* test adding governance to ci
* ignore samples for cacheing
* fix save cache too
* bump more packages
* attempt to fix slickgrid
* add more deps
* use slickgrid version
* bump https-proxy
* bump more packages.
* fix service-downloader
* remove typings
* fix compile
* update more packages
* add vscode back to the extensions that need it for testing
* add fail on critical
* regrab proxy agent
* lock more deps
* replace final high warning
* revert service downloader changes
* remove the deps on jquery ui and event drag
2019-11-01 12:55:58 -07:00
Charles Gagnon
79e2c56ec8
.Add types for ModelView CSS properties ( #7465 )
2019-10-02 11:21:18 -07:00
Alan Ren
9e1f04e476
Enforce vscode and ads version check when installing extensions ( #4267 )
...
* engine check when install extension
* gallery install/update and vsix install
* FIX COMMENTS
* Fix the detail not loading issue when version is invalid
* add more comments and adress PR comments
* add install telemetry for install from vsix scenario
* correct the name of the version property for telemetry
2019-03-07 13:04:50 -08:00
Kevin Cunnane
109aafcbc0
Update vscode-nls in notebook and samples, plus fix samples compilation ( #4203 )
...
- Upate vscode-nls to 4.0.0 in notebook extension. Should be fix for Insiders build failure due to localization package failing
- Updated samples to remove as vscode-nls if not needed, or update if still needed
- Updated samples using `npm audit fix`
- Fixed compile errors in all the samples
2019-02-26 12:45:45 -08:00
Alan Ren
1cc6a108a7
Deprecate the modelviewdialog namespace ( #4075 )
...
* Deprecate the modelviewdialog namespace
* use @deprecated tag
2019-02-19 09:43:37 -08:00
Kevin Cunnane
a599cb436a
Run upgrade on npm and yarn packages to update lodash to 4.1.7.11 ( #3983 )
...
- This is a recommended update, let me know if you have concerns
- Updated all samples and Azure Data Studio specific extensions with lodash dependency
2019-02-08 11:44:08 -08:00