Commit Graph
100 Commits
Author SHA1 Message Date
Dragan FilipovićandGitHub d5e1f75798 Merge pull request #116 from Cascade-Lab/sb-fix-host-scan-port
Use custom port for host scan
2023-02-19 18:25:20 +01:00
Dragan FilipovićandGitHub 426f06d922 Merge pull request #106 from easingthemes/manual-release
fix: fix manual release action
2023-01-06 21:50:57 +01:00
Dragan Filipovic 245b7a9d2f fix: fix manual release action 2023-01-06 21:50:25 +01:00
Dragan FilipovićandGitHub 4c8eee72bd Merge pull request #105 from npiasecki/fix-remote-port
Add remote port
2023-01-05 20:21:22 +01:00
Dragan Filipovic 2a32c8dcde fix: update sub dependencies 2023-01-03 23:40:24 +01:00
Dragan Filipovic 450bf423f3 fix: update v3 e2e test 2023-01-03 23:15:21 +01:00
Dragan FilipovićandGitHub 85987f4567 Merge pull request #101 from easingthemes/bugfix/src-dir
fix: add githubWorkspace as default source root
2023-01-03 23:05:33 +01:00
Dragan Filipovic 3ef66d0be9 fix: add githubWorkspace as default source root 2023-01-03 23:02:41 +01:00
Dragan FilipovićandGitHub 7c21074882 Merge pull request #99 from easingthemes/bugfix/fix-empty-src
fix: fix default source if empty
2023-01-03 21:56:33 +01:00
Dragan Filipovic 9f191f4263 fix: fix default source if empty 2023-01-03 21:55:45 +01:00
Dragan Filipovic 006cf3021d Add v3 e2e 2023-01-03 19:29:28 +01:00
Dragan FilipovićandGitHub 7c9b40539e Merge pull request #96 from easingthemes/feature/default-rsync-options
feat: update default rsync options
2023-01-03 09:33:49 +01:00
Dragan Filipovic 2169399fef fix: rebuild 2023-01-03 09:25:16 +01:00
Dragan Filipovic 2be7efb376 perf: update default rsync options
BREAKING CHANGE: Default rsync options updated to speed up default deployments.
from `rltgoDzvO` to `-rlgoDzvc -i`
2023-01-03 09:21:19 +01:00
Dragan Filipovic e6e41a57ec Merge branch 'temp3' 2023-01-03 03:39:52 +01:00
Dragan Filipovic 6d3554b01e fix: move e2e tests typo branch name 2023-01-03 03:28:39 +01:00
Dragan Filipovic 765f5ffd31 fix: Update changelog 2023-01-03 03:25:23 +01:00
Dragan Filipovic 0069faea9f fix: move e2e tests to main branch 2023-01-03 03:11:47 +01:00
Dragan FilipovićandGitHub 923bc68f1a Merge pull request #95 from easingthemes/feature/multi-src
feat: Add multi source and multi target support
2023-01-03 03:09:17 +01:00
Dragan Filipovic 5c13615d4b fix: yaml step name 2023-01-03 03:03:07 +01:00
Dragan Filipovic 73a65ec97c feat: Add multi source and multi target support 2023-01-03 02:49:54 +01:00
Dragan Filipovic 98ee38d52e BREAKING CHANGE: Update inputs for multi src and pattern args 2023-01-02 23:50:02 +01:00
Dragan Filipovic bfa025c10c improve echo in e2e 2023-01-02 23:08:06 +01:00
Dragan Filipovic 91b6d280ae fix: Add visible Rsync CMD for debugging 2023-01-02 22:59:19 +01:00
Dragan Filipovic 4f233a7f45 add bigger test files 2023-01-02 22:40:20 +01:00
Dragan Filipovic 8e19e0d6bc fix: log buffer from rsync stdout 2023-01-02 22:30:57 +01:00
Dragan Filipovic da62405174 fix wrong args 2023-01-02 22:05:57 +01:00
Dragan Filipovic 2a85c96230 add more complex e2e tests 2023-01-02 22:02:16 +01:00
Dragan Filipovic 05ddb64347 Rebuild 2023-01-02 21:45:14 +01:00
Dragan Filipovic 8f715957ab fix: Add manual inputs for e2e test 2023-01-02 21:44:34 +01:00
Dragan Filipovic 18abe921d8 Merge branch 'bckp2' 2023-01-02 21:38:07 +01:00
Dragan Filipovic 85f4a96743 fix: Log rsync command 2023-01-02 21:37:23 +01:00
Dragan Filipovic 5c0c73092e Merge branch 'bckp' 2023-01-02 21:32:08 +01:00
Dragan Filipovic 51a00631e2 feat: Add SSH_CMD_ARGS support 2023-01-02 21:31:04 +01:00
Dragan FilipovićandGitHub 4a7a6fbdf2 Update CHANGELOG.md 2023-01-02 21:21:04 +01:00
Dragan FilipovićandGitHub fe4bee416c Update CHANGELOG.md 2023-01-02 21:17:40 +01:00
Dragan Filipovic 2cd8a820e2 feat: Add SSH remote script support - before and after rsync
fix: remove _unsafe _dirname

feat: add sshCmdArgs option

fix: Add promise instead of callback

fix: improve logs

fix: Add simple command exists instead of a plugin

fix: add non interactive install

feat: add onStderr and onStdout logs

fix: Improve reject messages

feat: Add RSYNC_STDOUT env variable

feat: Update emojis

fix: update workflow actions
2023-01-02 21:13:46 +01:00
Dragan Filipovic 21451fec97 fix: use main branch for e2e testes 2023-01-02 21:08:00 +01:00
Dragan FilipovićandGitHub 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
Dragan FilipovićandGitHub a5d8edb941 Update README.md 2022-12-31 15:20:15 +01:00
Dragan FilipovićandGitHub 38b80f1762 Update README.md 2022-12-31 15:13:32 +01:00
Dragan FilipovićandGitHub cde8aae19c Add stale issues Action 2022-12-31 15:11:04 +01:00
Dragan Filipovic 40f855a08b feat: add e2e tests 2022-12-31 10:33:16 +01:00
Dragan Filipovic 45bf266280 Remove Key log 2022-12-31 10:30:19 +01:00
Dragan FilipovićandGitHub 650beff82c Merge pull request #93 from easingthemes/feature/add-tests
Feature/add tests
2022-12-31 10:27:15 +01:00
Dragan Filipovic b6ac6f5c98 readd workflows 2022-12-31 10:25:56 +01:00
Dragan Filipovic 58395110fa revert wrong package 2022-12-31 10:24:28 +01:00
Dragan Filipovic 34a75bf467 remove unused package 2022-12-31 10:23:56 +01:00
Dragan Filipovic dd4fa994f1 switch back to main 2022-12-31 10:22:36 +01:00
Dragan Filipovic fe5dbcff69 Remove ssh test 2022-12-31 10:22:07 +01:00
Dragan Filipovic 148d625f1d permissions fix 2022-12-31 10:20:28 +01:00
Dragan Filipovic c685549dfc persmissions fix 2022-12-31 10:19:52 +01:00
Dragan Filipovic 4eea1db3aa mkdir remote 2022-12-31 10:17:50 +01:00
Dragan Filipovic caa0281bf4 build it again 2022-12-31 10:15:39 +01:00
Dragan Filipovic 2121ba96bc update apt 2022-12-31 10:15:28 +01:00
Dragan Filipovic b65c6688d1 host rsync 2022-12-31 10:14:04 +01:00
Dragan Filipovic 3e2f0214fc build it! 2022-12-31 10:07:22 +01:00
Dragan Filipovic 45eb75d449 inherit 2022-12-31 10:06:06 +01:00
Dragan Filipovic 4b6681d89c {stdio: 'inherit'} 2022-12-31 10:04:57 +01:00
Dragan Filipovic 70415f9f9d rsyncVersion 2022-12-31 10:02:46 +01:00
Dragan Filipovic 5403dab9a0 rsync check 2022-12-31 10:00:32 +01:00
Dragan Filipovic 11f58724d7 Build Action 2022-12-31 09:54:38 +01:00
Dragan Filipovic 5404854e81 envz 2022-12-31 09:53:43 +01:00
Dragan Filipovic 4efe6b6c40 print vars 2022-12-31 09:48:17 +01:00
Dragan Filipovic a52870b487 test 2022-12-31 03:16:48 +01:00
Dragan Filipovic d85914e1f9 test 2022-12-31 03:15:04 +01:00
Dragan Filipovic 152ee9d6b2 test 2022-12-31 02:43:57 +01:00
Dragan Filipovic aeee708bee test 2022-12-31 02:43:17 +01:00
Dragan Filipovic fd8e654d7e eval ssh-agent -s 2022-12-30 16:04:25 +01:00
Dragan Filipovic 0f6376161f add key 2022-12-30 16:01:47 +01:00
Dragan Filipovic 4d8753359e test ssh 2022-12-30 15:59:05 +01:00
Dragan Filipovic f67f2211cb env3 2022-12-30 15:48:53 +01:00
Dragan Filipovic e577b525ca env2 2022-12-30 15:46:37 +01:00
Dragan Filipovic a3ddddcc15 env 2022-12-30 15:44:38 +01:00
Dragan Filipovic 68642e11e3 env 2022-12-30 15:44:09 +01:00
Dragan Filipovic 2f8e6000d2 env vars test 2022-12-30 15:40:28 +01:00
Dragan Filipovic 8073f2b34c test env vars 2022-12-30 15:36:34 +01:00
Dragan Filipovic 25ffb03f81 run on current branch 2022-12-30 15:26:24 +01:00
Dragan Filipovic 6662bf770e run on main branch 2022-12-30 15:25:45 +01:00
Dragan Filipovic c7bd38757d replace nodeCMD with exec 2022-12-30 15:23:23 +01:00
Dragan Filipovic 692d3fee7d start nginx for testing 2022-12-30 14:29:31 +01:00
Dragan Filipovic f7c067b07e fix env 2022-12-30 11:21:24 +01:00
Dragan Filipovic d334a45df7 fix paths 2022-12-30 10:29:20 +01:00
Dragan Filipovic a3412294d1 remove unused envs 2022-12-29 23:28:40 +01:00
Dragan Filipovic a9382b67a2 e2e docker 2022-12-29 23:14:51 +01:00
Dragan Filipovic 2fdbdb60e6 get host info 2022-12-29 16:01:41 +01:00
Dragan Filipovic 416e17545e silent ssh-keygen 2022-12-29 15:55:39 +01:00
Dragan Filipovic 5f8d616f95 fix branch name 2022-12-29 15:51:02 +01:00
Dragan Filipovic cc49ab6239 typo fix 2022-12-29 15:50:00 +01:00
Dragan Filipovic b1a31cce80 test on current branch 2022-12-29 15:47:33 +01:00
Dragan Filipovic 8e3acd84f2 start e2e 2022-12-29 15:46:56 +01:00
Dragan FilipovićandGitHub 2de13b41b4 Merge pull request #84 from easingthemes/feature/#82-update-node-version
fix: plugins versions
2022-10-28 04:02:32 +02:00
Dragan FilipovićandGitHub 76660a8456 Merge pull request #83 from easingthemes/feature/#82-update-node-version
BREAKING CHANGE: update to use nodeJS v16
2022-10-28 03:48:26 +02:00
Dragan FilipovićandGitHub 824072bc5a Merge pull request #60 from easingthemes/feature/package-json-automation-6
fix: remove change npm to public
2021-05-28 02:22:56 +02:00
Dragan FilipovićandGitHub 66e6843055 Merge pull request #59 from easingthemes/feature/package-json-automation-5
fix: add assets to semantic-release git
2021-05-28 01:23:43 +02:00
Dragan FilipovićandGitHub 382db98e53 Merge pull request #58 from easingthemes/feature/package-json-automation-4
fix: change npm to public
2021-05-28 00:37:29 +02:00
Dragan FilipovićandGitHub 76882263e5 Merge pull request #57 from easingthemes/feature/package-json-automation-3
fix: update npm package name
2021-05-28 00:33:13 +02:00
Dragan FilipovićandGitHub f04642c1f5 Merge pull request #56 from easingthemes/feature/package-json-automation-2
Feature/package json automation 2
2021-05-28 00:24:06 +02:00
Dragan FilipovićandGitHub 9c02ed6208 Merge pull request #55 from easingthemes/feature/package-json-automation-1
fix: add NPM token
2021-05-28 00:01:28 +02:00
Dragan FilipovićandGitHub 09342ca039 Merge pull request #54 from easingthemes/feature/package-json-automation
fix: semantic-release/npm update config
2021-05-27 23:40:02 +02:00