Daniel Schep
6135a1e14c
fix yarn install of SFE integration
...
closes #6181
2019-05-28 16:03:01 -04:00
Daniel Schep
197ca06479
Merge remote-tracking branch 'origin/master' into plat-916
2019-05-28 07:36:11 -04:00
Daniel Schep
e335bdb66b
SFE plugin 1.0.3 removed unneeded zlib dep that was breaking npm installs with old versions of npm
2019-05-24 13:42:19 -04:00
Daniel Schep
c636c8dcb8
Merge remote-tracking branch 'origin/master' into plat-916
2019-05-24 12:47:46 -04:00
Mariusz Nowak
7c1e5170d8
Upgrade to use nyc over istanbul
2019-05-24 10:45:48 +02:00
Mariusz Nowak
119eb7f3b2
Upgrade Mocha to v6
2019-05-24 10:15:32 +02:00
Daniel Schep
c675900b9b
version bumps
2019-05-23 16:52:24 -04:00
Daniel Schep
9df621eaf6
oh. stupid yaml broke travis parsing of config
2019-05-23 11:18:17 -04:00
Daniel Schep
df5cfd4e4d
Merge branch 'master' into plat-916
2019-05-23 08:52:08 -04:00
Daniel Schep
9fc9d20efc
sfe bump
2019-05-23 08:39:36 -04:00
Mariusz Nowak
5e14363345
Bring back support for multi process run
2019-05-23 12:48:13 +02:00
Mariusz Nowak
f80b240c0e
Bring back p-limit based tests run
...
It's to provide an option to run isolated tests in parallel
2019-05-23 12:00:52 +02:00
Daniel Schep
0c54d9389d
version specifier instead of latests
2019-05-22 07:50:24 -04:00
Daniel Schep
fcfd7f3bf1
version bump for version 1.43.0
2019-05-20 11:58:52 -04:00
Mariusz Nowak
5155bbb16f
Merge branch 'master' into fix-tests-setup
2019-05-17 14:57:45 +02:00
Mariusz Nowak
7e0b8b2303
Cleanup test-isolated scripts
...
As we no longer introduce parallelizm,
its fine to remove any logic that handled that
2019-05-16 12:39:38 +02:00
Mariusz Nowak
58fafa95f6
Test runner that runs tests in isolation
2019-05-14 17:23:53 +02:00
Daniel Schep
68b9c39f34
Merge remote-tracking branch 'origin/master' into plat-916
2019-05-14 09:49:29 -04:00
Mariusz Nowak
344f0ba743
Release v1.42.3
2019-05-14 09:22:10 +02:00
Mariusz Nowak
edc3138ed6
Support color output in tests
2019-05-10 17:18:45 +02:00
Mariusz Nowak
74b282a693
Ensure latest versions of dependencies
2019-05-10 13:21:12 +02:00
Mariusz Nowak
183d1397a3
Release v1.42.2
2019-05-10 13:05:01 +02:00
Daniel Schep
cb1e4d5057
lockfile update too
2019-05-09 15:51:13 -04:00
Mariusz Nowak
0d757a1db2
Releasing v1.42.0
2019-05-09 16:22:47 +02:00
Daniel Schep
6e09241674
TEMPORARY - switching SFE plugin dep to next tag to be able to test
2019-05-03 14:10:21 -04:00
Daniel Schep
dccec5501a
reference sfe plugin from npm, not local tarball
2019-05-01 16:23:25 -04:00
Daniel Schep
c06a67851e
built in integration of serverless enterprise
2019-05-01 15:48:12 -04:00
Philipp Muens
10ce43fd7d
Releasing v1.41.1
2019-04-23 13:10:33 +02:00
Philipp Muens
112be54b1b
Releasing v1.41.0
2019-04-17 13:10:49 +02:00
Daniel Schep
7fd7047ef8
version bump!
2019-03-28 08:51:40 -04:00
Philipp Muens
08e29facaf
Update npm dependencies
2019-03-28 09:33:34 +01:00
Philipp Muens
5d2b9760eb
Releasing v1.39.1
2019-03-18 11:28:14 +01:00
Eslam A. Hefnawy
f17b220905
releasing v1.39.0
2019-03-15 13:33:48 +03:00
Daniel Schep
6cf3563139
jszip as main dep, DRY getting runtime, use on exit instead of on close
2019-03-13 09:27:34 -04:00
Daniel Schep
60c4151baf
global layer cache
2019-03-05 11:28:13 -05:00
Philipp Muens
b34f26ef01
Releasing v1.38.0
2019-02-20 13:26:54 +01:00
Eslam A. Hefnawy
1b8252d4f0
releasing v1.37.0
2019-02-06 17:16:59 +03:00
Daniel Schep
34c8bf106e
Version bump for 1.36.3 release
2019-01-23 08:23:55 -05:00
Daniel Schep
f525c5709d
version bump & remove last unused platform-sdk import
2019-01-21 08:31:22 -05:00
Daniel Schep
d817ce08d4
Merge pull request #5687 from serverless/remove-platform-code
...
Remove platform code
2019-01-17 11:01:45 -05:00
Daniel Schep
049f46cdf8
1.36.1 bugfix
2019-01-13 20:31:52 -05:00
Austen Collins
70e94c9640
remove platform commands from the help screen
2019-01-11 16:36:20 -08:00
Daniel Schep
29a8f1cffa
v1.36.0 release!
...
- [Log AWS SDK calls in debug mode](https://github.com/serverless/serverless/pull/5604 )
- [Added currently supported regions for GCP functions](https://github.com/serverless/serverless/pull/5601 )
- [Update Cloudflare Templates](https://github.com/serverless/serverless/pull/5620 )
- [AWS: Validate rate/cron syntax before Deploy](https://github.com/serverless/serverless/pull/5635 )
- [Fix error log output](https://github.com/serverless/serverless/pull/5378 )
- [Support for native async/await in AWS Lambda for aws-nodejs-typescript template ](https://github.com/serverless/serverless/pull/5607 )
- [aws-csharp create template uses handler-specific artifact](https://github.com/serverless/serverless/pull/5411 )
- [change behaviour on initial stack create failed](https://github.com/serverless/serverless/pull/5631 )
- [Add warning for multiple functions having same handler](https://github.com/serverless/serverless/pull/5638 )
- [AWS: Add API Gateway stage name validation.](https://github.com/serverless/serverless/pull/5639 )
2019-01-09 10:54:45 -05:00
Daniel Schep
dc776febb1
run npm audit fix to fix gh security alert
2019-01-02 16:44:21 -05:00
ben willkommen
c2d72e03cc
Fixed cloudflare templates
...
Updated package.json from 0.1.1 to 1.0.5 of serverless-cloudflare-workers plugin for both cloudflare templates. Fixed an issue with the serverless.yml files in the templates: serverless-cloudflare-workers does throws an exception on serverless deploy of the name property of the function does not match the function name.
2018-12-19 19:23:34 -06:00
Daniel Schep
825066fe82
version bump to fix regression out of project includes
2018-12-16 11:03:58 -06:00
Daniel Schep
7488b77998
v1.35.0 release!
2018-12-12 12:49:06 -05:00
Joshua Napoli
a15ef7c220
Upgrade to aws-sdk v2.373.0
2018-12-10 11:50:44 -05:00
Jeff Soloshy
23c37b7543
feat: drastically improved dev dependency exclusion performance
2018-12-06 13:27:31 -08:00
Daniel Schep
212f9741fe
v1.34.1 release, mostly in hopes of fixing readme on npm
2018-11-30 11:38:17 -05:00