Commit graph

119 commits

Author SHA1 Message Date
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
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 0c78abf7c1 Update zip crate version to 0.6 2023-01-04 21:50:45 +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
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
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
dependabot[bot] 0b61b27158
Bump attohttpc from 0.18.0 to 0.19.0
Bumps [attohttpc](https://github.com/sbstp/attohttpc) from 0.18.0 to 0.19.0.
- [Release notes](https://github.com/sbstp/attohttpc/releases)
- [Commits](https://github.com/sbstp/attohttpc/compare/v0.18.0...v0.19.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-04-21 03:01:42 +00:00
sagie gur ari b75aac72c7 release 2022-04-20 08:03:36 +00:00
sagie gur ari ab567dcf08 rust upgrade 2022-01-07 12:20:49 +00:00
sagie gur ari 09b794b1d1 release 2021-12-10 14:58:39 +00:00
Sagie Gur-Ari d351d62bcd
Merge pull request #212 from sagiegurari/0.8.10
0.8.10
2021-12-10 16:43:28 +02:00
sagie gur ari f009868a01 New SDK and cli tls feature to enable usage without tls support (by default enabled) 2021-12-10 14:29:17 +00:00
sagie gur ari 9745ab23d4 Update dependencies 2021-12-10 13:15:14 +00:00
dependabot[bot] 34ef17d8fd
Bump sha2 from 0.9.8 to 0.10.0
Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.9.8 to 0.10.0.
- [Release notes](https://github.com/RustCrypto/hashes/releases)
- [Commits](https://github.com/RustCrypto/hashes/compare/sha2-v0.9.8...sha2-v0.10.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-08 03:02:11 +00:00
sagie gur ari 85fb37ef57 dependencies 2021-11-08 14:09:07 +00:00
dependabot[bot] 7407f32ff0
Bump whoami from 1.1.5 to 1.2.0
Bumps [whoami](https://github.com/libcala/whoami) from 1.1.5 to 1.2.0.
- [Release notes](https://github.com/libcala/whoami/releases)
- [Changelog](https://github.com/libcala/whoami/blob/main/CHANGELOG.md)
- [Commits](https://github.com/libcala/whoami/compare/v1.1.5...v1.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-08 03:01:32 +00:00
sagie gur ari 30fb0ad4b5 merges 2021-11-01 14:19:58 +00:00
sagie gur ari 4295a32e9f Merge branch 'master' of github.com:sagiegurari/duckscript 2021-11-01 14:19:15 +00:00
sagie gur ari 1d8607a808 New print and println commands which support styled output (color and style) #203 2021-11-01 14:15:20 +00:00
dependabot[bot] 38af78bf40
Bump attohttpc from 0.17.0 to 0.18.0
Bumps [attohttpc](https://github.com/sbstp/attohttpc) from 0.17.0 to 0.18.0.
- [Release notes](https://github.com/sbstp/attohttpc/releases)
- [Commits](https://github.com/sbstp/attohttpc/compare/v0.17.0...v0.18.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-15 03:01:34 +00:00
sagie gur ari df8e41bd84 release 2021-09-21 13:38:59 +00:00
sagie gur ari 593c6cbbd9 New digest, sha256sum and sha512sum commands #196 2021-09-21 13:23:57 +00:00
sagie gur ari 32d2705e5b Fix glob_cp command to support absolute paths #197 2021-09-20 13:34:02 +00:00
sagie gur ari 8f86cfbe3f release 2021-09-13 17:37:27 +00:00
sagie gur ari a0b22ac802 release 2021-07-23 13:19:37 +00:00
Philip Koperski 77c3e706bb Implement camel_case and snake_case 2021-07-13 23:44:47 -04:00
sagie gur ari c0285d3a0d release 2021-07-09 22:44:33 +00:00
sagie gur ari 8879af3f05 release 2021-06-04 13:16:09 +00:00
dependabot[bot] 9005b19f7e
Bump semver from 0.11.0 to 1.0.2
Bumps [semver](https://github.com/dtolnay/semver) from 0.11.0 to 1.0.2.
- [Release notes](https://github.com/dtolnay/semver/releases)
- [Commits](https://github.com/dtolnay/semver/compare/0.11.0...1.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-03 03:01:13 +00:00
sagie gur ari 152294eda0 release 2021-04-09 16:13:58 +00:00
sagie gur ari b2184d57bd Merge branch 'master' of github.com:sagiegurari/duckscript 2021-04-09 15:50:46 +00:00
sagie gur ari c7d27be860 New gitignore_path_array command 2021-04-09 15:48:25 +00:00
dependabot[bot] 294eaf4524
Bump attohttpc from 0.16.3 to 0.17.0
Bumps [attohttpc](https://github.com/sbstp/attohttpc) from 0.16.3 to 0.17.0.
- [Release notes](https://github.com/sbstp/attohttpc/releases)
- [Commits](https://github.com/sbstp/attohttpc/compare/v0.16.3...v0.17.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-05 03:01:28 +00:00