4185 Commits

Author SHA1 Message Date
Sander van de Graaf
d77e83d0a2
added comment line 2016-10-10 09:01:11 +02:00
Sander van de Graaf
a168653247
added documentation for deploy command 2016-10-03 12:59:21 +02:00
Sander van de Graaf
6a6500f20c
added documentation 2016-10-03 12:57:00 +02:00
Sander van de Graaf
3c15f0e04c
make eslint happy 2016-10-03 12:48:06 +02:00
Sander van de Graaf
f121d6c1ed
added --verbose option for info, which will add Stack Outputs to the output 2016-10-03 12:41:31 +02:00
Philipp Muens
94792284c8 Merge pull request #2198 from zorrofox/master
fix: #1973 deploy fails with unhelpful error message when service name is not a valid CF stack name
2016-09-30 23:03:01 +02:00
Philipp Muens
b8f4b2cf83 Merge pull request #2223 from marcuswhybrow/patch-2
[DOCS] Fix AWS::ApiGateway::Method format
2016-09-30 23:01:49 +02:00
Marcus Whybrow
6c3e5d8b4e [DOCS] Fix AWS::ApiGateway::Method format
According to the AWS docs `ResourceId` and `RestApiId` should be members of `Properties`
2016-09-30 10:24:37 +01:00
zorrofox
9d04ca0a68 modify error message according to the review 2016-09-30 09:22:20 +01:00
Philipp Muens
7d63e439a0 Merge pull request #2128 from DaxChen/patch-1
[DOCS] Fix docs example code in YML: strings should be quoted
2016-09-29 18:54:29 -07:00
Philipp Muens
6bf6df55dd Merge pull request #2232 from alexanderbh/patch-1
Updated docs: Changed the RestApiId logical name
2016-09-29 18:29:36 -07:00
Florian Motlik
e099533491 Merge pull request #2236 from serverless/eahefnawy-patch-1
update license year
2016-09-29 09:15:56 +02:00
Eslam λ Hefnawy
a3e03fcfcc update license year 2016-09-29 10:25:58 +07:00
Austen
a249a7d2d8 cleanup readme 2016-09-28 13:45:41 -07:00
Austen
86ad6227a1 add plugins and services to readme 2016-09-28 13:44:26 -07:00
Florian Motlik
e1adf6e921 Merge pull request #2175 from serverless/fix-api-key-value-displaying-in-info-plugin
Fix api key value displaying in info plugin
2016-09-28 16:03:21 +02:00
Alexander Hansen
5d07e285d5 Updated docs: Changed the RestApiId logical name
This was changed in commit:
a5e3c31974

But not changed in the docs.
2016-09-28 10:10:47 +02:00
Florian Motlik
637d0b8e36 Merge pull request #2230 from serverless/pr-2090
Quick fix for #2090
2016-09-28 09:08:47 +02:00
eL0ck
4fa7457f24 fixed. Was incorrectly catching non-http events as empty http events 2016-09-28 08:49:51 +02:00
eL0ck
0f2510eac4 fixed inconsistent error message 2016-09-28 08:49:51 +02:00
eL0ck
dc0b252564 fixed merge error. Tests all passing 2016-09-28 08:49:51 +02:00
eL0ck
228d52cc7c remove redundant service list 2016-09-28 08:49:51 +02:00
eL0ck
a1563a3a73 fix http event validation 2016-09-28 08:47:43 +02:00
Florian Motlik
bac20da38a Merge pull request #2227 from dougmoscrop/fix_other_providers
fix #2226 non-aws providers throw an error
2016-09-28 08:34:22 +02:00
Florian Motlik
792509084f Merge pull request #2218 from localytics/template_scala_sbt
add aws-scala-sbt template for scala lambdas
2016-09-28 08:30:14 +02:00
David Wells
a06f4f0645 Merge pull request #2228 from serverless/DavidWells-patch-1
Remove broken link
2016-09-27 10:15:52 -07:00
David Wells
3d6f22fb47 Remove broken link 2016-09-27 10:09:03 -07:00
Doug Moscrop
2aab2a2ccc fix #2226 non-aws providers throw an error 2016-09-27 11:59:31 -04:00
Meaghan Harty
7211c621ed add project directory for sbt assembly and release 2016-09-27 10:50:34 -04:00
Florian Motlik
55e84b2f23 Merge pull request #2214 from serverless/timeout-test-fixes
Allow integration tests longer timeouts
2016-09-27 12:36:45 +02:00
Florian Motlik
67e1b12373 Merge pull request #2224 from serverless/add-subdirectory-for-tmpdirs
Add subdirectory for tmpDirs
2016-09-27 12:32:19 +02:00
Florian Motlik
6e4b204f16 remove arrow syntax 2016-09-27 12:17:52 +02:00
Florian Motlik
d6bdef35ce Allow integration tests longer timeouts 2016-09-27 12:15:38 +02:00
Philipp Muens
eb4d17d1b5 Fix linting issues 2016-09-27 12:04:15 +02:00
Philipp Muens
3e93d244d3 Add subdirectory for tmpDirs
Add a subdirectory so that all directories which are generated for the tests are stored there.
Furthermore old tests are updated so that they use the tmpDir name generated by the test
utils functionality. This makes working with Docker way better as the tmpDirs are not created
It the root directory.
2016-09-27 11:48:14 +02:00
Meaghan Harty
a793014bbc add aws-scala-sbt template for scala lambdas 2016-09-26 17:30:23 -04:00
Florian Motlik
eec54e348b Merge pull request #2205 from dougmoscrop/fix_win
fix Tests not passing on Windows
2016-09-26 17:28:31 +02:00
Florian Motlik
9f22e4c4da Merge pull request #2201 from serverless/var-cf-name
Add Var at the end of path variable CF name
2016-09-26 17:14:00 +02:00
Eslam λ Hefnawy
aaf09915d9 Merge pull request #2172 from andymac4182/issue_2171
Remove reference to `readme.md` to help fix links
2016-09-26 21:43:26 +07:00
Doug Moscrop
4490af73c0 fix Tests not passing on Windows 2016-09-26 09:14:54 -04:00
Florian Motlik
47b9ec5f1e Add Var/Dash description to docs for APIG Resources 2016-09-26 13:49:20 +02:00
Florian Motlik
d17801d39c Merge pull request #2179 from serverless/pr-template
Improve PR template for clearer validation data
2016-09-26 12:51:09 +02:00
Florian Motlik
d6ffe8962b Add Var at the end of path variable CF name 2016-09-26 12:39:29 +02:00
Philipp Muens
a2e6c59853 Update info documentation and add api keys example to it 2016-09-26 10:45:03 +02:00
Philipp Muens
40da6be2b2 Remove dependency on API key id in outputs section 2016-09-26 10:45:03 +02:00
Philipp Muens
a5dcee1cad Add / fix tests for api key value retrieval 2016-09-26 10:45:03 +02:00
Philipp Muens
41ef1d040d Fix api key value displaying in info plugin 2016-09-26 10:45:03 +02:00
Florian Motlik
7dd4b4c4f5 Merge pull request #2206 from dougmoscrop/cli_integration_tests
add Integration tests for CLI printing --help
2016-09-26 09:16:50 +02:00
Florian Motlik
277265696c Merge pull request #2204 from dougmoscrop/test_in_describe
Fix very small bug with PluginManager tests.
2016-09-26 09:14:40 +02:00
Florian Motlik
acb743316a Merge pull request #2212 from mt-sergio/patch-1
wrong description
2016-09-26 09:06:14 +02:00