summaryrefslogtreecommitdiffstats
path: root/.github
AgeCommit message (Collapse)Author
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)
2022-04-16patch 8.2.4764: CI uses an older gcc versionv8.2.4764Philip H
Problem: CI uses an older gcc version. Solution: Use GCC 11. (closes #10185)
2022-04-12patch 8.2.4743: clang 14 is available on CIv8.2.4743Philip H
Problem: Clang 14 is available on CI. Solution: Switch from clang 13 to 14. (closes #10157)
2022-02-21patch 8.2.4433: CI: cannot see interface versions for MS-Windowsv8.2.4433K.Takata
Problem: CI: cannot see interface versions for MS-Windows. Solution: List the interface versions. (Ken Takata, closes #9811)
2022-02-14patch 8.2.4377: CI steps for Windows are a bit unorganizedv8.2.4377ichizok
Problem: CI steps for Windows are a bit unorganized. Solution: Organize CI test steps on Windows. (Ozaki Kiichi, closes #9764)
2022-02-12patch 8.2.4353: CI does not use the latest Lua and Pythonv8.2.4353Philip H
Problem: CI does not use the latest Lua and Python. Solution: Use Lua 5.4.2 and Python 3.10. (closes #9744)
2022-02-12patch 8.2.4351: no coverage is measured on MS-Windows CIv8.2.4351ichizok
Problem: No coverage is measured on MS-Windows CI. Solution: Enable coverage on MS-Windows. (Ozaki Kiichi, closes #9750)
2022-02-11patch 8.2.4342: CI will soon switch to other windows versionv8.2.4342ichizok
Problem: CI will soon switch to other windows version. Solution: Use "windows-2019" instead of "windows-latest". (Ozaki Kiichi, closes #9740)
2022-01-31patch 8.2.4268: CI log output is longv8.2.4268ichizok
Problem: CI log output is long. Solution: Group output in sections. (Ozaki Kiichi, closes #9670)
2022-01-29Update runtime filesBram Moolenaar
2022-01-26patch 8.2.4222: MS-Windows: clumsy way to suppress progress on CIv8.2.4222K.Takata
Problem: MS-Windows: clumsy way to suppress progress on CI. Solution: Check for "$CI" in the Makefile itself. (Ken Takata, closes #9631)
2022-01-15patch 8.2.4096: Linux CI: unnecessarily installing packagesv8.2.4096ichizok
Problem: Linux CI: unnecessarily installing packages Solution: Only install packages for huge build. (Ozaki Kiichi, closes #9530)
2022-01-14patch 8.2.4092: MacOS CI: unnecessarily doing "Install packages"v8.2.4092ichizok
Problem: MacOS CI: unnecessarily doing "Install packages". Solution: Only do "Install packages" for huge build. (Ozaki Kiichi, closes #9521)
2022-01-11patch 8.2.4061: codecov bash script is deprecatedv8.2.4061ichizok
Problem: Codecov bash script is deprecated. Solution: Use the codecov action. (Ozaki Kiichi, closes #9505)
2021-12-25patch 8.2.3891: github CI: workflows may overlapv8.2.3891Yegappan Lakshmanan
Problem: Github CI: workflows may overlap. Solution: Cancel previous workflows when starting a new one. (Yegappan Lakshmanan, closes #9400)
2021-12-16patch 8.2.3827: huntr badge does not really fit in the listv8.2.3827Bram Moolenaar
Problem: Huntr badge does not really fit in the list. Solution: Move the link to Huntr to the issue template.
2021-12-16Update runtime filesBram Moolenaar