Benjamin Russell
24ea675d7d
Edit Data: Fix editing stopping after tab switch ( #579 )
...
* Reverts should not be committed
* WIP
* Updating the angular2-slickgrid package that will fix the issue
* Updating package as per yarn stuff
2018-02-06 19:11:28 -05:00
Matt Irvine
3df522536f
Introduce connection API ( #598 )
...
Including getCurrentConnection, getActiveConnections, and getCredentials
2018-02-06 15:56:49 -08:00
Leila Lali
f5aa49ebb9
Fixes the 'undefined' in connection tree when capabilities not loaded ( #617 )
...
* fixed the bug with loading the connection tree when capabilities not loaded
2018-02-06 13:13:48 -08:00
Cory Rivera
3076390eb1
Skip opening sqlops after install if the setup exe is run with the VERYSILENT option. ( #611 )
...
* Skip opening sqlops after install if the setup exe is run with the VERYSILENT option.
* Remove unnecessary [Run] line in code.iss.
2018-02-06 13:04:45 -08:00
Karl Burtram
b7c935c602
Fix several regressions in master ( #613 )
...
* Fix service option type enum
* Fix broken Explain button and Actual plan command
2018-02-06 15:22:03 -05:00
Matt Irvine
bbb0f39a94
Don't cut off dashboard icons when they expand ( #601 )
2018-02-05 13:01:38 -08:00
Cory Rivera
fe04fd72bc
Update query editor colorization to match SSMS ( #580 )
...
* Ignore editor keyword coloring if keywords are preceded by [ or @
* Force editor text starting with [ or one @ to use plain text styling.
* Add editor syntax check for unicode string literal prefix.
* Add editor syntax category for global system variables.
* Add builtin sql server functions to editor colorization.
* Remove redundant functions in sql syntax list.
* Duplicate editor colorization changes to SQL plist
* Add editor colorization for FULL OUTER JOIN.
* Add some extra missing keywords and functions to editor colorization.
* Make sql function names lower case in syntax-checking regex.
* Change bracketed identifier colorization to include non-word characters.
* Remove unused SQL.plist from sql syntax folder.
* Add yarn.lock files.
2018-02-01 15:52:18 -08:00
Karl Burtram
8a350809fd
Fix install-sqltoolsservice build task ( #593 )
2018-01-31 18:03:57 -05:00
Anthony Dresser
642514fd94
removed hygiene from travis ( #589 )
...
* removed hygiene from travis
* revert testing mechanism
* remove changes to renderer.js
2018-01-30 14:26:55 -08:00
Anthony Dresser
234c2f7c9e
Random undefined access ( #582 )
...
* added check for undefined
* formatting
* fix unrelated compile error
* fixed more unrelated compile bugs
2018-01-30 13:33:09 -08:00
Leila Lali
1b2e264c7d
Dialog with custom UI API ( #561 )
...
* initial checkin for dialog with custom UI API
2018-01-29 14:31:12 -08:00
Anthony Dresser
495c2e62e6
remove shrinkwrap ( #578 )
2018-01-29 14:22:46 -08:00
Mika Andrianarijaona
03baf3610a
fix: revert README and CONTRIBUTING after last VSCode merge ( #574 )
2018-01-29 10:04:59 -08:00
Karl Burtram
251ae01c3e
Initial VS Code 1.19 source merge ( #571 )
...
* Initial 1.19 xcopy
* Fix yarn build
* Fix numerous build breaks
* Next batch of build break fixes
* More build break fixes
* Runtime breaks
* Additional post merge fixes
* Fix windows setup file
* Fix test failures.
* Update license header blocks to refer to source eula
2018-01-28 23:37:17 -08:00
Matt Irvine
9a1ac20710
Show current connection info in the status bar ( #551 )
2018-01-26 14:31:49 -08:00
Anthony Dresser
f640bda802
bump slickgrid to take a hot fix ( #552 )
2018-01-26 13:48:26 -08:00
Anthony Dresser
f9ff1c5910
vbump slickgrid ( #535 )
...
* vbump slickgrid
* bumped angular2-slickgrid
2018-01-24 17:44:24 -08:00
Matt Irvine
a63800deb1
Add global current connection ( #505 )
2018-01-24 10:11:34 -08:00
Anthony Dresser
e432884e25
Update jquery ( #532 )
...
* vbump jquery to 3.1.0 (supported by slickgrid)
* updated typings
* update libraries to work
2018-01-23 12:44:06 -08:00
Cory Rivera
0c14c3cc7f
Make commit id an argument for the build publish script. ( #536 )
...
* Make commit id an argument for the build publish script.
* Make commit an optional argument for publish script.
2018-01-22 16:02:57 -08:00
Cory Rivera
006eedd3a1
Update vscode build publishing scripts for use with sqlops ( #518 )
...
* Modify publishing scripts and gulp mixin task for publishing
update packages.
* Change publish script so that mooncake publishing runs only if the required credentials are provided.
2018-01-19 16:49:06 -08:00
Anthony Dresser
cb4fe55bef
bump html query plan ( #517 )
...
* adds html bump
* vbump html query plan
2018-01-18 18:04:25 -08:00
Anthony Dresser
b33ffafdc0
Refact/idea lastknown ( #501 )
...
* close
* connection is working
* formatting
* adds all
* formatting
* removed unneeded logging
* readd npm shrinkwrap
* addressed comments
* fix capabilities cacheing
* updated shrinkwrap
* fixed tests
* remove dead code
* vbump sqltools
2018-01-18 18:03:37 -08:00
Anthony Dresser
e2efe69b73
fix sizing issues with explorer widget ( #502 )
2018-01-18 11:25:44 -08:00
Karl Burtram
8b85a47cf7
Bump SQL Tools Service to 1.4.0-alpha-4 ( #511 )
...
* Bump SQL Tools Service to 1.4.0-alpha-4
* Bump SQL Ops version to 0.26.0
2018-01-17 21:22:06 -08:00
Karl Burtram
5afa287e47
Fix broken XEvent Profiler ( #504 )
...
* Fix broken profilergrid and choose columns dialog
* Additional profiler changes
* Additonal profiler bugs fixes
2018-01-17 14:24:05 -08:00
Anthony Dresser
0cc7c540a9
Revert "Update dataprotocol client" ( #500 )
...
* Revert "Fix #494 Connection error when connecting to an Azure SQL Server with no firewall rule (#497 )"
This reverts commit edd867b6fc .
* Revert "Update dataprotocol client (#418 )"
This reverts commit 7808496416 .
2018-01-16 15:55:31 -08:00
Kevin Cunnane
edd867b6fc
Fix #494 Connection error when connecting to an Azure SQL Server with no firewall rule ( #497 )
...
- Reenabled the link and added a click handler that actually opens up the help
- Changed to using an aka.ms link so that if the docs page changes in the future we can update the link and not need to re-ship the code
2018-01-16 12:20:58 -08:00
Anthony Dresser
7808496416
Update dataprotocol client ( #418 )
...
* close
* connection is working
* formatting
* adds all
* formatting
* removed unneeded logging
* readd npm shrinkwrap
* addressed comments
* fix capabilities cacheing
* updated shrinkwrap
* fixed tests
* remove dead code
2018-01-16 11:16:02 -08:00
Karl Burtram
ad27f7dbba
Update changelog and readme for Jan release ( #496 )
2018-01-16 11:13:24 -08:00
Kevin Cunnane
a6cb7cbd65
Fix #457 Provide user setting to change defaults for Chart Viewer ( #484 )
...
- Added contribution to define the available chart types
- Use the setting when initializing the chart viewer
2018-01-14 14:16:01 -08:00
Karl Burtram
146fd41b50
Update CHANGELOG.md for 0.25.4 release ( #485 )
2018-01-12 20:07:24 -08:00
Matt Irvine
fcb6f7f9ee
open-url changes
2018-01-12 15:00:21 -08:00
Karl Burtram
94bd1c4d7d
Bump SQL Ops to 0.25.4 for next Jan release candidate build ( #483 )
2018-01-12 12:44:00 -08:00
Sebastian Pfliegel
e4a0e4e0c1
Add cursor snippet ( #475 )
...
* Add cursor snippet
* Workaround to avoid issue #480
Remove SELECT and tab to the place for custom code
2018-01-12 12:39:17 -08:00
Karl Burtram
b73b09a1d3
Bump SQL Ops version to 0.23.3 for next release candidate build ( #479 )
0.25.3
2018-01-11 17:21:53 -08:00
Cory Rivera
a69a9778a6
Fix update package download paths ( #476 )
...
* Change update package download path to use sqlops naming.
* Add SqlEdit comments above download path changes.
2018-01-11 17:19:40 -08:00
Matt Irvine
6d3995aa29
Enable hot exit for saved files ( #469 )
2018-01-11 14:29:26 -08:00
Karl Burtram
7cf0847ef5
Bump Tools Service version to pick up latest changes ( #471 )
0.25.2
2018-01-10 21:58:27 -08:00
Matt Irvine
8e8e1f6913
Disable hot exit ( #468 )
2018-01-10 18:07:49 -08:00
Karl Burtram
7a421cc0bd
Update changelog for Jan release ( #466 )
2018-01-10 16:48:08 -08:00
Karl Burtram
fb82440412
Bump product version to 0.25.2 ( #461 )
2018-01-10 13:10:35 -08:00
Benjamin Russell
2263ea48a1
Disabling the "learn more" link for now ( #451 )
...
* Disabling the "learn more" link for now
* Adding date/issue link
2018-01-10 10:29:06 -08:00
Matt Irvine
1868a6127a
Fix bug where collapsed OE icon never appeared for selected element ( #453 )
2018-01-09 15:35:51 -05:00
Matt Irvine
5e4b8924ec
Set tab color default off and add config for fill/border ( #452 )
2018-01-08 20:05:27 -05:00
Matt Irvine
62de97da54
Redraw tab background color when dragged ( #442 )
2018-01-08 12:40:04 -05:00
Anthony Dresser
9e051c6f63
update shrinkwrap ( #445 )
2018-01-04 16:32:30 -08:00
Karl Burtram
a43444e95f
Bump SQL Ops to 0.25.1 for next release ( #444 )
2018-01-04 13:39:12 -08:00
Alex Tercete
a3948ac744
Fix "No extension gallery service configured" error ( #427 )
...
The error occurred when trying to install an extension from the new
_File > Install Extension from VSIX Package_ menu entry.
Because there's no gallery URL configured at the moment, querying the
gallery to retrieve package metadata is pointless, and skipping this
step fixes the problem for now.
2018-01-04 13:36:25 -08:00
Karl Burtram
1cd4b39e9d
Revert "Remove unneeded npm package references from mssql" ( #443 )
...
* Revert "update libraries to clean node_modules (#394 )"
This reverts commit e691b278ae .
* Revert "Update README.md to link to the insiders build release page (#440 )"
This reverts commit 334c755118 .
* Revert "Remove unneeded npm package references from mssql (#438 )"
This reverts commit ee80bddd17 .
2018-01-04 12:52:58 -08:00