Takahiro Horike
d5aebc751e
Merge pull request #5147 from bytekast/clojure-template
...
AWS Clojure Gradle Template
2018-08-03 08:43:43 +09:00
Rowell Belen
3b8e0ec125
AWS Clojure Gradle Template
2018-08-02 13:26:19 -06:00
Takahiro Horike
8c85ed0db1
Merge pull request #5156 from erikerikson/fix-overwrite-to-deep-unresolvable
...
During Overwrite, Pause on Deep Variables
2018-08-02 20:41:27 +09:00
Takahiro Horike
831706ed61
Merge pull request #5151 from erikerikson/improve-promise-logging
...
Improve messaging and formatting of pending promise warnings
2018-08-01 08:57:37 +09:00
Takahiro Horike
46cd0ebe3e
Merge pull request #5116 from laardee/add-gitlab-template-installation
...
Add support for installing templates and boilerplates from GitLab
2018-08-01 08:54:51 +09:00
Takahiro Horike
c0672d1020
Merge pull request #5082 from HiromiShikata/feature/fix-cmd-create-replacing-service-name
...
Fixed that create command didn't use the service name given as -n option
2018-08-01 08:24:58 +09:00
Eslam λ Hefnawy
d4abfae320
Merge pull request #5145 from sebito91/update_golang
...
Update aws-go and aws-go-dep templates based on examples repo
2018-07-30 22:23:14 +03:00
Eetu Tuomala
108a548c49
add getPathDirectory and validateUrl helper functions
2018-07-30 17:12:58 +03:00
Eetu Tuomala
b2e6239753
add gitlab support to service install
2018-07-30 17:12:58 +03:00
Eslam A. Hefnawy
2ad0aa7141
fix dashboard bug with aws integration
2018-07-29 13:50:37 +03:00
horike37
af5621aac0
Merge branch 'master' into fix-env-problem
2018-07-29 16:54:10 +09:00
horike37
4eb3012f99
update test
2018-07-29 16:32:19 +09:00
Eslam A. Hefnawy
bdf1596dab
fixed bug when using root apig path with dashboard
2018-07-28 16:13:19 +03:00
Eslam A. Hefnawy
12944e4c65
added support for dev env
2018-07-27 13:25:07 +03:00
horike37
ffb02e1715
updated behavior so that non-string value transforms string
2018-07-27 05:00:24 +09:00
Eslam A. Hefnawy
914ed94abe
always update deployment status
2018-07-25 22:21:11 +03:00
Eslam A. Hefnawy
4dd3bd8ea1
build fixes
2018-07-25 20:11:53 +03:00
Sebastian Borza
87d95f680d
updating go-dep example based on feedback
2018-07-25 11:12:32 -05:00
Eslam A. Hefnawy
ef961607a0
catch platfrom deployment errors
2018-07-25 15:27:57 +03:00
GaneshRK
2b803cfbeb
Fix keyname
2018-07-24 19:08:29 -07:00
Erik Erikson
42d1749c36
When evaluating overwrite values, identify deep values and pause population.
...
This avoids taking a deep value as a valid term within an overwrite
(defaulting) variable statement that will later resolve to undefined
but, as a deep variable string, is valid in immediate evaluation.
Fixes #5027
2018-07-24 14:42:21 -07:00
Sebastian Borza
3ae60c03bd
updating example based on feedback
2018-07-24 15:13:04 -05:00
Eslam A. Hefnawy
61f9830430
use released platform-sdk
2018-07-24 16:49:34 +03:00
Erik Erikson
0b97b74be4
Improve messaging and formatting of pending promise warnings
...
Add explanatory text:
```
This can result from latent connections but may represent a cyclic
variable dependency
```
Also, rather than messages such as:
```
Serverless Information ----------------------------------
##########################################################################################
Serverless Information ----------------------------------
# 0: 0 of 2 promises have settled
Serverless Information ----------------------------------
# 0: 2 unsettled promises:
Serverless Information ----------------------------------
# 0: foo waited on by: ${foo:}
Serverless Information ----------------------------------
# 0: foo waited on by: ${foo:}
Serverless Information ----------------------------------
##########################################################################################
```
Collate the message to read like:
```
Serverless Information ----------------------------------
##########################################################################################
# 0: 0 of 2 promises have settled
# 0: 2 unsettled promises:
# 0: foo waited on by: ${foo:}
# 0: foo waited on by: ${foo:}
# This can result from latent connections but may represent a cyclic
variable dependency
##########################################################################################
```
2018-07-23 17:03:34 -07:00
Eslam A. Hefnawy
2454daf47b
remove consoles
2018-07-23 16:18:30 +03:00
Eslam A. Hefnawy
fcd62b4c5e
fix lint
2018-07-23 16:05:45 +03:00
Eslam A. Hefnawy
f5f9b5e347
EG updates
2018-07-23 16:05:45 +03:00
Eslam A. Hefnawy
9f54ce9258
fixed resources properties issue
2018-07-23 16:05:45 +03:00
Eslam A. Hefnawy
41c44a29d6
added resources data
2018-07-23 16:05:45 +03:00
Eslam A. Hefnawy
5aa611c993
update status on cf describe call error
2018-07-23 16:05:45 +03:00
Eslam A. Hefnawy
188994f454
fixed another EG typo
2018-07-23 16:05:45 +03:00
Eslam A. Hefnawy
710542c56b
fix small typo
2018-07-23 16:05:45 +03:00
Eslam A. Hefnawy
308a878afe
added refresh tokens, EG subs, and updated deployment
2018-07-23 16:05:45 +03:00
Eslam A. Hefnawy
d3835fd686
updateDeployment instead of createDeployment
2018-07-23 16:05:45 +03:00
Eslam A. Hefnawy
4bd4c3f5a9
tested deployment and subscription
2018-07-23 16:05:45 +03:00
Eslam A. Hefnawy
c07fdf9733
handling failures
2018-07-23 16:05:45 +03:00
Eslam A. Hefnawy
7bacd66dea
handling success
2018-07-23 16:05:45 +03:00
Eslam A. Hefnawy
cfbaa3a24f
integrate with deployment backend
2018-07-23 16:05:45 +03:00
Sebastian Borza
b48b0581da
updating golang templates to match examples
2018-07-21 20:38:06 -05:00
Kei Ito
62a4cea94d
Fix timeout
2018-07-19 14:35:16 +09:00
Takahiro Horike
ce8da63f9d
Merge pull request #4912 from lewisf/lewis/support-node8.10-async-lambda
...
Support `invoke local` of AWS Lambda Async Functions
2018-07-18 09:10:49 +09:00
Takahiro Horike
dbb9bae559
Merge pull request #5086 from NomadBlacky/update-aws-scala-sbt
...
Improve aws-scala-sbt template
2018-07-18 06:27:26 +09:00
Eslam A. Hefnawy
e7e4b0154e
add getLocalAccessKey method
2018-07-11 15:42:14 +03:00
Philipp Muens
34296fc900
Update package.json of google-nodejs create template
2018-07-10 10:05:06 +02:00
Eslam λ Hefnawy
743efc9e75
Merge pull request #5043 from serverless/dashboard-integration
...
Integrate with Serverless Dashboard
2018-07-04 08:11:00 +03:00
Eslam A. Hefnawy
495247ab75
coveralls restart
2018-07-03 22:13:10 +03:00
Eslam A. Hefnawy
b66a26f317
don't show warnings for logged out users
2018-07-03 17:44:01 +03:00
Eslam A. Hefnawy
7b2c5928a0
fix warning
2018-07-03 16:57:20 +03:00
Takahiro Horike
cbc5e3c4e1
Merge pull request #5074 from serverless/SQS
...
Add SQS event integration
2018-07-03 09:54:35 +09:00
Takahiro Horike
80d289ba75
Merge pull request #5071 from laardee/add-apig-resource-policy
...
Add apig resource policy
2018-07-03 09:18:38 +09:00