Commit graph

852 commits

Author SHA1 Message Date
sagie gur ari b75aac72c7 release 2022-04-20 08:03:36 +00:00
sagie gur ari 7015bbd466 lock file 2022-04-20 07:40:42 +00:00
Sagie Gur-Ari 0bc03410b2
Merge pull request #239 from sagiegurari/0.8.11
0.8.11
2022-04-20 10:30:29 +03:00
sagie gur ari 13487d9252 sdk 2022-04-20 07:17:21 +00:00
sagie gur ari 0833fc9baf changelog 2022-04-20 07:16:27 +00:00
Sagie Gur-Ari 62788977cf
Merge pull request #236 from Blightbuster/patch-1
Add include hidden option to gitignore_path_array command
2022-04-20 10:11:40 +03:00
Blightbuster 7c8e5725d4
Update mod.rs 2022-04-19 18:58:27 +02:00
Blightbuster 02e0fabdd8
Update sdk.md 2022-04-19 18:57:34 +02:00
sagie gur ari 723bb152a8 Merge branch '0.8.11' of github.com:sagiegurari/duckscript into 0.8.11 2022-04-19 10:52:32 +00:00
sagie gur ari e4a2512188 Fix: Runtime - fix control characters '\' parsing and expansion #237 2022-04-19 10:50:48 +00:00
Blightbuster 61aa1cc881
Update doc 2022-04-18 23:23:16 +02:00
Blightbuster 3c17c5c5a7
Change argument into flag 2022-04-18 23:19:16 +02:00
Blightbuster db073c77bc
Update doc 2022-04-18 13:18:49 +02:00
Blightbuster ec2fc0ab69
Add include hidden option to gitignore_path_array command 2022-04-18 13:11:04 +02:00
Sagie Gur-Ari 74e2b10020
Merge pull request #230 from sagiegurari/dependabot/cargo/semver-1.0.6
Bump semver from 1.0.5 to 1.0.6
2022-02-23 09:51:34 +02:00
dependabot[bot] eac0117e02
Bump semver from 1.0.5 to 1.0.6
Bumps [semver](https://github.com/dtolnay/semver) from 1.0.5 to 1.0.6.
- [Release notes](https://github.com/dtolnay/semver/releases)
- [Commits](https://github.com/dtolnay/semver/compare/1.0.5...1.0.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-22 03:02:20 +00:00
Sagie Gur-Ari 5ee0e0b2e8
Merge pull request #228 from sagiegurari/dependabot/cargo/sha2-0.10.2
Bump sha2 from 0.10.1 to 0.10.2
2022-02-18 11:18:16 +02:00
dependabot[bot] 23913f0b88
Bump sha2 from 0.10.1 to 0.10.2
Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.10.1 to 0.10.2.
- [Release notes](https://github.com/RustCrypto/hashes/releases)
- [Commits](https://github.com/RustCrypto/hashes/compare/sha2-v0.10.1...sha2-v0.10.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-18 03:02:20 +00:00
Sagie Gur-Ari bf5b65800c
Merge pull request #226 from sagiegurari/dependabot/cargo/rand-0.8.5
Bump rand from 0.8.4 to 0.8.5
2022-02-15 06:40:19 +02:00
dependabot[bot] 3664a31024
Bump rand from 0.8.4 to 0.8.5
Bumps [rand](https://github.com/rust-random/rand) from 0.8.4 to 0.8.5.
- [Release notes](https://github.com/rust-random/rand/releases)
- [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-random/rand/compare/0.8.4...0.8.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-15 03:01:59 +00:00
Sagie Gur-Ari b53dcd3a93
Merge pull request #224 from sagiegurari/dependabot/cargo/serde_json-1.0.79
Bump serde_json from 1.0.78 to 1.0.79
2022-02-14 14:21:06 +02:00
dependabot[bot] a4246462b1
Bump serde_json from 1.0.78 to 1.0.79
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.78 to 1.0.79.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.78...v1.0.79)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-14 03:02:27 +00:00
sagie gur ari c346bcd22b formatting and changelog #221 2022-02-13 15:32:46 +00:00
Sagie Gur-Ari cfe2d73a74
Merge pull request #222 from Red-Teapot/file_size
Command to get the file size
2022-02-13 17:26:42 +02:00
Nikita Medvedev 2be46d388f
Several review fixes: alias for get_file_size, duckscript tests, code tweaks 2022-02-13 16:07:55 +07:00
Nikita Medvedev 2fe17bac3e
Add a mention of directories to help for std::fs::GetFileSize (get_file_size) command 2022-02-12 22:33:06 +07:00
Nikita Medvedev 996bab6725
Implement std::fs::GetFileSize (get_file_size) command 2022-02-12 22:27:58 +07:00
Sagie Gur-Ari 237123c287
Merge pull request #220 from sagiegurari/dependabot/cargo/semver-1.0.5
Bump semver from 1.0.4 to 1.0.5
2022-02-07 06:34:07 +02:00
dependabot[bot] 45f0efb094
Bump semver from 1.0.4 to 1.0.5
Bumps [semver](https://github.com/dtolnay/semver) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/dtolnay/semver/releases)
- [Commits](https://github.com/dtolnay/semver/compare/1.0.4...1.0.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-07 03:02:42 +00:00
Sagie Gur-Ari 3795170cef
Merge pull request #219 from sagiegurari/dependabot/cargo/which-4.2.4
Bump which from 4.2.2 to 4.2.4
2022-01-25 08:02:48 +02:00
dependabot[bot] 98b2b79b77
Bump which from 4.2.2 to 4.2.4
Bumps [which](https://github.com/harryfei/which-rs) from 4.2.2 to 4.2.4.
- [Release notes](https://github.com/harryfei/which-rs/releases)
- [Commits](https://github.com/harryfei/which-rs/compare/4.2.2...4.2.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-25 03:01:49 +00:00
Sagie Gur-Ari 9ac6b9c212
Merge pull request #218 from sagiegurari/dependabot/cargo/serde_json-1.0.78
Bump serde_json from 1.0.75 to 1.0.78
2022-01-24 08:38:09 +02:00
dependabot[bot] 9274c6527a
Bump serde_json from 1.0.75 to 1.0.78
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.75 to 1.0.78.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.75...v1.0.78)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-24 03:02:08 +00:00
Sagie Gur-Ari 6bc4be25ef
Merge pull request #217 from sagiegurari/dependabot/cargo/serde_json-1.0.75
Bump serde_json from 1.0.74 to 1.0.75
2022-01-17 07:06:22 +02:00
dependabot[bot] a643ffbc2b
Bump serde_json from 1.0.74 to 1.0.75
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.74 to 1.0.75.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.74...v1.0.75)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-17 03:01:48 +00:00
sagie gur ari 5aae3c7527 lock file 2022-01-07 12:35:52 +00:00
sagie gur ari 9574513817 lock file 2022-01-07 12:27:20 +00:00
sagie gur ari 2bf2175a47 Merge branch 'master' of github.com:sagiegurari/duckscript 2022-01-07 12:26:55 +00:00
sagie gur ari ab567dcf08 rust upgrade 2022-01-07 12:20:49 +00:00
Sagie Gur-Ari c9413f928f
Merge pull request #216 from sagiegurari/dependabot/cargo/sha2-0.10.1
Bump sha2 from 0.10.0 to 0.10.1
2022-01-07 07:38:23 +02:00
dependabot[bot] 572967053c
Bump sha2 from 0.10.0 to 0.10.1
Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.10.0 to 0.10.1.
- [Release notes](https://github.com/RustCrypto/hashes/releases)
- [Commits](https://github.com/RustCrypto/hashes/compare/sha2-v0.10.0...sha2-v0.10.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-07 03:01:52 +00:00
Sagie Gur-Ari 37ff384120
Merge pull request #215 from sagiegurari/dependabot/cargo/serde_json-1.0.74
Bump serde_json from 1.0.73 to 1.0.74
2022-01-03 10:27:21 +02:00
dependabot[bot] 4181486b31
Bump serde_json from 1.0.73 to 1.0.74
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.73 to 1.0.74.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.73...v1.0.74)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-03 03:01:37 +00:00
Sagie Gur-Ari 1b3c8a64a0
Merge pull request #214 from sagiegurari/dependabot/cargo/num_cpus-1.13.1
Bump num_cpus from 1.13.0 to 1.13.1
2021-12-21 06:20:10 +02:00
dependabot[bot] 33a8926e20
Bump num_cpus from 1.13.0 to 1.13.1
Bumps [num_cpus](https://github.com/seanmonstar/num_cpus) from 1.13.0 to 1.13.1.
- [Release notes](https://github.com/seanmonstar/num_cpus/releases)
- [Changelog](https://github.com/seanmonstar/num_cpus/blob/master/CHANGELOG.md)
- [Commits](https://github.com/seanmonstar/num_cpus/compare/v1.13.0...v1.13.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-21 03:01:26 +00:00
Sagie Gur-Ari 2f3d307afb
Merge pull request #213 from sagiegurari/dependabot/cargo/serde_json-1.0.73
Bump serde_json from 1.0.72 to 1.0.73
2021-12-14 06:41:21 +02:00
dependabot[bot] f388679a67
Bump serde_json from 1.0.72 to 1.0.73
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.72 to 1.0.73.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.72...v1.0.73)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-14 03:01:48 +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