Olivier Truong
e2bd6c06ec
typo ( #3025 )
...
without instead of wihtout
2018-11-06 11:22:27 -08:00
Karl Burtram
a26be76d79
Update readme for Nov release ( #3138 )
2018-11-06 11:21:40 -08:00
Danny McCormick
3b68c1eb69
Add Azure Pipelines ( #3140 )
...
* Adding ci files
* Single pipeline
* Add test reporting
* Try adding mocha-junit-reporter
* More complete test reporting
* Cleaning up
* Trying to find location of test file
* Added searching logic to wrong file
* Trying different method of getting test results
* Add reporter option
* Adding alternate way of getting mac os
* Get rid of bad comments
2018-11-06 11:21:26 -08:00
Alan Ren
f7879bdbf9
Alanren/custom message box location ( #3139 )
...
* make message box associated with wizard page
* missed one condition check after renaming
* fix compilation error
2018-11-06 10:44:02 -08:00
Karl Burtram
dbb0fc519f
Update Azure Data Studio to 1.3.1
2018-11-06 10:40:58 -08:00
Alan Ren
b931ccfabf
fix for 1705 ( #3131 )
1.3.0
2018-11-06 10:34:58 -08:00
Matt Irvine
eeab048f46
Use correct foreground color for copy details button ( #3126 )
2018-11-06 10:14:25 -08:00
Anthony Dresser
e2b446be1c
change default setting for showing default connection info in settings ( #3043 )
2018-11-05 16:08:55 -08:00
Anthony Dresser
5f2e17a738
Query Editor Memory improvements ( #3041 )
...
* working through memory issues
* work in progress
* add missing value
* work in progress
* more work in progress
* various more memory fixes
* additional improvements
* fix imports
* change test that we dispose queries on close not dispose
* update tests
2018-11-05 16:08:41 -08:00
Aditya Bist
399d6d0045
fixed operator typo ( #3113 )
2018-11-05 10:19:50 -08:00
Alan Ren
f36f3ffd21
connect dialog ux improvement ( #3105 )
...
* connect dialog ux improvement
* more style updates
2018-11-04 17:10:05 -08:00
Kevin Cunnane
00cd772cbc
Snippets: fix sqlCreateTable, remove database refs & use dbo schema ( #3094 )
...
- Fixed issues with sqlCreateTable snippet, which meant it couldn't effectively be used to tab through all fields and then hit execute without errors. Specifically fixed bugs where types like NVARCHAR were incorrectly escaped and the Id part of a column was outside the name section, both causing intellisense & execution breaks
- Changed SchemaName to dbo. This helps hit the "80% case" where objects are in the most common schema
- Removed DatabaseName from most snippets. The core issue is this requires you to manually type the exact database name into the snippet which is really hard. We should consider having separate "with Database" snippets or support SQLCMD variables which would let us default to the current database without needing users to manually type them in as alternatives, but having basic snippets just work on current DB is important.
2018-11-02 14:26:03 -07:00
Karl Burtram
b6c9a3bb89
Bump Azure Data Studio to 1.2.4
2018-11-01 15:06:58 -07:00
Karl Burtram
cbf6c06e4b
Bump SQL Tools to 1.5.0-alpha.52
2018-10-31 20:37:47 -07:00
Anthony Dresser
cff21124da
Auto Scale Axis ( #3070 )
...
* fix input to chart that was causes scales to not auto size
* formatting
* formatting
* added comments
2018-10-31 20:27:40 -07:00
Aditya Bist
ce7893c2e5
Agent/edit job logic ( #3023 )
...
* lumped stepdata with jobdata in job dialog
* fix bug with empty steps
* added clumped and update steps and schedules from job dialog
* edit data sends one call instead of multiple
* cleaned code
2018-10-31 16:40:36 -07:00
Alan Ren
f7dcaa38ff
fix for issue 3065 ( #3067 )
...
* fix for 3065
* remove the parameter, no need to save connection
2018-10-31 16:13:09 -07:00
Karl Burtram
8ce1013a26
Remove SQL Import dashboard tab ( #3064 )
2018-10-31 15:23:24 -07:00
Aditya Bist
114d67b408
fixed null ref ( #3061 )
2018-10-31 13:50:44 -07:00
Alan Ren
56c2d16560
a few ux improvements ( #3057 )
...
* style update
* checkbox styler
* casing update
2018-10-31 13:44:12 -07:00
Alan Ren
2238c42432
fix for issue 2719 ( #3060 )
2018-10-31 13:22:08 -07:00
Karl Burtram
64f6cf6747
Bump SQL Tools to 1.5.0-alpha.51
2018-10-31 13:16:38 -07:00
Karl Burtram
c0e9f1ca43
Fix build break in previous Query Plan commit
2018-10-31 13:00:23 -07:00
David Shiflet
7f66087d8c
Add a command line interface for connecting to a SQL Server ( #3047 )
...
* Add switches for server, database, user, integrated auth
* Refactor into new commandline service
* Open query editor when passed server on command line
* Add tests
2018-10-31 13:05:37 -04:00
Ryan
18671b7cca
Add query plan theme support ( #2991 ) ( #3031 )
...
Add monaco-editor and monaco-editor-hover to output otherwise backgrounds collide.
2018-10-31 10:03:02 -07:00
Alan Ren
233156c744
fix missing footer for backup dialog ( #3056 )
...
@MattIrv Thanks for helping out
2018-10-30 16:17:14 -07:00
Ruturaj Gujar
5e964d2105
Fixed some typos and grammatical errors ( #3027 )
2018-10-30 11:54:48 -07:00
Karl Burtram
59e7a5fa4b
Change 'None' to 'Do not save' in Connection Dialog ( #3051 )
2018-10-30 10:45:47 -07:00
Karl Burtram
8452f577d2
Bump Azure Data Studio to 1.2.3
2018-10-30 10:27:03 -07:00
Anthony Dresser
726eb8d0e1
Time elapsed status item ( #3006 )
...
* added time elapsed status item
* add missing files
2018-10-29 15:24:08 -07:00
Anthony Dresser
2c0d6b93ee
move query actions from underneath scrollbar, permanently show scrollbar ( #3007 )
2018-10-29 15:23:55 -07:00
Karl Burtram
98d06b2892
Format JSON and XML output when clicking resultgrid link ( #3024 )
1.2.2
2018-10-26 17:33:46 -07:00
Karl Burtram
856c19fa17
Update SQL Tools Service to 1.5.0-alpha.48
2018-10-26 16:02:40 -07:00
Alan Ren
3237507bb2
Alanren/modal message high contrast fix ( #3018 )
...
* make modal dialog message section HC aware
* handle warning icon
2018-10-26 15:38:51 -07:00
Anthony Dresser
ff5a248240
Clean up result tab better ( #3015 )
...
* do a better job cleaning up results tab
* formatting
2018-10-26 13:27:01 -07:00
Adam Warner
fc3bdc9037
Update CONTRIBUTING.md ( #3009 )
...
Replace `�` with 👍 and 👎 reaction emojis to ensure it is clear which reactions to use when up/downvoting and issue.
2018-10-26 10:29:46 -07:00
Vincent Feng
533c0bf0b1
Azure Resource Explorer: fixed regular expressions in context item rules. ( #3003 )
...
* Azure Resource Explorer: fixed a bug in refresh button rule.
* Azure resource explorer: fixed regular expressions in context item rules.
2018-10-26 14:43:41 +08:00
linda07
afb6862035
Adjust notebook toolbar icon to 20px and font size to 13px ( #3001 )
2018-10-25 14:51:48 -07:00
Alan Ren
92d9d04a78
make checkbox vertically aligned and remove the x scroll for modaldialog ( #3005 )
2018-10-25 14:26:44 -07:00
Karl Burtram
0704e5ee67
Update SQL Tools to 1.5.0-alpha.47
2018-10-24 17:52:15 -07:00
Anthony Dresser
7dfcd89a04
Rework timeSeries in chart viewer ( #2987 )
...
* rework timeSeries in chart viewer
* rework important to fix tests
2018-10-24 14:58:24 -07:00
Alan Ren
724c49f5c4
Fix for issue 2725 and ux fixes ( #2992 )
2018-10-24 11:02:08 -07:00
Raj
48c4a473df
[2977]OpenConnectiondialog doesn't filter controls based on connection type ( #2986 )
...
* Get latest from master
* 2977: OpenConnectiondialog doesn't filter controls based on connection
* 2977: OpenConnectiondialog doesn't filter controls
* Misc change
* [2977]OpenConnectiondialog - code review changes
2018-10-24 10:47:12 -07:00
Aditya Bist
3d39272536
Agent/operators ( #2962 )
...
* added caching and view for operators
* fixed row detail import
2018-10-23 15:22:44 -07:00
Karl Burtram
0a63966cbd
Update Azure Data Studio to 1.2.2
2018-10-23 14:52:32 -07:00
Aditya Bist
89e959c2e3
Agent/alerts ( #2943 )
...
* alerts view is now cached
* added styling to alerts page
* fixed row detail view import
2018-10-23 14:42:31 -07:00
hungrybear88
c56dd2cdbd
add key command ctl + L to run query plan ( #2952 )
...
* add key command ctl + L to run query plan
* fix to match SSMS for getting query plan
2018-10-23 14:04:02 -07:00
Aditya Bist
363f28a46b
Agent - proxies ( #2970 )
...
* initial proxy work
* fixed proxies view and cached the view
2018-10-23 13:55:19 -07:00
Anthony Dresser
5549f51a13
Fix time series ( #2985 )
...
* fix time series type string
* remove unused code
2018-10-23 13:52:35 -07:00
Alan Ren
82486ee22e
Wizard message UI improvement ( #2971 )
...
* improve the wizard message experience - WIP
* undo gitignorechanges
* fix expand button issue
* fix the cursor issue
* use flex to control height
* toggle message detail support
* apply style
* new images
* use template string
* address comments
2018-10-22 23:53:28 -07:00