Commit Graph

  • 1b339bec17 Merge pull request #14 from Microsoft/feature/connectUsingService Mitchell Sternke 2016-08-09 10:18:33 -07:00
  • f3231fba56 Addressing PR 14 feedback Mitchell Sternke 2016-08-09 10:17:29 -07:00
  • 9f371cd0bc Unit tests, part 1 Benjamin Russell 2016-08-05 18:38:21 -07:00
  • 5c03ba336d Added disconnect and connect when already connected service code Mitchell Sternke 2016-08-05 17:46:16 -07:00
  • a5582889bf Forgot to make corresponding changes in other files Benjamin Russell 2016-08-05 15:11:58 -07:00
  • a06003c966 Another change for @anthonydresser Benjamin Russell 2016-08-05 15:08:28 -07:00
  • 368a98c8e0 Quick fix for @anthonydresser Benjamin Russell 2016-08-05 14:55:59 -07:00
  • 315c1fd7b0 Merge branch 'feature/connectUsingService' into feature/queryExecutionV1 Benjamin Russell 2016-08-05 11:18:09 -07:00
  • 0740e81dab Stub files for tests for query execution Benjamin Russell 2016-08-05 11:11:50 -07:00
  • 8fba793a46 Incremental checkin of connection work Mitchell Sternke 2016-08-05 10:56:51 -07:00
  • 05e4c4f3a9 Final changes before V1 testing Benjamin Russell 2016-08-04 17:20:52 -07:00
  • 719a0f091a Merge branch 'feature/connectUsingService' into feature/queryExecutionV1 Benjamin Russell 2016-08-04 16:11:48 -07:00
  • 3ba22c94ac WIP for QueryExecution, mostly complete Benjamin Russell 2016-08-04 14:48:58 -07:00
  • 5249924b12 Fixed a few minor errors from the last commit Mitchell Sternke 2016-08-04 14:29:57 -07:00
  • 6ca893a122 Merge branch 'feature/connectUsingService' of https://github.com/Microsoft/sqltoolsservice into feature/connectUsingService Mitchell Sternke 2016-08-04 14:10:00 -07:00
  • 402e25f77d Per editor Connect support v0.1 Kevin Cunnane 2016-08-02 18:55:25 -07:00
  • 1618b77790 Merge branch 'dev' into feature/queryExecutionV1 Benjamin Russell 2016-08-03 15:42:26 -07:00
  • d191b0483c Small bugfix after the previous merge Benjamin Russell 2016-08-03 15:41:11 -07:00
  • 92c1481f14 Merge branch 'dev' into feature/queryExecutionV1 Benjamin Russell 2016-08-03 15:00:01 -07:00
  • a751e30a32 Merge pull request #13 from Microsoft/feature/queryExecutionV1_cr Benjamin Russell 2016-08-03 14:56:20 -07:00
  • 13fd97ef90 Fixing issues as per suggestions from @kevcunnane Benjamin Russell 2016-08-03 14:51:17 -07:00
  • da3d45a3e7 WIP for query execution Benjamin Russell 2016-08-03 14:27:53 -07:00
  • f1eebd989a Adding other global files as solution items Benjamin Russell 2016-08-03 14:27:09 -07:00
  • a40180bcb1 Per editor Connect support v0.1 Kevin Cunnane 2016-08-02 18:55:25 -07:00
  • b2f44031b7 Switching from ISqlConnection to DbConnection Benjamin Russell 2016-08-02 18:19:51 -07:00
  • f40aa31c67 Merge branch 'dev' into feature/queryExecutionV1 Benjamin Russell 2016-08-01 14:27:57 -07:00
  • 2df5ebfdb8 Merge pull request #12 from Microsoft/feature/fixProjectNames Benjamin Russell 2016-07-29 18:42:36 -07:00
  • d53c0d3f45 Correcting InternalsVisibleTo attribute Benjamin Russell 2016-07-29 17:14:40 -07:00
  • e83d2704b9 Fixing project names to fix VS bugs Benjamin Russell 2016-07-29 16:55:44 -07:00
  • d78c1947e0 Stubbing out connectionservice with guid id Benjamin Russell 2016-07-29 12:52:24 -07:00
  • bb0cd461b6 Merge pull request #11 from Microsoft/dev_connmgr Kevin Cunnane 2016-07-28 16:57:27 -07:00
  • 5c9c3699b9 Remove unnecessary whitespace Kevin Cunnane 2016-07-28 12:52:08 -07:00
  • f4c6589681 Add error handling to Connect command - Handles errors when connecting - Adds method to capture the settings so the connection service can use these. Expect to read settings from here (and possible connections) in the future - Minor rename to the test namespace to be consistent with refactor Kevin Cunnane 2016-07-27 18:38:18 -07:00
  • bc0383b6e6 Expanding SqlConnection to be more like DBConnection Benjamin Russell 2016-07-27 18:03:55 -07:00
  • 2ea5cf3457 Quick refactor of the connection service Benjamin Russell 2016-07-27 16:45:01 -07:00
  • ad008db4f5 Merge pull request #10 from Microsoft/dev_langservice Karl Burtram 2016-07-26 11:45:56 -07:00
  • 818c9fa47f Fix breaks introduced in the refactoring merge. Karl Burtram 2016-07-26 11:43:55 -07:00
  • 7ff6cc34a0 Fix binary names and add internalsvisible flag for tests Karl Burtram 2016-07-25 18:19:20 -07:00
  • ee2dc04e39 Fix merge build breaks Karl Burtram 2016-07-25 18:10:42 -07:00
  • 69eea577af Merge branch 'dev' into dev_langservice Karl Burtram 2016-07-25 17:51:23 -07:00
  • e2ac321a2f Merge pull request #8 from Microsoft/feature/componentizeServiceHost Benjamin Russell 2016-07-25 16:35:39 -07:00
  • b1f0453341 Merge branch 'dev' into feature/componentizeServiceHost Benjamin Russell 2016-07-25 16:34:51 -07:00
  • 639ab4f205 Small items for code review iteration Benjamin Russell 2016-07-25 13:33:04 -07:00
  • 53e26798fc Language Service diagnostics and autocomplete (#9) Karl Burtram 2016-07-25 13:04:14 -07:00
  • 6464240f0b Add nuget.config to pickup SQL Parser nuget package Karl Burtram 2016-07-25 12:58:44 -07:00
  • 6664de2252 Renaming callbacks to be more sane Benjamin Russell 2016-07-25 12:37:48 -07:00
  • 46032d3e2e Making singleton instances threadsafe Benjamin Russell 2016-07-25 12:15:03 -07:00
  • 31576d0731 Renaming namespaces to prevent issues with class names Benjamin Russell 2016-07-25 11:43:26 -07:00
  • ffc89231f4 Delete unused csproj file. Karl Burtram 2016-07-24 13:38:44 -07:00
  • 4cebc196ff Switch to using sys.tables for autocomplete Move some code into a better class Karl Burtram 2016-07-24 13:37:10 -07:00
  • a7d634a014 Merge branch 'dev' into dev_langservice Karl Burtram 2016-07-24 11:15:47 -07:00
  • 4484c8d8cf Initial implementation for autocomplete. Karl Burtram 2016-07-24 02:47:45 -07:00
  • 3a55333598 Add tests for the language service diagnostics Karl Burtram 2016-07-23 17:05:49 -07:00
  • 7119db3bcd Integrate SqlParser into the onchange diagnostics to provide error messages. Karl Burtram 2016-07-23 15:05:02 -07:00
  • bd83045a0a Applying refactor to test project Benjamin Russell 2016-07-22 16:56:34 -07:00
  • b9f041cdf4 The last 10% of the refactor Benjamin Russell 2016-07-22 16:41:23 -07:00
  • 85668cb3de First major portion of refactor 90% Benjamin Russell 2016-07-22 11:49:50 -07:00
  • 5d776863d8 Moving the WorkspaceService contracts into a contract folder Benjamin Russell 2016-07-21 16:53:53 -07:00
  • 9ec6265602 Separated LanguageServer into different components Benjamin Russell 2016-07-21 14:29:41 -07:00
  • eb25f56e64 Renaming all the namespaces for ServiceHost Benjamin Russell 2016-07-21 13:39:01 -07:00
  • f1e6b8a4e4 Changing the default namespace Benjamin Russell 2016-07-21 12:17:53 -07:00
  • a7eb53cc06 Moving the MessageProtocol files into ServiceHost/Protocol Benjamin Russell 2016-07-21 12:15:22 -07:00
  • 9edeb19946 Renaming the classes for the ServiceHost Benjamin Russell 2016-07-21 12:00:53 -07:00
  • 1b592aeaef Moving LanguageServer to ServiceHost Benjamin Russell 2016-07-21 11:36:38 -07:00
  • c84dfa34cc Merge pull request #7 from Microsoft/feature/vs2015Solution Benjamin Russell 2016-07-20 12:08:04 -07:00
  • 5517d9da81 Removing dead csproj file benrr101 2016-07-19 16:15:21 -07:00
  • 2a6a33fc11 Adding VS2015 support for ServiceHost project Creating the standard sln flies for the root of the sqltoolsservice project and adding xproj files for the individual projects. benrr101 2016-07-19 14:56:44 -07:00
  • 99414a4789 Merge branch 'master' into dev benrr101 2016-07-18 17:25:58 -07:00
  • 01e8f9c3f5 Merge ServiceHost xUnit test project into dev. (#5) Karl Burtram 2016-07-17 11:56:11 -07:00
  • 37d3cebc42 Mege dev to master (#6) Karl Burtram 2016-07-17 12:01:56 -07:00
  • ae54004e99 Actually stage the deletes. Update .gitignore Karl Burtram 2016-07-17 11:44:03 -07:00
  • 68999917b2 Setup standard src, test folder structure. Add unit test project. Karl Burtram 2016-07-17 11:31:31 -07:00
  • 569183134a Update README.md Karl Burtram 2016-07-16 13:06:00 -07:00
  • 921b2f5b04 Merge master to dev (#4) Karl Burtram 2016-07-16 12:06:21 -07:00
  • 5530ed4367 Merge branch 'dev' Karl Burtram 2016-07-16 11:52:47 -07:00
  • 6f922603bd Merge conflicts resolved Karl Burtram 2016-07-16 11:52:10 -07:00
  • f2a5ebd605 Add configuration change notification event handler. Clean up code a bit more to remove unneeded code. Better integrate the diagnostic callback code. Karl Burtram 2016-07-16 10:45:27 -07:00
  • ee664949c5 Additional code cleanup following initial check-in. Enable more ScriptFile code and hook in stub for error parsing. Karl Burtram 2016-07-16 02:37:49 -07:00
  • ea3d015961 Dev (#2) Karl Burtram 2016-07-16 01:20:56 -07:00
  • 4ad506f6f2 Enable file change tracking with Workspace and EditorSession. Also include misc. clean-ups related to removing unneeded PowerShell Language Service code. Karl Burtram 2016-07-16 01:14:12 -07:00
  • f2bb986f42 Remove unneeded files and clean up remaining code. Karl Burtram 2016-07-15 23:22:27 -07:00
  • c78292a680 Servicehost cleanup (#1) Karl Burtram 2016-07-15 20:48:31 -07:00
  • 790825cfab Initial commit of SqlTools Service API Karl Burtram 2016-07-15 11:02:03 -07:00
  • 874ade9001 Initial commit Microsoft GitHub User 2016-07-15 11:00:17 -07:00