1990 Commits

Author SHA1 Message Date
Nik Graf
3c5b5f345a
introduce improved logging and test emitEvent 2017-08-04 16:25:03 +02: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
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
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
David Govea
42c8c59bde double stub call counts for new code path 2017-07-23 01:56:26 -07:00
David Govea
4104c91839 Enable dependency diffing, & remove it.only() from failing test (now passing) 2017-07-23 01:55:21 -07:00
David Govea
3e4986c53b Refactor zipService to assemble both dev and prod dependencies, and add failing test 2017-07-23 01:35:36 -07:00
Sebastien Goasguen
dc46b89664 Add Python and Node.js templates for Kubeless provider 2017-07-23 09:31:39 +02:00
Philipp Muens
26051ad798 Fix function retrieval for "deploy list functions" command 2017-07-21 16:35:43 +02:00
Eoin Shanaghy
d72131e954 Update npm ls tests after conflict, use 1 space 2017-07-20 12:35:05 +01:00
Eoin Shanaghy
4f7ffd0954 Merge branch 'master' into master 2017-07-20 12:24:40 +01:00
Eslam λ Hefnawy
47df1e4177 Merge pull request #3889 from serverless/fix-dev-dependency-exclusion-bug
Fix dev dependency exclusion bug
2017-07-19 18:48:25 +07:00
Philipp Muens
9ffde98f28 Add tests 2017-07-19 10:39:54 +02:00
Philipp Muens
f5b5c7f0f5 Switch from _.filter to _.compact to remove falsey values 2017-07-19 10:06:23 +02:00
Brian Neisler
ec9538127d Add support for a publish flag for disabling publish of service to platform 2017-07-18 14:26:15 -07:00
Gharsallah Mohamed
38dba4d509 resolve credentials saving as a promise 2017-07-18 16:10:33 +02:00
Philipp Muens
f089e8f07f Fix and update tests 2017-07-18 12:48:54 +02:00
Philipp Muens
5916665cb6 Add enhancements to harden dev dependency detection 2017-07-18 12:48:31 +02:00
Gharsallah Mohamed
fa96b5761d use writeFile instead of writeFileSync 2017-07-17 17:44:24 +02:00
Philipp Muens
ed029a32da Catch and resolve rejected exec calls 2017-07-17 14:33:53 +02:00
Philipp Muens
9e1c322436 Add line-based eslint disable statements 2017-07-17 14:33:53 +02:00
Philipp Muens
9700ebf226 Add usage of Lodash utility methods 2017-07-17 14:33:53 +02:00
Philipp Muens
cb00caed84 Switch from stdout stream based to tmp file approach 2017-07-17 14:33:53 +02:00
Philipp Muens
bb5e62e61a Fix dev dependency exclusion bug 2017-07-17 14:33:53 +02:00
Philipp Muens
cf7a6fb4bf Enhance tests for invoke local 2017-07-17 10:51:20 +02:00
Eslam λ Hefnawy
970302573b Merge pull request #3935 from ryanmurakami/handle-rollback-status
Handle Export errors when deleting CF stack
2017-07-16 18:16:27 +07:00
Eslam λ Hefnawy
f7d1e55be6 Merge pull request #3722 from HeroesDieYoung/master
Allow request parameter configuration with lambda-proxy integration
2017-07-13 16:01:14 +07:00
Ryan Lewis
ac59f993b4 lint error 2017-07-12 16:26:44 -07:00
Ryan Lewis
003752462b adding test 2017-07-12 14:28:06 -07:00