Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix: move codeql into an independent workflow | sudoforge | 2024-07-23 | 2 | -11/+32 |
| | | | | | | | This seems to be necessary in order to support the advanced configuration. Change-Id: Ia5303123b3dcc22f77cdde4d514b484f29c60ca6 | ||||
* | feat: bump node versions to 16.x, 18.x, and 20.x | sudoforge | 2024-07-23 | 1 | -1/+1 |
| | | | | Change-Id: Ic4809ab33cc9fd9e7e6e3e6eba1dd933e1ba585b | ||||
* | feat: refactor pipelines into reusable workflows | sudoforge | 2024-07-22 | 9 | -194/+171 |
| | | | | | | | | | | | This change refactors the build, test, and benchmarking pipelines to a `presubmit` and `trunk` parent workflow which invokes other reusable workflows. This simplifies the deluge of pipelines that are executed, allowing for better orchestration and reduced noise on failures (only one email will be sent instead of several). Closes: michaelmure/git-bug#1198 Change-Id: I52407c39366bb9fbfd8fc1455a4f4a1d94f04897 | ||||
* | fix: add write for prs: stale/issue-and-pr | sudoforge | 2024-07-22 | 1 | -0/+1 |
| | | | | | This change adds write permissions for pull requests to the workflow that is used to mark issues and pull requests as stale. | ||||
* | feat: allow for manual execution of workflow: cron | sudoforge | 2024-07-22 | 1 | -0/+1 |
| | | | | | | This is a temporary change, that will be reverted later, simply to play catch-up with the backlog of items that are stale, but not marked as such. | ||||
* | feat: increase operations per run for workflow: cron | sudoforge | 2024-07-22 | 1 | -0/+1 |
| | | | | | | This change increases the number of operations that the workflow will perform from the default (30) to 1000, in order to allow for a large number of issues and pull requests to be processed. | ||||
* | fix: add missing `with` property to //.github/workflows:cron.yml | sudoforge | 2024-07-21 | 1 | -11/+12 |
| | | | | Change-Id: I32844f07bc825dfd2c364e402e21262a6f9cb519 | ||||
* | feat: add workflow for triaging stale issues and prs | sudoforge | 2024-07-20 | 1 | -0/+28 |
| | | | | Change-Id: I0fc9571d476b55a15edcef3645a5fa5f751fb427 | ||||
* | feat: update action library versions | sudoforge | 2024-07-20 | 6 | -16/+19 |
| | | | | Change-Id: I957c6de57b3a9151e6d9ce8caba87f4e2c714846 | ||||
* | feat: add concurrency limits to all pipelines | sudoforge | 2024-07-20 | 6 | -0/+24 |
| | | | | | | | | This change restricts the number of active pipeline executions for a given tree to one, so that new pushes to a tree that trigger a pipeline will cancel older (but still running) pipelines. Change-Id: I1deda682d39cadbce97f8df4ca7c3110a96b4549 | ||||
* | fix: bump to go v1.22.5 | sudoforge | 2024-07-20 | 3 | -3/+3 |
| | | | | | | | | | | | The GHA build pipeline is failing with an error: package crypto/ecdh is not in GOROOT (/opt/hostedtoolcache/go/1.19.4/x64/src/crypto/ecdh) crypto/ecdh was added in Go 1.21 [0]. This change updates the matrix of Go versions that the pipelines use to the latest, in order to resolve this error. [0]: https://tip.golang.org/doc/go1.21 | ||||
* | codespell: no "with" means using codespellrc, add more opt out | Michael Muré | 2023-08-10 | 1 | -3/+0 |
| | |||||
* | CI: ignore spelling mistake in repo to be imported from github | Michael Muré | 2023-03-04 | 1 | -0/+3 |
| | |||||
* | Add github workflow for codespell | Yaroslav Halchenko | 2023-01-23 | 1 | -0/+19 |
| | |||||
* | ci: use Go 1.19.4 and setup-go@v3 | Steve Moyer | 2023-01-03 | 3 | -9/+8 |
| | |||||
* | fix: resolve Go vulnerabilities | Steve Moyer | 2023-01-03 | 3 | -4/+4 |
| | | | | Resolves #975 | ||||
* | CI: remove lint security step as it's crashing | Michael Muré | 2022-12-29 | 1 | -2/+0 |
| | |||||
* | benchmark-action: make it work? | Michael Muré | 2022-11-26 | 1 | -12/+4 |
| | |||||
* | gha: add a workflow to continuously run benchmarks | Michael Muré | 2022-11-25 | 1 | -0/+47 |
| | |||||
* | GHA: add a release workflow to build and upload binaries | Michael Muré | 2022-11-20 | 1 | -0/+41 |
| | |||||
* | fix(884): scan PRs for insecure practices | Steve Moyer | 2022-09-26 | 1 | -2/+2 |
| | | | | References #884 | ||||
* | feat: run security checks during Go workflow | Steve Moyer | 2022-09-08 | 1 | -0/+3 |
| | |||||
* | build: go 1.18 minimum | Michael Muré | 2022-07-31 | 1 | -2/+2 |
| | |||||
* | a few fixes | Michael Muré | 2022-04-26 | 1 | -1/+1 |
| | |||||
* | build: require go 1.16 | Michael Muré | 2022-03-10 | 1 | -1/+1 |
| | | | | This is needed for a gqlgen update | ||||
* | CI: update nodejs | Michael Muré | 2022-03-01 | 1 | -1/+1 |
| | |||||
* | Add Linter Step (#698) | 6543 | 2021-09-13 | 1 | -0/+14 |
| | | | | | * Add Linter Step * format code | ||||
* | Create Dependabot config file | dependabot-preview[bot] | 2021-04-05 | 1 | -0/+8 |
| | |||||
* | require go 1.15 | Michael Muré | 2021-02-14 | 1 | -1/+1 |
| | |||||
* | add github actions | Michael Muré | 2020-12-08 | 2 | -0/+79 |
| | |||||
* | fix github action | Michael Muré | 2020-07-07 | 1 | -1/+2 |
| | |||||
* | code analysis | Michael Muré | 2020-07-07 | 1 | -0/+52 |
| | |||||
* | Update FUNDING.yml | Michael Muré | 2019-05-23 | 1 | -1/+1 |
| | |||||
* | Create FUNDING.yml | Michael Muré | 2019-05-23 | 1 | -0/+3 |