Dragan Filipovic
|
c88faf5656
|
fix: upgrade devDependencies and migrate to eslint 10 flat config
- Upgrade eslint 8.31 → 10.1 with new flat config (eslint.config.js)
- Upgrade @vercel/ncc 0.36 → 0.38.4
- Replace eslint-config-airbnb-base + eslint-plugin-import with @eslint/js + @stylistic/eslint-plugin
- Remove stale overrides in package.json (word-wrap, semver)
- Remove obsolete eslint-disable comments from source files
- Add { cause } to rethrown error in rsyncCli.js
- Add .gitignore and CLAUDE.md
- Resolves all 3 npm audit vulnerabilities (flatted, minimatch, js-yaml)
|
2026-04-02 23:31:02 +02:00 |
|
Emmanuel Isenah
|
b82eced457
|
feat: apply deleteFile function to remoteCmd
|
2024-03-17 22:21:09 +01:00 |
|
Dragan Filipovic
|
66f6e4b367
|
fix: add uuid for ssh scripts
|
2023-09-24 17:29:49 +02:00 |
|
Dragan Filipovic
|
2fbb06015d
|
fix: #120 check undefined data
|
2023-02-21 22:35:05 +01:00 |
|
Dragan Filipovic
|
5894f5e290
|
fix: #113 limit ssh script input
|
2023-02-21 17:03:16 +01:00 |
|
Dragan Filipovic
|
59827af83c
|
fix: #113 limit ssh script output
|
2023-02-21 16:53:56 +01:00 |
|
Nicholas Piasecki
|
0a1df91f97
|
Add remote port
|
2023-01-04 12:18:09 -05:00 |
|
Dragan Filipovic
|
73a65ec97c
|
feat: Add multi source and multi target support
|
2023-01-03 02:49:54 +01:00 |
|
Dragan Filipović
|
ec9347f8c6
|
Feature/ssh cmd (#94)
* feat: Add SSH remote script support - before and after rsync
* fix: remove __dirname
* feat: add sshCmdArgs option
* Add promise instead of callback
* fix: improve logs
* fix: Add simple command exists instead of a plugin
* add non interactive install
* feat: add onStderr and onStdout logs
* Improve reject messages
* feat: Add RSYNC_STDOUT env variable
* emoji updates
* fix: update workflow actions
|
2023-01-02 21:06:33 +01:00 |
|