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
Philipp Muens
49f6e1e8a5
feat: Configure binaries generation
2019-12-18 09:36:52 +01:00
Mariusz Nowak
80f9a6570f
feat: Draw CLI boxes with boxes package
2019-12-18 09:36:52 +01:00
Mariusz Nowak
9aff2ebdc2
chore: Remove artifacts of old release process
2019-12-06 13:53:45 +01:00
Mariusz Nowak
a3933eaf40
Document reasoning on error silencing
2019-10-15 12:41:22 +02:00
Mariusz Nowak
f67ca3901d
Clear eslint workaround
2019-10-15 12:41:22 +02:00
Mariusz Nowak
289eba79e0
Simplify logic
2019-10-15 12:41:22 +02:00
Mariusz Nowak
f4dfbdfcba
Remove autocomplete setup from postinstall script
2019-10-15 12:41:21 +02:00
Philipp Muens
b800db3393
Append newline to avoid unnecessary back-and-forth changing
2019-09-25 13:38:44 +02:00
Philipp Muens
a4457e6a28
Fix linting issues
2019-09-25 13:34:08 +02:00
Daniel Schep
f6dafb4e9a
Automate keeping the sfe-next branch upto date
2019-09-24 14:53:06 -04:00
Mariusz Nowak
74d4ef18d1
Switch Mocha setup to @serverless/test
2019-09-13 16:53:46 +02:00
Mariusz Nowak
a5b3f1b80f
Recognize SERVERLESS_ACCESS_KEY as creds env var
2019-09-13 16:53:46 +02:00
Mariusz Nowak
b163f89639
An option to pass through AWS creds to isolated tests
2019-08-08 13:50:52 +02:00
Mariusz Nowak
9e7ff31e56
Improve path output
2019-08-08 13:50:51 +02:00
Mariusz Nowak
7e78baecab
Use mocha files resolver
2019-08-08 13:50:51 +02:00
Mariusz Nowak
d033874c56
Improve var name
2019-08-08 13:50:51 +02:00
Mariusz Nowak
831c52112e
Refactor cli input resolution
2019-08-08 13:50:50 +02:00
Mariusz Nowak
3953bf38a4
Fix eventual crash in pre uninstall
2019-07-19 23:27:06 +02:00
Mariusz Nowak
77878aa6c2
Fix eventual init issue in postinstall script
2019-07-19 23:26:39 +02:00
Mariusz Nowak
bee47e838a
Improve postinstall message
2019-07-16 16:12:22 +02:00
Philipp Muens
abd5a5d943
Fix linting issues
2019-06-27 11:34:06 +02:00
Philipp Muens
1645fc4748
Merge branch 'master' into serveless-command-ad
2019-06-27 11:33:16 +02:00
Mariusz Nowak
4944f471b1
Prettify
2019-06-26 12:43:01 +02:00
Mariusz Nowak
474ba4eb00
Remove shrinkwrap scripts
...
Originally it was intended to lock dependencies for CLI
still it's not confirmed whether it works that way
and after all we do not want to lock it to not
prevent updates of @serverless/enterprise-plugin
2019-06-20 15:07:43 +02:00
Daniel Schep
5f60426b6b
PLAT-1091 - message in npm i output about the serverless qucikstart command
2019-06-12 08:39:34 -04:00
Philipp Muens
997434480a
Remove root README generator
2019-06-06 12:18:42 +02:00
Mariusz Nowak
746fd046f0
Ensure windows mandatory env vars
2019-06-04 13:04:04 +02:00
Mariusz Nowak
39c7a79140
Ensure to expose TMPDIR to nested processes
2019-06-04 11:41:53 +02:00