106 Commits

Author SHA1 Message Date
Mark Tse
e62ddadc9d chore - stop using deprecated 'new Buffer()' method. 2019-10-13 15:15:26 -04:00
Mariusz Nowak
4944f471b1
Prettify 2019-06-26 12:43:01 +02:00
Mariusz Nowak
8ca00b6f9f
Increase default timeout
Some tests tend to timeout especially when run on Windows in VM
2019-06-05 10:59:22 +02:00
Mariusz Nowak
d3b7d2eac0
Unify timeout notices 2019-06-05 10:07:05 +02:00
Mariusz Nowak
2086c399e9
Increase timeout 2019-06-04 13:54:43 +02:00
Philipp Muens
773e9af3c1 Thorough integration testing 2019-05-30 15:20:58 +02:00
Mariusz Nowak
b70deefc45
Increase timeout, as timeout crash was observed 2019-05-23 10:54:21 +02:00
Mariusz Nowak
748f119d92
Ensure to wait for resolution 2019-05-17 17:15:23 +02:00
Mariusz Nowak
d7e5e2a6cf
Improve test mock 2019-05-17 16:53:11 +02:00
Kivol
c09355b4e0 Passing lint 2019-02-05 09:59:39 +09:00
Kivol
8b7393db94 Added layer option for deploy function update-config 2019-02-05 02:31:54 +09:00
Benny Zemmour
7815851f5b adding more tests coverage 2018-09-16 18:29:31 +03:00
Benny Zemmour
1d47ca878a adding test & docs 2018-09-16 17:20:50 +03:00
Benny Zemmour
b1a0e9211f
Update handler name on deploy single function
Allow to update the handler when using `deploy -f / --function`
2018-09-16 16:20:10 +03:00
horike37
4eb3012f99 update test 2018-07-29 16:32:19 +09:00
horike37
ffb02e1715 updated behavior so that non-string value transforms string 2018-07-27 05:00:24 +09:00
Kobi Meirson
e351ed6f5e PR review notes:
1. Use lodash functions
2. Allow CF refs & functions as environment values
2018-04-09 19:00:55 +03:00
Kobi Meirson
e75a2594f6 AWS Environment variables should contain only strings 2018-04-07 16:18:00 +03:00
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
113ec4cceb Updae tests 2018-01-19 14:59:49 -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
Erik Erikson
ca5ba8daac Remove unused parameters in platform.js (and deal with consequences)
Add explicit use of options where they were defined.
2017-12-12 11:59:08 -08:00
Frank Schmid
81c896bc12
Removed reintroduction of stage+region in request. Added options.
Delete bucket was still using them

Hopefully all :)

Further test fixes.

.... worked too long yesterday

Fixed Variable tests

Remove not used parameters from request() and add options with warning
2017-12-11 12:33:35 +01:00
Frank Schmid
06cf6df2e6 More tests to increase coverage 2017-10-26 12:14:10 +02:00
Frank Schmid
97896eb34f Do not update configuration parts that contain references. 2017-10-26 11:57:10 +02:00
Rafal Wilinski
36a37d08e0 Fix helloTwo function deployment 2017-10-14 13:39:37 +02:00
Rafal Wilinski
db97a5fd2f Fix edge case with implicit root path 2017-09-29 22:18:58 +02:00
Rafal Wilinski
a48ed390ea Add normalizeArnRole tests 2017-09-29 22:09:33 +02:00
Rafal Wilinski
bafd7ede5a Fix failing tests 2017-09-29 21:02:37 +02:00
Rafal Wilinski
5423d8bf28 Fix Fn::GetAtt case 2017-09-28 19:19:54 +02:00
Rafal Wilinski
2e6d9733ec Add IAM Role normalization 2017-09-28 19:01:34 +02:00
Rafal Wilinski
087c78b91e Fix BbPromise.resolve 2017-09-19 15:36:52 +02:00
Philipp Muens
c6c589fdbb Update to use Bluebird promise 2017-09-19 11:00:27 +02:00
Rafal Wilinski
1500d24d51 Add invalid characters test 2017-09-14 18:14:50 +02:00
Rafal Wilinski
df145c45c8 Add provider-level inheritance test 2017-09-14 18:06:24 +02:00
Rafal Wilinski
7ce86483ab Fix concurrent update and deploy operations 2017-09-14 17:39:42 +02:00
Rafal Wilinski
e125ca141c Fix deploy function not inheriting config 2017-09-14 17:21:38 +02:00
Rafal Wilinski
5f19ff757c Fix updateFunctionConfiguration logic 2017-09-07 18:57:13 +02:00
Rafal Wilinski
86b8ef729c Change deploy:function hook behavior 2017-09-07 17:26:42 +02:00
Rafal Wilinski
9df7c836a8 Fix test by omiting undefined values 2017-08-29 16:48:19 +02:00
Rafal Wilinski
a5ace701ac Add --update-config tests 2017-08-29 16:42:23 +02:00
Rafal Wilinski
82c4e3af48 Add deploy function --update-config implementation 2017-08-29 15:48:15 +02:00
Eslam A. Hefnawy
42d48892c2 fix deploy function with service artifact 2017-07-07 19:22:42 +07:00
Philipp Muens
17814d7912 Update and fix tests 2017-07-04 09:08:50 +02:00
Philipp Muens
0d8174ba72 Merge master into PR 2017-07-03 17:04:49 +02:00
Philipp Muens
6893bba324 Add support for "force" option 2017-07-03 09:36:49 +02:00
Sunny
d5de23f482 Fix extendedValidate issue and refactor some code 2017-07-01 01:02:52 +05:30