Anthony Dresser
ea67859de7
Initial Code Layering ( #3788 )
...
* working on formatting
* fixed basic lint errors; starting moving things to their appropriate location
* formatting
* update tslint to match the version of vscode we have
* remove unused code
* work in progress fixing layering
* formatting
* moved connection management service to platform
* formatting
* add missing file
* moving more servies
* formatting
* moving more services
* formatting
* wip
* moving more services
* formatting
* revert back tslint rules
* move css file
* add missing svgs
2019-01-25 14:52:35 -08:00
Anthony Dresser
27816acaeb
Remove custom splitview ( #3467 )
...
* working on options dialog
* working through options dialog
* trying to work through modifying options dialog
* working on converting scrollablesplitview
* fixed options working through profiler
* fix profiler
* fix account dialog
* trying to fix problems with splitpanel
* fix insights dialog
* moving through
* fix last list, need to verify looks and functionality
* fix look of account dialog
* formatting
* formatting
* working through scrollable bugs
* working on problem with view size
* fix margin issues
* fix styler for dialogs
* add panel styles to insights
* create instantiation issues
* fix test
* fix test
* remove unused code
* formatting
* working through insight dialog issues
* fix table updating
* remove console logs
2019-01-15 15:00:34 -08:00
AlexFsmn
bfb68254a4
Added context menu for DBs in explorer view to backup & restore db. ( #2277 )
...
* Added context menu for DBs in explorer view to backup & restore db.
Fixed bug where progress bar didn't complete on backup/restore menuclick
#2084
* Fix merge conflicts
2019-01-11 10:00:16 -08:00
Matt Irvine
db145b4999
Run TSLint in Azure Pipelines ( #3639 )
2018-12-19 12:17:23 -08: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
233156c744
fix missing footer for backup dialog ( #3056 )
...
@MattIrv Thanks for helping out
2018-10-30 16:17:14 -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
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
Alan Ren
709ef4e39f
Alanren/icon overwrite issue ( #2484 )
...
* fix the error icon too large issue
* formatting
2018-09-10 15:55:40 -07:00
Alan Ren
fb8de0d753
fix select box's screen reader issues ( #2462 )
2018-09-07 16:17:56 -07:00
Anthony Dresser
befa34790f
Refactor results grid ( #2147 )
...
* got a basic ui
* working on message panel
* done with messages moving to grids
* formatting
* working on multiple grids
* it does work
* styling
* formatting
* formatting
* fixed reset methods
* moved for scrollable
* formatting
* fixing scrolling
* making progress
* formatting
* fixed scrolling
* fix horizontal scrolling and size
* fix columns for tables
* integrate view item
* implementing heightmap scrolling
* add context menu and fix scrolling
* formatting
* revert slickgrid
* add actions to message pane
* formatting
* formatting
* bottom padding for tables
* minimized and maximized table actions
* add timestamp
* added batch start message with selection
* updating
* formatting
* formatting
* fix execution time
* formatting
* fix problems
* fix rendering issues, add icons
* formatting
* formatting
* added commit change
* fix performance, message scrolling, etc
* formatting
* formatting
* fixing performance
* formatting
* update package
* tring to fix bugs
* reworking
* the problem is the 1st sash is always the first sash visible
* remove resizing from grid panels
* add missing files
* trying to get edit to work
* fix editdata
* formatting
* update angular2-slickgrid
2018-08-23 12:32:47 -07:00
Karl Burtram
08d57fed86
Check-in current XLF files ( #2275 )
...
* Check-in current XLF files
* Remove duplicate IDs from SQL.XLF file
* Add comment why line is being disabled
2018-08-21 16:57:22 -04:00
Matt Irvine
d2b6f6844d
Add connection API method to get URI ( #2021 )
2018-07-30 10:52:24 -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
Matt Irvine
03dbe8565f
Set element text instead of HTML where possible ( #1956 )
2018-07-17 16:48:38 -07:00
Anthony Dresser
473ddfcdf1
Modifying angular bootstrap to add injection at the module level ( #1691 )
...
* work on fixing injection
* change bootstrapping method
* add a catch for testing
* remove unneeded code
2018-06-22 16:09:13 -07:00
Anthony Dresser
9d2b206156
Accessibility enhancements ( #1678 )
...
* adds aria-label to inputs for connection
* formatting
* add ariaLabels to all checkboxes/inputboxes/dropdowns
* fix labels on database dropdown action
* fix compile errors
* remove unnecessary code
2018-06-20 16:56:19 -07:00
Anthony Dresser
63fb4e2827
Bootstrap Service Abstract injection ( #1534 )
...
* change to generic injection
* formatting
* fixed missed merge
* change to keep a record of the services per selector
* formatting
* adding back in tests
* apply back tests
* remove fundamentally broken test
2018-06-07 16:19:26 -07:00
Matt Irvine
0c58f09e59
Merge VS Code 1.23.1 ( #1520 )
2018-06-05 11:24:51 -07:00
Anthony Dresser
1359354387
Angular Individual Service Injection - Decouple bootstrap service ( #1457 )
...
* change services to be individually injected into angular
* messing around with injection
* change angular bootstrapping to factory style
* formatting
* formatting
* fix imports
* fix build errors
* fix testsw
* fix tests
* fix compile errors
2018-05-23 16:51:02 -07:00
Anthony Dresser
9e9f85079e
fix up backup dialog for accessibility ( #1155 )
2018-04-16 17:30:11 -07:00
Anthony Dresser
f739c47984
Adds aria labels to all input ui ( #1136 )
...
* adds aria-label to inputs for connection
* formatting
* add ariaLabels to all checkboxes/inputboxes/dropdowns
2018-04-13 12:09:25 -07:00
ChrisSun-ms
04ae18143b
fix backup URI ( #1137 )
2018-04-12 13:13:05 -07:00
Abbie Petchtes
bbfb68b082
fix the keyboard issue where table is empty ( #1110 )
2018-04-10 16:09:18 -07:00
Karl Burtram
3990719054
Rename registeredServers to objectExplorer ( #1093 )
2018-04-06 13:33:49 -07:00
Karl Burtram
dafb780987
Merge VS Code 1.21 source code ( #1067 )
...
* Initial VS Code 1.21 file copy with patches
* A few more merges
* Post npm install
* Fix batch of build breaks
* Fix more build breaks
* Fix more build errors
* Fix more build breaks
* Runtime fixes 1
* Get connection dialog working with some todos
* Fix a few packaging issues
* Copy several node_modules to package build to fix loader issues
* Fix breaks from master
* A few more fixes
* Make tests pass
* First pass of license header updates
* Second pass of license header updates
* Fix restore dialog issues
* Remove add additional themes menu items
* fix select box issues where the list doesn't show up
* formatting
* Fix editor dispose issue
* Copy over node modules to correct location on all platforms
2018-04-04 15:27:51 -07:00
Anthony Dresser
22c54a9917
connection contribution point ( #880 )
...
* init
* finished compile erros
* fixed all merge conflicts
* fix dialog problems
* formatting
* fix opening dialog on first open
* fix various problems with connectiondialog
* formatting
* fix tests
* added connection contrib
* formatting
* formatting and adding capabilities to shutdown
* fix connection buffering
* formatting
* fix tests
2018-03-28 10:58:47 -07:00
Anthony Dresser
8b2ea4f0a0
Capabilities Cache ( #831 )
...
* init
* finished compile erros
* fixed all merge conflicts
* fix dialog problems
* formatting
* fix opening dialog on first open
* fix various problems with connectiondialog
* formatting
* fix tests
2018-03-08 17:16:40 -08:00
Anthony Dresser
9f5268101d
integrate with contextkeyservice ( #804 )
...
* commting .d.ts changes
* added serverinfo to .d.ts
* maybe its working?
* works
* updated contrib
* remove unnecessary code
* fix compile errors
* change back sqlops engine for merge
2018-03-06 13:56:04 -08:00
Karl Burtram
c06f45cf0e
Fix duplicate localization ids ( #803 )
...
* Add sqlops-core loc project
* Fix duplicate ids step 1
* Merge duplicate id changes.
* A few more duplicate ids
2018-03-01 15:25:51 -08:00
Anthony Dresser
8570910a43
Move protocol client out ( #643 )
...
* close
* connection is working
* formatting
* adds all
* formatting
* formatting and changing how features are initialized
* formatting
* changed named of typings file
* update
* updated to use dataprotocol npm
* formatting
* removed unneeded logging
* readd npm shrinkwrap
* still not working
* removed unnecessary codfe
* addressed comments
* readded azure resource provider
* fix capabilities cacheing
* added backwards capat for older protocol
* update shrinkwrap
* update shrinkwrap
* updated shrinkwrap
* fixed tests
* removed dead code
* remove dead code
* fix compile
* remove backcompat stuff
* change location of npm
* vbump sqltools
* merge master
* fix imports
* fix build breaks
* update for sqlops
* update yarn dependencies
2018-02-20 13:38:16 -08:00
Aditya Bist
959b4fbab5
Object Explorer: Refresh OE node if database restored ( #607 )
...
* refresh OE node if restored
* refresh OE when task is completed
* check task id for restore
2018-02-09 16:13:21 -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
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
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
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
Abbie Petchtes
e8b1b1a75f
Add saved connections to connection dialog ( #411 )
...
* add saved connections to connection dialog
* fix saved connections layout
* add comments
* formatting
2018-01-02 13:41:13 -08:00
Karl Burtram
6ad0df0e3e
Refresh master with initial release/0.24 snapshot ( #332 )
...
* Initial port of release/0.24 source code
* Fix additional headers
* Fix a typo in launch.json
2017-12-15 15:38:57 -08:00
Karl Burtram
3cdac41339
SQL Operations Studio Public Preview 1 (0.23) release source code
2017-11-09 14:30:27 -08:00