5351 Commits

Author SHA1 Message Date
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
8d8f0645b4 Add packageService test for function artifact path 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
082a1dc05f Fix node_modules regex to be OS independent 2017-06-30 14:07:13 +02:00
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
d39e95fec5 Update check if deployment is necessary 2017-06-30 13:32:06 +02:00
Philipp Muens
3ad2c5031d Add tests 2017-06-30 13:17:39 +02:00
Philipp Muens
e329bf9ad8 Only re-deploy when code or service updated 2017-06-30 09:26:55 +02:00
Philipp Muens
34595e1f6d Add opt-out config for dev dependency exclusion 2017-06-30 09:25:59 +02:00
Greg Thornton
60caa22edb Skip packaging if artifact specified 2017-06-28 21:26:08 -05:00
davidwells
8baf8eebfc use original tracking id 2017-06-28 17:13:32 -07:00
davidwells
6def2d5f1e include additional meta 2017-06-28 16:41:09 -07:00
Philipp Muens
5531db0cc4 Merge pull request #3860 from serverless/updateUserStats
Update user stats
2017-06-28 10:11:52 +02:00
Philipp Muens
ce7a7cd868 Fix linting error 2017-06-28 09:51:15 +02:00
Philipp Muens
0f912c8486 Add missing Promise resolving 2017-06-28 09:50:30 +02:00
Philipp Muens
80970a4b2d Minor fixes / add whitespaces for better readability 2017-06-28 09:43:31 +02:00
Philipp Muens
0e580bfd26 Update formatting of error message 2017-06-28 09:29:35 +02:00
Philipp Muens
191a0b8911 Fix linting error 2017-06-28 09:11:39 +02:00
James Thomas
86439ff07c Add ignore parameter to function package options.
This will allow functions to be excluded from the service packaging.
2017-06-27 17:36:15 +01:00
Gharsallah Mohamed
bc9e7c5136 add tests for awsConfigCredentials methods 2017-06-27 11:28:35 +01:00
Gharsallah Mohamed
a0b1e33724 refactor AwsConfigCredentials class 2017-06-27 10:51:50 +01:00
Philipp Muens
945b20fad5 Merge pull request #3859 from serverless/updateLog
update log for easy copy/paste of url
2017-06-27 09:16:33 +02:00
Philipp Muens
74fb662617 Fix tests 2017-06-27 09:03:59 +02:00
Philipp Muens
e7297cca4b Disable console globally for platform.js file 2017-06-27 09:03:44 +02:00
davidwells
583c45a8a1 userStats info 2017-06-26 17:46:15 -07:00
davidwells
0bcf4b6e8e userStats invoke 2017-06-26 17:42:07 -07:00
davidwells
332eddc56b userStats config 2017-06-26 17:41:50 -07:00
davidwells
5eae2a08ff userStats rollback 2017-06-26 17:18:27 -07:00
davidwells
c674ae7b3c userStats deploy 2017-06-26 17:05:48 -07:00
davidwells
57b1421ecc userStats noProviderCredsFound 2017-06-26 17:05:25 -07:00
davidwells
fb6a505271 userStats remove 2017-06-26 17:04:54 -07:00
davidwells
959847f8e2 userStats install 2017-06-26 17:04:36 -07:00
davidwells
025af78403 userStats logs 2017-06-26 17:04:12 -07:00
davidwells
818841b683 userStats metrics 2017-06-26 17:04:04 -07:00
davidwells
041b0356e9 add remove service placeholder function 2017-06-26 17:03:36 -07:00
davidwells
d87fa0835e update log for easy copy/paste of url 2017-06-26 14:58:39 -07:00
Gharsallah Mohamed
05305c7800 allow aws profiles to be updated 2017-06-26 21:39:02 +01:00
Gharsallah Mohamed
b91ec4eeae add updateProfile and getSectionBoundaries methods 2017-06-26 20:21:23 +01:00
davidwells
e40dba4652 add nickname 2017-06-26 11:17:10 -07:00
davidwells
db02e800c8 expire the token if it is too long 2017-06-26 08:31:08 -07:00
davidwells
9327fa8e48 shrink token to match header reqs 2017-06-26 08:21:55 -07:00
Nik Graf
8fbcf71da7
make sure to follow the serverless framework conventions for error handling 2017-06-26 15:05:58 +02:00
Gharsallah Mohamed
1664632dd0 add overwrite flag in aws config crednetials cli 2017-06-26 13:14:18 +01:00
Philipp Muens
cf17a15a5f Merge pull request #3844 from serverless/updateServiceLog
Update console output on successful publish
2017-06-26 10:52:38 +02:00
Philipp Muens
fa540243c1 Merge pull request #3846 from activescott/master
Improve error message when indentation for http event is wrong
2017-06-26 10:24:13 +02:00
Philipp Muens
9130ebb185 Fix tests 2017-06-26 10:20:18 +02:00
Philipp Muens
549afa499f Update error message 2017-06-26 10:06:07 +02:00
Philipp Muens
8595ff0e8b Switch to serverless log method
For consinstency's sake.
2017-06-26 09:55:22 +02:00