Anthony Dresser
b553cbb68c
update build to use yarn to fix errors ( #2191 )
2018-08-08 15:09:12 -07:00
Karl Burtram
220e4feb1d
Bump MIME module ( #2148 )
2018-08-03 21:24:26 -04:00
Karl Burtram
f4fa18ec05
Add GetConnectionString command (without build break) ( #2120 )
...
* Revert "Revert "Adds "Get Connection String" command (#2108 )" (#2116 )"
This reverts commit c6d1fa2b7d .
* Fix build breaks
2018-08-01 20:15:14 -04:00
Karl Burtram
c6d1fa2b7d
Revert "Adds "Get Connection String" command ( #2108 )" ( #2116 )
...
This reverts commit c4df7667ff .
2018-08-01 19:00:24 -04:00
Karl Burtram
c4df7667ff
Adds "Get Connection String" command ( #2108 )
...
* Initial connection string changes
* Add Get Connection String methods
* Add IncludePassword parameter
* Update Data Protocol and Tools Service versions
* Update dataprotocol to 0.2.2
* Try to update the dataprotocol component again
* Fix a few bugs related to getting the current editor connection uri
2018-08-01 18:44:54 -04:00
Anthony Dresser
d14c73fad5
vbump service-downloader ( #1965 )
2018-07-19 14:06:41 -07:00
Aditya Bist
6b1d552277
Agent/step finishes ( #1948 )
...
* misc fixes in dialogs
* removed unused import
* disabled more advanced options
2018-07-17 10:51:31 -07:00
Karl Burtram
0de94ff8a4
Add "Schedule Picker" dialog ( #1759 )
...
* Merge master
* Add pick schedule dialog 1
* Add Pick Schedule button to create job dialog
* Cleanup Pick Schedule dialog
* Hook-up onClose event for Pick Schedule
* Code review feedback
2018-06-27 13:42:08 -07:00
Aditya Bist
3e3ff163db
Jobs - New step (WIP) ( #1711 )
...
* added jobs view toolbar
* create job command and dialog stub
* add tab content and wire up the provider
* fix the steps tab error
* create job dialog 6/15 changes
* general tab done
* success action and retries completed
* added failure action dropdown
* add notification tab checkbox events
* added AgentJobStepInfo objects in sqlops
* create job dialog - 0618 update 1
* added model save function
* width for controls and initial state for notification tab controls
* refresh master and changes to work with latest code
* fixed next and prev button positions
* new step dialog ui finished
* implemented parse button
* fix package file
* add validation and sub-items collections
* hook up the step creation dialog - step 1
* merged master
2018-06-26 11:09:41 -07:00
Karl Burtram
b1ce07d3ae
Add SQL CARBON EDIT tag in product class ( #1690 )
2018-06-20 12:42:32 -07:00
Leila Lali
3afd3b0ff3
fixed the compile error ( #1601 )
2018-06-08 15:47:29 -07:00
Anthony Dresser
00041c8ecd
nump slickgrid ( #1428 )
2018-05-18 13:52:38 -07:00
Anthony Dresser
d2d2ade9f7
register feature for language client for agent ( #1086 )
2018-04-05 21:49:57 -07:00
Aditya Bist
36045c5381
added caching for jobs view and history page ( #1056 )
2018-04-04 21:56:04 -07:00
Anthony Dresser
e6a65599fd
fix client options in mssql ( #1044 )
2018-04-02 18:23:57 -07:00
Anthony Dresser
2414f43757
Refactor out extensions-modules and rewrite mssql extension ( #909 )
...
* commting .d.ts changes
* added serverinfo to .d.ts
* maybe its working?
* works
* updated contrib
* remove unnecessary code
* fix compile errors
* init
* conitnue
* on the way to working maybe?
* close
* EVERYTHING WORKS
* moved src out of client folder
* formatting
* reenable logging
* working on build file
* fixed install service gulp command
* fix the command to properly return promises
* clean up code
* add telemetry
* formatting
* added logging/telemetry/statusview
* formatting
* address comments
* resolute vscode-language versions
2018-03-28 10:59:08 -07:00
Karl Burtram
357bb1916e
Initial SQL Agent merge for March release ( #961 )
...
* WIP
* wip
* SQL Agent wip
* wip
* Initial control host (wip)
* Initial hookup of SQL Agent service to job component
* Update agent package.json
* Hook up getJobs call
* A couple job view updates
* Add some more agent views
* Rename some 'agent' classes to 'jobManagement'
* job history page (#852 )
* added back button, run actions and overview accordion
* refactoring
* overview table complete
* fixed the dropdown arrow for the overview section
* added table for prev job list
* fixed agent job result type
* code cleaning and code review comments
* fixed yarn.lock conflicts
* added function for job history
* changed vscode-languageclient version
* changed yarn lock file
* fixed yarn lock file
* fixed yarn file
* fixed css paths
* added images to packaging step
* fix resource path for packaging
* Switch back getJobs return type
* Make enum const
* Remove sqlops const
* WIP
* WIP
* Feature/agent1 adbist (#899 )
* added back button, run actions and overview accordion
* refactoring
* overview table complete
* fixed the dropdown arrow for the overview section
* added table for prev job list
* fixed agent job result type
* code cleaning and code review comments
* fixed yarn.lock conflicts
* added function for job history
* changed vscode-languageclient version
* changed yarn lock file
* fixed yarn lock file
* fixed yarn file
* fixed css paths
* added images to packaging step
* fix resource path for packaging
* added steps lists
* fixed style and dimensions
* fixed conflicts
* implemented job list
* added the Date and Status columns
* update yarn files
* merged feature/agent1
* added theme styling for light theme
* changed yarn lock files
* made job history page css more specific
* Add visiblity check to job view
* Clean up jobs styling and call getJobHistory
* Add more Job Table styling
* Enable detail view in job table
* Use updated slickgrid repo
* vbumped slickgrid
* Convert rowdetail slickgrid plug to TypeScript
* Feature/agent1 adbist (#945 )
* added back button, run actions and overview accordion
* refactoring
* overview table complete
* fixed the dropdown arrow for the overview section
* added table for prev job list
* fixed agent job result type
* code cleaning and code review comments
* fixed yarn.lock conflicts
* added function for job history
* changed vscode-languageclient version
* changed yarn lock file
* fixed yarn lock file
* fixed yarn file
* fixed css paths
* added images to packaging step
* fix resource path for packaging
* added steps lists
* fixed style and dimensions
* fixed conflicts
* implemented job list
* added the Date and Status columns
* update yarn files
* merged feature/agent1
* added theme styling for light theme
* changed yarn lock files
* added method signatures for job history with DMP
* added methods for job running
* added job actions to sqlops
* Refer to dataprotocol from feature/agentDmp1 branch
* Update SQL Tools version to 1.4.0-alpha.13
* Change Feb to March in release note prompt
* SQL Agent extension metadata
* add feature explicitly in client creation
* Update Agent job registration
* Update package.json
* Feature/agent1 adbist (#955 )
* added back button, run actions and overview accordion
* refactoring
* overview table complete
* fixed the dropdown arrow for the overview section
* added table for prev job list
* fixed agent job result type
* code cleaning and code review comments
* fixed yarn.lock conflicts
* added function for job history
* changed vscode-languageclient version
* changed yarn lock file
* fixed yarn lock file
* fixed yarn file
* fixed css paths
* added images to packaging step
* fix resource path for packaging
* added steps lists
* fixed style and dimensions
* fixed conflicts
* implemented job list
* added the Date and Status columns
* update yarn files
* merged feature/agent1
* added theme styling for light theme
* changed yarn lock files
* added method signatures for job history with DMP
* added methods for job running
* added job actions to sqlops
* navigation works but is really slow to load data
* Add jobs view icon
* Misc. cleanups
2018-03-23 13:27:55 -07:00
Anthony Dresser
c019175fff
fix the lock files ( #861 )
2018-03-07 11:33:46 -08:00
Anthony Dresser
ba188189a8
Credentials and Serilization shouldn't register for all features ( #833 )
...
* change credentials and serilization so they don't register for all features
* vbump dataprotocol
2018-03-07 10:41:22 -08:00
Anthony Dresser
1c08e64651
fix dataprotocol developement problems ( #788 )
...
* whats happening
* fix problems with compiling
* fix compile
* fix problems with building
* deleteing lib
* adding lib back to ignore
* fix more build problems
2018-02-27 11:40:57 -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