Maddy
a05be3912e
add path.posix while reading relative paths ( #17326 )
...
* path.posix
* add test for nested folders scenario
* update message and remove the redundant check
2021-10-21 12:47:01 -07:00
Vasu Bhog
c368fcab25
Add Markdown Keybindings ( #17359 )
...
* add markdown keybindings
* remove add link keybinding
* move files
* fix layering
2021-10-15 11:40:19 -07:00
Alan Ren
5d56e6525b
fix a few lint warnings ( #17286 )
2021-10-06 14:12:49 -07:00
dependabot[bot]
b5b57a56c4
Bump url-parse from 1.5.1 to 1.5.3 in /extensions/notebook ( #17273 )
...
Bumps [url-parse](https://github.com/unshiftio/url-parse ) from 1.5.1 to 1.5.3.
- [Release notes](https://github.com/unshiftio/url-parse/releases )
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.1...1.5.3 )
---
updated-dependencies:
- dependency-name: url-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-10-06 09:07:23 -07:00
Cory Rivera
5a4d1599db
Improve Configure Python wizard experience for unfamiliar kernel names. ( #17272 )
2021-10-06 08:52:54 -07:00
Charles Gagnon
747b8e84a8
Add BDC spark connection logging ( #17277 )
...
* Add BDC spark connection logging
* fix test failures
2021-10-05 20:23:38 -07:00
Vasu Bhog
a0576456b6
Add Keybindings for some Markdown Toolbar Actions ( #17198 )
...
* Add Keybindings for some markdown toolbar
* add extension registry
* when in text cell stopPropagation to only trigger one command
2021-09-30 15:20:45 -07:00
Barbara Valdez
9a38578c54
Edit books using dnd fix ( #17141 )
...
* add hierarchyId to tree element
2021-09-29 19:33:36 -07:00
Cory Rivera
14904bb671
Split up NotebookProvider into separate providers for handling file serialization and cell execution. ( #17176 )
2021-09-29 16:15:28 -07:00
Aasim Khan
95e82d53e6
Adding lists support in text component ( #17065 )
...
* Adding lists support in text component
* Fixing get textType
* Code cleanup
* Combining values into value
2021-09-14 12:43:14 -07:00
Barbara Valdez
ce13d01efb
Book Editing: Support adding new sections to a book ( #17074 )
...
* add a new section command
2021-09-14 11:31:43 -07:00
Monica Gupta
ed9e0a6575
Change few default settings for adsweb ( #17029 )
...
* device auth,notebook default settings for adsweb
* Addressed comment
Co-authored-by: hhh <gfhg>
2021-09-13 10:23:07 -07:00
Barbara Valdez
08eee69bbc
only modify toc and move files if the target is a section or book ( #17054 )
2021-09-13 10:15:30 -07:00
Barbara Valdez
8161061d07
mark test as stable again ( #16949 )
2021-09-02 11:36:25 -07:00
Barbara Valdez
bb3ccb92a4
Edit book using drag and drop ( #16906 )
...
- Use the onDrop method for moving notebooks/sections in the Notebooks Tree View.
- Allow multi selection in tree view
- Modify notebook commands to only show when a single tree item is selected.
2021-09-02 11:07:03 -07:00
dependabot[bot]
d9e5d1cec5
Bump tar from 6.1.6 to 6.1.9 in /extensions/notebook ( #16959 )
...
Bumps [tar](https://github.com/npm/node-tar ) from 6.1.6 to 6.1.9.
- [Release notes](https://github.com/npm/node-tar/releases )
- [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md )
- [Commits](https://github.com/npm/node-tar/compare/v6.1.6...v6.1.9 )
---
updated-dependencies:
- dependency-name: tar
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-02 10:35:54 -07:00
Charles Gagnon
76e01fee60
Fix rest of notebook unhandled promises ( #16933 )
...
* Fix rest of notebook unhandled promises
* add rule
* fix some tests
2021-08-30 14:14:48 -07:00
Cory Rivera
3c8d952308
Add unit tests for Book AddFile dialog ( #16923 )
2021-08-30 11:45:11 -07:00
Charles Gagnon
7804c87c87
Fix some unhandled promise lint errors ( #16924 )
2021-08-30 09:08:28 -07:00
Charles Gagnon
e7a719ceb4
Fix extension linting warnings and enable extension linting in pipelines ( #16922 )
...
* Fix extension linting errors
* fix test
2021-08-27 15:13:01 -07:00
Charles Gagnon
9f9e562e77
Remove Notebook grammar ( #15992 )
2021-08-19 10:47:14 -07:00
Barbara Valdez
8aa0dffccf
Remove circular reference from book tree item ( #16579 )
...
* Enable drag and drop and multiple selection in Book Tree View
* replace children for hasChildren to remove circular reference
2021-08-18 10:37:54 -07:00
Barbara Valdez
95a08d2ce7
Mark test as unstable ( #16785 )
...
* mark test as unstable
* fix close book test
2021-08-16 21:02:26 -07:00
Barbara Valdez
b99be156ad
set book as untrusted before running test ( #16677 )
2021-08-10 15:16:02 -07:00
Karl Burtram
84d85ba43e
Bump tar in notebook extension ( #16573 )
...
* Bump tar in notebook extension
* Bump to latest tar
2021-08-04 17:00:24 -07:00
Barbara Valdez
30393a1f1b
Integrate drag and drop api ( #16500 )
...
* Initial implementation of drag and drop api (#122239 )
* Add drag and drop controller (#123542 )
* Tree data transfer dnd (#128666 )
* add drop method to sql files
Co-authored-by: Alex Ross <alros@microsoft.com >
2021-08-02 10:43:52 -07:00
Chris LaFreniere
dd4e87ed41
Mark unstable book test as unstable ( #16388 )
2021-07-21 15:18:36 -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
Aasim Khan
3ce6f9e78c
adding cpu count and ram to server info ( #16109 )
2021-07-20 09:56:52 -07:00
Barbara Valdez
6df69f525c
Add conditional operator before checking length ( #16180 )
...
* add optional op to sections
* remove check for undefined
2021-07-16 11:38:18 -07:00
Lucy Zhang
63d4cc0e80
don't show python upgrade prompt multiple times ( #16080 )
2021-07-15 06:50:46 -07:00
Barbara Valdez
f7fc145b0c
Set notebook path before moving. ( #16055 )
...
* set the original path when moving a single notebook
* save original file path before attempting to move in case of error_
)
2021-07-12 10:32:15 -07:00
Lucy Zhang
6c5d35eaae
Check kernel dependencies when a new session is started ( #16040 )
...
* check dependencies when a new session is started
* fix test
* fix issue when kernel spec is not found
2021-07-09 12:51:21 -07:00
Barbara Valdez
74cfac39d2
Fix book toc manager tests ( #16034 )
...
* fix book toc manager tests
* add js-yaml to notebooks package.json
2021-07-08 11:51:08 -07:00
Barbara Valdez
9a8c9041df
add create book entry point to the bookTreeView ( #15902 )
2021-07-07 14:17:30 -07:00
Vasu Bhog
14ce88023e
Add allow root setting for Ubuntu and Web Mode users ( #16027 )
...
* add allow root setting for Ubuntu and Web Mode users
2021-07-07 11:02:12 -07:00
Karl Burtram
31e9c21c06
Fix regressions in web build ( #15920 )
...
* Update build for web issues
* Fix remote\web package.json
* Remove extension activate test
* Add terminal entry point
* Bump distro
* Update docker files and pipelines
* Add linux task
* Update build pool
* Correct image name
* Update pipelines
* Fix indention
* Update sql-web-build.yml for Azure Pipelines
Add new build variable
* Update sql-web-build.yml for Azure Pipelines
Revert previous commit
* Disable sourcemaps upload
* Remove compile step
* Fix yaml typo
* Fix dependson error
* Update yaml
* Add notebook parameters
* Remove web from desktop builds
* Add web createDrop script
* Bump distro
* Change execution mode on createDrop script
* Code review feedback
* Update CI hygiene cache key
* Bump distro
* Fix merge conflicts
* Revert "Fix merge conflicts"
This reverts commit 06f7a58b6e0a065520b7686e8469e4e7682e157a.
* Bump distro to before smoke test update
2021-06-29 12:12:27 -07:00
Lucy Zhang
7ccbe61a1a
Remove old python installation after new Python is successfully downloaded ( #15931 )
...
* remove old python after new download
* remove catch
2021-06-29 08:55:41 -07:00
Lucy Zhang
ff1a642157
Add jupyter server shutdown timeout setting ( #15913 )
...
* add jupyter server shutdown timeout setting
* no timeout if setting is 0
* set minimum value to 0
2021-06-25 15:16:32 -07:00
Lucy Zhang
0d2710341a
increase jupyter server shutdown timeout ( #15899 )
2021-06-24 15:13:08 -07:00
Barbara Valdez
ae7e69381a
Resize open book icon ( #15828 )
...
* resize icon
* rename icon and remove icon from commands
2021-06-24 09:50:50 -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
Charles Gagnon
999acca745
Fix create book dialog smoke test ( #15848 )
2021-06-21 16:28:05 -07:00
Vasu Bhog
b8dbd3f0dc
do not prompt for notebook uri file ( #15809 )
2021-06-18 13:07:08 -07:00
Alan Ren
aeda95bb70
fix race condition in declarative table ( #15801 )
2021-06-18 11:40:19 -07:00
Charles Gagnon
3cb2f552a6
Merge from vscode a348d103d1256a06a2c9b3f9b406298a9fef6898 ( #15681 )
...
* Merge from vscode a348d103d1256a06a2c9b3f9b406298a9fef6898
* Fixes and cleanup
* Distro
* Fix hygiene yarn
* delete no yarn lock changes file
* Fix hygiene
* Fix layer check
* Fix CI
* Skip lib checks
* Remove tests deleted in vs code
* Fix tests
* Distro
* Fix tests and add removed extension point
* Skip failing notebook tests for now
* Disable broken tests and cleanup build folder
* Update yarn.lock and fix smoke tests
* Bump sqlite
* fix contributed actions and file spacing
* Fix user data path
* Update yarn.locks
Co-authored-by: ADS Merger <karlb@microsoft.com >
2021-06-17 08:17:11 -07:00
Charles Gagnon
c9850fe59f
Remove en-us from links ( #15722 )
2021-06-15 11:51:35 -07:00
Charles Gagnon
6a7e1dfd27
Fix create book dialog clearing input boxes on browse cancel ( #15713 )
2021-06-14 17:47:30 -07:00
dependabot[bot]
75dd19bb82
Bump glob-parent from 5.1.1 to 5.1.2 in /extensions/notebook ( #15645 )
...
Bumps [glob-parent](https://github.com/gulpjs/glob-parent ) from 5.1.1 to 5.1.2.
- [Release notes](https://github.com/gulpjs/glob-parent/releases )
- [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md )
- [Commits](https://github.com/gulpjs/glob-parent/compare/v5.1.1...v5.1.2 )
---
updated-dependencies:
- dependency-name: glob-parent
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-09 09:28:40 -07:00
Lucy Zhang
d6d2e7dc08
filter out prose-accelerator ( #15633 )
2021-06-08 11:48:57 -07:00