Anthony Dresser
|
ab6fb810f8
|
move update model for notebook save to the input (#8995)
|
2020-02-19 22:01:07 -08:00 |
|
Charles Gagnon
|
7eef23f232
|
Fix refreshing nodes in Azure view (#9215)
* Fix refreshing nodes in Azure view
* refactor
* Remove refreshNode from shim
* Add missing await
|
2020-02-19 16:55:17 -08:00 |
|
Anthony Dresser
|
1d0f76d26a
|
Setup files for workbench/services to be strict compiled (#9168)
* setup services to be strict compiled. fix some of the issues
* fix compile
* fix compile
* revert some undefined changes
|
2020-02-19 16:07:57 -08:00 |
|
Anthony Dresser
|
cec7753e3d
|
Final layering (#9164)
* move handling generated files to the serilization classes
* remove unneeded methods
* add more folders to strictire compile, add more strict compile options
* update ci
* wip
* add more layering and fix issues
* add more strictness
* remove unnecessary assertion
* add missing checks
* fix indentation
* wip
* remove jsdoc
* fix layering
* fix compile
* fix compile errors
* wip
* wip
* finish layering
* fix css
* more layering
* rip
* reworking results serializer
* move some files around
* move capabilities to platform wip
* implement capabilities register provider
* fix capabilities service
* fix usage of the regist4ry
* add contribution
* wip
* wip
* wip
* remove no longer good parts
* fix strict-nulls
* fix issues with startup
* another try
* fix startup
* fix imports
* fix tests
* fix tests
* fix more tests
* fix tests
* fix more tests
* fix broken test
* fix tabbing
* fix naming
* wip
* finished layering
* fix imports
* fix valid layers
* fix layers
* wip
* finish layering
* final layering
* finish layering
* fix spacing
|
2020-02-19 14:43:16 -08:00 |
|
Karl Burtram
|
161ea001c0
|
Update changelog for Feb Hotfix 1 release (#9195)
|
2020-02-19 13:16:53 -08:00 |
|
Charles Gagnon
|
f2ffa6c7e5
|
Initial post-release extension vBump (#9144)
|
2020-02-19 07:56:15 -08:00 |
|
Anthony Dresser
|
5194ee2f9b
|
distro
|
2020-02-19 03:55:41 +00:00 |
|
ADS Merger
|
1e308639e5
|
Merge from vscode 9bc92b48d945144abb405b9e8df05e18accb9148
|
2020-02-19 03:11:35 +00:00 |
|
Anthony Dresser
|
98584d32a7
|
distro (#9198)
|
2020-02-18 17:16:58 -08:00 |
|
Jeff Trimmer
|
5672500af2
|
Add Always Encrypted enclave connection parameters to the ADS UI (#9062)
* Add Always Encrypted enclave connection parameters to Advanced Connections Options dialog.
* Update always encrypted advanced connection options strings.
* Change enclave protocol category name properties to the Enum constants.
|
2020-02-18 15:32:49 -08:00 |
|
Arvind Ranasaria
|
d69cda80c3
|
wipe status message only when not installing (#9192)
|
2020-02-18 15:16:54 -08:00 |
|
Anthony Dresser
|
47e716d3b2
|
warn instead of error on disabled apis (#9193)
|
2020-02-18 14:09:16 -08:00 |
|
Charles Gagnon
|
6bd3ed72dd
|
Display azure resource fetch errors as warnings (#9158)
|
2020-02-18 10:48:39 -08:00 |
|
Charles Gagnon
|
48c3702c7a
|
Add null ref check for click handler (#9190)
|
2020-02-18 10:18:02 -08:00 |
|
Anthony Dresser
|
506c6a5e5f
|
More Layering (#9139)
* move handling generated files to the serilization classes
* remove unneeded methods
* add more folders to strictire compile, add more strict compile options
* update ci
* wip
* add more layering and fix issues
* add more strictness
* remove unnecessary assertion
* add missing checks
* fix indentation
* wip
* remove jsdoc
* fix layering
* fix compile
* fix compile errors
* wip
* wip
* finish layering
* fix css
* more layering
* rip
* reworking results serializer
* move some files around
* move capabilities to platform wip
* implement capabilities register provider
* fix capabilities service
* fix usage of the regist4ry
* add contribution
* wip
* wip
* wip
* remove no longer good parts
* fix strict-nulls
* fix issues with startup
* another try
* fix startup
* fix imports
* fix tests
* fix tests
* fix more tests
* fix tests
* fix more tests
* fix broken test
* fix tabbing
* fix naming
* wip
* finished layering
* fix imports
* fix valid layers
* fix layers
|
2020-02-15 01:54:23 -06:00 |
|
Anthony Dresser
|
873c6a39fe
|
Merge from vscode 1a81711a85e38ccf784110568ebf3784ab9094a5 (#9161)
* Merge from vscode 1a81711a85e38ccf784110568ebf3784ab9094a5
* small spacing fix
|
2020-02-15 00:43:09 -06:00 |
|
Anthony Dresser
|
74b89a0a85
|
No console linting (#9156)
* add no-console linting and change to just using overrides for sql files
* whitespace
* fix tests
|
2020-02-14 21:13:16 -06:00 |
|
Alex Ma
|
6b0332b2d1
|
call refreshDatasets upon loading new dataset (#9160)
* call refreshDatasets upon loading new dataset
* readded space
|
2020-02-14 18:25:52 -08:00 |
|
Charles Gagnon
|
2d70ff7f4e
|
Improve azure resource API error handling (#9151)
* Improve azure resource API error handling
* Add ref path
* Add missed typings file and remove module references
|
2020-02-14 14:22:05 -08:00 |
|
Cory Rivera
|
dd5c0ce08f
|
Maintain notebook trust status after saving. (#9127)
|
2020-02-14 10:07:02 -08:00 |
|
Anthony Dresser
|
71375808b9
|
Merge from vscode 4c9161a3f125f5a788aafa73a4ecfcb27dcfc319 (#9143)
* Merge from vscode 4c9161a3f125f5a788aafa73a4ecfcb27dcfc319
* minor spacing fix
|
2020-02-13 21:20:36 -06:00 |
|
Arvind Ranasaria
|
0c56d44e4f
|
Add support for 4 part version numbers (#8925)
* first crack at fix
* after test complete
* pr feedback + tests
* fix whitespace
* PR fedback
|
2020-02-13 16:59:22 -08:00 |
|
Charles Gagnon
|
321b41b7e1
|
Bump version to 1.16.0 (#9135)
* Bump version to 1.16.0
* Update version
|
2020-02-13 16:53:20 -08:00 |
|
Chris LaFreniere
|
2503b18d4b
|
Fix for manage access dialog focus (#9114)
* Fix for manage access dialog focus
* Leverage eventuallyRunOnInitialized
|
2020-02-13 16:40:23 -08:00 |
|
Charles Gagnon
|
bbf6fcb0fc
|
Fix min/max ignoring 0 value (#9137)
|
2020-02-13 11:53:06 -08:00 |
|
Maddy
|
6e5b13ac8f
|
Tests/book tests (#9075)
* Conditionally add associatedResource t untitled nb
* Fix Jupyter Book notebook titles (#9039)
* Fix notebook titles
* Fix navigation links for books
* Added comments
Co-authored-by: Chris LaFreniere <40371649+chlafreniere@users.noreply.github.com>
* PR comment nit
* fix book tests
* tslint formatting fixes
* merged master and undid formatting
* added book path to error message
Co-authored-by: Chris LaFreniere <40371649+chlafreniere@users.noreply.github.com>
Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>
|
2020-02-13 11:35:04 -08:00 |
|
Cory Rivera
|
30c8182f16
|
Print jupyter URL without encoded characters in notebook start message. (#9131)
|
2020-02-13 11:19:34 -08:00 |
|
Chris LaFreniere
|
f10a504f45
|
Notebooks: Listen for Enter on Add Package Tab (#9124)
* Pressing enter searches for package
* cleanup
|
2020-02-13 11:14:51 -08:00 |
|
Charles Gagnon
|
844bf04c42
|
Update CHANGELOG and README for 1.15 release (#9133)
* Update CHANGELOG and README for 1.15 release
* Correct link
|
2020-02-13 09:07:47 -08:00 |
|
Anthony Dresser
|
17bb895f7c
|
fix tests
|
2020-02-13 03:15:18 +00:00 |
|
Anthony Dresser
|
e257612e82
|
fix tests
|
2020-02-13 03:15:08 +00:00 |
|
Anthony Dresser
|
3d8ed48bee
|
distro
|
2020-02-13 03:14:18 +00:00 |
|
ADS Merger
|
73ea8b79b2
|
Merge from vscode 1fbacccbc900bb59ba8a8f26a4128d48a1c97842
|
2020-02-13 02:56:02 +00:00 |
|
Anthony Dresser
|
9af1f3b0eb
|
More layering (#9111)
* move handling generated files to the serilization classes
* remove unneeded methods
* add more folders to strictire compile, add more strict compile options
* update ci
* wip
* add more layering and fix issues
* add more strictness
* remove unnecessary assertion
* add missing checks
* fix indentation
* wip
* remove jsdoc
* fix layering
* fix compile
* fix compile errors
* wip
* wip
* finish layering
* fix css
* more layering
* rip
* reworking results serializer
* move some files around
* move capabilities to platform wip
* implement capabilities register provider
* fix capabilities service
* fix usage of the regist4ry
* add contribution
* remove no longer good parts
* fix issues with startup
* another try
* fix startup
* fix imports
* fix tests
* fix tests
* fix more tests
* fix tests
* fix more tests
* fix broken test
* fix tabbing
* fix naming
|
2020-02-12 18:24:08 -06:00 |
|
Anthony Dresser
|
fa3eaa59f5
|
disable ci browser tests
|
2020-02-11 09:12:15 +00:00 |
|
Anthony Dresser
|
fcec5f2b59
|
disable browser tests for now
|
2020-02-11 08:32:36 +00:00 |
|
Anthony Dresser
|
92fa296533
|
distro
|
2020-02-11 07:19:25 +00:00 |
|
ADS Merger
|
085752f111
|
Merge from vscode 8a997f7321ae6612fc0e6eb3eac4f358a6233bfb
|
2020-02-11 07:08:19 +00:00 |
|
Anthony Dresser
|
0f934081e1
|
More layering and strictness (#9004)
* move handling generated files to the serilization classes
* remove unneeded methods
* add more folders to strictire compile, add more strict compile options
* update ci
* wip
* add more layering and fix issues
* add more strictness
* remove unnecessary assertion
* add missing checks
* fix indentation
* wip
* remove jsdoc
* fix layering
* fix compile
* fix compile errors
* wip
* wip
* finish layering
* fix css
* more layering
* remove no longer good parts
* fix issues with startup
* another try
* fix startup
|
2020-02-11 00:47:17 -06:00 |
|
Cory Rivera
|
3a8b74a311
|
Set notebook as trusted after executing a cell. (#9108)
* Also set trusted by default when opening a notebook without any code cells.
|
2020-02-10 17:03:57 -08:00 |
|
Kim Santiago
|
45341d786b
|
Move dacpac and schema compare localized strings (#9107)
* move localized strings
* move schema compare localized strings
|
2020-02-10 13:30:52 -08:00 |
|
Charles Gagnon
|
eac05c85f1
|
Make connectionProfileGroup support undefined values (#9102)
* Make connectionProfileGroup able to support undefined values being passed
* Fix strict null checks
* More strict null check fixes
|
2020-02-10 13:03:57 -08:00 |
|
Anthony Dresser
|
c11c7d2f0e
|
Merge branch 'ads-master-vscode-2020-02-08T04-50-56'
|
2020-02-10 20:41:19 +00:00 |
|
Leila Lali
|
ac6a27b9c2
|
Machine Learning Services Extension - External Languages (#9043)
* Added external language list, edit and delete UIs to Machine Learning extension
|
2020-02-10 08:58:46 -08:00 |
|
Anthony Dresser
|
5d81d70a9a
|
distro
|
2020-02-08 06:24:28 +00:00 |
|
Anthony Dresser
|
68061de010
|
distro
|
2020-02-08 05:01:14 +00:00 |
|
ADS Merger
|
2af13c18d2
|
Merge from vscode 718331d6f3ebd1b571530ab499edb266ddd493d5
|
2020-02-08 04:50:58 +00:00 |
|
Alan Ren
|
8c61538a27
|
fix charting issue (#9094)
* fix charting issue
* fix charting issue 2
* revert version bump
|
2020-02-07 17:42:58 -08:00 |
|
Anthony Dresser
|
1a2381cc7c
|
Disable unnecessary parts in testing (#8996)
* disable unnecessary parts in testing
* fix options for extension unit tests
|
2020-02-07 18:59:04 -06:00 |
|
Amir Omidi
|
5283a7c874
|
Remove unused nls line (#9098)
|
2020-02-07 16:53:28 -08:00 |
|