12117 Commits

Author SHA1 Message Date
Mariusz Nowak
fdd52b2032
docs: Document new release process 2019-12-06 13:53:46 +01:00
Mariusz Nowak
0f669f24e1
ci: Ensure to resolve latest versions of deep dependencies 2019-12-06 13:53:45 +01:00
Mariusz Nowak
ab496d3f95
ci: Improve comments 2019-12-06 13:53:45 +01:00
Mariusz Nowak
246ccb185a
ci: Improve comment placement 2019-12-06 13:53:45 +01:00
Mariusz Nowak
9aff2ebdc2
chore: Remove artifacts of old release process 2019-12-06 13:53:45 +01:00
Mariusz Nowak
ac7ac0ceeb
ci: Cover Node.js v13 2019-12-06 13:53:45 +01:00
Mariusz Nowak
cca072d10f
ci: Automate release flow 2019-12-06 13:53:44 +01:00
Mariusz Nowak
e9417e76cc
ci: Do not run full lint on release branches
It's good enough to validate it in context of PR's
2019-12-06 13:53:44 +01:00
Mariusz Nowak
e4c7d5ca2f
ci: Improve job description 2019-12-06 13:53:44 +01:00
Mariusz Nowak
1471436f11
ci: Move deploy scripts to only deploy section 2019-12-06 13:53:44 +01:00
Mariusz Nowak
32e9d995e1
ci: Valide commit messages in PR's from branches 2019-12-06 13:53:44 +01:00
Mariusz Nowak
d6ce607da0
ci: Improve comment 2019-12-06 13:53:43 +01:00
Mariusz Nowak
89446129bd
ci: Remove platform from job name
It duplicates information in Travis GUI
2019-12-06 13:53:43 +01:00
Mariusz Nowak
736a123c2a
chore: Rename prettify-updated script command to prettify:updated 2019-12-06 13:53:43 +01:00
Mariusz Nowak
a2e2d0f85e
ci: Rename prettier-check-updated script to prettier-check:updated 2019-12-06 13:53:43 +01:00
Mariusz Nowak
ad3b857464
ci: Rename lint-updated script command to lint:updated 2019-12-06 13:53:42 +01:00
Mariusz Nowak
e3c21b5cb1
ci: Rename test-isolated script command to test:isolated 2019-12-06 13:53:42 +01:00
Mariusz Nowak
b233ff3181
ci: Rename test-ci script command to test:ci 2019-12-06 13:53:42 +01:00
Mariusz Nowak
a2d2f9d5cf
chore: Configure prepare-release command 2019-12-06 13:53:42 +01:00
Mariusz Nowak
59302c89e6
chore: Configure Commitlint 2019-12-06 13:53:42 +01:00
Avinash Reddy Erupaka
998b6fd296 feat: MaximumRetryAttempts config for stream
Closes #7012
2019-12-05 12:24:31 +01:00
Mariusz Nowak
c81487da58
chore: Release v1.59.1 2019-12-05 11:15:08 +01:00
Mariusz Nowak
6ad516323b
fix: Fix mishandling of cachedCredentials in invokeLocal
Fixes #7050

Regression introduced with #7044
2019-12-05 11:15:07 +01:00
Mariusz Nowak
2f0ce9495b
test: Expose cachedCredentials mishandling in invokeLocal 2019-12-05 11:15:07 +01:00
Mariusz Nowak
097f35493e
ci: Ensure test CI runs against release-fast-track branch 2019-12-05 11:15:07 +01:00
Mariusz Nowak
578c1bc3ba fix: Revert fix for handing of removal of custom APIGW policy (#7048)
Adding policy implies different behaviour than when no policy is added

This reverts commit 802f81fa5c8048e4f8fb0b792594a357928df877.
2019-12-04 16:26:10 +01:00
b_d
802f81fa5c fix: Fix handing of removal of custom APIGW resource policy (#7002)
* provide open resource policy when none provided
Resolves #6789.

* provide open resource policy when none provided
Resolves #6789.

* Don't export policy / comment behavior
2019-12-04 14:39:18 +01:00
Mariusz Nowak
0e5e9545d4
Merge pull request #7046 from serverless/release
Release v1.59.0
v1.59.0
2019-12-04 12:45:35 +01:00
Mariusz Nowak
f87dfbdf7f
Release v1.59.0 2019-12-04 12:27:20 +01:00
Mariusz Nowak
e96b09b49c
Bump dependencies 2019-12-04 12:21:14 +01:00
Mariusz Nowak
0bc5014045
Merge pull request #7045 from serverless/lambda-provisioned-concurrency
Fix lambda provisioned concurrency setup
2019-12-04 12:17:11 +01:00
Mariusz Nowak
1cf29ff561
Fix handling of provisionedConcurrency handling 2019-12-04 11:16:17 +01:00
Mariusz Nowak
937cd92a43
Refactor setup of function versioning 2019-12-04 11:16:17 +01:00
Mariusz Nowak
4c1cee3192
Merge pull request #7044 from serverless/fix-aws-creds-handling
Fix AWS creds handling
2019-12-04 10:20:49 +01:00
Mariusz Nowak
356168785b
Fix AWS creds handling 2019-12-04 10:07:21 +01:00
Mariusz Nowak
f2a41bf0bd
Improve tests 2019-12-04 10:07:11 +01:00
Mariusz Nowak
a45d2a20a0
Merge pull request #7043 from serverless/lambda-provisioned-concurrency
Support lambda provisioned concurrency
2019-12-04 07:52:31 +01:00
Mariusz Nowak
0347b15d95
Merge branch 'master' into lambda-provisioned-concurrency 2019-12-04 07:25:01 +01:00
Philipp Muens
e080dd2a12
Merge pull request #7035 from tinexw/websocket-loglevel
Add option to change log level for websocket logs
2019-12-03 14:27:55 +01:00
Mariusz Nowak
44115aa8c5
Merge pull request #7039 from serverless/fix-custom-rest-api-id-handling
Fix resolution of user configured APIGW
2019-12-03 14:20:27 +01:00
Philipp Muens
d28ac9d2f1
Merge pull request #6992 from mhart/patch-1
Enable Content Trust checking when pulling lambci/lambda images
2019-12-03 14:17:15 +01:00
Philipp Muens
093cd4e3df Update serverless.yml documentation 2019-12-03 14:06:41 +01:00
Mariusz Nowak
ad59d22398
Merge branch 'master' into fix-custom-rest-api-id-handling 2019-12-03 14:02:41 +01:00
Mariusz Nowak
cd76e7eb8e
Merge pull request #7034 from serverless/limit-sdk-updates-to-local-apigw
Do not apply APIGW wide settings on externally referenced APIGW
2019-12-03 14:02:22 +01:00
Mariusz Nowak
2c07334039
Fix resolution of custom Rest API id 2019-12-03 14:01:22 +01:00
Mariusz Nowak
540ef7ae6f
Fix custom rest API id handling test 2019-12-03 14:01:03 +01:00
Mariusz Nowak
dea6ac36d4
Update test after recent changes 2019-12-03 13:44:06 +01:00
Mariusz Nowak
90bdf46859
Merge branch 'master' into limit-sdk-updates-to-local-apigw 2019-12-03 13:40:10 +01:00
Mariusz Nowak
0b3f0213e7
Merge pull request #7033 from serverless/improve-apigw-config-sdk-handling
Update API GW stage settings only when explicitly set
2019-12-03 13:34:21 +01:00
Mariusz Nowak
5e0c612a3d
Merge pull request #7032 from serverless/improve-custom-resources-install
Optimize custom resources generation
2019-12-03 13:30:00 +01:00