Commit Graph

13 Commits

Author SHA1 Message Date
Gary Holtz 458033f0da
refactor: Moving test helper functions to their own file for reuse 2024-04-29 23:11:56 -05:00
Gary Holtz 1fa0f55d2f test: have git tests actually use git instead of stubs 2024-04-29 21:25:59 +00:00
Jay McCure d687fefab4
fix(mr create): support non-english languages 2023-10-30 16:20:43 +10:00
Wesley Schwengle 8d60acdccf fix: Don't add glab-resolved when it already exists in a remote 2023-08-09 15:57:46 +00:00
Michael Mead 4f200f917e feat: add new changelog command 2023-05-17 15:26:35 +00:00
Davide Bianchi 7694dfbc6a test: add some test to improve coverage 2023-04-21 22:02:04 +00:00
Kai Armstrong 39e9e21313 chore: re-add linting/formatting job to ci 2022-11-17 18:36:09 +00:00
Oscar Tovar 40a5436789 chore: update module path 2022-09-19 20:23:45 +00:00
Shaun Duncan 795bec9eb5 fix(tests): modify test environment to work correctly for forks 2022-08-10 06:45:31 +00:00
Tomas Vik 343f225203 test: support forks CI in automated tests 2022-06-13 10:47:26 +02:00
Tomas Vik 21025017a9 ci: add unit test task to the CI 2022-06-09 14:29:02 +02:00
zemzale a5f4099291
fix: Don't show non-templates when asking chosing (#927)
* feat(git): Allow for overriding the TopLevelDir

This would allow us to use a different output for this command in tests.

Issue #923

* fix: Don't show non-templates when asking chosing

In cases where users have non template files in the .gitlab/[template]/
folder they might will be picked up and displayed.

This fixes that by filtering out all the files that are hidden and don't
end in .md

Issue #923

* feat(cmdutils): Sort templates in alphabetical order
2022-01-31 18:20:22 +00:00
Clement Sam 42930fd55f move /internal/git to /pkg/git 2021-01-29 10:15:59 +00:00