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 |
|
Charles Gagnon
|
ec0a7a29d3
|
Remove quality checks for events (#8934)
* Remove quality checks for events
* Update iKey
* Add missed quality check
|
2020-02-07 14:43:03 -08:00 |
|
Alex Ma
|
aa22466c0f
|
Fix for revert on pressing escape. (#9090)
* added working revert
* set currentEditCellValue to undefined
* Some consolidation
|
2020-02-07 14:24:29 -08:00 |
|
Charles Gagnon
|
fe9ffddd3b
|
Fix loading and clickable div screen reader issues (#9088)
* Fix loading and clickable div screen reader issues
* Change back to default clickable to false
|
2020-02-07 13:27:29 -08:00 |
|
Charles Gagnon
|
39ac8498dc
|
Fix feature request links (#9089)
* Fix feature request links
* fwlink for send a smile link too
|
2020-02-07 13:03:49 -08:00 |
|
Chris LaFreniere
|
b4e30e17af
|
Remove unnecessary code to sql-vnext extension (#9027)
|
2020-02-06 17:37:46 -08:00 |
|
Maddy
|
32ac169906
|
Task/check file length (#9047)
* add filelength task to vscodeTasks
* added to package task instead of build
* testing for failures with reduced limits
* reverted to actual lengths
|
2020-02-06 16:45:10 -08:00 |
|
Amir Omidi
|
df3f1768f7
|
Show error to user (#9014)
* Show error to user
* Update the errors
* change message
|
2020-02-06 13:42:01 -08:00 |
|
Chris LaFreniere
|
343daf58fe
|
Notebooks: Fix Padding on Mac SelectContainers in Toolbar (#9021)
* fix css on mac
* change to monaco workbench mac
|
2020-02-05 16:06:55 -08:00 |
|
Chris LaFreniere
|
8e67b104c3
|
BDC: Add another command for bdc extension activation events (#9050)
* Add another command for bdc extension activation
* spaces
* Add other activation events
* spacing
|
2020-02-04 20:09:39 -08:00 |
|
Alex Ma
|
4b2121e3f8
|
removed unnecessary formatting in formatter (#9041)
|
2020-02-04 11:59:58 -08:00 |
|
Chris LaFreniere
|
10d817b6b4
|
Change ps kernel version to latest 4 updated flow (#9023)
|
2020-02-04 11:52:28 -08:00 |
|
Chris LaFreniere
|
2208666eef
|
Books: Ensure associatedResource is Present for Untitled Notebooks that have a File Associated with them (#9037)
* 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
Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>
|
2020-02-04 11:42:24 -08:00 |
|