TATSUNO Yasuhiro
|
3fe2e98f15
|
refactor: Replace _.isArray with native Array.isArray (#7703)
|
2020-05-11 10:24:41 +02:00 |
|
Frédéric Barthelet
|
f22bffc2b4
|
feat(Variables): Support boolean and integer fallbacks (#7632)
Additionally improved string related regex
|
2020-05-04 13:00:07 +02:00 |
|
Frédéric Barthelet
|
7d3636f968
|
feat(Variables): Support region selection of SSM variables (#7625)
|
2020-04-27 10:52:11 +02:00 |
|
Mariusz Nowak
|
304f0ec2b9
|
refactor(Variables): Clear ineffective promise functions usage
|
2020-01-29 14:45:12 +04:00 |
|
Mariusz Nowak
|
bc5bbbed3c
|
fix(Variables): Ensure to retrieve status code correctly
It changed with #7237
|
2020-01-29 14:45:12 +04:00 |
|
Mariusz Nowak
|
31987ce072
|
refactor(Variables): Reflect if/else logic in async handling
|
2020-01-29 14:45:12 +04:00 |
|
Mariusz Nowak
|
4893f7d0c2
|
fix(Variables): Ensure no same object instances are shared across config
Fixes #7098
|
2019-12-19 12:05:33 +01:00 |
|
Peter Indiola
|
4adc5cc197
|
Fix spelling and typos in docs, code variables and code comments
|
2019-11-20 23:28:56 +08:00 |
|
Miguel A. Calles, MBA
|
ac747109e2
|
Update Variables.js
|
2019-10-31 15:35:06 -07:00 |
|
Miguel A. Calles, MBA
|
4cd4536abc
|
Prettify
|
2019-10-31 13:13:34 -07:00 |
|
Miguel A. Calles, MBA
|
7eaa4a5e41
|
Update Variables.js
|
2019-10-31 07:54:52 -07:00 |
|
Miguel A. Calles, MBA
|
994a6f5f56
|
Update Variables.js
|
2019-10-29 15:03:29 -07:00 |
|
Miguel A. Calles, MBA
|
dc99b12dcb
|
Update Variables.js
|
2019-10-28 06:52:24 -07:00 |
|
Miguel A. Calles, MBA
|
e5ae498690
|
Prettify
|
2019-10-25 09:51:49 -07:00 |
|
Miguel A. Calles, MBA
|
950c9826e6
|
Update Variables.js
|
2019-10-25 09:10:12 -07:00 |
|
Miguel A. Calles, MBA
|
194eac116d
|
Update Variables.js
|
2019-10-25 08:22:44 -07:00 |
|
Miguel A. Calles, MBA
|
12e090295e
|
Update Variables.js
|
2019-10-25 08:21:42 -07:00 |
|
Miguel A. Calles, MBA
|
c1b1620d4e
|
Update Variables.js
|
2019-10-24 15:10:28 -07:00 |
|
Miguel A. Calles, MBA
|
c727831760
|
Linting
|
2019-10-22 07:24:20 -07:00 |
|
Miguel A. Calles, MBA
|
f0ced28d95
|
Using strToBool in variables
|
2019-10-22 07:19:43 -07:00 |
|
Miguel A. Calles, MBA
|
20b5e96a93
|
Prettier
|
2019-10-21 20:06:18 -07:00 |
|
Miguel A. Calles, MBA
|
2c75e1f6ca
|
Bug fix in toBool casting
|
2019-10-21 16:56:50 -07:00 |
|
Miguel A. Calles, MBA
|
c7da85eba8
|
Updated variables to include toBool casting.
|
2019-10-21 16:18:43 -07:00 |
|
Doug Moscrop
|
0fe004e942
|
allow empty arrays in overrides
|
2019-10-09 18:44:41 -04:00 |
|
Daniel Schep
|
a231e0302d
|
changes for @erikerikson's review
|
2019-08-30 09:29:12 -04:00 |
|
Daniel Schep
|
43076c0f22
|
Merge remote-tracking branch 'origin/master' into custom-variable-getters
|
2019-08-29 12:38:58 -04:00 |
|
Daniel Schep
|
15319b5be1
|
s/isDependentService/isDisabledAtPrepopulation
|
2019-08-27 08:46:41 -04:00 |
|
Daniel Schep
|
569623e156
|
s/method/resolver/
|
2019-08-27 08:44:57 -04:00 |
|
Daniel Schep
|
70921f4213
|
moar lint
|
2019-08-26 14:03:27 -04:00 |
|
Daniel Schep
|
0ca9c2ed67
|
lint
|
2019-08-26 13:39:21 -04:00 |
|
Daniel Schep
|
7ccdde6178
|
asfaf
|
2019-08-26 08:13:34 -04:00 |
|
Daniel Schep
|
e3c4755dbe
|
WIP
|
2019-08-23 10:08:41 -04:00 |
|
Doug Moscrop
|
69f4cbe1dd
|
do not log warnings on empty arrays
|
2019-08-21 13:17:44 -04:00 |
|
Daniel Schep
|
faa5a07009
|
prettify
|
2019-08-21 12:46:21 -04:00 |
|
Daniel Schep
|
c69cb50555
|
objects not arrays for instances in variableResolvers
|
2019-08-21 11:11:46 -04: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
|
02fa190d0b
|
Add plugin hooks to define config variable getters
|
2019-08-20 11:23:42 -04:00 |
|
Jonathan Keslin
|
31834261b0
|
Warn when attempting to split non-StringList parameter type
|
2019-07-12 09:38:48 -07:00 |
|
Jonathan Keslin
|
96946fd5fc
|
Allow optionally splitting SSM parameter value for StringList type
|
2019-07-11 15:33:17 -07:00 |
|
Mariusz Nowak
|
e6ae8983de
|
Fix lint issues after prettification
|
2019-06-26 12:43:01 +02:00 |
|
Mariusz Nowak
|
4944f471b1
|
Prettify
|
2019-06-26 12:43:01 +02:00 |
|
Philipp Muens
|
63c371c057
|
Turn Serverless Variable into plain value
|
2019-03-22 10:08:19 +01:00 |
|
Philipp Muens
|
391488bb39
|
Add ${sls:} Serverless Variable
|
2019-03-22 10:08:19 +01:00 |
|
exoego
|
616c744bd3
|
It should return json if referencing JSON in AWS SecretsManager.
|
2019-02-17 16:49:11 +09:00 |
|
Jerry Wang
|
041f717e07
|
fix makeDeepVariable replacement
|
2019-02-07 17:49:35 -05:00 |
|
Erik Erikson
|
f95a99096e
|
Append in Custom Syntax
Respect custom variable syntaxes when appending to deep variables.
|
2019-02-05 17:11:53 -08:00 |
|
exoego
|
5ed78b8024
|
Do not remove spaces in single-quote literal.
|
2019-02-02 22:46:58 +09:00 |
|
Eslam λ Hefnawy
|
8c53de83bf
|
Merge pull request #5758 from exoego/default-values
AWS: Add fallback support in ${cf} and ${s3}
|
2019-01-31 15:29:29 +03:00 |
|
Daniel Schep
|
0fb47a1e74
|
also preresolve keys within credentials
|
2019-01-29 16:33:08 -05:00 |
|