Commit Graph

383 Commits

Author SHA1 Message Date
sagie gur ari
cadfdc87e1 bump version 2023-06-15 19:04:37 +00:00
sagie gur ari
2374381a2f release 2023-05-25 11:30:16 +00:00
sagie gur ari
2c81096f1a upgrade dependencies 2023-05-23 20:15:41 +00:00
sagie gur ari
122d0d06e4 Merge branch 'master' of github.com:sagiegurari/duckscript 2023-05-23 18:58:39 +00:00
sagie gur ari
2edb430c29 rust upgrade 2023-05-23 18:07:42 +00:00
Jakub Jirutka
4ef0be95f8 Remove unnecessary/unused 'zip' features
Reduce dependency bloat.
2023-04-29 17:18:29 +02:00
sagie gur ari
85ad192408 release 2023-04-22 20:03:53 +00:00
sagie gur ari
e12df0ac2d Merge branch 'master' of github.com:sagiegurari/duckscript 2023-04-22 19:37:55 +00:00
Sagie Gur-Ari
6902f9cf45
Merge pull request #320 from burrbull/fix-mv
fix target_file check in mv
2023-04-22 22:37:24 +03:00
sagie gur ari
eed9544c79 Maintenance: Replace math evaluation crate to evalexpr 2023-04-22 19:36:24 +00:00
dependabot[bot]
d514cd567e
Bump attohttpc from 0.24.1 to 0.25.0
Bumps [attohttpc](https://github.com/sbstp/attohttpc) from 0.24.1 to 0.25.0.
- [Release notes](https://github.com/sbstp/attohttpc/releases)
- [Commits](https://github.com/sbstp/attohttpc/compare/v0.24.1...v0.25.0)

---
updated-dependencies:
- dependency-name: attohttpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-12 03:56:47 +00:00
Andrey Zgarbul
4345b41e94 fix target_file check in mv 2023-03-31 15:47:40 +03:00
dependabot[bot]
c1e0a1bb0d
Bump suppaftp from 5.0.1 to 5.1.0
Bumps [suppaftp](https://github.com/veeso/suppaftp) from 5.0.1 to 5.1.0.
- [Release notes](https://github.com/veeso/suppaftp/releases)
- [Changelog](https://github.com/veeso/suppaftp/blob/main/CHANGELOG.md)
- [Commits](https://github.com/veeso/suppaftp/compare/v5.0.1...v5.1.0)

---
updated-dependencies:
- dependency-name: suppaftp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-03 03:56:58 +00:00
dependabot[bot]
5fed3f284d
Bump suppaftp from 4.7.0 to 5.0.1
Bumps [suppaftp](https://github.com/veeso/suppaftp) from 4.7.0 to 5.0.1.
- [Release notes](https://github.com/veeso/suppaftp/releases)
- [Changelog](https://github.com/veeso/suppaftp/blob/main/CHANGELOG.md)
- [Commits](https://github.com/veeso/suppaftp/compare/v4.7.0...v5.0.1)

---
updated-dependencies:
- dependency-name: suppaftp
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-27 03:57:05 +00:00
sagie gur ari
0c0b0f4f1e update lint rules 2023-02-14 07:20:52 +00:00
dependabot[bot]
2b09d1f6ee
Bump suppaftp from 4.6.1 to 4.7.0
Bumps [suppaftp](https://github.com/veeso/suppaftp) from 4.6.1 to 4.7.0.
- [Release notes](https://github.com/veeso/suppaftp/releases)
- [Changelog](https://github.com/veeso/suppaftp/blob/main/CHANGELOG.md)
- [Commits](https://github.com/veeso/suppaftp/compare/v4.6.1...v4.7.0)

---
updated-dependencies:
- dependency-name: suppaftp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-02 03:01:15 +00:00
sagie gur ari
cad5839da5 release 2023-01-21 17:03:01 +00:00
sagie gur ari
1115cadc00 upgrade dependencies 2023-01-21 15:32:13 +00:00
sagie gur ari
d079770c50 update changelog/zip/unzip naming and add tests #294 2023-01-21 15:22:50 +00:00
Sagie Gur-Ari
038b0cb6eb
Merge pull request #294 from Red-Teapot/zip
Implement zip and unzip commands
2023-01-21 16:55:22 +02:00
Nikita Medvedev
da297b0ff3 Review fixes and small refactoring 2023-01-18 23:33:50 +07:00
dependabot[bot]
6b0ac2abea
Bump suppaftp from 4.5.2 to 4.6.0
Bumps [suppaftp](https://github.com/veeso/suppaftp) from 4.5.2 to 4.6.0.
- [Release notes](https://github.com/veeso/suppaftp/releases)
- [Changelog](https://github.com/veeso/suppaftp/blob/main/CHANGELOG.md)
- [Commits](https://github.com/veeso/suppaftp/compare/v4.5.2...v4.6.0)

---
updated-dependencies:
- dependency-name: suppaftp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-10 03:00:44 +00:00
Nikita Medvedev
3b6c168242 Small fix 2023-01-04 21:55:18 +07:00
Nikita Medvedev
0c78abf7c1 Update zip crate version to 0.6 2023-01-04 21:50:45 +07:00
Nikita Medvedev
7c1589b8a8 Add list support to zip command, refactor the tests 2023-01-04 21:41:01 +07:00
Nikita Medvedev
fbac8cf292 Implement unzip command 2023-01-04 21:05:26 +07:00
Nikita Medvedev
10a647dcae Implement zip command 2023-01-04 19:43:41 +07:00
dependabot[bot]
34e9562224
Bump base64 from 0.13.1 to 0.20.0
Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.13.1 to 0.20.0.
- [Release notes](https://github.com/marshallpierce/rust-base64/releases)
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md)
- [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.13.1...v0.20.0)

---
updated-dependencies:
- dependency-name: base64
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-12 03:01:40 +00:00
dependabot[bot]
168b623303
Bump attohttpc from 0.23.1 to 0.24.0
Bumps [attohttpc](https://github.com/sbstp/attohttpc) from 0.23.1 to 0.24.0.
- [Release notes](https://github.com/sbstp/attohttpc/releases)
- [Commits](https://github.com/sbstp/attohttpc/compare/v0.23.1...v0.24.0)

---
updated-dependencies:
- dependency-name: attohttpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-07 03:01:49 +00:00
sagie gur ari
f213f3b4d4 Merge branch 'master' of github.com:sagiegurari/duckscript 2022-10-17 05:26:46 +00:00
sagie gur ari
633895ec12 Fix: watchdog command support for unlimited retries 2022-10-17 05:26:39 +00:00
Sagie Gur-Ari
6a514c81e2
Merge pull request #277 from sagiegurari/dependabot/cargo/suppaftp-4.5.1
Bump suppaftp from 4.4.0 to 4.5.1
2022-10-10 13:30:19 +03:00
dependabot[bot]
001ee802c4
Bump suppaftp from 4.4.0 to 4.5.1
Bumps [suppaftp](https://github.com/veeso/suppaftp) from 4.4.0 to 4.5.1.
- [Release notes](https://github.com/veeso/suppaftp/releases)
- [Changelog](https://github.com/veeso/suppaftp/blob/main/CHANGELOG.md)
- [Commits](https://github.com/veeso/suppaftp/compare/v4.4.0...v4.5.1)

---
updated-dependencies:
- dependency-name: suppaftp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-10 03:01:49 +00:00
dependabot[bot]
361e70fb5c
Bump attohttpc from 0.22.0 to 0.23.1
Bumps [attohttpc](https://github.com/sbstp/attohttpc) from 0.22.0 to 0.23.1.
- [Release notes](https://github.com/sbstp/attohttpc/releases)
- [Commits](https://github.com/sbstp/attohttpc/compare/v0.22.0...v0.23.1)

---
updated-dependencies:
- dependency-name: attohttpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-10 03:01:36 +00:00
sagie gur ari
45f15cdf0b release 2022-10-05 12:26:34 +00:00
dependabot[bot]
b4cea58939
Bump attohttpc from 0.21.0 to 0.22.0
Bumps [attohttpc](https://github.com/sbstp/attohttpc) from 0.21.0 to 0.22.0.
- [Release notes](https://github.com/sbstp/attohttpc/releases)
- [Commits](https://github.com/sbstp/attohttpc/compare/v0.21.0...v0.22.0)

---
updated-dependencies:
- dependency-name: attohttpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-11 03:01:37 +00:00
dependabot[bot]
fff89ef2d6
Bump attohttpc from 0.20.0 to 0.21.0
Bumps [attohttpc](https://github.com/sbstp/attohttpc) from 0.20.0 to 0.21.0.
- [Release notes](https://github.com/sbstp/attohttpc/releases)
- [Commits](https://github.com/sbstp/attohttpc/compare/v0.20.0...v0.21.0)

---
updated-dependencies:
- dependency-name: attohttpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-10 03:01:39 +00:00
sagie gur ari
038fec646d release 2022-08-06 17:21:17 +00:00
sagie gur ari
45a7859631 Maintenance: Migrate from unmaintained ftp crate to suppaftp fork 2022-08-06 16:50:36 +00:00
sagie gur ari
7387b5484c update dependencies 2022-08-06 16:31:47 +00:00
sagie gur ari
e24ec782a7 rust upgrade 2022-08-05 17:27:35 +00:00
dependabot[bot]
ade57d7625
Bump attohttpc from 0.19.1 to 0.20.0
Bumps [attohttpc](https://github.com/sbstp/attohttpc) from 0.19.1 to 0.20.0.
- [Release notes](https://github.com/sbstp/attohttpc/releases)
- [Commits](https://github.com/sbstp/attohttpc/compare/v0.19.1...v0.20.0)

---
updated-dependencies:
- dependency-name: attohttpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-02 03:01:34 +00:00
sagie gur ari
b306b351e6 release 2022-07-21 09:15:42 +00:00
Jakub Jirutka
12e387e0fe Allow building with native-tls instead of rustls
Bundling (static linking) TLS library is a very bad idea from
a security perspective and linux distributions try to avoid it.
2022-07-21 00:13:16 +02:00
Kian-Meng Ang
f0020d7348 Fix typos 2022-06-11 18:48:47 +08:00
sagie gur ari
a1e20db507 lint rules 2022-06-11 08:22:04 +00:00
sagie gur ari
9001a7d654 release 2022-05-25 15:44:10 +00:00
Sagie Gur-Ari
aa243daa67
Merge pull request #249 from sagiegurari/0.8.12
0.8.12
2022-05-25 18:18:16 +03:00
sagie gur ari
9300af8da5 update dependencies 2022-05-25 14:33:03 +00:00
sagie gur ari
9371e46b88 clippy fix 2022-05-25 14:24:43 +00:00