summaryrefslogtreecommitdiffstats
path: root/.github
AgeCommit message (Collapse)Author
2023-08-07Don't run the check-required-label check on masterStefan Haller
master doesn't have a label, so CI for master currently always fails.
2023-07-30Remove secureexec packageJesse Duffield
From the go 1.19 release notes: Command and LookPath no longer allow results from a PATH search to be found relative to the current directory. This removes a common source of security problems but may also break existing programs that depend on using, say, exec.Command("prog") to run a binary named prog (or, on Windows, prog.exe) in the current directory. See the os/exec package documentation for information about how best to update such programs.
2023-07-21Fix goreleaserv0.39.1Jesse Duffield
2023-07-20Add missing label to label checkerJesse Duffield
2023-07-20Update release notes config and add CI checkJesse Duffield
2023-07-19Add release config for generating release notespre-release-0.39-2Jesse Duffield
After going and adding labels for all of these I found out that 'improvement' should be 'enhancement' and 'bugfix' should be 'bug' but I don't know how to bulk update them (and I can't rename because the desired labels already exist). I'll work that out later, this is good enough for now
2023-07-10Run integration tests with various git versionsStefan Haller
We pick a few interesting ones in the range of supported versions. Based on work by Ryooooooga <eial5q265e5@gmail.com>.
2023-07-10Update checkout and cache action versionsStefan Haller
2023-07-09Remove retry logic in integration testsJesse Duffield
I want to see how we go removing all retry logic within a test. Lazygit should be trusted to tell us when it's no longer busy, and if it that proves false we should fix the issue in the code rather than being lenient in the tests
2023-05-30Remove UffizziJesse Duffield
We've given Uffizzi a go but haven't found utility in it, so we're removing it.
2023-04-29enforce lowercase filenamesJesse Duffield
2023-04-13Add CI job to check that the test list is up to dateStefan Haller
2023-03-18Uffizzi PR: Update Uffizzi Workflows (#2502)Shruti Chaturvedi
2023-02-26remove legacy integration testsJesse Duffield
2023-02-25give CI longer wait times before failing assertionsJesse Duffield
2023-01-26Merge pull request #2262 from daramayis/uffizziJesse Duffield
2023-01-10feat: uffizzi integrationAramayis
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-08-16better PR templateJesse Duffield
2022-08-15formattingJesse Duffield
2022-08-15add PR templateJesse Duffield
2022-08-15fail on vendor directory mismatchJesse Duffield
try this or this more
2022-08-14build integration binaries on CI to ensure they compileJesse Duffield
2022-08-14better CLI interfaceJesse Duffield
2022-08-13remove buggy-ass actionJesse Duffield
2022-08-13fix CIJesse Duffield
2022-08-08better bug report templateJesse Duffield
2022-08-08even betterJesse Duffield
2022-08-08new feature request templateJesse Duffield
2022-08-01add build info when building from sourceJesse Duffield
2022-07-30Add link to the installation instructionsLuka Markušić
2022-07-28Update bug_report.mdLuka Markušić
Add the `please try updating` tidbit to the bug report because that's one of the most common answers (and it cuts down debugging time)
2022-07-18ci: change not to run `Generate Sponsors` action on the fork repositoryRyooooooga
2022-06-11fix ciJesse Duffield
2022-06-11add more cache pathsJesse Duffield
2022-06-11run integration tests in parallel and properly cache windows buildJesse Duffield
2022-05-11add sponsors thingoJesse Duffield
2022-05-07workflows: bump brew formula on UbuntuDawid Dziurla
2022-03-19update lintersJesse Duffield
2022-01-31'git-rev parse' should be 'git rev-parse'Luka Markušić
2022-01-15see if this fixes CI lintingJesse Duffield
2022-01-04move lint into ci yamlJesse Duffield
2022-01-04add cheatsheet check scriptJesse Duffield
2021-10-17Run tests on WindowsRyooooooga
2021-08-25Limit to security updatesDaniel Bast
2021-08-25Add dependabot config for dependency updatesDaniel Bast
2021-07-28Sperate gh action build stepmjarkk
2021-05-07cd: remove ppa jobDawid Dziurla
Deprecated
2021-02-23Switch to Go 1.16 to support macOS arm64v0.25Daniel Bast
2020-12-24workflows: setup git before PPA repo updatingv0.24.2Dawid Dziurla