summaryrefslogtreecommitdiffstats
path: root/.github
AgeCommit message (Collapse)Author
2023-01-09Update runtime filesBram Moolenaar
2022-12-31Update runtime filesBram Moolenaar
2022-12-30patch 9.0.1114: CI does not use the latest Python versionv9.0.1114Philip H
Problem: CI does not use the latest Python version. Solution: Switch from Python 3.10 to 3.11. (closes #11761)
2022-12-17patch 9.0.1071: Codecov action version is too specificv9.0.1071dundargoc
Problem: Codecov action version is too specific. Solution: Only use "v3" to automatically use the latest stable version. (closes #11720)
2022-12-11Update runtime filesBram Moolenaar
2022-11-25patch 9.0.0946: CI: Error in Coverity flow is not reportedv9.0.0946K.Takata
Problem: CI: Error in Coverity flow is not reported. Solution: Use another way to avoid errors in a forked repository. (Ken Takata, closes #11609)
2022-11-24patch 9.0.0941: CI failures in sound dummyv9.0.0941Philip H
Problem: CI failures in sound dummy. Solution: Temporarily disable building sound dummy. (closes #11610)
2022-11-24patch 9.0.0937: forked repositories send out useless emailv9.0.0937shane.xb.qian
Problem: Forked repositories send out useless email. Solution: When Coverity fails to run just ignore it. (Shane-XB-Qian, closes #11604)
2022-11-09Update runtime filesBram Moolenaar
2022-11-09patch 9.0.0847: CI: not totally clear what MS-Windows version is usedv9.0.0847K.Takata
Problem: CI: not totally clear what MS-Windows version is used. Solution: Show the Windows version. (Ken Takata, closes #11524)
2022-10-28Update runtime filesBram Moolenaar
2022-10-16patch 9.0.0773: huge build on macos uses dynamic Perlv9.0.0773Philip H
Problem: Huge build on macos uses dynamic Perl. Solution: Use built-in Perl, uninstall the brew one. (closes #11382)
2022-10-16Update runtime filesBram Moolenaar
2022-10-15patch 9.0.0759: huge build on macos does not use Perlv9.0.0759Philip H
Problem: Huge build on macos does not use Perl. Solution: Re-enable the Perl interface using "dynamic". (closes #11375)
2022-10-15patch 9.0.0755: huge build on macos always fails on CIv9.0.0755Bram Moolenaar
Problem: Huge build on macos always fails on CI. Solution: Temporarily disable the perl interface.
2022-10-09patch 9.0.0704: CI runs "tiny" and "small" builds, which are the samev9.0.0704Naruhiko Nishino
Problem: CI runs "tiny" and "small" builds, which are the same. Solution: Remove the "small" build. (Naruhiko Nishino, closes #11315)
2022-09-27Update runtime filesBram Moolenaar
2022-09-26patch 9.0.0593: CI actions have too many permissionsv9.0.0593Alex
Problem: CI actions have too many permissions. Solution: Restrict permissions to what is required. (closes #11223)
2022-09-24patch 9.0.0573: outdated dependencies go unnoticedv9.0.0573Philip H
Problem: Outdated dependencies go unnoticed. Solution: Use github Dependabot. (closes #11213)
2022-09-24patch 9.0.0570: CI for Windows is still using codecov action 3.1.0v9.0.0570Philip H
Problem: CI for Windows is still using codecov action 3.1.0. Solution: Use action 3.1.1. (closes #11212)
2022-09-21patch 9.0.0536: CI: codecov action update availablev9.0.0536Philip H
Problem: CI: codecov action update available. Solution: Update Codecov 3.1.0 to 3.3.1. (closes #11188)
2022-09-18Update runtime filesBram Moolenaar
2022-09-10Update runtime filesBram Moolenaar
2022-09-10patch 9.0.0436: CI: running tests in parallel causes flakinessv9.0.0436K.Takata
Problem: CI: running tests in parallel causes flakiness. Solution: Reorganize the MS-Windows runs. (Ken Takata, closes #11101)
2022-09-09patch 9.0.0421: MS-Windows makefiles are inconsistently namedv9.0.0421K.Takata
Problem: MS-Windows makefiles are inconsistently named. Solution: Use consistent names. (Ken Takata, closes #11088)
2022-09-07patch 9.0.0401: CI uses older clang versionv9.0.0401Philip H
Problem: CI uses older clang version. Solution: Switch from clang 14 to 15. (closes #11066)
2022-08-30Update runtime filesBram Moolenaar
2022-08-28patch 9.0.0305: CI lists useless deprecation warningsv9.0.0305Philip H
Problem: CI lists useless deprecation warnings. Solution: Ignore deprecation warnings. (closes #11003)
2022-08-28patch 9.0.0302: CI for Coverity is bothered by deprecation warningsv9.0.0302Philip H
Problem: CI for Coverity is bothered by deprecation warnings. Solution: Ignore deprecation warnings. (closes #11002)
2022-08-26patch 9.0.0277: Coverity CI: update-alternatives not needed with Ubuntu 20.04v9.0.0277Philip H
Problem: Coverity CI: update-alternatives not needed with Ubuntu 20.04. Solution: Remove update-alternatives for Lua. (closes #10987)
2022-08-25patch 9.0.0267: Coverity workflow still uses Ubuntu 18.04v9.0.0267Philip H
Problem: Coverity workflow still uses Ubuntu 18.04. Solution: Use Ubuntu 20.04
2022-08-25patch 9.0.0264: CI still runs on Ubuntu 18.04v9.0.0264Philip H
Problem: CI still runs on Ubuntu 18.04. Solution: Run CI on Ubuntu 20.04. (closes #10582)
2022-08-08Update runtime filesBram Moolenaar
2022-08-01Update runtime filesBram Moolenaar
2022-07-25Update runtime filesBram Moolenaar
2022-07-01Update runtime filesBram Moolenaar
2022-06-27Update runtime filesBram Moolenaar
2022-06-17patch 8.2.5119: CI uses cache v2v8.2.5119Philip H
Problem: CI uses cache v2. Solution: Use cache v3. (closes #10588)
2022-06-17Update runtime filesBram Moolenaar
2022-06-14Update runtime filesBram Moolenaar
2022-06-14patch 8.2.5086: CI runs on Windows 2019v8.2.5086Philip H
Problem: CI runs on Windows 2019. Solution: Switch to Windows 2022.
2022-06-03Update runtime filesBram Moolenaar
2022-06-01patch 8.2.5052: CI checkout step title is a bit crypticv8.2.5052Philip H
Problem: CI checkout step title is a bit cryptic. Solution: Add a better title. (closes #10509)
2022-05-21Update runtime files.Bram Moolenaar
2022-05-20patch 8.2.4986: some github actions are outdatedv8.2.4986Philip H
Problem: Some github actions are outdated. Solution: Update CodeQl to v2, update checkout to v3. (closes #10450)
2022-05-14Update runtime files, new color schemesBram Moolenaar
2022-05-07Update runtime filesBram Moolenaar
2022-05-02patch 8.2.4856: MinGW compiler complains about unknown escape sequencev8.2.4856Christian Brabandt
Problem: MinGW compiler complains about unknown escape sequence. Solution: Avoid using a backslash in path. (Christian Brabandt, closes #10337)
2022-04-24patch 8.2.4816: still using older codecov app in some places of CIv8.2.4816Philip H
Problem: Still using older codecov app in some places of CI. Solution: Use v3.1.0. (closes #10209)
2022-04-16patch 8.2.4768: CI: codecov upload sometimes does not workv8.2.4768Philip H
Problem: CI: codecov upload sometimes does not work. Solution: Use action v3 instead of v2. (closes #10209)