| Commit message (Collapse) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| * | | 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 | |
| | | ||||
| * | Merge pull request #13540 from erw7/add-gha-for-windows-vs2017 | James McCoy | 2020-12-28 | |
| |\ | ||||
| | * | GHA: integrate unix and windows settings | erw7 | 2020-12-17 | |
| | | | ||||
| | * | GHA: fix build problems on Windows | erw7 | 2020-12-16 | |
| | | | ||||
| | * | ci: setup GitHub actions for windows | Thomas Vigouroux | 2020-12-16 | |
| | | | ||||
| * | | GHA/osx: workaround for brew update error (#13584) | notomo | 2020-12-22 | |
| | | | ||||
| * | | GHA/osx: remove python 2to3 | Jan Edmund Lazo | 2020-12-19 | |
| |/ | ||||
| * | Revert "Use oldest macOS version for release workflow" | James McCoy | 2020-12-11 | |
| | | ||||
| * | Use oldest macOS version for release workflow | Mitchell Hanberg | 2020-12-11 | |
| | | ||||
| * | GHA: Use oldest OS images to build releases | James McCoy | 2020-12-09 | |
| | | | | | Closes #13493 | |||
| * | GHA: Perform a full checkout for release workflow | James McCoy | 2020-12-06 | |
| | | | | | | This is needed to get a tag-based version from `git describe` rather than just the commit. | |||
| * | GHA: Include runtime in macos release tarball | James McCoy | 2020-12-06 | |
| | | ||||
| * | GHA: Use full version in release description | James McCoy | 2020-12-06 | |
| | | | | | Closes #13466 | |||
| * | GHA: Fix event_name check for nightly builds | James McCoy | 2020-12-06 | |
| | | ||||
| * | GHA: Delete nightly tag before creating new release | James McCoy | 2020-12-05 | |
| | | ||||
| * | GHA: Generate correct appimage for release/nightly | James McCoy | 2020-12-05 | |
| | | ||||
| * | GHA: Do not run CI for tags | James McCoy | 2020-12-05 | |
| | | ||||
| * | GHA: Rename "Nightly release" to "Release" | James McCoy | 2020-12-05 | |
| | | ||||
| * | GHA: Automatically create a release for versioned tags | James McCoy | 2020-12-05 | |
| | | ||||
| * | GHA: Add support for manually creating a release | James McCoy | 2020-12-05 | |
| | | ||||