Commit Graph

220 Commits

Author SHA1 Message Date
543bf94a51 dependencies: Update serde to 1.0.136 2022-02-21 19:51:37 +01:00
453f73c2a0 e2e: Fix ignoring pip and setuptools on autoupdate 2022-01-23 22:17:54 +01:00
7e673200c8 Fix error on empty cloned repository 2022-01-23 22:11:54 +01:00
44a716248e Release v0.6.0 v0.6.0 2022-01-23 12:28:45 +01:00
d20006a325 Merge branch 'develop' 2022-01-23 12:28:15 +01:00
f8adec1413 e2e: Ignore pip and setuptools for autoupdate 2022-01-23 12:27:59 +01:00
868269359c dependencies: Update serde to 1.0.135 2022-01-23 12:25:20 +01:00
61d4a4a0d8 e2e: Add PyYAML for YAML parsing 2022-01-22 11:23:53 +01:00
4e4de95a07 depcheck: Fix command to update crates.io index 2022-01-22 11:23:53 +01:00
9b64de7991 Add YAML as a config format option
@mustafa89 ;)
2022-01-22 11:23:53 +01:00
e45de3b498 depcheck: Fix crates.io cache update 2022-01-22 11:23:53 +01:00
6e4c388195 Add --stash options to pull and rebase 2022-01-22 11:23:53 +01:00
6436a8194e Disable "raw" SSH key usage
There is no sane way to get that fallback working with libgit2. Plus,
it's not a good practice anyway to have a non-password protected SSH
key.
2022-01-22 11:23:53 +01:00
f10ae25b2a Justfile: Add target to clean up 2022-01-22 11:23:53 +01:00
fd6b3b7438 Release v0.5.1 2022-01-22 11:19:37 +01:00
d68ff012f2 e2e_tests/pip: Update pyparsing to 3.0.7 2022-01-22 10:58:59 +01:00
9aad65edac dependencies: Update clap to 3.0.10 2022-01-22 10:58:59 +01:00
c370ef5815 dependencies: Update serde to 1.0.134 2022-01-22 10:58:59 +01:00
8f5b743ea4 Cargo.lock: Updating openssl-probe v0.1.4 -> v0.1.5 2022-01-22 10:58:47 +01:00
c0e981dbd4 Cargo.lock: Updating getrandom v0.2.3 -> v0.2.4 2022-01-22 10:58:47 +01:00
4303621b30 Cargo.lock: Updating smallvec v1.7.0 -> v1.8.0 2022-01-22 10:58:47 +01:00
63e04a9dcf dependencies: Update clap to 3.0.7 2022-01-22 10:58:47 +01:00
08ee946f2e dependencies: Update clap to 3.0.6 2022-01-22 10:58:47 +01:00
81de5a2d70 e2e_tests/pip: Update GitPython to 3.1.26 2022-01-22 10:58:47 +01:00
3bf118f99a Merge branch 'develop' v0.5 2022-01-08 14:50:48 +01:00
dbf93c8f0e Release v0.5 2022-01-08 14:50:32 +01:00
1ae0ceff60 dependencies: Update clap to 3.0.5 2022-01-08 14:47:29 +01:00
07fa3ca291 depcheck: Update Cargo.lock in same commit 2022-01-08 14:47:29 +01:00
ab1892cbeb pip-update: Never write pkg_resources to requirements.txt 2022-01-08 14:26:16 +01:00
ed1edf5075 e2e_tests/pip: Update GitPython to 3.1.25 2022-01-08 14:26:16 +01:00
e6e9940757 Cargo.lock: Updating indexmap v1.7.0 -> v1.8.0 2022-01-08 14:26:16 +01:00
ff48b2a017 Properly set up remote & branches after cloning 2022-01-08 14:26:16 +01:00
ec45678ce3 Fix SSH auth, fall back to file if agent fails 2022-01-08 14:15:27 +01:00
9acf5b10d5 Make cargo fmt happy 2022-01-08 14:15:26 +01:00
eaf8e2bfa2 rebase: Just continue on empty patch 2022-01-07 10:15:05 +01:00
31b90af066 Properly report status on worktree repos 2022-01-04 12:22:02 +01:00
f9d9dc587a Add e2e test for repos status 2022-01-04 12:03:29 +01:00
a94bd19362 repos: Set error code correctly when status fails 2022-01-04 11:55:00 +01:00
ef8a57c60e Add rebase option for worktrees 2022-01-04 11:18:48 +01:00
7a2fa7ae3f Add justfile target to update all dependencies 2022-01-03 10:10:00 +01:00
599973e10a depcheck: Do index update before any other operations 2022-01-03 10:10:00 +01:00
0485facf33 Cargo.lock: Updating serde v1.0.132 -> v1.0.133 2022-01-03 10:10:00 +01:00
2f6405ea10 dependencies: Update serde to 1.0.133 2022-01-03 10:10:00 +01:00
a4e993b7fc e2e_tests/pip: Update typing_extensions to 4.0.1 2021-12-31 11:23:25 +01:00
0fb9a22d47 e2e_tests/pip: Update attrs to 21.4.0 2021-12-31 11:23:25 +01:00
76130c5b48 Add script to update pip requirements.txt 2021-12-31 11:23:25 +01:00
9f6c84d78c e2e-tests: Make commit messages more obvious 2021-12-31 11:20:01 +01:00
fc91ee7a01 Just: Allow running selected e2e tests 2021-12-31 11:20:01 +01:00
c0168c3650 Add helper function on RepoStatus to check clean state 2021-12-31 11:20:01 +01:00
717b0d3a74 Add fetch & pull option to worktrees 2021-12-31 11:20:01 +01:00