4240 Commits

Author SHA1 Message Date
Nik Graf
bdde712304
fix linting error 2017-08-08 16:25:34 +02:00
Nik Graf
9e450949fd
Merge branch 'master' into serverless-run 2017-08-08 16:15:50 +02:00
Nik Graf
14803ee8df
add datatype option 2017-08-08 15:57:12 +02:00
Loren Gordon
58eec4d761 Uses path join to make tests os agnostic 2017-08-08 09:46:26 -04:00
Philipp Muens
49354484f1 Merge pull request #3970 from sebgoa/kubeless-template
Kubeless template for python and nodejs
2017-08-08 15:23:36 +02:00
Eslam A. Hefnawy
a81153414f added temp dirs for event gateway 2017-08-08 20:19:30 +07:00
Francisco Guimarães
0eb1cbccfb Adding aws-nodejs-typescript template 2017-08-08 08:11:52 -03:00
Francisco Guimarães
a42f3ad374 Fix lint 2017-08-08 07:44:16 -03:00
Francisco Guimarães
f62bbcfa34 Adding .webpack to ignored directories 2017-08-08 07:32:05 -03:00
Francisco Guimarães
67db16a5dd Wrong .webpack folder commited 2017-08-08 07:30:36 -03:00
Francisco Guimarães
b2fbfb720d Adding aws-nodejs-ecma-script template 2017-08-08 07:09:21 -03:00
Nik Graf
e08c614c66
change event name to event type 2017-08-07 18:30:02 +02:00
Eslam A. Hefnawy
670b955097 updated http events 2017-08-07 22:31:40 +07:00
Tommy Brunn
b21c330bd6
Skip Python test 2017-08-05 20:00:58 +02:00
Tommy Brunn
5a61f6c756
Test python implementation of get_remaining_time_in_millis 2017-08-05 19:47:46 +02:00
Tommy Brunn
35102ee3e6
Fix Python implementation of get_remaining_time_in_millis 2017-08-05 16:42:59 +02:00
Tommy Brunn
f150e03fd8
Remove destructuring to support older node 2017-08-05 16:34:08 +02:00
Tommy Brunn
d4766254a6
Fix behavior of getRemainingTimeInMillis in local invokation 2017-08-05 16:19:33 +02:00
Nik Graf
3c5b5f345a
introduce improved logging and test emitEvent 2017-08-04 16:25:03 +02:00
Eslam λ Hefnawy
793ef87b15 Merge pull request #4011 from oktapodia/feature/improve-deprecated-hook-message
Improve deprecated hook message
2017-08-04 21:17:16 +07:00
Nik Graf
ae46cc74da
fix retrieveData and add tests 2017-08-04 13:43:40 +02:00
Nik Graf
5e742f4daa
add tests for the emit command 2017-08-04 11:51:38 +02:00
Nik Graf
c954629060
first wip of the emit plugin 2017-08-04 11:45:57 +02:00
Dmitri Zimine
41683130db Fix lint complaints 2017-08-03 10:48:50 -07:00
Dmitri Zimine
c4374ec6b1 Optionally pass raw string, take 1 2017-08-03 10:28:53 -07:00
Eslam A. Hefnawy
564abd8562 updated FDK 2017-08-03 21:38:08 +07:00
Eslam A. Hefnawy
da91c5adf9 installing latest eventgateway 2017-08-03 20:40:24 +07:00
Eslam A. Hefnawy
a63ee7a527 serverless run: refactoring 2017-08-03 20:40:24 +07:00
Eslam A. Hefnawy
6443bf3dd9 local emulator updates 2017-08-03 20:40:24 +07:00
Eslam A. Hefnawy
997d458ae9 connect with local emulator 2017-08-03 20:40:24 +07:00
Eslam A. Hefnawy
52f743bb77 first draft of serverless run 2017-08-03 20:40:24 +07:00
Mariusz Nowak
5033bc9c1c Merge branch 'master' into improve-packaging-extensibility 2017-08-02 15:57:15 +02:00
Eslam λ Hefnawy
54dd2f64fc Merge pull request #3941 from serverless/remove-provider-name-validation
Remove provider name validation
2017-08-01 17:04:08 +07:00
Vlad Holubiev
8be178b839 Use is-docker npm package, increased test coverage 2017-08-01 01:02:40 +03:00
Sebastien Bramille
6d2eb61166 Align with Plugin 2017-07-30 02:16:21 +01:00
Sebastien Bramille
5174bf98ec Improve deprecated hook message 2017-07-30 02:12:15 +01:00
Eslam λ Hefnawy
2e4fcabc55 Merge pull request #3975 from runtrizapps/fix/deps-of-devdeps
Fix/deps of devdeps
2017-07-28 18:57:51 +07:00
Vinod S R
3e4d62acfe Use naming.getStackName method instead of hardcoding. 2017-07-27 23:04:24 +05:30
Philipp Muens
1acb4c5e44 Add catch-all for readFile code / test hardening 2017-07-26 12:59:31 +02:00
Philipp Muens
1540b4ed2d Add CLI output about dev dependency exclusion 2017-07-26 12:27:26 +02:00
Philipp Muens
2802281e6d Remove unnecessary mapSeries usage / add note about mapSeries usage 2017-07-26 12:17:26 +02:00
Philipp Muens
b9de80b5aa Rename variables / add important note about _.difference 2017-07-26 12:15:05 +02:00
Philipp Muens
a54330aa0c Switch to mapSeries to ensure sequential execution / order of mapping 2017-07-26 10:53:18 +02:00
Philipp Muens
d73fff689c Refactor usage of temporary dependency files 2017-07-26 10:51:35 +02:00
indieisaconcept
71f1aa09cb preserve context when executing exported function from .js file
The change ensures that when a .js file exported function is executed,
the original execution context is supplied in order to maintain "this".
2017-07-26 11:21:09 +10:00
mpuittinen
5325d3a0b9 Fix #3979. CLI option aws-profile overrides AWS_PROFILE env var 2017-07-24 10:42:48 +03:00
mpuittinen
4e96ea77c4 Fix #3979. CLI option aws-profile overrides AWS_PROFILE env var 2017-07-24 10:30:30 +03:00
David Govea
b095a286b5 Remove destructuring :( breaking builds on node 4-5 2017-07-23 02:28:59 -07:00
David Govea
e3582b6855 ESLint errors 2017-07-23 02:23:59 -07:00
David Govea
56852b74ba Adjust data returned from "npm ls" stubs in dev & prod modes.
All tests passing
2017-07-23 01:56:58 -07:00