Граф коммитов

70 Коммитов

Автор SHA1 Сообщение Дата
Emilio Munoz 9cbd954e59
Emimunoz/clarify documentation (#625)
* Adding usage disclaimer to packages

* Adding usage disclaimer message to cli packages
2020-03-03 10:03:46 -08:00
Chris McConnell cf33b16e1b
Update documentation and switch to bf luis:build (#469)
* Updated documentation.

* Revert build.ts

* Have generator create missing directories.
Change how LUIS related files are organized and scripted to support
bf luis:build.

* Update readme.
2020-01-10 12:17:11 -08:00
Emilio Munoz 129aee47c8
Adding Plugins command group to manage plugins at runtime (#455)
* Adding Plugins command group to manage plugins at runtime

* Fixing docs

* Deleting usage from plugins readme

* Adding dialog plugin to cli
2019-12-26 13:37:53 -08:00
Christopher Anderson 4c685ed3c8 chore: swap to rush/pnpm & azure-pipelines.yml (#381)
* wip: added rush to command and chatdown

* chore: remove lerna

* chore: add rush

* chore: fix build & test for rush

* chore: add azure-pipeline [WIP]

* fix: use correct rush package in ci

* chore: bump timeouts on tests

* chore: disable linting on tests where it doesn't work

* chore: implicityAny enabled on tests for config

* chore: disable flakey test

* chore: disable parallelism on coverage

* chore: use Node 12

* chore: rearrange ci steps

* chore: swap to windows

* chore: disable bad tests

* chore: allow warnings

* chore: disable reporting coverage to coveralls

* chore: address dialog changes

* chore: add pr and cron triggers

* docs: update contributing docs

* chore: fix branches in azure-pipelines.yml

* fix: types

* fix: flakey test
2019-11-22 14:38:35 -08:00
Christopher Anderson 98ad2b1df9 fix #253 2019-10-21 17:55:14 -07:00
Emilio Munoz 83fcbb220e Luis command handle empty lu file (#252)
* Fix for Empty lu file creation #230

* Adding variable declaration back

* Fixes: #241, #247, #239

*  Fixes #247, #246, #239

* Fixing PR comments

* Fixing PR comments
2019-10-21 17:32:08 -07:00
Emilio Munoz 9128769934 Removing trailing whitespace 2019-10-17 12:37:09 -07:00
Emilio Munoz be92c6f3c4 Stopping timer to stdin, handling wrong input in lu 2019-10-17 12:31:25 -07:00
Emilio Munoz eefd05a66f Fixing stdin input reading 2019-10-17 10:43:37 -07:00
Emilio Munoz 18214a3d10 Adding test and fixing lint errors 2019-10-08 19:01:07 -07:00
Emilio Munoz 5b011414b4 Handling oclif/error CLIError in base class 2019-10-08 14:04:18 -07:00
Emilio Munoz cb1c81838c Adding custom CLIError class to avoid oclif error 2019-09-30 18:17:19 -07:00
Emilio Munoz 72252b44c0 Fixing lint error 2019-09-25 11:14:09 -07:00
Emilio Munoz a9b4b7c34d Moving parser folder to src in luis package 2019-09-25 10:58:20 -07:00
Emilio Munoz 17622bba51 Return empty string from stdin if no input passed 2019-09-16 10:33:23 -07:00
Jonathan Spruance (Insight Global) 1163e0c33b Fix lint issues 2019-09-12 11:11:36 -07:00
Jonathan Spruance (Insight Global) 5c2ddd0d20 Throw CLIError directly from read file util 2019-09-11 11:03:05 -07:00
Jonathan Spruance (Insight Global) 7019ca3f9a Add try catch to ReadPipedData() 2019-09-06 16:27:50 -07:00
Jonathan Spruance (Insight Global) 7fe686665f Add isTTY check to read piped data util 2019-09-06 15:52:31 -07:00
Jonathan Spruance (Insight Global) 1ac60ecc00 Trigger build 2019-09-03 12:58:19 -07:00
Jonathan Spruance (Insight Global) 75dfe187a9 Adding negative tests 2019-09-03 12:43:21 -07:00
Jonathan Spruance (Insight Global) 5c76120c7a Resetting timeout to 1000ms 2019-09-03 12:24:42 -07:00
Jonathan Spruance (Insight Global) 0a6dc915e0 Removing test file 2019-09-03 12:20:38 -07:00
Jonathan Spruance (Insight Global) 7acfe38f83 Adding test fixtures 2019-09-03 12:19:58 -07:00
Jonathan Spruance (Insight Global) dba36266e4 Adding test for reading from file 2019-09-03 11:48:19 -07:00
Jonathan Spruance (Insight Global) 2aedd931fe Adding unit test for read piped data 2019-09-03 10:50:32 -07:00
Jonathan Spruance (Insight Global) 6d351880f4 Expose readStdin as class method 2019-08-28 16:50:38 -07:00
Jonathan Spruance (Insight Global) 2d4a96544c Lint fix 2019-08-28 16:30:30 -07:00
Jonathan Spruance (Insight Global) 4fbb05b4f1 Lint fixes 2019-08-28 14:24:13 -07:00
Jonathan Spruance (Insight Global) f46644682a Making read file and read stdin data available through command class 2019-08-28 11:53:23 -07:00
Tom Laird-McConnell e38c0bcc23 add more tslint crap 2019-08-16 14:31:58 -07:00
Tom Laird-McConnell 82177424a3 fix tslint errors 2019-08-16 09:45:17 -07:00
Tom Laird-McConnell 88d17f55d8 clean up logging 2019-08-16 09:31:11 -07:00
Emilio Munoz 8b6aca9fec Changing build script in command 2019-08-12 21:19:57 -07:00
Emilio Munoz a77c1f051d Changing dependencies 2019-08-12 21:12:53 -07:00
Emilio Munoz 6ddc43f343 Removing package-lock from repo 2019-08-12 11:19:29 -07:00
Emilio Munoz cc1c1435d0 Replacing rm -rf with rimraf 2019-08-08 12:02:57 -07:00
Emilio Munoz 80cb77282a Adding new Dialog and Schema plugins 2019-08-07 11:46:10 -07:00
Jonathan Spruance (Insight Global) 078d37b801 fix lint 2019-07-16 20:06:02 -07:00
Jonathan Spruance (Insight Global) 2b9afc1fc4 killing stdin after send telemetry 2019-07-16 19:59:50 -07:00
Emilio Munoz b7eed7fb5f Merging hooks in one 2019-07-15 19:08:25 -07:00
Emilio Munoz 3e2db159ac Fixing versions 2019-07-15 18:15:10 -07:00
Emilio Munoz 94b438e6de Adding hook 2019-07-15 15:44:45 -07:00
Emilio Munoz 0642f28d04 Increasing versions 2019-07-15 14:57:21 -07:00
Jonathan Spruance (Insight Global) c6903edb83 Add package lock files 2019-07-15 11:00:00 -07:00
Emilio Munoz 18796b0ca7 Fixing repo reference in package.json files 2019-07-15 04:58:27 -07:00
Emilio Munoz 096f2c25f0 Setting config plugin to show help 2019-07-15 04:43:28 -07:00
Emilio Munoz 3a88292787 Changing telemetry key to point to Prod 2019-07-15 01:06:00 -07:00
Emilio Munoz e46679eb2e Fixes to last review comments 2019-07-15 00:50:14 -07:00
Emilio Munoz fe761418a7 Fixing linting errors 2019-07-11 13:23:33 -07:00