4089 Commits

Author SHA1 Message Date
Florian Motlik
fb14309281 Merge pull request #2192 from erikerikson/add-editor-config
Add .editorconfig File & Docs
2016-09-23 18:03:15 +02:00
Erik Erikson
235847f0f4 Merge remote-tracking branch 'origin/add-editor-config' into add-editor-config 2016-09-22 12:42:50 -07:00
Erik Erikson
1b0e9aed6b Add Initial .editorconfig File & Docs
Editor config allows IDEs to consistently behave according to the project's proscribed formatting requirements.  This means that fewer spurious white space changes will be committed and that fewer generated white space characters will have to be eliminated by individual developers whose defaults are different than those of the Serverless project.
2016-09-22 12:41:30 -07:00
Erik Erikson
2bf6d44778 Add Initial .editorconfig File
Editor config allows IDEs to consistently behave according to the project's proscribed formatting requirements.  This means that fewer spurious white space changes will be committed and that fewer generated white space characters will have to be eliminated by individual developers whose defaults are different than those of the Serverless project.
2016-09-22 12:28:35 -07:00
Florian Motlik
6c3525554a Merge pull request #2191 from serverless/bump-rc.2
Bump dependencies
1.0.0-rc.2
2016-09-22 20:47:31 +02:00
Florian Motlik
b4a9e8c2ff Bump dependencies 2016-09-22 20:42:07 +02:00
Florian Motlik
5a0bf590e0 Merge pull request #2190 from serverless/bump-rc.2
Bump to RC.2
2016-09-22 20:29:15 +02:00
Florian Motlik
5d08b6148a Bump to RC.2 2016-09-22 20:23:04 +02: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
Florian Motlik
953dbfbb1d Merge pull request #2101 from serverless/update-tracking-functionality
Update tracking functionality
2016-09-22 14:35:04 +02:00
Florian Motlik
8a39f4e2c1 Merge pull request #2176 from kengos/add_options_to_yaml_load
add filename option to YAML.load
2016-09-22 14:31:09 +02:00
kengos
eaaeade956 remove unnecessary requires and method 2016-09-22 11:41:26 +09: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
Philipp Muens
10a638b744 Update tracking functionality according to PR review 2016-09-20 19:24:35 +02:00
Florian Motlik
bf56a46edf Merge pull request #2166 from serverless/add-test-for-write-file-dir-method
Add test for writeFileDir() method
2016-09-20 10:57:05 +02:00
Philipp Muens
ccba217d5b Add test for writeFileDir() method 2016-09-20 10:03:57 +02:00
Philipp Muens
1f8dc53aea Add timezone information 2016-09-20 09:12:59 +02:00
Philipp Muens
236d66c8b3 Update docs for tracking to point to the code of the (evolving) track() method
Instead of listing all the stuff we track (which will get outdated pretty quick).
2016-09-20 09:08:47 +02:00
Philipp Muens
3bb149f1db Add some mock data to the serverless.service object in the track() tests
So that parts of the data retrieval are run.
2016-09-20 09:08:47 +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
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
Florian Motlik
f817933909 Merge pull request #2162 from serverless/add-docs-for-custom-validations-in-plugin-options
Add docs for custom validations in plugin options
2016-09-19 12:56:10 +02:00
Florian Motlik
d28e1cc7e8 Merge pull request #2157 from andymac4182/issue_2146
Add description property for lambda function
2016-09-19 12:52:46 +02:00
Andrew McClenaghan
2cebdff5f7 Update test to just test description 2016-09-19 20:34:02 +10:00
Philipp Muens
17e7dfdd77 Add docs for custom validations in plugin options 2016-09-19 11:52:00 +02:00
Andrew McClenaghan
bb848f7553 Add to documentation 2016-09-17 22:30:10 +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
87e789f30c Merge pull request #2152 from picsoung/patch-1
Update broken link to Next Step (Create Service)
2016-09-16 17:27:58 +02:00
Nicolas Grenié
28eee3f3a3 Update broken link to Next Step
Broken link updated to corresponding file
2016-09-16 16:48:31 +02:00
Florian Motlik
1f9ffbdedc Merge pull request #2150 from serverless/profile-fixes
Fix profile handling when other keys are present
2016-09-16 16:19:56 +02:00
Florian Motlik
47e654fe71 Fix profile handling when other keys are present 2016-09-16 15:38:27 +02:00
Florian Motlik
9ca532d7a2 Merge pull request #2149 from serverless/eahefnawy-patch-1
typo: update variable reference in docs
2016-09-16 14:06:41 +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
rowan
453118fce4 Fix typo. 2016-09-16 22:00:51 +10:00
Eslam λ Hefnawy
22e74bfac9 update variable reference in docs 2016-09-16 20:48:17 +09: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
Philipp Muens
9699667cc0 Merge pull request #2079 from serverless/api-keys-output
Added API Keys to info plugin
2016-09-15 13:40:42 +02:00
Andrew McClenaghan
b92de4ba40 Update to use describeStackResource 2016-09-15 20:56:00 +10:00
Florian Motlik
88941519de Merge pull request #2137 from marcuswhybrow/patch-1
[DOCS] Match endpoint path to example in "Setting up Events"
2016-09-15 08:57:21 +02:00
Marcus Whybrow
b1ed2dd420 Match endpoint path to example 2016-09-15 02:41:09 +01:00