4767 Commits

Author SHA1 Message Date
Mike Pugh
5477eb2bb4 Update tests involving getAccountInfoStub 2018-02-08 09:19:57 -05:00
Mike Pugh
1f9e32d4c8 Reverting test file back to old version to avoid linting issues 2018-02-07 20:03:14 -05:00
Mike Pugh
7b6a8ff262 Lodash and test updates 2018-02-07 19:50:24 -05:00
Mike Pugh
52cc8be45a Move geetS3EndpointForRegion to utils, change to regex.test instead of string.match for authorizer ARNs 2018-02-03 08:04:21 -05:00
Mike Pugh
7105b7622b Remove csharp obj files 2018-01-26 10:48:31 -05:00
Mike Pugh
3af17717d7 Fix managed lambda vpc access exec role, update readability of awsProvider partition detection 2018-01-26 10:47:29 -05:00
Mike Pugh
2e925af0b4 Fixing lint errors 2018-01-19 17:49:37 -05:00
Mike Pugh
8ee6e1955a Fix regressions 2018-01-19 17:33:13 -05:00
Mike Pugh
113ec4cceb Updae tests 2018-01-19 14:59:49 -05:00
Mike Pugh
88ed6c9d47 Utilize AWS::URLSuffix instead of hardcoded amazonaws.com 2018-01-19 14:07:58 -05:00
Mike Pugh
b921d2656e Rename provider getAccountId() to getAccountInfo() since it now returns the caller identity object including partition based on ARN 2018-01-19 13:56:00 -05:00
Mike Pugh
16debac62e Replace AWS Partition strings with CF Pseudo Param or from STS 2018-01-19 13:52:29 -05:00
Mike Pugh
3bc45becc9 Support GovCloud and China region deployments 2018-01-18 10:04:11 -05:00
Takahiro Horike
99fc58adf0
Merge pull request #4407 from serverless/ValidateRemove
Add validation to remove command
2018-01-13 14:54:02 +09:00
Takahiro Horike
5d134f61ad
Merge pull request #4582 from rliebz/completion-fixes
Completion fixes
2018-01-13 14:53:31 +09:00
Takahiro Horike
4b71faf212
Merge pull request #4596 from Instabridge/invokelocal-pojo
InvokeLocal/Java: support POJO input and different handler names
2018-01-13 14:53:12 +09:00
Takahiro Horike
5d8acc3853
Merge pull request #4601 from willwhy/4569-cloudwatchlog-filter
improve aws cloudwatchlog filter #4569
2018-01-13 14:52:54 +09:00
Takahiro Horike
c3258e1668
Merge pull request #4643 from dschep/py-invoke-local-unbuffered
Don't have Python buffer it's output in invoke local
2018-01-12 11:50:22 +09:00
Heechul Ryu
90bc9ff6d9 Bump serverless-kubeless to 0.2.4 2018-01-12 10:41:39 +09:00
Daniel Schep
211ba71077 Don't have Python buffer it's output 2018-01-10 18:38:17 -05:00
Takahiro Horike
361fdc75cf
Merge pull request #4640 from GuidoS/master
update aws-scala-sbt template #4634
2018-01-11 00:19:53 +09:00
Guido Stein
0226d72924 update aws-scala-sbt template #390 2018-01-10 09:42:09 -05:00
Alex Casalboni
407b0f06e6 BbPromise.reject instead of throwing error 2018-01-08 15:03:41 +01:00
Alex Casalboni
c720018125 test typo 2018-01-07 17:38:43 +01:00
Alex Casalboni
1aee4b8240 updated tests (100% file coverage) 2018-01-07 17:30:18 +01:00
Alex Casalboni
a9b82e538c Added new no-aws-s3-accelerate argument to explicitly disable S3 Transfer Acceleration (updated doc too) 2018-01-07 17:29:54 +01:00
Alex Casalboni
4de092c092 not setting 'Suspended' acceleration by default (permission would be required!) 2018-01-07 16:37:23 +01:00
Takahiro Horike
13bda4bf1e
Merge pull request #4247 from hgiasac/sls-shared-api
WIP - Added support for using an existing ApiGateway and Resources
2018-01-06 15:42:00 +09:00
Takahiro Horike
45f5e15550
Merge pull request #3953 from lovenm/master
Fix issues with HTTP integration
2018-01-06 00:56:35 +09:00
horike37
1a2c9b631b Merge branch 'master' into ValidateRemove 2018-01-05 12:22:12 +09:00
horike37
408ed25ca4 Merge branch 'master' into 4569-cloudwatchlog-filter 2018-01-05 11:05:26 +09:00
Will Yang
5a0a31f8a0 use double quotes string to be better to represent the test case 2018-01-05 09:37:19 +11:00
Takahiro Horike
c639e30b18
Merge pull request #4583 from jeffnoehren/master
Spotinst - adding Java8 template and updating docs
2018-01-05 03:05:56 +09:00
Takahiro Horike
92c16ab051
Merge pull request #4576 from ChristopheBougere/master
Added a `--template-path` option to `serverless create`
2018-01-05 02:45:45 +09:00
Christophe Bougère
49bfee948b sym links:
- adding a noLinks option
- unit test for sym links
2018-01-04 13:03:06 +01:00
Christophe Bougère
48618d83af checking if service name is correct 2018-01-04 11:54:48 +01:00
Christophe Bougère
310f59f7fa extend error message 2018-01-04 11:46:49 +01:00
Will Yang
6242346034 add test case for escaped quotes 2018-01-04 12:32:46 +11:00
Craig R Webster
271b45009d Fix typo in 'syntax' 2018-01-03 19:15:41 +08:00
Will Yang
ced088c4fa unescape quotes when necessary to compatible with old filter patterns 2018-01-03 14:15:54 +11:00
jeffnoehren
4fbd0ccc44 Merge branch 'master' of github.com:jeffnoehren/serverless 2018-01-02 16:17:21 -08:00
jeffnoehren
e3aa996cea Spotinst - removing trailing spaces 2018-01-02 16:16:58 -08:00
Jeffrey Noehren
070079197e
Merge pull request #10 from serverless/master
update branch
2018-01-02 15:54:15 -08:00
jeffnoehren
36261f7152 Spotinst - updating test 2018-01-02 14:55:41 -08:00
jeffnoehren
65195ba41e Spotinst - updating test 2018-01-02 14:38:37 -08:00
jeffnoehren
7e0bf65b23 Spotinst - updating test 2018-01-02 14:20:08 -08:00
jeffnoehren
5ec11c82a9 Spotinst - adding test cases to java8 tempalte 2018-01-02 13:54:55 -08:00
Alex Casalboni
bb2ddc0eec Fixed S3 Transfer Acceleration bug with custom deployment buckets (#4606)
* fixed s3 transfer acceleration bug with custom deployment buckets

* added test (custom deployment bucket case)

* unwrapping stubs (node 5.11 fail)

* increased coverage

* add return to BbPromise
2017-12-28 11:12:45 +01:00
Frank Schmid
923b2d5a9a
Merge pull request #4572 from erikerikson/fix-crash-cycles-4556
Fix Cycles Crash (#4556)
2017-12-25 13:48:19 +01:00
Takahiro Horike
890c042fbd Add logRetentionInDays property to provider level (#4591)
* add logRetentionInDays property

* update test and improve code

* minor tweak

* add logRetentionInDays property

update test and improve code

minor tweak
2017-12-25 13:47:00 +01:00