36 Commits

Author SHA1 Message Date
Frédéric Barthelet
b5abfd8554
feat(ConfigSchema): defineFuntionEventProperties schema extension method (#8471) 2020-11-06 14:53:39 +01:00
Luis Helder
5003bbf983
feat(Config Schema): defineFunctionProperties schema extension method
(PR #8462)
2020-11-03 10:02:24 +01:00
Oz Weiss
4168dc1f30
feat(Config Schema): Schema for layers (#8299) 2020-10-01 17:39:51 +02:00
Mariusz Nowak
6d7e967227 refactor(Config Schema): Treat "resources" as fully provider specific 2020-08-28 14:17:54 +02:00
Mariusz Nowak
c79cae2308 refactor(Config Schema): Define AWS definitions in context of provider 2020-08-28 14:17:54 +02:00
Mariusz Nowak
4fb549c32f docs(Config Schema): Improve API documentation 2020-08-28 14:17:54 +02:00
Petr Reshetin
268f714357
feat: Schema based validation of service config (#7335)
Co-authored-by: Mariusz Nowak <medyk@medikoo.com>
2020-08-03 15:41:05 +02:00
Daniel Schep
508de5da06 prettify 2019-08-30 11:19:17 -04:00
Daniel Schep
a231e0302d changes for @erikerikson's review 2019-08-30 09:29:12 -04:00
Philipp Muens
dec3d5ff40 Update docs / Fix typos 2019-08-28 13:30:14 +02:00
Daniel Schep
c3674e1293 safer & more explicit implementation of variableResolvesrs(also renamed) 2019-08-21 10:22:05 -04:00
Daniel Schep
c0ed311865 simplify variable getter hook system 2019-08-20 15:00:23 -04:00
Daniel Schep
d3bcfeea78 lint 2019-08-20 14:39:20 -04:00
Daniel Schep
989f876e78 bit more docs 2019-08-20 14:31:35 -04:00
Daniel Schep
8b53a4323a lint & docs 2019-08-20 14:29:40 -04:00
Mariusz Nowak
4944f471b1
Prettify 2019-06-26 12:43:01 +02:00
Matthieu Napoli
1019939969 #6017 Plugin relative paths should start with ./
Following the discussion in #6261 it should be possible to load plugin via relative paths, as long as the path starts with `./`.

For example:

```yaml
plugins:
    # will load myfirstplugin/plugin.js or myfirstplugin/plugin/index.js
    - './myfirstplugin/plugin'
    # will load mysecondplugin/plugin.js or mysecondplugin/plugin/index.js
    - './mysecondplugin/plugin'
```
2019-06-20 11:55:55 +02:00
Matthieu Napoli
152b4c460a Fix #6017 Allow to load plugin from path
The list of plugins can now contain relative paths.

For example:

```yaml
plugins:
    # will load myfirstplugin/plugin.js or myfirstplugin/plugin/index.js
    - 'myfirstplugin/plugin'
    # will load mysecondplugin/plugin.js or mysecondplugin/plugin/index.js
    - 'mysecondplugin/plugin'
```
2019-06-18 16:12:49 +02:00
Daniel Schep
ae3b590f25 docs! 2018-11-29 10:55:52 -05:00
GuruRAM
07b3a1009a #4839 plugins documentation has been updated 2018-04-24 22:34:33 +03:00
Eslam λ Hefnawy
de6bebeea9 Merge pull request #3808 from rpunkfu/specify-default-option-values
Allow to provide a default value for plugin options
2017-07-19 19:25:03 +07:00
Eslam A. Hefnawy
5630e94a2b added docs for default options property 2017-07-19 19:00:32 +07:00
Philipp Muens
8d0f149407 Fix links / reformat 2017-07-07 11:25:52 +02:00
Daniel Schep
ddaa54aa20 Document that variable refs aren't resolved at plugin constructor execution time 2017-07-06 21:44:50 -04:00
Philipp Muens
e13b25485e Add docs for info command extension 2017-04-27 11:29:39 +02:00
marcusmolchany
f0e66aa898 Update Nested Commands code block to match example 2017-03-21 08:37:08 -07:00
marcusmolchany
347757f636 Fix types in Plugins docs 2017-03-21 08:02:07 -07:00
davidwells
dccbe952e0 add plugin blog links 2017-03-02 09:37:53 -08:00
horike37
6175814684 update plugin document 2016-12-23 13:30:01 +09:00
Philipp Muens
99f043abbe Merge branch 'master' into add-custom-per-function-roles 2016-11-02 10:35:19 +01:00
Philipp Muens
c4b7e47b54 Add docs 2016-11-01 15:57:54 +01:00
Eslam A. Hefnawy
10eec85161 added local-plugins integration test 2016-11-01 21:06:55 +07:00
Andrew McClenaghan
99352b9a42 Include documentation of loading service local plugins 2016-11-01 21:06:55 +07:00
John T Skarbek
cdc3743328
Minor Grammar Change
Corrects a minor paragraph typed twice.
2016-11-01 08:12:05 -04:00
davidwells
bd1c8692c8 update doc links 2016-10-24 19:11:37 -07:00
ac360
06af417f7b refactor documentation 2016-10-24 18:51:07 -07:00