summaryrefslogtreecommitdiffstats
path: root/src/test
AgeCommit message (Expand)Author
2023-04-24refactor(Context): `set_config` method for `Context` (#5079)marcybell
2023-04-13fix(config): Make print-config not panic without a config (#5001)Dom Slee
2023-04-02feat(fossil): detection of Fossil check-outs in subdirectories (#4910)Vegard Skui
2023-03-22chore: add spell checker to workflows (#4975)Zhizhen He
2023-03-14fix(fossil_branch): fossil checkout database file name on windows (#4978)Stefan Cosma
2023-01-31feat(fossil_branch): add fossil_branch module (#4806)Vegard Skui
2023-01-30build(deps): update toml crates (#4853)David Knaack
2023-01-04feat(logger): delete old logs & avoid more dup logs (#4348)David Knaack
2022-12-31feat: add pijul_channel module (#4765)Lyle Mantooth
2022-11-05chore: fix new clippy lints (#4557)David Knaack
2022-05-23chore(clippy): fix new lints (#4002)David Knaack
2022-04-20test(git): enable `fsync` for git operations (#3889)David Knaack
2022-03-26refactor: replace module_config_derive with serde (#3786)David Knaack
2022-02-05fix(status): Enable to convert from i64 to hex_status by casting instead of p...moko256
2022-01-21feat: add a container indicator (#3304)Harald Hoyer
2022-01-15fix(properties): fix regressions in `status`, `pipestatus` and `terminal-widt...David Knaack
2022-01-04refactor: update clap to v3 (#3370)David Knaack
2021-10-27fix: only print root level config logs a single time (#3132)David Knaack
2021-09-08feat: Add support for RPROMPT (right prompt) (#3026)Matthew (Matt) Jeffryes
2021-07-29fix(clippy): fix new clippy lints (#2939)David Knaack
2021-07-28feat(status): Add pipestatus display in status module (#2481)Hugues Morisset
2021-07-16fix(windows): avoid inadvertly running exes from cwd (#2885)David Knaack
2021-06-29test(battery): add battery tests (#2795)Andrew Houts
2021-03-25chore(clippy): fix new lints (#2507)David Knaack
2021-02-13feat(test): allow dynamic mocking of commands (#2307)David Knaack
2021-02-08refactor(directory): Introduce `logical-path` argument which allows a shell t...Benjamin Fox
2021-01-16test: enable logging in tests (#2151)David Knaack
2021-01-01style: Latest clippy suggestions (#2048)Thomas O'Donnell
2020-09-21feat: Add timings subcommand (#1629)Jan Katins
2020-08-07test: introduce env variable mocking (#1490)Tilmann Meyer