146 Commits

Author SHA1 Message Date
Mariusz Nowak
f274cd7637 refactor: Seclude configuration parse from internals 2021-01-22 14:57:10 +01:00
Mariusz Nowak
b23bfdbf6a refactor(CLI): Seclude service config path resolution out of internals 2021-01-18 16:19:12 +01:00
Mariusz Nowak
e3c64a3f36 refactor: Improve dependencies handling 2021-01-18 16:19:12 +01:00
Mariusz Nowak
b61621adeb refactor(CLI): Seclude version output functionality out of CLI class 2021-01-11 15:57:02 +01:00
Mariusz Nowak
1019e60876 fix(CLI): Remove bluebird config
We're slowly migrating all code from it, so this functionality for sure no longer works as intended
2021-01-10 17:37:37 +01:00
Mariusz Nowak
847fa3412d feat: Seclude main error handler to standalone util 2021-01-08 15:06:14 +01:00
Mariusz Nowak
49aabdf13d refactor: Improve error handling scope 2021-01-08 15:06:14 +01:00
Mariusz Nowak
22a03ce0d7 refactor: Reconfigure onExitPromise setup 2021-01-08 15:06:14 +01:00
Mariusz Nowak
7548e1d847 refactor: Reorder init setup 2021-01-08 15:06:14 +01:00
Mariusz Nowak
71368507e4 refactor: Improve var naming 2021-01-08 15:06:14 +01:00
Mariusz Nowak
763fc342f7 refactor: Refactor init part to async/await 2021-01-08 15:06:14 +01:00
Piotr Grzesik
5cc3be15be feat: Update to Node 14 for standalone binaries 2021-01-06 20:26:05 +01:00
Mariusz Nowak
cf7b25e458 style: Upgrade "prettier" to v2 2021-01-04 16:21:24 +01:00
Tim Qian
b572388030
ci: Switch region for china standalone uploads (#8675) 2021-01-04 12:25:25 +01:00
Piotr Grzesik
95c0bc0942 ci: Correctly log error when China upload fails 2020-12-22 11:36:30 +01:00
Mariusz Nowak
96735db3d4 ci: Ensure to update tag only after succesful binary uploads 2020-12-22 10:02:43 +01:00
Mariusz Nowak
77102743c1 ci: Temporary patch to handle China upload issues as non fatal 2020-12-22 10:02:43 +01:00
Mariusz Nowak
92ebb18bdd feat(Standalone): Support non-latest version builds 2020-11-06 15:03:31 +01:00
Piotr Grzesik
7914dcb8c8
test: Fix filename typo (#8360) 2020-10-08 09:40:57 +02:00
Piotr Grzesik
3ed97790ba
test(AWS Lambda): refactor EFS test to rely on infra (#8289) 2020-09-25 15:53:17 +02:00
Piotr Grzesik
05d703e6d5
feat(AWS MSK): Support MSK through "msk" event (#8164) 2020-09-24 10:23:09 +02:00
Mariusz Nowak
1db7f43ef2 chore: Upgrade @serverless/components 2020-09-10 13:26:17 +02:00
Mariusz Nowak
69dd4b9745 feat: Drop support for Node.js versions below v10
BREAKING CHANGE:
Node.js versions below v10 are no longer supported
2020-09-10 13:26:17 +02:00
Mariusz Nowak
246e4a6756 feat(Analytics): Introduce "isLocallyInstalled" characteristics 2020-09-02 13:04:59 +02:00
Mariusz Nowak
9fb62f1138 feat(CLI): Optionally fallback to local installation of "serverless" 2020-09-02 13:04:59 +02:00
Mariusz Nowak
5108b23d90 refactor(CLI): Remove no longer valid comment 2020-09-02 13:04:59 +02:00
Georges Biaux
0ab1283218
refactor: Expose serverless.onExitPromise for internal processing
(PR #8146)
2020-08-28 14:48:49 +02:00
Mariusz Nowak
5f5c3307e3
refactor(Standalone): Improve upload confirmation logs 2020-08-26 12:26:49 +02:00
Mariusz Nowak
50bfd22096 refactor(AWS Local Invocation): Seclude runtime wrapping logic 2020-07-27 11:42:02 +02:00
Mariusz Nowak
4cc31e3103 chore: Remove obsolete scripts 2020-07-27 10:29:53 +02:00
Mariusz Nowak
af89ab8994 refactor: Remove no longger needed deprecation logs supression
Originally added with #2328, not needed now
2020-07-22 09:39:35 +02:00
Mariusz Nowak
dc826b4fdd refactor(CLI): Seclude Framework CLI script 2020-07-22 09:39:35 +02:00
Mariusz Nowak
6fccedea4a fix(Standalone): Ensure reliable access from China 2020-06-29 16:15:26 +02:00
Mariusz Nowak
e2dd9a14a7 refactor(Standalone): Split upload script logic 2020-06-29 16:15:26 +02:00
Mariusz Nowak
0b25ce2efd refactor(Standalone): Fix CLI help 2020-06-29 16:15:26 +02:00
Mariusz Nowak
474df11288 fix(Standalone): Support SLS_GEO_LOCATION env var 2020-06-29 16:15:26 +02:00
Mariusz Nowak
a83f06e07f refactor: Remove internal logStat reporter 2020-06-16 10:59:59 +02:00
Mariusz Nowak
548bd986e4
fix(Standalone): Workaournd fs-extra v8 bug
It appears that with fs-extra v8 `copy` may crash in race condition where given directory is create at same time as `copy` operation occurs.
2020-05-15 16:38:56 +02:00
Kenan Christian Dimas
c106d53638
refactor: Upgrade 'fs-extra' to v8 (#7719) 2020-05-13 16:16:17 +02:00
Mariusz Nowak
8e85fe611b feat(Standalone): Support China mirror for binary downloads 2020-04-07 10:03:18 +12:00
Mariusz Nowak
506ad863da fix(Standalone): Ensure to bundle local invocation non Node.js artifcats 2020-02-28 12:11:56 +13:00
Mariusz Nowak
f426ed7077 fix(Standalone): Ensure to use proper CLI params parser 2020-01-30 15:58:39 +04:00
Richard Davison
780fb46e72 fix: Fix CLI params resolution (switch to yargs-parser) (#7187)
Closes #6083
2020-01-10 14:50:57 +01:00
Mariusz Nowak
85b196ff4d feat(Standalone): Windows Chocolatey PM integration 2020-01-10 14:07:59 +01:00
Mariusz Nowak
4b5f531d9e fix(Standalone): Ensure dashboard plugin policies are bundled 2020-01-03 14:20:11 +01:00
Mariusz Nowak
994555d7d6 fix(Standalone): Ensure dashboard wrapper is bundled 2020-01-03 14:20:11 +01:00
Mariusz Nowak
ac750053fd refactor(Binary Installer): Ensure latest stable npm version in bundle 2019-12-18 14:18:45 +01:00
Mariusz Nowak
53e596fa67 feat: uninstall command for installed binaries 2019-12-18 09:36:52 +01:00
Mariusz Nowak
f0f96980ee feat: Linux & macOS binary installer 2019-12-18 09:36:52 +01:00
Mariusz Nowak
5563b284f2 feat: Script to upload generated binaries to GitHub release 2019-12-18 09:36:52 +01:00