summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Collapse)Author
2022-11-14fix: fix ambiguous branch nameRyooooooga
test: add an integration test for checkout branch by name fix: fix full ref name of detached head refactor: refactor current branch loader chore: use field name explicitly
2022-11-12fix broken CI (see ↵Jesse Duffield
https://vielmetti.typepad.com/logbook/2022/10/git-security-fixes-lead-to-fatal-transport-file-not-allowed-error-in-ci-systems-cve-2022-39253.html) try this WIP
2022-11-12fix could-not-access errorJesse Duffield
2022-11-12test: add more assertionsAndrew Hynes
2022-11-01Merge branch 'master' into stash-untracked-changesAndrew Hynes
2022-10-16test: update stash/rename integration testRyooooooga
2022-10-16test: add an integration test for rename stashRyooooooga
2022-10-06clean: delete old integration artifactsAndrew Hynes
2022-10-06Merge branch 'master' into stash-untracked-changesAndrew Hynes
2022-10-06test: add test for stash including untracked filesAndrew Hynes
2022-10-06fix(test): add stash nameAndrew Hynes
2022-10-01test: add integration test for `Quote`Ryooooooga
2022-09-24update testJesse Duffield
2022-09-24Add test for amending a merge commitLuka Markušić
2022-09-17Add Key field to CustomCommandPrompt structMihai22125
Add Form field to CustomCommandObjects struct Write user prompts responses to Form field Ensure that map keys exists Add form prompts integration test Remove redundant index
2022-09-16add integration tests for cherry pickingJesse Duffield
2022-09-15test: add stash messageAndrew Hynes
2022-09-15fix: use message in git stash commandAndrew Hynes
2022-09-15test: add integration testAndrew Hynes
2022-09-09add branch rebase integration testJesse Duffield
2022-09-09add branch delete integration testJesse Duffield
2022-09-09remove already migrated testJesse Duffield
2022-09-09add another bisect integration testJesse Duffield
2022-09-09add bisect integration testJesse Duffield
2022-08-14fix CIJesse Duffield
2022-08-14migrate menuFromCommand integration testJesse Duffield
2022-08-14a more complex custom command testJesse Duffield
2022-08-14basic custom command testJesse Duffield
2022-08-13move code from main into app package to allow test to be injectedJesse Duffield
2022-08-13move input and assert into integration tests packageJesse Duffield
2022-08-13introduce gui adapterJesse Duffield
2022-08-11another integration testJesse Duffield
2022-08-11add new integration test patternJesse Duffield
2022-08-07Merge pull request #2004 from mark2185/fix-add-to-gitignore-newlineJesse Duffield
2022-08-06refactor to only have one context per viewJesse Duffield
2022-08-03Rerun integration testLuka Markušić
2022-08-03Fix the integration testLuka Markušić
2022-08-01add integration test to ensure we don't run into issues with popup focusJesse Duffield
2022-07-05try having at least one commit createdJesse Duffield
2022-07-05better handling of gitignore filesJesse Duffield
2022-07-05init repo before setting usernameJesse Duffield
2022-07-05Allow adding a file to the .git/info/exclude fileJuan Sanchez Montalvo
2022-06-11allow opening lazygit to a specific panelJesse Duffield
2022-06-09Merge pull request #1975 from mark2185/fix-unmatching-remote-branch-nameJesse Duffield
2022-06-09support setting the author of a commitJesse Duffield
update copy
2022-06-01Fetch the correct remote branchLuka Markušić
2022-05-08Discard staged changes onlyLuka Markušić
2022-05-08Add integration test for reset author command.Jens Pfeifle
2022-05-07more documentationJesse Duffield
2022-05-06Merge pull request #1870 from mark2185/feature/stash-unstagedJesse Duffield