39 Commits

Author SHA1 Message Date
Eslam A. Hefnawy
42d48892c2 fix deploy function with service artifact 2017-07-07 19:22:42 +07:00
Philipp Muens
0d8174ba72 Merge master into PR 2017-07-03 17:04:49 +02:00
Philipp Muens
6893bba324 Add support for "force" option 2017-07-03 09:36:49 +02:00
Sunny
d5de23f482 Fix extendedValidate issue and refactor some code 2017-07-01 01:02:52 +05:30
Sunny
042b6e2e74 Add test for deployFunction() with artifact 2017-06-30 23:29:19 +05:30
Sunny
59a25a9dbd Add function artifact check in deployFunction
- Adds check for function package artifact in packageFunction() and
avoids packing if a package artifact is found.
- Adds check for function artifact in deployFunction() and use the
provided artifact to deploy if available.
2017-06-30 23:29:19 +05:30
Philipp Muens
fb5442354a Rephrase deploy function info message when skipping deployment 2017-06-30 13:51:37 +02:00
Philipp Muens
d13881a012 Update location where remoteFunctionData is saved 2017-06-30 13:36:06 +02:00
Philipp Muens
e329bf9ad8 Only re-deploy when code or service updated 2017-06-30 09:26:55 +02:00
Frank Schmid
84d48a5a48 Move explicit function packaging entrypoint to topmost level.
3rd party plugins now can access it and trigger a single function package which was restricted to AWS before.
2017-04-20 17:49:55 +02:00
Eslam A. Hefnawy
7da3a1ae35 resovled conflicts on master 2017-04-06 18:28:59 +07:00
Frank Schmid
df6cff1d55 Use lifecycle dependencies for deploy function 2017-04-06 18:28:59 +07:00
Frank Schmid
1a3b18797d Fixed error on npm link in serverless. servicePath is null in this case. 2017-04-06 18:28:59 +07:00
Eslam A. Hefnawy
e38f22585f seperated packaging and deployment 2017-04-06 18:28:59 +07:00
Nik Graf
386d9d6718 replace ellipsis with three dots to improve non-unicode console support 2016-11-15 14:00:27 +01:00
doapp-ryanp
594019debb Merge remote-tracking branch 'upstream/master' 2016-11-03 11:14:13 -05:00
Maciej Winnicki
292410c51d
show package file size during deploy 2016-11-02 11:41:10 +01:00
doapp-ryanp
9ce0dea165 Merge remote-tracking branch 'upstream/master' 2016-11-01 11:54:47 -05:00
Maciej Winnicki
fbb5b8f4e5
show package size in human readable way 2016-10-31 13:59:50 +01:00
doapp-ryanp
012e0f4aa8 be consistent in naming 2016-10-28 11:15:17 -05:00
doapp-ryanp
6634145c94 fix tests 2016-10-27 22:05:15 -05:00
doapp-ryanp
e29c539faa formatting 2016-10-27 21:46:39 -05:00
doapp-ryanp
1fd250998f add lifecycle events to deploy function 2016-10-27 21:41:24 -05:00
ac360
db86286436 add space 2016-10-19 08:48:18 -07:00
ac360
7ba1735fa5 merge conflicts 2016-10-19 01:09:22 -07:00
ac360
aae4cf3b7a fix linting issues 2016-10-19 00:49:28 -07:00
ac360
d3a91c9254 fix linting issues 2016-10-19 00:23:20 -07:00
ac360
eabf0b91ee add useful status messages to deploy function command 2016-10-18 23:49:33 -07:00
Philipp Muens
c7b7472a48 Update provider properties in plugins 2016-10-19 08:32:06 +02:00
Philipp Muens
df7692ac80 Introduce AwsProvider plugin 2016-10-19 08:32:06 +02:00
Philipp Muens
c1f10c9556 Fix Promise chain in deployFunction plugin 2016-09-30 15:09:47 -07:00
John McKim
fcd5f2f3d9 Fix issues with deploying individual functions 2016-08-24 07:26:14 +10:00
John McKim
6fdb39f9d3 Merge with master 2016-08-24 06:11:10 +10:00
John McKim
5a2c9d2224 update packaging to support individual packages per function 2016-08-22 07:40:16 +10:00
Philipp Muens
78bb9b4173 Refactor functionName retrieval for deployFunction plugin 2016-08-08 09:10:22 +02:00
Philipp Muens
76c3ef8d67 Replace own zipping functionality with Package plugin 2016-08-01 11:13:54 +02:00
Philipp Muens
bdc6dc8079 Combine checkIfFunctionExistsInService and checkIfFunctionIsDeployed to one method 2016-08-01 11:13:54 +02:00
Philipp Muens
6142d061da Cleanup code according to Pull request comments 2016-08-01 11:13:54 +02:00
Philipp Muens
f3cd36e74a Add single function deployment plugin 2016-08-01 11:13:54 +02:00