Matt Irvine
0c58f09e59
Merge VS Code 1.23.1 ( #1520 )
2018-06-05 11:24:51 -07:00
Karl Burtram
6aac0b6056
Initial Profiler extension scaffolding ( #1451 )
...
* Copy agent to profiler extension
* A few mote edits
2018-05-21 16:40:22 -07:00
Karl Burtram
80f150dfb4
Update README for May release ( #1359 )
2018-05-07 09:27:38 -07:00
Karl Burtram
7ee13b4afb
Integrate resources from Community Localization platform ( #1313 )
2018-05-02 11:17:29 -07:00
Leila Lali
f0f6c00a0e
Updated extension gallery link to Azure blob storage ( #1220 )
2018-04-23 15:44:30 -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
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
Leila Lali
890bece70c
changing the extension gallery url for insider builds ( #902 )
...
* changing the extension gallery url for insider builds
2018-03-13 14:25:25 -07:00
Leila Lali
66f39fd3eb
supporting sql built-in extensions ( #890 )
...
* supporting sql built-in extensions
2018-03-12 11:02:47 -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
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
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
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
Anthony Dresser
cea52d2314
add a false output channel to the other place we create a client ( #720 )
2018-02-16 13:04:41 -08:00
Cory Rivera
f1ddea986a
Change Windows setup so that sqlops restarts after auto-updating ( #684 )
...
* Re-add runcode line in code.iss, but with skipifsilent option.
* Add check for update flag file in setup run task in code.iss.
2018-02-13 12:40:17 -08:00
Aditya Bist
040549d264
Connection Dialog: Database dropdown followup issues fix ( #662 )
...
* databases now sorted order in dropdown
* fixed bug ESC bug for conn dialog
* pressing ESC now only closes dropdown instead of conn dialog
* changed dropdown arrow to look similar to other arrows
* align dropdown tree and spacing for all dropdowns
* fixed bug where pressing esc would close conn dialog after option is chosen
2018-02-13 12:38:51 -08:00
Anthony Dresser
6f21d6e27e
Output undefined channel for client ( #675 )
...
* added null output channel to the client
* potential fix the yarn problems
2018-02-12 17:40:26 -08:00
Karl Burtram
3b7ff61000
Reapply publish script changes lost in VS Code 1.19 merge ( #653 )
...
* Reapply publish script changes lost in VS Code 1.19 merge
* Pick up changes from commit 0c14c3cc7f
* Add another // {{SQL CARBON EDIT}}
2018-02-09 15:26:31 -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
Benjamin Russell
24ea675d7d
Edit Data: Fix editing stopping after tab switch ( #579 )
...
* Reverts should not be committed
* WIP
* Updating the angular2-slickgrid package that will fix the issue
* Updating package as per yarn stuff
2018-02-06 19:11:28 -05:00
Cory Rivera
3076390eb1
Skip opening sqlops after install if the setup exe is run with the VERYSILENT option. ( #611 )
...
* Skip opening sqlops after install if the setup exe is run with the VERYSILENT option.
* Remove unnecessary [Run] line in code.iss.
2018-02-06 13:04:45 -08:00
Cory Rivera
fe04fd72bc
Update query editor colorization to match SSMS ( #580 )
...
* Ignore editor keyword coloring if keywords are preceded by [ or @
* Force editor text starting with [ or one @ to use plain text styling.
* Add editor syntax check for unicode string literal prefix.
* Add editor syntax category for global system variables.
* Add builtin sql server functions to editor colorization.
* Remove redundant functions in sql syntax list.
* Duplicate editor colorization changes to SQL plist
* Add editor colorization for FULL OUTER JOIN.
* Add some extra missing keywords and functions to editor colorization.
* Make sql function names lower case in syntax-checking regex.
* Change bracketed identifier colorization to include non-word characters.
* Remove unused SQL.plist from sql syntax folder.
* Add yarn.lock files.
2018-02-01 15:52:18 -08:00
Karl Burtram
8a350809fd
Fix install-sqltoolsservice build task ( #593 )
2018-01-31 18:03:57 -05:00
Anthony Dresser
642514fd94
removed hygiene from travis ( #589 )
...
* removed hygiene from travis
* revert testing mechanism
* remove changes to renderer.js
2018-01-30 14:26:55 -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
Cory Rivera
0c14c3cc7f
Make commit id an argument for the build publish script. ( #536 )
...
* Make commit id an argument for the build publish script.
* Make commit an optional argument for publish script.
2018-01-22 16:02:57 -08:00
Cory Rivera
006eedd3a1
Update vscode build publishing scripts for use with sqlops ( #518 )
...
* Modify publishing scripts and gulp mixin task for publishing
update packages.
* Change publish script so that mooncake publishing runs only if the required credentials are provided.
2018-01-19 16:49:06 -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
Karl Burtram
ecc978a695
Update copyright date to 2018 ( #431 )
2018-01-03 14:47:28 -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
5b5adbb2e1
Fix some build errors using latest typescript version
2017-11-09 15:12:05 -08:00
Karl Burtram
3cdac41339
SQL Operations Studio Public Preview 1 (0.23) release source code
2017-11-09 14:30:27 -08:00