Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Feb 12, 2024
Bump Vampire/setup-wsl from 2.0.2 to 3.0.0
Show description for 031b55fauthored
Commits on Feb 8, 2024
Add note to clarify that `gitoxide` doensn't work in Python just yet.
Show description for 1ed6366committed
Commits on Feb 6, 2024
Merge pull request #1817 from EliahKagan/ci-arm
Show description for 6cba89fauthoredMerge pull request #1816 from EliahKagan/refresh-format
Show description for 3749037authoredUse same code style for all logging without placeholders
Show description for 4b86993committedOmit extra "WARNING:" prefix
Show description for 5faf621committedTest that extra prefix "WARNING:" is omitted
Show description for 3250313committedWrite Git instead of type(self.git)
Show description for db36174committed- committed
Exclude unavailable Python versions for M1 runner
Show description for 9ad28c3committedTest with M1 macOS CI runner
Show description for 8342f82committed
Commits on Feb 2, 2024
Merge pull request #1815 from EliahKagan/refresh-env
Show description for db6fb90authoredHave initial refresh use a logger to warn
Show description for 3a6e3efcommittedChange warning refresh-mode tests to expect logging
Show description for ac50d8ecommittedTest current initial-refresh behavior
Show description for 147e80bcommittedTest established zero-argument refresh() behavior
Show description for 8dc8eb9committed
Commits on Jan 28, 2024
Merge pull request #1814 from EliahKagan/cygwin-python
Show description for f4ce709authoredUse Python 3.9.16 on Cygwin CI
Show description for 8dc4cb0committedUse Python 3.8 on Cygwin CI
Show description for 73ebcfaauthored
Commits on Jan 26, 2024
Merge pull request #1813 from EliahKagan/logging
Show description for 10cdd03authoredMerge pull request #1812 from EliahKagan/refresh-cmdline
Show description for 9a7cec1authoredDon't add `NullHandler`s
Show description for bc42ee5committedDon't access logger in tests by nonpublic attribute
Show description for 78a82b3committedRename logger globals from log to _logger
Show description for 7bbccb4committedUse consistent style for passing logger name
Show description for 987dbf4committed
Commits on Jan 25, 2024
State what the refresh tests verify
Show description for 9b7e15fcommittedCondense FetchInfo.refresh using contextlib.suppress
Show description for 3bb63f3committed- committed
Re-refresh to restore state after refresh tests
Show description for b3fc30ecommittedStart work on making refresh tests restore state
Show description for 5ad7cb2committed
Commits on Jan 24, 2024
- committed
Fix wrong GitCommandNotFound command from refresh
Show description for 24d6067committedHave test of refresh that should fail assert command
Show description for f98aaddcommittedSimplify test of refresh that should succeed
Show description for f241808committedSplit test_refresh into two tests
Show description for ba4cbaecommitted