Cory Rivera
89c48bbe75
Add option for using generic SQL queries to filter EditData rows via a query editor pane. ( #1329 )
2018-05-14 12:27:55 -07:00
Anthony Dresser
32ac907403
crypto is part of node now ( #1033 )
2018-03-31 11:36:44 -07:00
Anthony Dresser
0029767561
add dev depencies to keep yanr from erroring during build ( #1015 )
2018-03-28 14:24:22 -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
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
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
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
cf283a9266
Remove unneeded files from packaged builds ( #642 )
...
* Remove unused files from packaged builds
* Update package.json postinstall steps
* More npm install fixes
* Colorizer test fix
* Clean-up typescript module
* Fix yarn build on macOS
* Add gulp to dev dependencies
* Fix macOS build
2018-02-08 14:54:27 -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
Anthony Dresser
8afebd2e10
Extensions Cleanup ( #359 )
...
* clean up extensions
* updated copyrights
* formatting
2017-12-20 21:35:52 -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