Sander van de Graaf
d90fe1636a
added tests for query parameters
2016-09-26 13:16:58 +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
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
Sergio Arcos
e7fedf4fd1
wrong description
2016-09-26 15:09:41 +09:00
Florian Motlik
9b5a58c30f
Merge pull request #2125 from rowanu/rollback-on-cfn-failure
...
Switch CloudFormation OnFailure behaviour to rollback instead of dele…
2016-09-23 21:29:42 +02:00
Florian Motlik
b6a39ef115
Merge pull request #2091 from craftship/support-dash-path-name
...
Support Dash Character for API Gateway Resource Path
2016-09-23 20:48:17 +02:00
Florian Motlik
2d4918832f
Merge pull request #2075 from Nordstrom/aws-event-yml-support
...
Fix for #1994 . Adds test to verify that YAML may be used for event.
2016-09-23 20:18:22 +02:00
Florian Motlik
c0ebd38592
Merge pull request #2043 from sangheestyle/master
...
follow pep8 - Python style guide checker
2016-09-23 20:16:53 +02:00
Florian Motlik
e4846edb21
Merge pull request #2050 from fruffin/master
...
Fix #2049 : API Gateway integration to return 500 when Lambda functions time out
2016-09-23 19:55:18 +02:00
zorrofox
478209bfa6
fix : #1973 deploy fails with unhelpful error message when service name is not a valid CF stack name
2016-09-24 00:32:03 +08:00
zorrofox
eaf175da06
fix : #1973 deploy fails with unhelpful error message when service name is not a valid CF stack name
2016-09-24 00:22:19 +08:00
Florian Motlik
e10ff9ee23
Merge pull request #1910 from mrlamroger/add-name-flag-to-create
...
Fix #1902 - Add --name option to create plugin
2016-09-23 18:09:15 +02:00
zorrofox
b8e5bb4eca
fix : #1973 deploy fails with unhelpful error message when service name is not a valid CF stack name
2016-09-23 23:59:13 +08:00
zorrofox
dbeaa54832
fix : #1973 deploy fails with unhelpful error message when service name is not a valid CF stack name
2016-09-23 23:04:34 +08:00
zorrofox
73617d0a66
fix : #1973 deploy fails with unhelpful error message when service name is not a valid CF stack name
2016-09-23 22:47:23 +08:00
David Tanner
d490ed413e
Rename to deploymentBucket as recommended by @flomotlik
2016-09-23 08:18:33 -06:00
David Tanner
1a8b94cc4f
Upping code coverage.
...
Found some unused code when looking for throttling errors, added functionality to get code from SDK errors.
Added tests to cover functionality.
Fixed prefix to be serverless/{serviceName}/{stage}
2016-09-22 15:55:52 -06:00
Florian Motlik
6d91b5755f
Merge pull request #2173 from serverless/support-any-method
...
Add any to list of allowed http methods
2016-09-22 18:59:53 +02:00
David Tanner
66525f259e
Deploy by service and stage.
...
Check that the bucket exists before, and that it is in the correct stage
2016-09-22 10:24:35 -06:00
David Tanner
4172655c1b
Cleanup linting issues
2016-09-22 09:19:58 -06:00
Florian Motlik
953dbfbb1d
Merge pull request #2101 from serverless/update-tracking-functionality
...
Update tracking functionality
2016-09-22 14:35:04 +02:00
David Tanner
a425967654
Add a bucket to the provider for deployments.
...
Also prefix deployments so they can co-exist with other files
2016-09-22 05:35:29 -06:00
kengos
cb74b3b1bb
add filename option to YAML.load
2016-09-21 22:36:13 +09:00
Florian Motlik
f732019d5b
Add any to list of allowed http methods
2016-09-21 12:48:32 +02:00
Roger Lam
5cb7dc1734
fix linting errors
2016-09-20 11:15:35 -07:00
Roger Lam
9a5c01815e
remote comments and debug statements
2016-09-20 10:56:27 -07:00
Philipp Muens
10a638b744
Update tracking functionality according to PR review
2016-09-20 19:24:35 +02:00
Roger Lam
65489ad34c
add ability to pass custom name through options
2016-09-20 00:30:20 -07:00
Roger Lam
7ca12674a4
add additional test for when path and name are provided
2016-09-20 00:28:58 -07:00
Philipp Muens
1f8dc53aea
Add timezone information
2016-09-20 09:12:59 +02:00
Philipp Muens
3338d018d6
Convert date object to string to get the timezone as well
2016-09-20 09:08:47 +02:00
Philipp Muens
b69027b686
Add tests for tracking functionality which check the existence of the trackingId
2016-09-20 09:08:47 +02:00
Philipp Muens
3c84d6112e
Add memorySize and timeout tracking functionality
2016-09-20 09:08:47 +02:00
Philipp Muens
d1a16e283f
Add new tracking functionalities and group them by topic
2016-09-20 09:08:47 +02:00
Philipp Muens
649ada4c2c
Add unique userId (uuid) for tracking functionality
2016-09-20 09:08:47 +02:00
Roger Lam
e04226e922
fix test
2016-09-19 23:40:09 -07:00
Roger Lam
87c37bbc00
Merge branch 'master' of github.com:serverless/serverless into add-name-flag-to-create
2016-09-19 23:05:12 -07:00
Florian Motlik
67644f7284
Merge pull request #2033 from rowanu/throw-error-on-events-object
...
Add check (and test) that function.events is an array.
2016-09-19 16:34:14 +02:00
Florian Motlik
7e7dcc4923
Merge pull request #2138 from danielkoo/serverless-#2016-wip
...
- ensure the Create/Update CloudFormation templates are always written to disk, even if the noDeploy option was not specified
2016-09-19 16:22:27 +02:00
Andrew McClenaghan
2cebdff5f7
Update test to just test description
2016-09-19 20:34:02 +10:00
Andrew McClenaghan
17ae7ed96f
Clean up duplicate test
2016-09-17 22:23:22 +10:00
Andrew McClenaghan
39ac286e3c
Add description property for lambda function
2016-09-17 22:22:19 +10:00
Florian Motlik
9240bcd967
Merge pull request #2148 from johncmckim/issue-2143
...
fix bug where variableSyntax is never set from config
2016-09-16 20:49:41 +02:00
Florian Motlik
47e654fe71
Fix profile handling when other keys are present
2016-09-16 15:38:27 +02:00
Florian Motlik
07a22d0702
Merge pull request #2015 from rowanu/aws-provider-profile
...
Support provider > profile and profile per stage
2016-09-16 14:05:41 +02:00
John McKim
9e7f7c89f3
fix bug where variableSyntax is never set from config
2016-09-16 17:15:25 +10:00
Daniel Koo
296810c8b3
- ensure the Create/Update CloudFormation templates are always written to disk, even if the noDeploy option was not specified
...
- using ES6 arrow functions
- added tests
- added to the documentation
2016-09-16 09:58:05 +10:00
Florian Motlik
2c04703381
Merge pull request #2142 from andymac4182/issue_2140
...
Update to use describeStackResource
2016-09-15 17:04:52 +02:00