12626 Commits

Author SHA1 Message Date
Mariusz Nowak
93091c811c test: customProvider fixture 2020-06-16 10:59:59 +02:00
Mariusz Nowak
38c493f197 refactor: Move areAnalyticsDisabled to analytics/areDisabled 2020-06-16 10:59:59 +02:00
Mariusz Nowak
7cd44bbe05 refactor: Nest analytics utils in folder 2020-06-16 10:59:59 +02:00
Mariusz Nowak
31ccfe1a79 refactor(AWS Deploy): Refactor to BbPromise.try 2020-06-16 10:59:59 +02:00
Mariusz Nowak
40573444f9 refactor: Rename track to report 2020-06-16 10:59:59 +02:00
Mariusz Nowak
5234439fa1 refactor: Remove old analytics module 2020-06-16 10:59:59 +02:00
Mariusz Nowak
a83f06e07f refactor: Remove internal logStat reporter 2020-06-16 10:59:59 +02:00
Mariusz Nowak
8fa1fe1b3d refactor: Rename isTrackingDisabled into areAnalyticsDisabled 2020-06-16 10:59:59 +02:00
Mariusz Nowak
daef9e164f refactor: Rename tracking.js to analytics.js 2020-06-16 10:59:59 +02:00
Nguyễn Việt Đức
a549517441
refactor: Replace _.repeat with string.repeat (#7842) 2020-06-16 09:38:40 +02:00
Nguyễn Việt Đức
aaa2f965a7
refactor: Replace _.replace with string.replace (#7843) 2020-06-16 08:56:24 +02:00
Nguyễn Việt Đức
d5de0ec56a
refactor: Replace _.nth with array[index] (#7841) 2020-06-16 08:51:37 +02:00
KIDANI Akito
bed674c6be
docs: Add link to ruby example (#7839) 2020-06-15 12:53:03 +02:00
Chris Villanueva
91455f8465
docs: Ensure correct stage resolution instructions (#7835) 2020-06-12 10:36:02 +02:00
Demián Rodriguez
003fcfb8fc
feat(AWS Stream): Add support for maximumRecordAgeInSeconds property
(PR #7833)
2020-06-12 10:03:00 +02:00
Nguyễn Việt Đức
4c6f8be5cc
refactor: Replace _.map with array.map (#7827) 2020-06-12 09:59:42 +02:00
Nguyễn Việt Đức
20cef81555
refactor: Replace _.isUndefined with native checks (#7826) 2020-06-12 09:54:00 +02:00
Mariusz Nowak
5a5a986414
fix(AWS SQS): Revert support for maximumRetryAttempts option (#7832)
As it's not supported on AWS side
2020-06-10 12:52:16 +02:00
Jishnu Mohan P R
3b3db7ad29
refactor: Replace _.takeRight with array.slice (#7831) 2020-06-09 15:18:27 +02:00
srd2014
053f5f420b
refactor: Replace _.split with string.split (#7820) 2020-06-09 12:23:14 +02:00
Nguyễn Việt Đức
332524dae7
refactor: Replace _.indexOf with arr.includes (#7825) 2020-06-08 10:14:20 +02:00
Chris Villanueva
77fbb5969b
refactor: Replace _.includes with val.includes (#7818) 2020-06-08 09:13:50 +02:00
Chris Villanueva
8991ceb209
refactor: Replace _.head with array[0] (#7817) 2020-06-08 09:09:39 +02:00
Chris Villanueva
a527744606
refactor: Replace _.firstwith array[0] (#7816) 2020-06-08 09:07:17 +02:00
Chris Villanueva
e39cdfdf02
refactor: Replace _.unset with delete (#7813) 2020-06-03 18:07:28 +02:00
Bryan Hunter
dc96b9a876
fix: Ensure serverless.ts is handled properly at plugin commands
(PR #7806)
2020-06-03 18:05:41 +02:00
Wing-Kam
9f3ee94a74
refactor: Replace _.isString(value) with typeof value === 'string'
(PR #7812)
2020-06-03 16:17:04 +02:00
Wing-Kam
e42ab2cda6
refactor: Replace _.isFunction with typeof value === 'function'
(PR #7810)
2020-06-03 15:54:49 +02:00
Wing-Kam
6cf4901a89
refactor: Replace _.isNil(value) with value == null (#7809) 2020-06-03 15:38:18 +02:00
Wing-Kam
22a4ed27e2
refactor: Replace _.toUpper(string) with string.toUpperCase (#7808) 2020-06-03 14:39:49 +02:00
Mariusz Nowak
b5feb2ff67
docs: Prettify 2020-06-03 09:26:21 +02:00
Chris Villanueva
5cf46bf109
refactor: Replace _.join with array.join (#7805) 2020-06-03 08:53:06 +02:00
Mariusz Nowak
c575f7aecb
docs: Improve PR template 2020-06-03 08:51:03 +02:00
Austen
7891b57dc6
Update README.md 2020-06-02 15:33:34 -07:00
Mariusz Nowak
0b2e81b77b
chore: Register lint & prettier commit hooks 2020-06-02 13:37:16 +02:00
Mariusz Nowak
908cdd1fc9
chore: Remove rudimentary lint:fix script 2020-06-02 13:34:18 +02:00
Mariusz Nowak
4d9a96cab3
chore: Do not rely on ESLint caching
As it's invaildation logic is not perfect
2020-06-02 13:33:49 +02:00
Mariusz Nowak
7b0a3a15e7
chore: Release v1.72.0 v1.72.0 2020-06-02 11:33:44 +02:00
Mariusz Nowak
f9f6a3b560 fix(AWS API Gateway): Fix API key names resolution
Regression introduced by #5982, with which new format was introduced, and resolution of API key names was not updated to it
2020-06-02 11:00:02 +02:00
Mariusz Nowak
011e3e20b4
chore: Bump dependencies 2020-06-02 10:08:10 +02:00
Chris Villanueva
003696260c
refactor: Replace _.find with array.find (#7782) 2020-06-02 09:43:56 +02:00
Michał Mrozek
4074739476
feat(AWS HTTP API): Support externally configured JWT authorizers
(PR #7789)
2020-06-01 14:45:03 +02:00
Alex DeBrie
2e4377ecf0
feat(AWS API Gateway): Simplify referencing local CognitoUserPool
(PR #7799)
2020-06-01 14:19:09 +02:00
Chris Villanueva
2b00928f87
refactor: Replace _.size with native counterparts (#7798) 2020-06-01 13:30:43 +02:00
Bryan Hunter
4db8b630a2
feat: Support serverless.ts as configuration input (#7755) 2020-06-01 10:43:41 +02:00
TATSUNO Yasuhiro
5e0af21313
refactor: Replace _.forEach and _.each with array.forEach (#7748) 2020-05-28 10:45:25 +02:00
Ke Huang
45fecbdb74
docs: Suggest using latest node version in getting start doc (#7787) 2020-05-28 09:34:02 +02:00
Satoru Kikuchi
87d40aa8a7
feat(AWS API Gateway): Support toggling CloudWatch metrics (#7754) 2020-05-28 09:31:31 +02:00
Greg Campion
c6894b5129
feat(AWS API Gateway): Support customerId in API keys (#7786) 2020-05-28 09:29:01 +02:00
Chris Villanueva
d43241ea8b
refactor: Replace _.keys with Object.keys (#7784) 2020-05-28 09:25:20 +02:00