Commit Graph

36 Commits

Author SHA1 Message Date
Alex Ma
9955ef65ff [Loc] xlf resx update (#1702) 2022-09-19 10:15:27 -07:00
Alex Ma
2b7f1d2605 [Loc] update to xlf and resx for 9/8/2022 (#1680) 2022-09-08 14:30:44 -07:00
Alex Ma
ca6d270fcd [Loc] xlf resx update for 9-6-2022 (#1673) 2022-09-06 14:04:01 -07:00
Alex Ma
3f7e960534 [Loc] changes to xlfs for 8/29/2022 (#1661) 2022-08-29 16:55:08 -07:00
Alex Ma
21a261bf69 [Loc] updates to xlf and resx files (#1652) 2022-08-22 11:24:57 -07:00
Alex Ma
4912f55dec [Loc] update to xlfs and resx files (#1630)
* [Loc] update to xlfs and resx files

* update for 8/12/2022

* resx update
2022-08-12 10:04:57 -07:00
Alex Ma
46b6dd2e46 [Loc] update to xlfs and resx files (#1622) 2022-08-08 11:08:39 -07:00
Alex Ma
6c7738186c [Loc] update to sr resx (#1576) 2022-07-13 16:37:53 -07:00
Alex Ma
e28ee805e4 [Loc] update to xlfs and resx for 7-7-2022 (#1567) 2022-07-07 17:25:27 -07:00
Alex Ma
a8bf275e04 [Loc] update to sr xlf for 6/20/2022 (#1548) 2022-06-20 16:51:04 -07:00
Alex Ma
1ed6c132a4 [Loc] update to xlfs 5-27-2022 (#1520) 2022-05-27 10:11:49 -07:00
Alex Ma
f6068e28db [Loc] changes to xlf and resx files for 5/26/2022 (#1517) 2022-05-26 14:51:05 -07:00
Alex Ma
f20a89867d [Loc] added changes to resx (#1473) 2022-04-22 10:31:29 -07:00
Alex Ma
237aac7174 [Loc] added updated resx and xlf files (#1466) 2022-04-14 13:08:59 -07:00
Alex Ma
d5e2a58db4 [Loc] updated xlfs and resx files (#1439) 2022-03-22 10:51:36 -07:00
Alex Ma
8dbfa9112c [Loc] added unknownsqlforeignkeyaction (#1426) 2022-03-14 12:33:17 -07:00
Alex Ma
b066d03f3f [Loc] update to sr.xlf (#1409)
* [Loc] update to sr.xlf

* added resx updates
2022-02-14 11:54:31 -08:00
Alex Ma
25bbbcf60e [Loc] update to sr resx and xlf (#1392) 2022-02-07 09:52:05 -08:00
Alex Ma
3157c6186e [Loc] update to resx and xlfs (#1382) 2022-02-02 16:09:32 -08:00
Alex Ma
e9b926af75 [Loc] add updated xlfs and resx files to servicelayer. (#1368)
* [Loc] update to servicelayer xlfs

* [Loc] added updated resx and XLFs to ServiceLayer
2022-01-24 10:29:13 -08:00
Alex Ma
b02519de36 Revert XLFs to include resx (#1367) 2022-01-24 10:26:14 -08:00
Alex Ma
a0dee6834d [Loc] update to servicelayer xlfs (#1366) 2022-01-24 10:23:09 -08:00
Alex Ma
8d7976dd14 update to resx and xlf files (#1347) 2021-12-21 10:28:19 -08:00
Alex Ma
c3936a35f8 [Loc] update to resx and xlf files 12-13-2021 (#1338)
* added new XLFs

* update to resx files
2021-12-13 11:42:00 -08:00
Alex Ma
d58d51f5a6 [Loc] update to xlfs and resx (#1322) 2021-11-23 09:57:17 -08:00
Alex Ma
faec7e1498 [Loc] Update to resx 10-11-2021 (#1267)
* update to xlfs

* update to resx
2021-10-11 12:37:56 -07:00
Alex Ma
2e08873246 [Loc] update to xlfs and resx (#1261) 2021-10-06 11:07:39 -07:00
Alex Ma
3442c08012 [Loc] update XLFs and main resx to proper version (for cake build) (#1256) 2021-10-04 11:35:23 -07:00
Karl Burtram
5cf5b59a0d Insights generator project (#1066)
* InsightsGenerator project template files

* Add insights projects to SLN

* Setting up siggen class (#1003)

* Setting up siggen class

* fixed the learn method

* Refactoring code
Fixed compile errors

* renamed results to result

* Basic transformation logic (#1004)

* Fix a couple bugs and add a simple test (#1007)

* Fix a couple bugs and add a simple test

* More tests and bug fix

* Nara/workflow (#1006)

* added a queue processor

* ordered  using statements

* Armemon/analytics (#1008)

* Basic transformation logic

* changed some structure of siggen

* added sum and average method, as well as select rows by input name

* add insights to results

* min, max added

Co-authored-by: Karl Burtram <karlb@microsoft.com>
Co-authored-by: Aasim Khan <aasimkhan30@gmail.com>
Co-authored-by: Arslan Memon <armemon@microsoft.com>

* Added rules engine base implementation (#1005)

* Added rules engine base implementation

* update comments

* addressing comments

* adding template text to columnheaders object

* adding template text to columnheaders object

* fixing columnheaders class

* Added test

* Added Template Parser unit test in Test project

* Deleted unnecessary files and reverted the files that were modified by mistake

Co-authored-by: Jinjing Arima <jiarima@microsoft.com>

* Insights generator message handler placeholder (#1013)

* Aasim/insights/insight methods (#1014)

* Basic transformation logic

* changed some structure of siggen

* Added top and bottom insight functions

* Added top, bottom insights
Added tests for top, bottom insights

* Armemon/insights2 (#1011)

* max and min insightsperslice, and tests

* got rid of unneccesssary function

* get indexes

Co-authored-by: Arslan Memon <armemon@microsoft.com>

* Armemon/insights2 (#1012)

* max and min insightsperslice, and tests

* got rid of unneccesssary function

* get indexes

* learn for stringinputtyype

* add learn implentation

Co-authored-by: Arslan Memon <armemon@microsoft.com>

* Added Tests
Removed duplicate methods

Co-authored-by: Karl Burtram <karlb@microsoft.com>
Co-authored-by: arslan9955 <53170027+arslan9955@users.noreply.github.com>
Co-authored-by: Arslan Memon <armemon@microsoft.com>

* Armemon/insights2 (#1016)

* Basic transformation logic

* changed some structure of siggen

* Added top and bottom insight functions

* Added top, bottom insights
Added tests for top, bottom insights

* max and min insightsperslice, and tests

* got rid of unneccesssary function

* get indexes

* learn for stringinputtyype

* add learn implentation

* add unique inputs

* fix merge error

* add to result

Co-authored-by: Karl Burtram <karlb@microsoft.com>
Co-authored-by: Aasim Khan <aasimkhan30@gmail.com>
Co-authored-by: Arslan Memon <armemon@microsoft.com>

* Added all the templates (#1015)

* Added all the templates
Added a method to find matched template

* Added a function to replace # and ## values in a template

* Added ReplaceHashesInTemplate call

* Added comments

* Updated the template txt

* Updated GetTopHeadersWithHash function to add #toplist

* Updated the logic per offline discussion with Hermineh

* Update request handler contract to take array (#1020)

* added rulesengine findmatchingtemplate (#1019)

* Add support for getting DacFx deploy options from a publish profile (#995)

* add support for getting options from a publish profile

* update comments

* set values for default options if they aren't specified in the publish profile

* addressing comments

* Updating to latest DacFx for a bug fix (#1010)

* added rulesengine findmatchingtemplate

* Update DacFx deploy and generate script with options (#998)

* update deploy and generate script to accept deployment options

* add tests

* add test with option set to true

* merge

* merge

* incorporated FindMatchedTemplate

Co-authored-by: Kim Santiago <31145923+kisantia@users.noreply.github.com>
Co-authored-by: Udeesha Gautam <46980425+udeeshagautam@users.noreply.github.com>

* -Added logic for Insights Generator Service Handler (#1017)

* -Added logic for Insights Generator Service Handler

* Fixed some logic

* Adding workflow test

* Update transform and add tests (#1024)

* Jiarima/fix rules engine logic (#1021)

* Added all the templates
Added a method to find matched template

* Added a function to replace # and ## values in a template

* Added ReplaceHashesInTemplate call

* Added comments

* Updated the template txt

* Updated GetTopHeadersWithHash function to add #toplist

* Updated the logic per offline discussion with Hermineh

* Update with the fixes

* Updated template and foreach conditions

* Added distinct

* Updated tests according to the logic change (#1026)

* Nara/remove queing (#1023)

* loc update (#914)

* loc update

* loc updates

* Add support for getting DacFx deploy options from a publish profile (#995)

* add support for getting options from a publish profile

* update comments

* set values for default options if they aren't specified in the publish profile

* addressing comments

* Updating to latest DacFx for a bug fix (#1010)

* Update DacFx deploy and generate script with options (#998)

* update deploy and generate script to accept deployment options

* add tests

* add test with option set to true

* intermediate check in for merge, transformed not working

* intermediate check in for merge, transformed not working

* added test case

* merged

Co-authored-by: khoiph1 <khoiph@microsoft.com>
Co-authored-by: Kim Santiago <31145923+kisantia@users.noreply.github.com>
Co-authored-by: Udeesha Gautam <46980425+udeeshagautam@users.noreply.github.com>

* Output data types from transform (#1029)

* Fix bug process input_g (#1030)

* Fixed the insight generator service (#1028)

* Jiarima/added more testings (#1031)

* Added another test
Updated ReplaceHashesInTemplate function to return string instead of Template

* Added third test

* Merged

* Reverted the workflow file to match with the one in hack/insights

* Bugs fixes to hook insights up to ADS (#1033)

* Bug fixes for hack insights (#1032)

* Fixed the minColumn index bug in Data Transformation
Fixed the template matching logic.

* Adding changes from PR

* Try to fix Workflow tests

* Readd workflow tests

* Fix template load location

Co-authored-by: Aasim Khan <aasimkhan30@gmail.com>
Co-authored-by: Nara <NaraVen@users.noreply.github.com>
Co-authored-by: arslan9955 <53170027+arslan9955@users.noreply.github.com>
Co-authored-by: Arslan Memon <armemon@microsoft.com>
Co-authored-by: gadudhbh <68879970+gadudhbh@users.noreply.github.com>
Co-authored-by: Jinjing Arima <jiarima@microsoft.com>
Co-authored-by: jiarima <68882862+jiarima@users.noreply.github.com>
Co-authored-by: Kim Santiago <31145923+kisantia@users.noreply.github.com>
Co-authored-by: Udeesha Gautam <46980425+udeeshagautam@users.noreply.github.com>
Co-authored-by: khoiph1 <khoiph@microsoft.com>
2020-09-03 14:15:51 -07:00
khoiph1
b966bd4a7e latest translations (#903) 2020-01-15 11:26:10 -08:00
Monasr
4dd30c5341 check in latest localized XLIFF for December update (#561) 2017-12-06 17:28:22 -08:00
Kevin Cunnane
b8e46ce65f Support GO N syntax to execute multiple times (#551)
* Support `GO N` syntax to execute multiple times
- Plumbed through the batch execution count from the parser and used in the batch execution code path
- Functionality matches SSMS:
  - Outputs loop start/end messages that match SSMS if you're doing multi-batch execution
  - Outputs an "ignoring failure" error if an error happens during a batch
- Added tests for this
- Manually verified end to end also

* Fixing test error
2017-11-22 11:33:19 -08:00
Monasr
c512d53caa Loc checkin for November update (#548) 2017-11-20 15:14:32 -08:00
Monasr
c90fd3410d Localization check-in for September update (#464)
* Localization check-in for September update

* Fix format of test check that was failing so that if it fails in lab we'll get useful error message
2017-09-20 16:15:55 -07:00
Monasr
11097f9cc5 check in 100% localized XLIFF files for July release (#406) 2017-07-12 10:13:21 -07:00
Monasr
3a6b3e8f81 Latest SQLToolservice XLIFF with SSDTrecycling (#319)
* Latest SQLToolservice XLIFF with SSDTrecycling

* adding generated SRGen RESX files
2017-04-19 14:31:57 -07:00