Граф коммитов

270 Коммитов

Автор SHA1 Сообщение Дата
Cheena Malhotra 2cb5697295
Upgrade test-electron and node version (#17857)
* Upgrade test-electron and node version

* Update to 18
2024-01-03 21:23:29 -08:00
dependabot[bot] 52769a04a6
Bump axios from 0.27.2 to 1.6.0 (#17847)
Bumps [axios](https://github.com/axios/axios) from 0.27.2 to 1.6.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.27.2...v1.6.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-12 17:23:33 -08:00
Cheena Malhotra 9ce8e9cf41
Update to Node 18 (#17845) 2023-11-07 17:05:47 -08:00
Kim Santiago 6e6e77f001
Revert "Bump @angular/core from 2.1.2 to 10.2.5 (#17825)" (#17839)
This reverts commit 3bd72ef0af.
2023-11-03 08:26:48 -10:00
erpett 596acbcbf1
bumping version to 1.23 post release branch split (#17833) 2023-10-30 13:23:39 -07:00
Cheena Malhotra 68dbcda9ac
Remove HttpClient and Proxy agent options completely (#17828)
* change to axios call

* fix lint error

* fix linter

* Remove Http Proxy agent options completely

---------

Co-authored-by: Christopher Suh <chris.s.suh@gmail.com>
2023-10-24 21:59:51 -07:00
dependabot[bot] 3bd72ef0af
Bump @angular/core from 2.1.2 to 10.2.5 (#17825)
* Bump @angular/core from 2.1.2 to 10.2.5

Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 2.1.2 to 10.2.5.
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/10.2.5/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/10.2.5/packages/core)

---
updated-dependencies:
- dependency-name: "@angular/core"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update all angular packages

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cheena Malhotra <cmalhotra@microsoft.com>
2023-10-23 18:35:33 -07:00
Alan Ren 0c0a1e6ed9
update the slickgrid version (#17826) 2023-10-18 14:25:25 -07:00
Cheena Malhotra a7b505aba8
Clear token cache + remove config filter (#17808) 2023-09-18 10:15:47 -07:00
erpett 72a0fff46c
Updating post release branch split (#17796) 2023-09-11 10:55:02 -07:00
Cheena Malhotra 80e573d14c
Fix encryption mode in status bar (#17787) 2023-09-08 14:20:47 -07:00
Cheena Malhotra f355dccd40
Support clearing pooled connections + enable pooling by default (#17786)
* Support clearing pooled connections + enable pooling by default

* eof newline
2023-09-08 11:44:52 -07:00
Cheena Malhotra a97247c3e1
Support maxCharsToStore (#17785) 2023-09-08 11:44:09 -07:00
Charles Gagnon 43c651e384
Update iKey (#17756) 2023-07-27 14:37:32 -07:00
Christopher Suh 92e3f45b7d
Remove all ADAL code (#17749)
* initial commit, remove all ADAL code

* removed more adal/authlibrary references
2023-07-19 16:50:54 -07:00
erpett 04e93ef809
Version bump main post release branch split (#17736) 2023-07-10 11:13:12 -07:00
Cheena Malhotra d4b94cb543
Support enabling connection pooling (on demand) + update STS (#17733) 2023-07-07 14:52:20 -07:00
Aasim Khan ed7e71c498
Adding telemetry to extension. (#17711)
* init

* Adding api for sending telemetry through components

* Adding connection events

* Adding telemetry for object explorer expansion

* fix compile error

* fixing lint

* Update src/controllers/connectionManager.ts

Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>

* Updating package json

* Update src/objectExplorer/objectExplorerService.ts

Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>

* More fixes

* Update src/objectExplorer/objectExplorerService.ts

Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>

* Updating ts and fixing some more events

* Removing has error from query completed

* Adding error event

* Adding error messaged

* Fixing linting errors

* Fixing ads-adal-lib compilation

* updating ts version and fixing compilation

* rolling back vscode typing

* Fixing lib version

* Update ads-extension-telemetry (#17715)

* Update ads-extension-telemetry

* fixes

* Fixing typings

* Update src/views/htmlcontent/src/js/components/app.component.ts

Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>

* moving enum to different file

* Fixing stuff

* Fixing connection events

* fixing extension name

* Update src/controllers/connectionManager.ts

Co-authored-by: Cheena Malhotra <13396919+cheenamalhotra@users.noreply.github.com>

* Fixing typo

---------

Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>
Co-authored-by: Cheena Malhotra <13396919+cheenamalhotra@users.noreply.github.com>
2023-06-02 14:48:30 -07:00
Alan Ren 493762a15e
fix incorrect column name issue (#17695) 2023-05-18 07:53:37 -07:00
erpett f9a5bf088b
updating version number post release branch split (#17679) 2023-05-08 11:17:45 -07:00
Christopher Suh 38909d1d87
Show message indicating that ADAL is being deprecated (#17642)
* wip

* fix localized constants message

* fix constants

* add deprecation message
2023-03-24 15:44:40 -07:00
Cheena Malhotra cdf628a96f
Update msal-node and bring latest httpClient changes (#17605) 2023-03-20 13:46:13 -07:00
Christopher Suh 4e527ca652
bump plist package (#17626) 2023-03-15 16:01:27 -07:00
Charles Gagnon 76bf831b45
Remove gulp-json-editor (#17584)
* Remove gulp-json-editor

* Fix config path
2023-03-07 14:06:27 -08:00
Cheena Malhotra 41256a1d03
Resolve with higher version of 'lru-cache' (#17579) 2023-03-07 09:08:56 -08:00
erpett bb64142feb
bumping version to 1.19 since we have split off the 1.18 release branch (#17577) 2023-03-06 12:02:44 -08:00
Cheena Malhotra 1b2dd2c7fa
Update @microsoft/ads-adal-library to v1.0.17 (#17569) 2023-03-02 21:02:59 -08:00
Cheena Malhotra 99b91117c3
MSAL Authentication support + code cleanup (#17562) 2023-03-02 17:53:36 -08:00
Aasim Khan 8e8a80109d
Adding button for group by schema (#17566) 2023-03-02 11:37:20 -08:00
Cheena Malhotra c323c5e65e
Improve Logger + add support for PII Logging (#17549) 2023-02-22 09:33:24 -08:00
Aasim Khan 7f1423e9b4
Adding OE timeout setting (#17548) 2023-02-21 12:01:25 -08:00
Aasim Khan bcdec95951
Adding Group by schema to OE (#17543)
* Adding group by schema

* Adding group by schema

* Adding strings

* removing local config

* Fixing formatting

* Adding enable and disable group by schema menu item

* Fixing node refresh logic

* Fixing lint

* changing default

* Adding error message

* Fixing stuff

* Fixing error message

* fixing error message

* Update localization/xliff/enu/constants/localizedConstants.enu.xlf

Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>

* Pushing new sts version

---------

Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>
2023-02-21 10:08:15 -08:00
Cheena Malhotra dd3c5096e1
Introduce 'Command timeout' connection property support (#17525) 2023-01-26 13:50:03 -08:00
erpett 855f4185b2
version bumping now that the release branch is split (#17516) 2023-01-18 10:55:30 -08:00
Cheena Malhotra 25283b481e
Enable Encryption by default + introduce HostNameInCertificate (#17484) 2022-12-19 17:09:46 -08:00
Cheena Malhotra ae8c55506c
Adal library version bump (#17489) 2022-11-29 10:45:53 -08:00
Alan Ren f0a77e16f7
fix accessibility issues with query grid (#17479)
* fix accessibility issues

* fix selection and set active grid

* fix linting error
2022-11-18 14:29:08 -08:00
Lewis Sanchez 55712eeadf
Bumps @xmldom/xmldom package version from 0.8.3 to 0.8.4 (#17469) 2022-11-01 13:55:56 -07:00
dependabot[bot] 22be065453
Bump @xmldom/xmldom from 0.8.2 to 0.8.3 (#17457)
Bumps [@xmldom/xmldom](https://github.com/xmldom/xmldom) from 0.8.2 to 0.8.3.
- [Release notes](https://github.com/xmldom/xmldom/releases)
- [Changelog](https://github.com/xmldom/xmldom/blob/master/CHANGELOG.md)
- [Commits](https://github.com/xmldom/xmldom/compare/0.8.2...0.8.3)

---
updated-dependencies:
- dependency-name: "@xmldom/xmldom"
  dependency-type: direct:development
...

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>
2022-10-17 13:54:30 -07:00
Lewis Sanchez e62b224a1c
Includes ts files in coverage report (#17421)
* Includes ts files in coverage report

* Revert "Includes ts files in coverage report"

This reverts commit 92a146247d.

* Adds ts files to coverage report

* Removes commented out code

* Revert "Removes commented out code"

This reverts commit ac7668f51f.

* Revert "Adds ts files to coverage report"

This reverts commit bb189a2236.

* Adds ts files to coverage report using remapIstanbul

* Revert "Adds ts files to coverage report using remapIstanbul"

This reverts commit 0e8885048d.

* coverage-final.json contains typescript files

* Revert "coverage-final.json contains typescript files"

This reverts commit bcfa07e332.

* Adds separate step to remap coverage files to ts.

* Configures remapIstanbul to generate a coverage report with HTML

* update remap-istanbul

* cleanup

* cleanup

Co-authored-by: Hai Cao <hacao@microsoft.com>
2022-08-17 14:18:06 -07:00
erpett 2bfbb3a65d
version bump after release branch split (#17423) 2022-08-15 16:03:04 -07:00
Alex Ma 6e9b9682e1
Bump Vscode-Test to fix ext:test task (vscode download econnreset) (#17414)
* vBump for vscode-test (fix failure with download)

* update yarn

* changed download

* removed path.

* added higher vbump
2022-08-02 10:48:51 -07:00
Aasim Khan 5473fb38ff
Updating vsce (#17388)
* Updating vsce

* Removing vsce from package.json
2022-07-15 09:12:14 -07:00
Aasim Khan 2d90ae08c0
Changing to new lib for xmldom (#17389) 2022-07-14 16:14:46 -07:00
Charles Gagnon 349f3adcea
Fix service installer util tests (#17401)
* Fix service installer util tests

* lint
2022-07-13 16:50:19 -07:00
erpett 10cf73baf6
Vbumping since we have split for release. (#17355) 2022-06-08 16:46:28 -07:00
Charles Gagnon f9b94ee226
Bump ads-adal-library (#17331) 2022-05-05 14:01:49 -07:00
Lewis Sanchez e18b015c36
Updates ejs package version to 3.1.7 (#17326) 2022-04-27 16:14:25 -07:00
Leila Lali b66395cfcd
Adding extension APIs for managing Azure Resources (subscriptions, resource groups, locations and SQL server) (#17321) 2022-04-27 10:37:47 -07:00
erpett e3d79668b9
updating to 1.15.0 now that 1.14 has released (#17320) 2022-04-22 17:15:40 -07:00