Commit graph

29 commits

Author SHA1 Message Date
Milan Kaneria
b204fec5b8 Maintenance release 1.18
- Updated @actions/upload-artifact to v7 #52
2026-04-25 16:11:40 +05:30
Milan Kaneria
a00e148bb1 Feature and code improvements 1.17
- Added ability to include files via sync-delta-includes input
- Updated readme
- Code cleanup and refactoring
2025-12-08 09:55:41 +05:30
Milan Kaneria
7dbe24eb86
Merge pull request #46 from TomDotBat/master
Add support for schedule event
2025-12-05 17:44:18 +05:30
Tom O'Sullivan
f22fde9d8e Add support for schedule event 2024-12-19 10:33:49 +00:00
Milan Kaneria
3cf188f493
Merge pull request #44 from Propaganistas/patch-1 1.16
Update action.yml
2024-10-14 10:05:13 +05:30
Propaganistas
8f3dca6112
Update action.yml 2024-10-12 20:28:13 +02:00
Milan Kaneria
d4299a60c5
Merge pull request #39 from Djontleman/fix/deploy-running-path 1.15
fix: prefix local path to `.deploy-running`
2024-07-23 11:10:14 +05:30
Jonathan Hutchinson
0bbc337026 prefix local path to .deploy-running 2024-07-11 15:01:35 +01:00
Milan Kaneria
c1baf76755 Maintenance release 1.14
- Updated @actions/upload-artifact to v4 #25
- Docs: Updated @actions/checkout to v4
2024-01-30 10:27:04 +05:30
Milan Kaneria
b720b0e498 Bug fix 1.13
- Fixed local path issue which prevented delta sync
2023-10-17 20:48:34 +05:30
Milan Kaneria
3bb7db2ffc Maintenance release 1.12
- Updated upload-artifact action to v3 #16
2022-11-16 21:42:49 +05:30
Milan Kaneria
58030c10c5 Feature release 1.11
- Ability to exclude files from delta sync
2022-06-24 09:22:10 +05:30
Milan Kaneria
9a3de874a9 Bug fixes 1.10
- Fixed deletion of files for delta sync
2022-02-04 17:54:57 +05:30
Milan Kaneria
d3d395df54
Merge pull request #2 from narativeio/master
Feature: new ftp-post-sync-commands option
2021-11-05 21:39:32 +05:30
Gontran Baerts
e66989b13a
docs: update doc about ftp-post-sync-commands (#2) 2021-11-05 15:32:13 +01:00
Gontran Baerts
98ae84406a
feat: add optional parameter to run FTP commands after synchronization 2021-11-05 15:09:45 +01:00
Gontran Baerts
a65386748f feat: add optional parameter to run FTP commands after synchronization 2021-11-05 15:06:02 +01:00
Milan Kaneria
b4f32c8242 Features and code improvements 1.9
- Modified files are now added to artifacts
- Removed continue/reput option from FTP
2021-10-01 08:01:41 +05:30
Milan Kaneria
996396bee3 Features and code improvements 1.8
- Added webhook start and finish event notifications
- Merged multiple deploy step runs
- Updated readme documentation
2021-09-07 11:02:05 +05:30
Milan Kaneria
d10d37b40d General code updates 1.7
- Added artifacts support to upload logs
- Added planned features to readme
2021-09-02 09:43:36 +05:30
Milan Kaneria
5104d813db General code updates 1.6
- Improved remote path handling with spaces
- Updated debug info for event to show from file
- Fixed missing .deploy-revision file for full sync
2021-09-01 13:44:17 +05:30
Milan Kaneria
ea5e6b78e1 General code updates 1.5 2021-08-31 20:55:50 +05:30
Milan Kaneria
eb64d160e8 General code updates 2021-08-31 20:48:59 +05:30
Milan Kaneria
b0074f576a General code updates
- Updated FTP configuration
- Revert conditional enabling of parallel connections
- Added proxy connection validation
- Added base commit validation
- Updated readme documentation
2021-08-31 20:44:20 +05:30
Milan Kaneria
ecf780fa42 General code updates 1.4
- Updated FTP configuration
- Conditionally enables parallel connections when transferring more than 10 files for delta sync
- Added shell variable quoting
- Updated readme documentation
2021-08-31 11:37:13 +05:30
Milan Kaneria
504e59759b General code updates 1.3
- Updated SSH and FTP configuration
- Refactor transfer files code
- Close proxy SSH connection on cleanup
- Updated readme documentation
2021-08-29 22:35:51 +05:30
Milan Kaneria
906cfb1a8e - Added input validation on init 1.2
- Updated error messages with useful information
- Refactor transfer files code
- Updated readme documentation and usage example
2021-08-28 07:55:55 +05:30
Milan Kaneria
35339ebc5f General code updates and fixes 1.1
- Fixed SFTP password authentication
- Now uses netrc file to store credentials
- Refactor delta file generation code
- Refactor transfer file code
- Updated all test condtions POSIX compatible
- Updated variables quoting
- Updated debug logging for FTP
- Updated FTP mirror settings
- Updated readme documentation
2021-08-27 20:36:59 +05:30
Milan Kaneria
e5e1e84b6b Initial commit 1.0 2021-08-23 17:56:06 +05:30