Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | ci(commitlint): use action to checkout to pr branch directly | Dundar Göc | 2021-10-19 | |
| | ||||
* | ci(labeler): Remove checkout steps | Rob Cowsill | 2021-10-15 | |
| | | | Sets GH_REPO and passes PR number to `gh`, making checkout unnecessary | |||
* | ci: make labeler also work for breaking changes | Dundar Göc | 2021-10-13 | |
| | | | | | | | | | | | | This means that "refactor!: description" and "refactor(scope)!: description" will add the "refactor" label. | |||
* | ci: disable commit-lint on draft PRs #15958 | dundargoc | 2021-10-08 | |
| | ||||
* | ci: add type and scope from PR title as labels #15850 | dundargoc | 2021-09-30 | |
| | | | This only works if the label exists in the first place of course. | |||
* | ci(lintcommit.lua): replace third-party commitlint #15747 | dundargoc | 2021-09-26 | |
| | ||||
* | ci: use runner, instead of os, for job name and cache key | James McCoy | 2021-09-24 | |
| | ||||
* | ci: add macOS 11 build | James McCoy | 2021-09-24 | |
| | ||||
* | fix(ci): re-run GHA for ready_for_review events (#15377) | James McCoy | 2021-08-15 | |
| | | | | | | | | By default, the pull_request target only runs for the "opened", "synchronize", and "reopened" events. Since we've disabled GHA CI for "draft" PRs, the "ready_for_review" event also needs to be included so CI is automatically run when leaving draft status. | |||
* | Merge pull request #15367 from jamessan/release-fixes | James McCoy | 2021-08-14 | |
|\ | | | | | Clean up release handling | |||
| * | build: use RelWithDebInfo build for nightlies, Release for releases | James McCoy | 2021-08-13 | |
| | | | | | | | | | | | | | | | | Unlike Release build type, RelWithDebInfo does not disable asserts. This helps get better debug info from people brave enough to use the nightly builds, but shouldn't be used for official releases. [skip ci] | |||
* | | ci: fix typo squasher by changing trigger to "pull_request_target" (#15357) | dundargoc | 2021-08-13 | |
| | | | | | | | | | | The "pull_request" trigger only enables read-access for forks, "pull_request_target" is required if a fork is to be a trigger. Also changed the python script to reflect this change. | |||
* | | ci: create GitHub Action that squashes all typo PRs into a single PR (#15041) | dundargoc | 2021-08-09 | |
| | | | | | | | | The action adds all pull-request authors (and Marvim) as a co-author to the newly created PR and also links to the closed PRs. | |||
* | | ci: disable false "footer-leading-blank" warning from commitlint (#15238) | dundargoc | 2021-08-02 | |
| | | ||||
* | | Merge pull request #15129 from dundargoc/action/commitlint | Matthieu Coudron | 2021-08-02 | |
|\ \ | | | | | | | ci: add commit linter to GitHub Actions. | |||
| * | | ci: add commit linter to GitHub Actions | Dundar Göc | 2021-08-01 | |
| | | | ||||
* | | | ci: label PRs only the first time they're opened (#15209) | dundargoc | 2021-07-28 | |
|/ / | | | | | instead of on every change -- including removing erroneous labels | |||
* | | fix(ci): lower timeout to 45 minutes (from default 360 mins) | Björn Linse | 2021-07-24 | |
| | | ||||
* | | Revert "fix(ci): remove mongodb from brew to avoid brew upgrade error ↵ | Christian Clason | 2021-07-20 | |
| | | | | | | | | | | | | | | (#15115)" (#15141) This reverts commit 5377b2b00aea1a0bde1b81452e6198dabe5b9796. (Fix no longer needed.) | |||
* | | fix(ci): remove mongodb from brew to avoid brew upgrade error (#15115) | Oliver Marriott | 2021-07-17 | |
|/ | | | | | | | | | macOS CI was failing because: - brew upgrade fails because, - mongodb-community cant upgrade because, - some symlinks are owned by ... mongodb-community... We don't use mogodb, so we can just remove it wholesale. | |||
* | feat(ci): Add sha256 checksums to release notes | Oliver Marriott | 2021-07-02 | |
| | ||||
* | ci(gha): Add functionaltest-lua checker | James McCoy | 2021-06-29 | |
| | ||||
* | ci: upgrade to gcc-11 on ubuntu-18.04 | glacambre | 2021-06-16 | |
| | | | | | | | | | | In https://github.com/neovim/neovim/issues/14150 , investigations showed that using an older gcc to build the appimage could result in severe perf issues. This is because older gcc versions happily replace calls to libc functions with their own, which happen to be less optimized than their libc counterparts. We fix this problem by upgrading to gcc-11 on ubuntu-18.04. | |||
* | fix(ci): Remove gcc@8/gcc@9 homebrew workaround | James McCoy | 2021-06-04 | |
| | ||||
* | ci(gha): New workflow to regen API docs on pushes to release branches | James McCoy | 2021-05-31 | |
| | | | | | | | | Upon pushing updates to files which may contain API documentation, the workflow will regenerate the docs and, if there are relevant changes, create a PR targeting the source branch. [skip ci] | |||
* | feat(ci): autolabel pull requests (#14574) | Matthieu Coudron | 2021-05-18 | |
| | | | | autolabel pull requests depending on which files are modified | |||
* | ci(coverity): Fix typo in tar command | James McCoy | 2021-05-05 | |
| | | | | [skip ci] | |||
* | ci(gha): Run ci workflow for PRs into release branches | James McCoy | 2021-05-05 | |
| | ||||
* | ci(gha): Add weekly Coverity scans | James McCoy | 2021-05-05 | |
| | | | | [skip ci] | |||
* | ci(gha/ci): Use clang-12 for TSAN | James McCoy | 2021-05-02 | |
| | ||||
* | ci(gha/release): Bump to ubuntu-18.04 | James McCoy | 2021-05-02 | |
| | | | | | Per https://wiki.ubuntu.com/Releases, 16.04 is no longer under standard support. Switch to the next LTS, 18.04, for the next couple years. | |||
* | ci(gha/vim-patches): Create PR against branch running the workflow | James McCoy | 2021-04-26 | |
| | | | | | | Avoids hard-coding branch names. [skip ci] | |||
* | ci(gha): Rename nightly workflow to vim-patches | James McCoy | 2021-04-26 | |
| | | | | [skip ci] | |||
* | ci(gha/nightly): Enable "contents: write" permissions to setup PR | James McCoy | 2021-04-26 | |
| | | | | [skip ci] | |||
* | ci(gha/release): Enable "contents: write" permission to publish release | James McCoy | 2021-04-21 | |
| | ||||
* | ci(gha/win): Specify valid directory for DEPS_BUILD_DIR | James McCoy | 2021-04-21 | |
| | ||||
* | ci(gha): Simplify clang installation | James McCoy | 2021-04-21 | |
| | ||||
* | ci(gha): Update to clang-12 | James McCoy | 2021-04-21 | |
| | ||||
* | ci(gh): Automatically create PR for version.c updates | James McCoy | 2021-03-20 | |
| | | | | [skip ci] | |||
* | ci(GHA/release): Delete the release when creating a new nightly | James McCoy | 2021-03-14 | |
| | | | | | | | | | | This reverts #13733. Disabling delete of the release leaves behind a draft release associated with the previous nightly tag, which is annoying to cleanup. In the rare circumstances that the creation of a new nightly fails after deleting the previous nightly, the job can be re-run or a nightly can be missing for a day. | |||
* | Merge pull request #14139 from jamessan/release-packages | James McCoy | 2021-03-14 | |
|\ | | | | | ci(GHA/release): Stop installing gcc-multilib | |||
| * | ci(GHA/release): Stop installing gcc-multilib | James McCoy | 2021-03-14 | |
| | | | | | | | | | | Recent changes in Xenial have made it uninstallable and we aren't actually using anything from it for the release builds. | |||
* | | Don't run CI on draft PRs | smolck | 2021-03-14 | |
|/ | ||||
* | ci(GHA): install perl on osx | Jan Edmund Lazo | 2021-01-17 | |
| | | | | Fix missing header files in system perl. | |||
* | ci(gha): brew unlink gcc@8/@9 to fix upgrade issues | James McCoy | 2021-01-11 | |
| | ||||
* | ci(gha): brew upgrade before installing | James McCoy | 2021-01-10 | |
| | ||||
* | Do not delete the nightly release | Michał Kiełbowicz | 2021-01-10 | |
| | ||||
* | ci: Fix typo in release.yml that prevents optimized nightly build (#13671) | Collided Scope | 2021-01-03 | |
| | | | Assuming the `CMAKE_BUILD_TYPE` directive is case-sensitive, this *actually* prevents the nightly build from being optimized. Even if it doesn't, the typo causes `:checkhealth` to issue a dummy warning in the Performance section. | |||
* | ci: Add Windows binaries to the release | James McCoy | 2020-12-31 | |
| | ||||
* | ci(GHA): Disable fail-fast for CI checks | James McCoy | 2020-12-30 | |
| |