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

3614 Коммитов

Автор SHA1 Сообщение Дата
Anthony Dresser ab97e38f91
add searches for edits and strictnulls (#10133) 2020-04-23 13:11:29 -07:00
Amir Omidi eeb3cc5d8a
Change the authenticationType (#10139) 2020-04-23 09:53:01 -07:00
Charles Gagnon b1081bb610
Fix some missed property name updates (#10135)
* Fix some missed property name updates

* Undo css addition

* Remove css
2020-04-23 07:44:16 -07:00
Charles Gagnon 7bd1dfdf0f
Move loading component out of common properties component (#10134) 2020-04-22 17:36:21 -07:00
Benjin Dubishar 52f33cc587
Fixing bug where templates may get mapped before loaded from their files (#10111)
* Fixing potential bad order of template loading and map construction

* Fixing bug where templates get mapped before loaded from file

* Parallelizing loading templates from file
2020-04-22 17:01:19 -07:00
Charles Gagnon 8311c3985d
Add PropertiesContainer ModelView component (#10115)
* Add PropertiesContainer ModelView component

* Switch to component

* Remove unneeded interface

* Update names

* Fix names
2020-04-22 16:29:46 -07:00
Anthony Dresser 9d1b99f1d3
add condition to version writing (#10128) 2020-04-22 15:29:33 -07:00
Amir Omidi f50ab4c6cd
Delete deprecated accounts (#10131)
* Delete deprecated accounts

* Add one more assert statement

* Feedback
2020-04-22 14:57:33 -07:00
Anthony Dresser d88918ab40
dont append quality to version info (#10118) 2020-04-22 12:47:19 -07:00
Charles Gagnon 883dcc9789
Fix view destroyed errors (#10119) 2020-04-22 09:50:37 -07:00
Kim Santiago cd34236f30
Fix Taskbar separator sometimes disappearing (#10113)
* fix separator sometimes disappearing

* change to min-width
2020-04-21 18:12:00 -07:00
Anthony Dresser 92ea0c3f5a
Removing quality addition in naming and move to compile step (#10114)
* removing quality addition in naming and move to compile step

* fix yml
2020-04-21 17:09:19 -07:00
Anthony Dresser 94da31569e
modify upload names (#10084) 2020-04-21 12:43:50 -07:00
Charles Gagnon a4ae2ca65f
Move properties container and loading spinner to common components (#10058)
* Move properties container and loading spinner to common components

* Fix compile error

* Fix tests
2020-04-21 09:36:47 -07:00
Leila Lali a34feb4448
ML - Target import table selectable by user (#10071)
ML - Target import table selectable by user
2020-04-21 08:02:48 -07:00
Chris LaFreniere 4f1d4276a0
Check for file scheme in linkhandler (#10090) 2020-04-20 17:18:38 -07:00
Anthony Dresser 33e7641400
remove intermediate uploads for mac (#10085) 2020-04-20 16:16:27 -07:00
Cory Rivera 097289d94c
Check treeItem first when building search path in searchJupyterBooks. (#10083) 2020-04-20 15:30:52 -07:00
Amir Omidi 15e592647e
Revert "Create new row upon focus on last row (#9046)" (#10039)
This reverts commit 6b9184aa15.
2020-04-20 14:26:17 -07:00
Anthony Dresser c11cb420cd
check for succeed before building docker (#10086) 2020-04-20 14:17:21 -07:00
Amir Omidi 25d72f8d5d
Enable file based storage by default (#10061) 2020-04-19 21:47:08 -07:00
Anthony Dresser 4e1e116c83
check in generated files (#10075) 2020-04-19 14:12:55 -07:00
Anthony Dresser dd6b958898
Removing some unnecessary differences (#9495)
* work on removing some unncessary differences

* fix compile

* skip another test
2020-04-17 23:53:33 -07:00
Hale Rankin 6f066e90ef
Notebook UI - Fixes navigation offset (#10067)
* Addresses bug: 10062. Replaced scrollTop with getBoundingClientRect.top minus the combined height of the top tabs and action bar.

* Setting initial value of chrome offset, and checking for existence of both tool bars before getting their heights.
2020-04-17 22:20:27 -07:00
Charles Gagnon cb26c1c409
Fix arrow alignment for connection dialogs (#10064) 2020-04-17 19:11:41 -07:00
Cory Rivera 67b6f6ffcd
Add tests for Open Notebook Folder functionality. (#10056) 2020-04-17 16:27:00 -07:00
Barbara Valdez 6200075624
Fix relative paths on anchor links (#9958)
* Fix relative links in notebooks
2020-04-17 16:12:07 -07:00
Anthony Dresser 08bb6414b1
Use custom kerberos to reduce size (#9910)
* add custom kerberos

* fix kerberos and consolidate ignores
2020-04-17 15:15:06 -07:00
Charles Gagnon 0735f82548
Update vscodeVersion (#10052) 2020-04-17 15:13:39 -07:00
Charles Gagnon 5304d65586
Fix logging for angular bootstrapping errors (#10059) 2020-04-17 14:51:44 -07:00
Benjin Dubishar b3492e3f57
Creating a new database project, project items
* can create, open, and close sqlproj files
* can add sql objects to projects
2020-04-17 14:09:59 -07:00
Charles Gagnon 05526bbaca
Revert SqlToolsService update (#10057)
I'm seeing some issues from this - reverting until I get a chance to investigate a fix.
2020-04-17 13:29:50 -07:00
Charles Gagnon ea310ff15d
Move helper functions into DOM (#10051)
* Move helper functions into DOM

* Add tests and comments
2020-04-17 13:21:35 -07:00
v-bbrady b02a5f9e49
Fixes video and admin pack images (#10038)
* fixes the video images not showing when a 2nd welcome page is opened, and replace the admin pack image

* deletes unused image

* hardcodes video image src into html

* removes dead code

* embeds require.toUrl in markup
2020-04-17 09:45:10 -07:00
Maddy 9a5f5d224f
added proper check (#10032) 2020-04-17 09:18:40 -07:00
Hale Rankin b568b8509d
UI - Markdown toolbar now behind preview flag (#10024)
* Adding enablePreviewFeatures check before showing the new toolbar.

* Removed unused code.

* Added hook to trigger onDidChangeConfiguration -- this makes the UI change after user has checked or unchecked, without having to restart the app.

* Initializing the component with the current config value of enablePreviewFeatures.
2020-04-16 20:55:58 -07:00
Kim Santiago 530ec8c19d
Update dashboard properties widget style for Reflow (#9976)
* layout properties in 2 columns

* fix height after collapsing

* update with reflow values

* set height better

* cleanup

* fix crashing when resizing while properties widget is loading

* Switch to grid layout

* Only two columns max

* Update comment

* Undo color change

* Cleanup

* Fix test

Co-authored-by: chgagnon <chgagnon@microsoft.com>
2020-04-16 20:23:35 -07:00
Maddy 02ae1ecff8
Rename/books viewlet sections (#10044)
* renamed viewlet sections

* template to provided
2020-04-16 17:23:54 -07:00
Cory Rivera 2817316cf4
Check conda-forge channel first when installing conda packages. (#10035) 2020-04-16 16:58:32 -07:00
Alan Ren 04ec347eeb
fix clipping issue (#10020)
* fix clipping issue

* remove hardcoded height
2020-04-16 15:59:26 -07:00
Charles Gagnon 07a65dd64f
Enable CI pipeline again (#9982) 2020-04-16 15:34:28 -07:00
Anthony Dresser 5b19fe7c67
Revert "Stop executing the same code three times (#9835)" (#10026)
This reverts commit 97108bdeea.
2020-04-16 14:54:25 -07:00
v-bbrady e8bc6f8f6b
Welcome responsive container (#9946) (#9870)
* adds responsiveness to the left navigation pane

* fixes style

* removes color from css

* updates style
2020-04-16 12:49:38 -07:00
Anthony Dresser 8435dc468e
add innoupdater for fast update (#10015) 2020-04-16 12:25:17 -07:00
Chris LaFreniere 51f47fbdee
Bring back hover buttons for adding cells (#10012) 2020-04-16 11:22:29 -07:00
Alan Ren be8acb058a
update the cursor of toggle state button (#10005) 2020-04-16 10:21:02 -07:00
Charles Gagnon f44e78aef4
Add typing for TabbedPanelLayout and set defaults (#9955)
* Add typing for TabbedPanelLayout on withLayout and set appropriate defaults

* Move enum def
2020-04-15 16:42:42 -07:00
v-bbrady 3566da328a
Fix duplicating list on extension pack (#9992) (#10003)
* makes the preview button hover state stay active when hovering over tooltip

* fixes the duplicating list on the extension pack when a 2nd welcome page tab is opened
2020-04-15 16:36:48 -07:00
Amir Omidi 5089b5c8bd
Replace with the minified version of plotly (#9840) 2020-04-15 16:24:16 -07:00
Amir Omidi 9d9788d16f
Listen on localhost only (#9997) 2020-04-15 14:06:36 -07:00