Commit Graph
27 Commits
Author SHA1 Message Date
Charles Gagnon 89e7afd53b Update StringResourceTool for netcoreapp3.1 version (#978) 2020-06-15 12:22:53 -07:00
Charles Gagnon 42e5269359 Fix test notebook name casing (#970) 2020-06-08 10:58:37 -07:00
Charles Gagnon 0a53ff9ff7 Update SMO to latest release (#943) 2020-04-14 08:45:51 -07:00
Charles Gagnon b0fb5f74b3 Have release pipeline fail on errors (#945) 2020-04-09 15:32:17 -07:00
Charles Gagnon 7d37de218a Fix to not add parens for global variable built in functions (#940) 2020-04-07 09:56:24 -07:00
Charles Gagnon 6cecba4f85 Add var to control whether we push symbols to nuget (#938) 2020-03-26 09:10:12 -07:00
Charles Gagnon bce387842f Correctly skip intellisense for non-MSSQL language flavors (#910) 2020-03-02 15:39:37 -08:00
Charles Gagnon fcb8142bca Update to use new pipeline build definition (#930)
This should really be combined into a single pipeline file with the build like we do for ADS but for now just fixing this so we can have the releases published again.
2020-03-02 11:41:22 -08:00
Charles Gagnon 1577a0b86f Clean up solution (#912)
- Use global.json to control what version of .NET SDK is used for building so local builds also use the version used for pipeline builds
- Add some missing items to the sln so they are viewable through VS
- Delete extra project file
2020-01-17 07:48:20 -08:00
Charles Gagnon edc49fb629 Bump SMO with fix for external table scripting (#911) 2020-01-17 07:46:35 -08:00
Charles Gagnon d512c101c0 Add build pipeline and move pipeline files (#901) 2020-01-03 10:49:28 -08:00
Charles Gagnon 64d42c6202 Add release pipeline (#897) 2019-12-09 13:51:11 -08:00
Charles Gagnon 2326ee21a9 Undo direct add of release yaml 2019-12-02 16:04:34 -08:00
Charles Gagnon faf1d6c32d Set up CD with Azure Pipelines
[skip ci]
2019-12-02 15:47:34 -08:00
Charles Gagnon 314d01739d Fix auto-complete inserting brackets around function names (#895)
* Fix reserved words not to be bracket quoted

* wip

* More fixes

* Better name

* Format files and update test
2019-11-26 17:16:05 -08:00
Charles Gagnon 6f17c15d2c Test fixes (#877)
* Test fixes

* Delete unneeded using
2019-10-16 10:43:12 -07:00
Charles Gagnon 96593d66e3 Update SMO (#875) 2019-10-13 22:08:35 -07:00
Charles Gagnon f392a4a3f3 Remove BDC backwards compat check (#873)
* Remove BDC backwards compat check

* Fix merge issues
2019-10-04 14:13:32 -07:00
Charles Gagnon f45808692c Bump SqlClient for StatementCompleted fix (#871) 2019-10-01 13:36:10 -07:00
Charles Gagnon de1bab9f1e Fix Intellisense not working for saved files (#867)
* Fix tools service to store the corrected file path

* Use ClientFilePath for key

* Further fixes

* Undo spacing changes

* Fix tests

* Trigger CI rebuild
2019-09-19 11:28:40 -07:00
Charles Gagnon 92bb281cdd Ensure test file is deleted and fix test project path (#843)
* Ensure test file is always deleted

* Fix up project path
2019-08-05 14:05:32 -07:00
Charles Gagnon ec09ad21d2 Revert "Default to Server level context for all OE nodes (#829)" (#838)
This reverts commit a4b6c300ac.

(cherry picked from commit 7512a2bbe3154e4dd4b63927fcba52db78424994)
2019-07-29 16:55:37 -07:00
Charles Gagnon c1f2411b02 FIx intellisense cache not refreshing (#831)
* FIx intellisense cache not refreshing

* Remove extra newlines

* Output label to provide more useful information in case of error
2019-06-27 23:50:41 +00:00
Charles Gagnon a4b6c300ac Default to Server level context for all OE nodes (#829) 2019-06-27 17:50:35 +00:00
Charles Gagnon 85f34b65f1 Fix a number of cred scan hits (#800)
Bunch of secrets in files, usually fixed by generating random password. The deleted script files didn't seem to be used anywhere.
2019-04-24 13:31:34 -07:00
Charles Gagnon 8ba59859dc Correct typo in NodeType for SecurityPolicy (#796) 2019-04-08 07:39:31 -07:00
Charles Gagnon 57727409c1 Update to latest version of SMO (15.1.18097.0)
This contains a fix for netcore Registered servers that was preventing setting the ConnectionString property. (#784)
2019-03-22 10:30:42 -07:00