Commit Graph

3348 Commits

Author SHA1 Message Date
Karl Burtram
16801c522d Timeout extention for Linux and Windows pipelines (#9643) (#9694)
Co-authored-by: Elliot Boschwitz <elliot.boschwitz@gmail.com>
1.16.1
2020-03-23 10:37:54 -07:00
Karl Burtram
e9389a5069 Hotfix vbump 1.16.1 (#9692) 2020-03-22 09:44:01 -07:00
Anthony Dresser
0e4204752a Fix handling of connections in editors (#9682) (#9688)
* fix handling of connections in editors

* initial tests

* remove test
# Conflicts:
#	src/sql/workbench/browser/taskUtilities.ts
#	src/sql/workbench/services/queryEditor/browser/queryEditorService.ts
#	src/sql/workbench/services/queryEditor/test/common/testQueryEditorService.ts
2020-03-22 09:40:57 -07:00
Anthony Dresser
f579d1bb8d fix issue with setting false (#9611) (#9637) 1.16.0 2020-03-16 13:56:45 -07:00
Amir Omidi
b35241dbe6 Add device code authentication (#9097) (#9620)
* Add device code authentication

* Change string
2020-03-16 13:56:17 -07:00
Maddy
588b9a1fcf fixed opening book on win (#9622) (#9626) 2020-03-14 10:17:06 -07:00
Anthony Dresser
0c870ed4e6 change usage of view container (#9591) (#9594) 2020-03-13 14:03:37 -07:00
Anthony Dresser
3d6929e78f Merge from vscode b7235954cf5c8ec4086a44262d38265552272a7a (#9607)
* Merge from vscode b7235954cf5c8ec4086a44262d38265552272a7a

* fix hygiene
2020-03-13 14:03:27 -07:00
Amir Omidi
fd08943244 Hook up the command again (#9587) (#9590) 2020-03-13 14:03:04 -07:00
Chris LaFreniere
8c99e22fb4 vbump (#9567) (#9599)
Co-authored-by: Maddy <12754347+MaddyDev@users.noreply.github.com>
2020-03-13 13:49:11 -07:00
Chris LaFreniere
86fbc4002a Fix search icon only working when section expanded (#9596) (#9601) 2020-03-13 00:18:00 -07:00
Chris LaFreniere
2f57356ae8 Fix find highlight for multiple find occurrences (#9518) (#9598) 2020-03-13 00:13:04 -07:00
Chris LaFreniere
eca946a885 check for len > 1 (#9586) (#9600)
Co-authored-by: Maddy <12754347+MaddyDev@users.noreply.github.com>
2020-03-13 00:09:31 -07:00
Amir Omidi
601bd4bd03 ok button target fix (#9561) 2020-03-12 18:49:22 -07:00
Anthony Dresser
87b064aa7e Merge from vscode a9b7cb4ee1caac9a9ac1467848017b4cd9765d9e (#9589) 2020-03-12 18:48:45 -07:00
Chris LaFreniere
d87eebd6a5 Add separate dialog to notebook charts for specifying chart options. (#9454) (#9575)
Co-authored-by: Cory Rivera <corivera@microsoft.com>
2020-03-12 00:30:01 -07:00
Chris LaFreniere
9c14910c55 Notebooks: Fix Internal Links on Windows (#9513) (#9574)
* Improve workbench file path detection

* Use fspath instead
2020-03-12 00:27:49 -07:00
Charles Gagnon
61e3700ed4 Add dashboard refresh icon back in (#9564) (#9568)
(cherry picked from commit 0226ad69da)
2020-03-11 22:58:09 -07:00
Jeff Trimmer
09f017c6f4 Reverts ADS Always encrypted (#9559)
Co-authored-by: Amir Omidi <amomidi@microsoft.com>
2020-03-11 14:50:44 -07:00
Charles Gagnon
b01218cbbc Fix long account dialog text hiding actions (Port #9449) (#9535)
* Fix long account dialog text hiding actions (#9449)


(cherry picked from commit b02273de48)

* Fix account label being cut off (#9547)


(cherry picked from commit 96f0ae79ca)
2020-03-11 14:50:18 -07:00
Anthony Dresser
f984e89493 fix sml formatting (#9510) (#9514) 2020-03-11 14:49:25 -07:00
Anthony Dresser
479fac2310 Query editor input titles (#9512) (#9553)
* address untitled editor file name differences; remove feature for updating title for untitled to content

* add tests for new methods

* fix tests

* fix up tests

* remove unncessary await

* revert changes to title for content
2020-03-11 14:48:54 -07:00
Anthony Dresser
32ea281e11 Fix text content in title (#9534) (#9552)
* fix text content in title

* revert changes and change default setting instead
2020-03-11 14:48:26 -07:00
Chris LaFreniere
29031462c7 Remove Decompress + Replace with Other Package (#9532) (#9545)
* add windows support

* works on windows

* Still testing, works on Windows

* Reject on error

* Fix adm-zip external
2020-03-11 01:14:12 -07:00
Anthony Dresser
7379d66729 Revert "fix sml formatting (#9510)"
This reverts commit 705a7d7dc6.
2020-03-09 15:54:30 -07:00
Anthony Dresser
705a7d7dc6 fix sml formatting (#9510) 2020-03-09 15:53:44 -07:00
Anthony Dresser
9764438982 Merge from vscode 78a4c91400152c0f27ba4d363eb56d2835f9903a (#9506)
* Merge from vscode 78a4c91400152c0f27ba4d363eb56d2835f9903a

* fix hygiene
2020-03-09 13:56:25 -07:00
Aditya Bist
a93f5883b9 Fix updating step icon (#9488)
* fix updating data

* bump toolsservice and agent versions

* unbumo the version
2020-03-06 16:51:32 -08:00
Amir Omidi
5578693635 Fix the svg issue (#9487) 2020-03-06 15:10:46 -08:00
Maddy
9cc31bee62 Feat/close book (#9453)
* initial commit

* Add Reveal in Books editor tab context option

* Select item in books viewlet automatically

* changes

* easier than i thought it'd be

* added file watcher on toc file v1

* Merge from Feat/create book

* Undo Merge from Feat/create book

* Use fsPath instead of path

* repen book on toc update

* update book in-place

* fix close book

* error handling for closeBook

* PR comments

* addressed comments

* moved the watch block to try ,watch vs watchFile

Co-authored-by: chlafreniere <hichise@gmail.com>
Co-authored-by: Chris LaFreniere <40371649+chlafreniere@users.noreply.github.com>
2020-03-06 14:55:22 -08:00
Kim Santiago
6f17f0de58 Add schema compare to database connection context menu (#9382)
* add schema compare to database connection context menu

* don't show dacfx and schema compare in context menus for system dbs

* Remove checks for system db

* undo whitespace change
2020-03-06 13:35:47 -08:00
Amir Omidi
20f7670b32 Stricter tslint rules (#9352) 2020-03-06 13:06:44 -08:00
Amir Omidi
f3a255a7f7 Revert "Revert "Revert "Temporarily add aaomidi (#9467)" (#9468)" (#9479)" (#9484)
This reverts commit cfcee3287a.
2020-03-06 11:57:59 -08:00
Amir Omidi
e1a0835140 Change to PAT (#9481) 2020-03-06 11:52:17 -08:00
Amir Omidi
cfcee3287a Revert "Revert "Temporarily add aaomidi (#9467)" (#9468)" (#9479)
This reverts commit 34a7340a18.
2020-03-06 11:38:33 -08:00
Chris LaFreniere
0a9a0d3f46 Ensure Active File is Highlighted in Books Viewlet (#9338)
* Add Reveal in Books editor tab context option

* Select item in books viewlet automatically

* changes

* easier than i thought it'd be

* Merge from Feat/create book

* Undo Merge from Feat/create book

* Use fsPath instead of path

* PR comments

* Fix tests

Co-authored-by: Maddy <12754347+MaddyDev@users.noreply.github.com>
2020-03-05 23:43:22 -08:00
Amir Omidi
34a7340a18 Revert "Temporarily add aaomidi (#9467)" (#9468)
This reverts commit 95f0ae32db.
2020-03-05 17:47:29 -08:00
Amir Omidi
95f0ae32db Temporarily add aaomidi (#9467) 2020-03-05 17:43:07 -08:00
Amir Omidi
2b427d8a62 Fix file format (#9466) 2020-03-05 17:18:01 -08:00
Amir Omidi
c6447d3280 Fixes the labeler (#9464) 2020-03-05 17:13:11 -08:00
Amir Omidi
d363bfb0da Fix the path to actions (#9461) 2020-03-05 17:06:42 -08:00
Amir Omidi
2ac6852cf1 Revert "Change path (#9456)" (#9459)
This reverts commit 8f15c05d8a.
2020-03-05 16:58:52 -08:00
Amir Omidi
8f15c05d8a Change path (#9456) 2020-03-05 16:52:38 -08:00
Amir Omidi
76cf10d23c Automatically label PRs (#9418)
* Automatically label and merge PRs
2020-03-05 16:46:06 -08:00
Amir Omidi
673e5a85cb Update the page based on feedback from PM/UX (#9452)
* Update the page based on feedback from PM/UX
2020-03-05 14:38:57 -08:00
Aditya Bist
997e91f19c Fix agent steps refresh when changing history (#9446)
* layering

* switch to events and emitters

* changed to self
2020-03-05 12:33:47 -08:00
Amir Omidi
a93cc68e24 Fail on error (#9429)
* Fail on error
2020-03-04 17:31:09 -08:00
Kim Santiago
eb1218b651 bump sqltoolsservice to 2.0.0-release.50 (#9444) 2020-03-04 16:45:09 -08:00
Charles Gagnon
df5a8dcb6a Revert "Hale test (#9442)" (#9443)
This reverts commit 837404b2d6.
2020-03-04 16:11:15 -08:00
Hale Rankin
837404b2d6 Hale test (#9442)
* Test commit

* Test commit. Added new line to comment.

Co-authored-by: Hale Rankin <61754801+harankin@users.noreply.github.com>
2020-03-04 15:42:17 -08:00