1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-01-10 04:07:18 +02:00
lazygit/pkg/integration/components
Jesse Duffield e33fe37a99 Standardise on using lo for slice functions
We've been sometimes using lo and sometimes using my slices package, and we need to pick one
for consistency. Lo is more extensive and better maintained so we're going with that.

My slices package was a superset of go's own slices package so in some places I've just used
the official one (the methods were just wrappers anyway).

I've also moved the remaining methods into the utils package.
2023-07-30 18:51:23 +10:00
..
alert_driver.go Support matchers on integers in integration tests 2023-06-03 15:32:23 +10:00
assertion_helper.go Remove retry logic in integration tests 2023-07-09 20:57:18 +10:00
commit_description_panel_driver.go Better tag creation UX 2023-07-22 14:36:35 +10:00
commit_message_panel_driver.go Support matchers on integers in integration tests 2023-06-03 15:32:23 +10:00
common.go Fix the title and text (and variable names) of the Discard Changes prompt 2023-06-26 08:15:35 +02:00
confirmation_driver.go Support matchers on integers in integration tests 2023-06-03 15:32:23 +10:00
file_system.go Support matchers on integers in integration tests 2023-06-03 15:32:23 +10:00
git.go Construct arg vector manually rather than parse string 2023-05-23 19:49:19 +10:00
int_matcher.go Add integration tests for searching/filtering 2023-07-03 12:54:14 +10:00
matcher.go Support matchers on integers in integration tests 2023-06-03 15:32:23 +10:00
menu_driver.go Add integration tests for searching/filtering 2023-07-03 12:54:14 +10:00
paths.go
popup.go Split commit message panel into commit summary and commit description panel 2023-04-30 13:19:53 +10:00
prompt_driver.go Support matchers on integers in integration tests 2023-06-03 15:32:23 +10:00
runner.go Remove mainBranch parameter from Shell.Init() 2023-07-10 15:09:17 +02:00
search_driver.go Support matchers on integers in integration tests 2023-06-03 15:32:23 +10:00
shell.go Add test for opening lazygit in the worktree of a bare repo 2023-07-30 18:35:23 +10:00
test_driver.go Support matchers on integers in integration tests 2023-06-03 15:32:23 +10:00
test_test.go Rename From to AtLeast 2023-05-02 16:27:32 +02:00
test.go Standardise on using lo for slice functions 2023-07-30 18:51:23 +10:00
text_matcher.go Support matchers on integers in integration tests 2023-06-03 15:32:23 +10:00
view_driver.go Fix tests 2023-07-30 18:35:23 +10:00
views.go Add worktree integration tests 2023-07-30 18:35:23 +10:00