Frank Schmid
cc91ca2563
Prevent circular references during search.
2017-04-26 23:56:01 +02:00
Frank Schmid
9257256e7a
Restore self references on state restore
2017-04-26 22:09:51 +02:00
Frank Schmid
33a93e7a28
Move findReferences to utils. It will be used in extendedValidate too.
2017-04-26 21:57:40 +02:00
Frank Schmid
46646a9bff
Replace self references with "${self:}" on save state
2017-04-26 21:44:35 +02:00
Eslam λ Hefnawy
07f837ddb6
Merge pull request #3517 from serverless/final-packaging-fixes
...
Final packaging fixes
2017-04-26 19:16:42 +07:00
Philipp Muens
f9997c9814
Update tests to reflect correct naming and avoid confusion
2017-04-26 13:59:50 +02:00
Philipp Muens
9b0d5619f4
Revert name of compiled CloudFormation template
2017-04-26 13:57:05 +02:00
Philipp Muens
67a7031c83
Fix naming of compiled CloudFormation template
2017-04-26 13:23:18 +02:00
Eslam A. Hefnawy
df5718db4a
fixed packaging docs:
2017-04-26 18:22:03 +07:00
Philipp Muens
924e5664d7
Remove unnecessary check for noDeploy option
2017-04-26 09:40:20 +02:00
Philipp Muens
2bfb29949c
Skip on noDeploy when running info command hooks
2017-04-26 09:37:29 +02:00
Philipp Muens
f32ac41492
Update if statements for easier reasoning
2017-04-26 09:17:51 +02:00
Eslam A. Hefnawy
4623e0bbed
final packaging fixes
2017-04-25 23:03:46 +07:00
Philipp Muens
803c28f8f1
Merge pull request #3469 from HyperBrain/fix-package-artifact
...
Persist package.artifact correctly
2017-04-24 12:50:56 +02:00
Frank Schmid
a67674528e
Do not persist artifact if individually is set true.
2017-04-24 10:44:53 +02:00
Philipp Muens
206c2973e5
Merge pull request #3505 from horike37/issue-3473
...
Add new syntax to specify arn for sns event
2017-04-24 08:40:04 +02:00
Philipp Muens
684e909e65
Update test descriptions
2017-04-24 08:36:07 +02:00
horike37
aabc5d9540
update sns doc
2017-04-23 22:56:53 +09:00
horike37
1dc680a7ff
Add new syntax to specify arn for sns event
2017-04-23 22:51:51 +09:00
Frank Schmid
36bff9856e
Remove naming reference
2017-04-21 20:40:43 +02:00
Frank Schmid
aa29c9632e
Persist artifact in saved state
...
The `service.package.artifact` property was missing in the saveState function, so it was not available in the deploy phase.
This PR saves and restores the property correctly, and for AWS additionally sets it during packaging. For AWS the initialization of the property also was missing, possibly due to a merge conflict.
Combination of the following commits:
Re-revert changes for saveServiceState and extendedValidate
Revert most recent changes
Update package artifact to include path and .zip name
Update artifact file path for packaging and name for service state
Update tests for saveServiceState
Do not persist artifacts as it is not needed
Persist package.artifact correctly
2017-04-21 19:50:00 +02:00
Eslam λ Hefnawy
73cdeb96cb
Merge pull request #3503 from serverless/warning-when-no-hooks
...
show warning instead of error when there are no hooks
2017-04-21 19:00:53 +07:00
Eslam λ Hefnawy
21b6037d05
Merge pull request #3496 from HyperBrain/move-packaging-to-framework-level
...
Move packaging to framework level
2017-04-21 18:31:52 +07:00
Eslam A. Hefnawy
9e53ea68a3
show warning instead of error when there are no hooks
2017-04-21 18:24:35 +07:00
Frank Schmid
376d5cf6fe
Fixed unit tests. Coverage back to 100%.
2017-04-20 18:39: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
Frank Schmid
6086111704
Set artifact properties with the ZIP result paths.
2017-04-20 16:43:20 +02:00
Frank Schmid
20cd54b229
Removed provider dependencies.
2017-04-20 15:33:50 +02:00
Frank Schmid
6be0ba2f8f
Move package code up and add createDeploymentArtifacts to topmost package command.
2017-04-20 15:11:35 +02:00
Eslam λ Hefnawy
b2fe5b6aba
Merge pull request #3494 from HyperBrain/move-event-spawns-to-framework-level
...
Control command flow for deploy at framework level.
2017-04-20 19:56:49 +07:00
Frank Schmid
c74d9c6dda
Fixed unit tests and got coverage to 100% again
2017-04-20 14:30:55 +02:00
Frank Schmid
8cabda3a18
Added missing map options to this.options
2017-04-20 13:40:16 +02:00
Frank Schmid
5b2efb0753
Control command flow for deploy at framework level.
2017-04-20 13:12:54 +02:00
Eslam λ Hefnawy
0293faa026
Merge pull request #3483 from dschep/python3.6
...
Python3.6 support is coming to Lambda!
2017-04-20 17:50:02 +07:00
Philipp Muens
15556a7e4a
Merge pull request #3479 from HyperBrain/fix-manual-deploymentbucket
...
Fix issue when trying to deploy with custom S3 bucket name (AWS)
2017-04-20 10:33:26 +02:00
Philipp Muens
977c4bf4ac
Update missing python3 references
2017-04-19 10:06:08 +02:00
Daniel Schep
e1c27c3569
🐍 🐍 🐍 Python3.6 support is coming to Lambda!
...
closes #3482
https://aws.amazon.com/releasenotes/5198208415517126
2017-04-18 17:57:48 -04:00
Philipp Muens
015938853b
Update test description
2017-04-17 17:12:26 +02:00
Eslam λ Hefnawy
987abae32e
Merge pull request #3480 from schickling/patch-1
...
Added Typescript Plugin
2017-04-17 21:06:42 +07:00
Johannes Schickling
c5f4812a47
Update README.md
2017-04-17 15:40:29 +02:00
Frank Schmid
2c1b18eb1f
Separate S3 bucket name validation. Import in generateCoreTemplate.js.
2017-04-17 12:22:42 +02:00
Philipp Muens
c87b61e5c2
Merge pull request #3446 from aoskotsky-amplify/master
...
Fix for cfnRole attribute in createFallback method
2017-04-17 09:34:10 +02:00
Philipp Muens
56bdbd669a
Merge pull request #3476 from RafalWilinski/master
...
Fix getEventInFunction & getAllEventsInFunction behavior
2017-04-17 09:21:48 +02:00
Philipp Muens
1bc0ce608c
Merge pull request #3477 from Harrison-M/master
...
Copy necessary permission grant command to azure quickstart guide
2017-04-17 07:29:11 +02:00
Philipp Muens
b1275a92a2
Merge pull request #3478 from ryanmurakami/log-typos
...
Fixing typos in CloudWatch log docs
2017-04-17 07:28:06 +02:00
Ryan Lewis
88295e6314
fixing typos in cloudwatch log docs
2017-04-16 17:07:16 -07:00
Hal Massey
166633cbb6
Copy necessary permission grant command to azure quickstart guide
2017-04-16 11:48:23 -05:00
Rafał Wiliński
c6d5710cdc
Replace Array.filter with Array.find
2017-04-15 10:59:31 +02:00
Rafał Wiliński
bc15494c00
Fix linter errors
2017-04-15 10:55:34 +02:00
Rafał Wiliński
59bd52d520
Merge remote-tracking branch 'serverless/master'
2017-04-15 00:05:55 +02:00