13185 Commits

Author SHA1 Message Date
Mariusz Nowak
df1b8a9433 fix(Config Schema): Run validation logic unconditionally
It's to ensure that properties normalization is applied unconditionally
2020-10-30 15:26:25 +01:00
Mariusz Nowak
9481029b59 refactor(Config Schema): No point in creating new object 2020-10-30 15:26:25 +01:00
Mariusz Nowak
c2712183a5 refactor(Config Schema): Run schema validation only in service context 2020-10-30 15:26:25 +01:00
Mariusz Nowak
214768b83a refactor: Ensure config modifications happen after its validation 2020-10-30 15:26:25 +01:00
Mariusz Nowak
734482eab5 refactor(Config Schema): Ensure alphabetical order 2020-10-30 15:26:25 +01:00
Piotr Grzesik
aa4f9f1e11
docs: Complete serverless.yml listing (#8429) 2020-10-30 11:41:54 +01:00
Mariusz Nowak
b6ae44e4cd
docs: Complete CHANGELOG info 2020-10-29 15:26:10 +01:00
Mariusz Nowak
05ecfa6659
chore: Release v2.9.0 v2.9.0 2020-10-29 13:07:57 +01:00
Mariusz Nowak
80816ca70f
chore: Bump dependencies 2020-10-29 12:56:14 +01:00
Mariusz Nowak
85f823cf46 fix(Config Schema): Fix IAM Policy resource reference schema 2020-10-29 12:53:19 +01:00
Mariusz Nowak
d0eee6a782 chore: Bump @serverless/test to ensure bug fix is taken 2020-10-29 12:28:11 +01:00
Mariusz Nowak
f887f8c839 test: Improve error exposure 2020-10-29 12:28:11 +01:00
Mariusz Nowak
2c4fa7baec feat(CLI): Add auto update config step to interactive setup 2020-10-29 12:28:11 +01:00
Mariusz Nowak
7cc898cd0f feat(Analytics): Distinguish npm and other global installations 2020-10-29 12:28:11 +01:00
Mariusz Nowak
dc5710d9c5 test: Refactor to async/await 2020-10-29 12:28:11 +01:00
Mariusz Nowak
5a5bb60e9f refactor: Convert to async/await 2020-10-29 12:28:11 +01:00
Mariusz Nowak
48a3e11f33 feat(Analytics): Report isAutoUpdateEnabled 2020-10-29 12:28:11 +01:00
Mariusz Nowak
e3f454680e feat: Opt-in auto update global installation 2020-10-29 12:28:11 +01:00
Mariusz Nowak
b8ddd2553d test: Upgrade to @serverless/test v6.1 2020-10-29 12:28:11 +01:00
Mariusz Nowak
5fcc54ae2a refactor(Standalone): Seclude standalone utils 2020-10-29 12:28:11 +01:00
Mariusz Nowak
b114efa999 refactor(Standalone): Convert to async/await 2020-10-29 12:28:11 +01:00
Mariusz Nowak
4275f2770a refactor(Standalone): Reorder requires 2020-10-29 12:28:11 +01:00
Mariusz Nowak
0d605fa76f refactor(Analytics): Alphabetical order 2020-10-29 12:28:11 +01:00
Mariusz Nowak
b4a65f16e3 chore: Upgrade @serverless/test to v6 2020-10-29 12:28:11 +01:00
Mariusz Nowak
b04ab55fab fix(Config Schema): Ensure to validate provider as in config file 2020-10-29 09:27:03 +01:00
Andrii Tykhan
5de867597c
docs(AWS API Gateway): Document resource name generation rules (#8407) 2020-10-28 12:05:31 +01:00
Frédéric Barthelet
7e9b2eac74
feat(AWS Deploy): Update according to shifted CloudFormation limits
(PR #8433)
2020-10-28 11:20:39 +01:00
Mariusz Nowak
989bd66469
test: Improve flow error handling 2020-10-28 09:26:14 +01:00
Mariusz Nowak
9292ef1173 test: Fix fixture service config
It only worked because all  `provider` properties are mapped on `provider`
2020-10-27 22:09:35 +01:00
Yuuki Takahashi
c9bc62c88f
docs(AWS SQS): Complete serverless.yml example (#8420) 2020-10-27 21:12:23 +01:00
SaintMalik
18d3f55949
docs: Fix broken dashboard url (#8418) 2020-10-27 17:46:42 +01:00
Frédéric Barthelet
479727e1f4
feat(AWS CloudFront): Switch from ForwardedValues to cache policies
(PR #8381)
2020-10-27 17:36:20 +01:00
Piotr Grzesik
2d6824cde5
refactor: Replace BbPromise.props with Promise.all (#8414) 2020-10-20 12:18:05 +02:00
Ed Holland
6e62e1c5e8
fix(AWS Deploy): Fix handling of AWS SDK numeric error codes (#8412) 2020-10-19 13:47:15 +02:00
Mariusz Nowak
b41f9ab944
docs: Improve test documentation 2020-10-19 13:30:38 +02:00
Mark Tse
80e70e7aff
docs: Fix typos (#8410) 2020-10-19 12:13:54 +02:00
Mark Tse
78f159b432
fix(Templates): Ensure service is renamed in package-lock.json (#8409) 2020-10-19 12:13:03 +02:00
Michał Krystek
9fe9341883
docs: Typo fixes (#8408) 2020-10-19 12:10:45 +02:00
Fabian Schneider
8566135341
feat(AWS API Gateway): Fix API Gateway naming convention (#8339) 2020-10-19 11:59:11 +02:00
Mariusz Nowak
bf356fd55e
chore: Release v2.8.0 v2.8.0 2020-10-16 12:57:49 +02:00
Mariusz Nowak
9059d5ec75
chore: Bump dependencies 2020-10-16 12:53:25 +02:00
Mariusz Nowak
2c874e22c9 refactor(Config Schema): Convert oneOf to more optimal anyOf 2020-10-16 12:30:32 +02:00
Mariusz Nowak
b0fe67d846 fix(Config Schema): Fix AWS stream event consumer schema 2020-10-16 12:30:32 +02:00
Mariusz Nowak
0394025438 fix(Config Schema): Do not mark layers[].path as required
It is not required when `package.artifact` is passed
2020-10-14 16:35:12 +02:00
Mariusz Nowak
86bcf91f5d
test(AWS Schedule): Increase timeout to ensure trigger is observed 2020-10-14 16:20:00 +02:00
Mariusz Nowak
166f3ce6bf fix(Config Schema): Fix provider.apiKeys schema 2020-10-14 15:49:04 +02:00
Mariusz Nowak
73f6549157 fix(Config Schema): Fix provider.apiKeys required properties config 2020-10-14 14:28:22 +02:00
Oz Weiss
e51e0f22da
feat(Config Schema): Schema for provider props of AWS http event
(PR #8383)
2020-10-14 13:30:56 +02:00
Mariusz Nowak
4e49473e15
docs: Improve CHANGELOG 2020-10-13 16:04:05 +02:00
Mariusz Nowak
d974fdce3a
chore: Release v2.7.0 v2.7.0 2020-10-13 15:23:32 +02:00