Commit Graph

455 Commits

Author SHA1 Message Date
fb0948787a Cargo.lock: Updating futures-lite v1.12.0 -> v1.13.0 2023-05-06 17:16:58 +02:00
625457e474 Cargo.lock: Updating futures-io v0.3.25 -> v0.3.28 2023-05-06 17:16:58 +02:00
d4b7cabcf2 Cargo.lock: Updating fastrand v1.8.0 -> v1.9.0 2023-05-06 17:16:58 +02:00
b2727c7a96 Cargo.lock: Updating encoding_rs v0.8.31 -> v0.8.32 2023-05-06 17:16:58 +02:00
ff3cbfbdba Cargo.lock: Updating curl-sys v0.4.59+curl-7.86.0 -> v0.4.61+curl-8.0.1 2023-05-06 17:16:58 +02:00
44602e7bc2 Cargo.lock: Updating bytes v1.3.0 -> v1.4.0 2023-05-06 17:16:58 +02:00
1706df7236 Cargo.lock: Updating concurrent-queue v2.0.0 -> v2.2.0 2023-05-06 17:16:58 +02:00
80fc28c44a dependencies: Update serde_json to 1.0.96 2023-05-06 17:16:58 +02:00
7335c0fc62 dependencies: Update serde_yaml to 0.9.21 2023-05-06 17:16:58 +02:00
a536e688c9 dependencies: Update comfy-table to 6.1.4 2023-05-06 17:16:58 +02:00
0d22b43ed0 dependencies: Update regex to 1.8.1 2023-05-06 17:16:58 +02:00
9d7f566209 dependencies: Update console to 0.15.5 2023-05-06 17:16:58 +02:00
1e6f965f7a dependencies: Update clap to 4.2.7 2023-05-06 17:16:58 +02:00
6183a58204 dependencies: Update shellexpand to 3.1.0 2023-05-06 17:16:58 +02:00
2a4934b01a dependencies: Update git2 to 0.17.1 2023-05-06 17:16:58 +02:00
fc4261b7ac dependencies: Update serde to 1.0.162 2023-05-06 17:16:58 +02:00
7d248c5ea3 dependencies: Update toml to 0.7.3 2023-05-06 17:16:58 +02:00
8d4af73364 Merge pull request #54 from BapRx/feat/add-verbosity-repo-detection
feat: Return an error if the remote type cannot be detected
2023-05-04 14:36:12 +02:00
Hannes Körber
4c738d027a Always use cargo +nightly in Justfile 2023-05-04 13:45:57 +02:00
Hannes Körber
f2fa3411d8 Fix const Option::unwrap_or()
Fixes #57
2023-05-04 11:27:56 +02:00
Baptiste Roux
19443bc4ca chore: Update warning message 2023-02-10 18:02:13 +01:00
60a777276f Merge pull request #51 from BapRx/feat/exclude-paths-based-on-regex
chore(repo/find): Exlude paths based on regex
2023-02-07 22:50:02 +01:00
Baptiste Roux
1262ec5a33 chore: code format 2023-02-07 16:56:17 +01:00
Baptiste Roux
4c6b69e125 chore: Add linting exclusion 2023-02-07 16:55:23 +01:00
Baptiste Roux
28881a23a9 chore: Remove condition between default and exlude arguments 2023-02-07 16:50:45 +01:00
Baptiste Roux
e796362e6b chore: Avoid passing unnecessary reference 2023-02-07 16:49:21 +01:00
Baptiste Roux
37094a3295 feat: Return an error if the remote type cannot be detected 2023-02-02 23:11:04 +01:00
Baptiste Roux
100bac8f87 chore: Return error if the regex is invalid 2023-02-01 18:24:39 +01:00
Baptiste Roux
fdafa3aa81 chore: Pass regex pattern as slice instead of string 2023-02-01 18:14:56 +01:00
Baptiste Roux
d267564bca docs: Document the --exclude flag 2023-02-01 17:56:43 +01:00
Baptiste Roux
2cc477e551 test: Add e2e test for the path regex exclusion 2023-02-01 17:56:22 +01:00
Baptiste Roux
8cbdd9f408 chore: Add fmt in justfile; Update doc 2023-02-01 03:50:54 +01:00
Baptiste Roux
21be3e40dd fix: Rollback change that broke test 2023-02-01 03:48:59 +01:00
Baptiste Roux
a3824c2671 chore: Specify channel and target used in the project 2023-02-01 03:35:26 +01:00
Baptiste Roux
8eeb010c3a chore(e2e_tests): make the linter happier 2023-01-26 16:51:46 +01:00
Baptiste Roux
956b172426 chore(repo/find): Exlude paths based on regex 2023-01-14 14:40:11 +01:00
9b4ed2837e Merge branch 'develop' v0.7.12 2022-12-12 17:41:41 +01:00
701e64df6f Release v0.7.12 2022-12-12 17:41:41 +01:00
23fc942db7 Warn on empty filters
Closes #29
2022-12-12 15:43:27 +01:00
38bba1472e Improve error messages during sync errors
Closes #46
2022-12-12 15:21:42 +01:00
7d131bbacf 'Enable deny_unknown_fields for all config structs 2022-12-12 15:10:00 +01:00
6e79dd318a Make clippy happy 2022-12-12 14:46:08 +01:00
5fc1d2148f Cargo.lock: Updating polling v2.3.0 -> v2.5.1 2022-12-12 14:41:07 +01:00
de184de5a0 Cargo.lock: Updating futures-io v0.3.24 -> v0.3.25 2022-12-12 14:41:07 +01:00
8a3b2ae1c5 Cargo.lock: Updating curl-sys v0.4.56+curl-7.83.1 -> v0.4.59+curl-7.86.0 2022-12-12 14:41:07 +01:00
93e38b0572 Cargo.lock: Updating cc v1.0.73 -> v1.0.77 2022-12-12 14:41:07 +01:00
43bbb8e143 Cargo.lock: Updating crossbeam-utils v0.8.12 -> v0.8.14 2022-12-12 14:41:07 +01:00
0fd9ce68b8 Cargo.lock: Updating async-channel v1.7.1 -> v1.8.0 2022-12-12 14:41:07 +01:00
68f2b81e3f dependencies: Update parse_link_header to 0.3.3 2022-12-12 14:41:07 +01:00
d7a39fa4e4 dependencies: Update serde_json to 1.0.89 2022-12-12 14:41:07 +01:00