Matt Irvine
e253f3ac89
Fix/bump dependency versions ( #2608 )
2018-09-17 11:21:41 -07:00
Abbie Petchtes
a5c537197c
add animation when button is clicked and fix title in button ( #2488 )
...
* add animation similar to toolbar in vscode and fix title in button
* remove bur method in button
2018-09-11 10:37:02 -07:00
Abbie Petchtes
ce699a1c84
change the default lang in editor component to plaintext and fix sample ( #2459 )
...
* change the default lang in editor component to plaintext and fix sample
* minor fix
2018-09-07 13:29:34 -07:00
Leila Lali
b27f69aace
model view remove and insert components ( #2351 )
...
* added the ability to remove a component from a container to insert it to a position
2018-08-31 13:08:27 -07:00
Anthony Dresser
4cce29ea9d
change sqlops to be dev dep ( #2311 )
2018-08-23 14:15:08 -07:00
Abbie Petchtes
2b68e4a7df
fix issue where tree item doesn't expand when collapsible state is expanded ( #2212 )
2018-08-13 09:59:26 -07:00
Leila Lali
e5096e61e5
Feature/ext connection dialog ( #2201 )
...
* Connection Dialog API for extensions
2018-08-10 09:29:46 -07:00
Leila Lali
48d5cc554c
fixed the bug with collapsibleState ( #2189 )
2018-08-08 12:27:55 -07:00
Leila Lali
9bf4a4b18c
Added node selectdEvent ( #2153 )
...
* Added model view tree node selectedEvent
2018-08-06 13:19:37 -07:00
Leila Lali
0d043207b9
Feature/tree component ( #2077 )
...
*added tree component to the model builder
2018-08-02 10:50:05 -07:00
Karl Burtram
4ffa5cc1da
Bump Server Reports extension to 0.1.3 ( #2104 )
2018-07-31 22:15:56 -04:00
Abbie Petchtes
ba011853a0
Add text editor component for model view ( #2058 )
...
* add text editor component for model view
* add comments
2018-07-26 15:52:33 -07:00
Leila Lali
6680be6a73
adding task integration with wizard and dialog framework ( #1929 )
...
* adding task integration with wizard and dialog framework
2018-07-18 16:28:36 -07:00
Aditya Bist
3ba575dcd0
Agent - dialog finishes ( #1910 )
...
* fixed crashes from job dialog and new step dialog group options UI
* added placeholder for retry counters
* fixed alert general UI
* fixed misc dialog errors
* localized all strings
2018-07-11 23:08:23 -07:00
Peter Schneider
9baee1c22c
Changed the stored procedure call to work on case sensitive instances ( #1809 )
2018-06-30 15:48:15 -07:00
Matt Irvine
3db61eaa82
Add sqlservices wizard sample ( #1769 )
2018-06-28 10:06:48 -07:00
Leila Lali
549037f744
fixing model view issues ( #1737 )
...
* fixing model view issues
2018-06-26 16:40:41 -07:00
Leila Lali
30b111034d
added option to mode view input box to create the input as text area ( #1630 )
...
* added option to create input as multi line
* added min and max for input box
2018-06-13 16:32:34 -07:00
Leila Lali
4609694141
added Declarative table to model view controls ( #1593 )
...
* added Declarative table to model view controls
2018-06-11 12:40:17 -07:00
Leila Lali
02af7e9299
Feature/model view list ( #1551 )
...
* fixed the issue with drop down styling
* added list box to model view library
2018-06-08 13:51:02 -07:00
Matt Irvine
a5b4eeb932
Add loading spinner component ( #1580 )
2018-06-07 17:54:48 -07:00
Matt Irvine
0bf642d200
Update sqlservices example for new webview messages API ( #1569 )
2018-06-06 17:29:50 -07:00
Abbie Petchtes
b2b69376c4
address comments on support button icon ( #1568 )
...
* support icon button
* formatting
* fix dropdown css and set attribute for model view editor
* address comments
* fixing conflict
2018-06-06 14:15:11 -07:00
Abbie Petchtes
38ad60478c
Support icon for button.component ( #1565 )
...
* support icon button
* formatting
* fix dropdown css and set attribute for model view editor
2018-06-06 14:05:36 -07:00
Leila Lali
f70bf590cd
fixed the layout issue in model view containers ( #1548 )
...
* fixed the layout issue in model view containers
* fixed the sample
2018-06-04 14:25:41 -07:00
Abbie Petchtes
9ad4ec6464
Support view model toolbar ( #1533 )
...
* support view model toolbar
* add EULA
* formatting
* address comment
2018-06-04 10:11:32 -07:00
Abbie Petchtes
1a97e3de06
fix webview component css and add webview example ( #1517 )
2018-05-30 13:48:08 -07:00
Leila Lali
a13039b14b
added group container ( #1508 )
2018-05-29 13:08:13 -07:00
Abbie Petchtes
c208abf0c5
Fix view model editor and webview component ( #1483 )
...
* destroy viewmodel when editor is closed and add example
* support retainContextWhenHidden option for webview component
* fix breaking change from master
* dispose html element during dispose
* add more comments
2018-05-24 13:54:41 -07:00
Abbie Petchtes
cd0f9b71c5
Fix view model editor layout ( #1473 )
...
* flex container should be as big as the parent container
* add example
2018-05-23 11:20:28 -07:00
Abbie Petchtes
36a8991682
Feature/webview for model view ( #1463 )
...
* support webview for view model
* formatting
* remove unused imports
2018-05-23 09:51:44 -07:00
Abbie Petchtes
70819252a9
Add support for model view editor ( #1442 )
...
* Add proposed API for model view editors
* Initial working model view editor
* Add extension demo
* Revert "Add extension demo"
This reverts commit 10d3b720ad347919dd5668a339da8e96e26b2b82.
* view model editor and add the support for register content
* clean up the code
* fix editor issues where you register more than one content
* formating
* remove unused imports
* addressed comments
* address comments2
* address comment3
2018-05-21 12:46:13 -07:00
Leila Lali
ba264d8311
added radio button model view component ( #1439 )
...
* added radio button model view component
2018-05-21 11:45:27 -07:00
Leila Lali
45e3c6ae49
added register content method to dialog and tab ( #1415 )
...
* added register content method to dialog and tab
2018-05-16 09:09:41 -07:00
Abbie Petchtes
0d76e845d5
update server reports extension screenshot ( #1354 )
2018-05-04 15:09:20 -07:00
Abbie Petchtes
979d50eb0e
Add left nav bar for server reports extension ( #1345 )
...
* add left nav bar for server reports extension
* change monitor icon
* change performance icons
2018-05-04 14:57:01 -07:00
Abbie Petchtes
f696274740
Add details for each chart and update README ( #1341 )
...
* add details for each chart and update readme
* update README
2018-05-03 13:19:16 -07:00
Kevin Cunnane
26b27a616a
Refreshing package-lock for samples since it's stale ( #1287 )
2018-04-27 10:19:11 -07:00
Abbie Petchtes
4b88b67bed
update Server Reports README ( #1250 )
2018-04-24 13:49:56 -07:00
Abbie Petchtes
d0d4df313e
Initial improvement in sp_whoisactive ( #1249 )
...
* improve sp_whoisactive extension
* formatting
* use a grouping prefix for extension commands
2018-04-24 13:09:50 -07:00
Abbie Petchtes
b12cac0ac3
Changed DB Space Usage and DB Buffer Usage to show only top 10 data and update README ( #1248 )
2018-04-24 13:09:13 -07:00
Abbie Petchtes
965458ca74
Add Query Editor API to sqlops.proposed ( #1196 )
...
* add support query editor API
* remove sqlops.proposed.d.ts in sp_whoIsActive
* address comments
* add catch error when connect
2018-04-23 13:42:27 -07:00
Kevin Cunnane
619c816e7f
Fix flex container and card layout issues ( #1195 )
...
* Fix main layout issues and add box around card
- Need to improve box size as it's taking too much space
* Fix UI issues with flexContainer and cards
* Simplify card HTML
2018-04-23 09:54:44 -07:00
Kevin Cunnane
aa243a8aae
ensure npm install copies typings ( #1170 )
...
- Important so that build of the extension "works" as expected
2018-04-17 13:48:35 -07:00
Kevin Cunnane
b2c70e9301
Feat/model backed ui ( #1145 )
...
This is an initial PR for a new model-driven UI where extensions can provide definitions of the components & how they're laid out using Containers.
#1140 , #1141 , #1142 , #1143 and #1144 are all tracking additional work needed to improve the initial implementation and fix some issues with the implementation.
Features:
- Supports defining a FlexContainer that maps to a flexbox-based layout.
- Supports creating a card component, which is a key-value pair based control that will lay out simple information to a user. Eventually this will have an optional set of actions associated with it.
- Has a sample project which shows how to use the API and was used for verification
2018-04-13 15:59:18 -07:00
Brendan Mason
3af05d62b2
Add square brackets for ms_foreachdb call ( #1023 )
...
Add square brackets around ? to support database names with special characters
2018-03-30 09:54:12 -07:00
Anthony Dresser
1bed0d0733
rename sqlops extension ( #1002 )
...
* rename sqlops extension
* fix sqlops references
2018-03-28 14:59:59 -07:00
Abbie Petchtes
08d1e9cd73
fix small typo in readme ( #1005 )
2018-03-27 13:31:44 -07:00
Abbie Petchtes
0da83b5d4b
Update screenshots for extensions' READ ME ( #1004 )
...
* update readme for sample extensions
* Address comments
* Address comments
* edit screenshot URLS
2018-03-27 13:26:14 -07:00
Abbie Petchtes
37d7266751
Update read me for sample extensions ( #1003 )
...
* update readme for sample extensions
* Address comments
* Address comments
2018-03-27 13:07:26 -07:00