5365 Commits

Author SHA1 Message Date
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
Marko Lovén
2b6bc92d90 Only set RequestParameters property when request has parameters 2017-07-19 16:01:00 +03: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
Marko Lovén
8f8ac8fb14 Fix issues with HTTP integration 2017-07-19 14:38:45 +03: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
Eslam λ Hefnawy
f0892630f7 Merge pull request #3908 from dschep/invoke-local-config-region
Also set region env vars from config, not just CLI, for invoke local
2017-07-12 20:51:59 +07:00
Eslam λ Hefnawy
084f8f3027 Merge pull request #3910 from ryansb/ignore-custom-plugins
Ignore custom plugins in the project when uploading artifacts
2017-07-12 19:41:14 +07:00
Eslam λ Hefnawy
40d529ced5 Revert "Improves invalid security token message per issue #3862" 2017-07-12 17:49:37 +07:00
Mariusz Nowak
f4ee5481c6 Test error handling in zipFiles 2017-07-10 21:47:49 +02:00
Mariusz Nowak
7d5b93696e Expose getFileContent method 2017-07-10 20:19:56 +02:00
Mariusz Nowak
a24e243766 Resolve files for archive asynchronously 2017-07-10 20:17:14 +02:00
Mariusz Nowak
7f5d4426f6 Handle eventual write error 2017-07-10 20:08:17 +02:00
Mariusz Nowak
0a95913481 Seclude files resolution logic 2017-07-10 13:53:57 +02:00
Eslam λ Hefnawy
f0b1474f1e Merge pull request #3912 from serverless/darkowlzz-3625-deploy-function-pkg
Follow up for #3876 & #3856: Fixes for custom package artifacts
2017-07-10 16:00:09 +07:00
Eoin Shanaghy
9724645a10 Include dependencies when long=true in npmrc
- Issue #3918
- Ensure npm output parsed to determine production dependencies is
consistent regardless of npmrc settings
2017-07-10 09:26:43 +01:00
Philipp Muens
4ed4a8e9bb Update to match two security token related cases 2017-07-07 16:40:17 +02:00
Eslam A. Hefnawy
bcbbd907ab skip service packaging if artifact is provided 2017-07-07 20:59:00 +07:00
Ralph Dugue
a91c827633 Fixing error with matching in test 2017-07-07 08:37:53 -04:00
Eslam A. Hefnawy
42d48892c2 fix deploy function with service artifact 2017-07-07 19:22:42 +07:00
Eslam A. Hefnawy
ea9c7659e2 Merge branch '3625-deploy-function-pkg' of https://github.com/darkowlzz/serverless into darkowlzz-3625-deploy-function-pkg 2017-07-07 18:22:59 +07:00
Ralph Dugue
c15ec99d9c Fixed some issues per recommendations and added test 2017-07-07 07:13:14 -04:00
Ryan S. Brown
ef1cac76f0 Ignore custom plugins in the project when uploading artifacts 2017-07-06 22:59:32 -04:00
Daniel Schep
1bce9eb1c3 Just remove PATH override to allow windows & non-standard locations & pyenv to work 2017-07-06 22:45:55 -04:00
Ralph Dugue
cb6e81a114 fixed some issues based on recommendations 2017-07-06 22:45:48 -04:00
Daniel Schep
d5e12e9ed0 Also set region env vars from config, not just CLI, for invoke local 2017-07-06 11:06:45 -04:00
Philipp Muens
ff9c2c3b8c Merge branch 'master' into request-params-for-lambda-proxy 2017-07-06 12:43:42 +02:00
Philipp Muens
f854e33885 Update formatting of warning message 2017-07-06 12:39:57 +02:00
Ralph Dugue
c7f44b64f3 minor changes to adhere to style guideline 2017-07-05 15:50:48 -04:00
Ralph Dugue
0874f77d0b making a minor fix
Carelessly forgot to space out the message correctly
2017-07-05 15:23:00 -04:00
Ralph Dugue
4d424b9d25 Improves invalid security token message per issue #3862 2017-07-05 14:47:29 -04:00