39 Commits

Author SHA1 Message Date
Mariusz Nowak
3808471972 test: Move unit tests to "test/unit" folder 2020-11-30 16:53:52 +01:00
Marek Piotrowski
21babec2ce
fix(AWS Local Invocation): Ensure IS_LOCAL env variable in docker
(PR #8372)
2020-10-09 15:34:09 +02:00
RT
fce0b18864
refactor: Replace _.concat with array.concat (#7851) 2020-06-30 13:52:57 +02:00
Mariusz Nowak
5234439fa1 refactor: Remove old analytics module 2020-06-16 10:59:59 +02:00
srd2014
053f5f420b
refactor: Replace _.split with string.split (#7820) 2020-06-09 12:23:14 +02:00
Edmundo Rodrigues
70fa0d82dd feat: add qualifier option to invoke command 2019-09-18 18:00:52 -03:00
Mariusz Nowak
4944f471b1
Prettify 2019-06-26 12:43:01 +02:00
Mariusz Nowak
531f4600db
Isolate process.env toggling in tests 2019-05-29 10:15:18 +02:00
Mariusz Nowak
48fd0e80cd
Ensure to return promise 2019-05-22 13:50:39 +02:00
Mariusz Nowak
40cd3c0fc9
Fix lint issues 2019-05-14 15:32:15 +02:00
Mariusz Nowak
b13239d9b9
Ensure no side effects 2019-05-14 14:39:19 +02:00
Deepak N
f9aae6a1c6 #5993: Ability to pass args for docker run command during invoke local docker 2019-04-03 18:50:55 +05:30
Daniel Schep
df1860dc46 restore original functionality! docker as fallback/flag 2019-03-05 11:28:13 -05:00
Shane Handley
1726daef2e Merge branch 'master' into 2116-consistent-errors-missing-config 2018-10-12 15:02:19 +09:00
Robin Norwood
9fc463d8e6 Use lodash .concat instead of Array.concat 2018-09-19 23:26:32 -05:00
Robin Norwood
3325118079 Fix linting errors 2018-09-19 17:05:02 -05:00
Robin Norwood
56d02bd1de Implement #5096 - invoke local can override env vars with --env 2018-09-19 16:53:10 -05:00
Shane Handley
d81ad1b913 Initial conversion to validation within the PluginManager, rather than a per-plugin invocation of the validation. 2018-09-10 21:41:39 +10:00
Rafał Wiliński
5e5f71df65 Add context and contextPath flags to invoke local cmd 2017-08-19 17:30:52 +02:00
Dmitri Zimine
41683130db Fix lint complaints 2017-08-03 10:48:50 -07:00
Dmitri Zimine
c4374ec6b1 Optionally pass raw string, take 1 2017-08-03 10:28:53 -07:00
Philipp Muens
80970a4b2d Minor fixes / add whitespaces for better readability 2017-06-28 09:43:31 +02:00
davidwells
0bcf4b6e8e userStats invoke 2017-06-26 17:42:07 -07:00
Frank Schmid
aca8db9ba7 Set IS_LOCAL for every provider. Added unit tests. 2017-05-29 11:15:32 +02:00
Philipp Muens
8aad2372eb Refactor test structure
So that all tests follow the *.test.js pattern and globs are used to find test files.
2016-11-22 12:49:26 +01:00
Eslam A. Hefnawy
07a2d92e96 added default context 2016-10-31 20:53:33 +07:00
Eslam A. Hefnawy
7bcf3c93af fixing typos for invoke local plugin 2016-10-31 14:57:27 +07:00
Eslam A. Hefnawy
abc9d91ed1 added invoke local plugin 2016-10-25 16:59:34 +07:00
Maciej Winnicki
fb0887f759
standardize commands decription 2016-10-12 08:44:29 +02:00
Florian Motlik
f9f212b404 WIP 2016-09-05 16:18:58 +02:00
Philipp Muens
3e8dbc921d Update plugin READMEs 2016-06-29 20:22:55 +02:00
Philipp Muens
927d7d929f Fix linting issue in invoke plugin 2016-06-29 14:14:54 +02:00
Philipp Muens
267e6c58fb Add shortcut support for options 2016-06-29 14:07:55 +02:00
Philipp Muens
081ac58f43 Remove unnecessary "required" in plugin options 2016-06-28 15:22:22 +02:00
Philipp Muens
ab3bbe0a4e Update existing plugin docs 2016-06-22 16:33:00 +02:00
Philipp Muens
f6a631482a Add some minor code convention changes 2016-06-21 13:29:06 +02:00
Philipp Muens
cf7028677b Refactor docs structure
Each plugin now has a README.md file in it's root folder. The docs/README.md file
links to each plugins index folder so that the user can directly see the plugins folder structure
and the corresponding README.md file at once. This makes understanding the plugin way easier.
2016-06-17 08:43:51 +02:00
Philipp Muens
e563a071b5 Add option definitions to core plugins 2016-06-09 19:43:13 +02:00
Eslam A. Hefnawy
fd80e6df63 added invoke functionality/plugin 2016-06-02 15:07:35 +02:00