summaryrefslogtreecommitdiff
path: root/.github
Commit message (Collapse)AuthorAge
* Update runtime filesBram Moolenaar2022-09-27
|
* patch 9.0.0593: CI actions have too many permissionsAlex2022-09-26
| | | | | Problem: CI actions have too many permissions. Solution: Restrict permissions to what is required. (closes #11223)
* patch 9.0.0573: outdated dependencies go unnoticedPhilip H2022-09-24
| | | | | Problem: Outdated dependencies go unnoticed. Solution: Use github Dependabot. (closes #11213)
* patch 9.0.0570: CI for Windows is still using codecov action 3.1.0Philip H2022-09-24
| | | | | Problem: CI for Windows is still using codecov action 3.1.0. Solution: Use action 3.1.1. (closes #11212)
* patch 9.0.0536: CI: codecov action update availablePhilip H2022-09-21
| | | | | Problem: CI: codecov action update available. Solution: Update Codecov 3.1.0 to 3.3.1. (closes #11188)
* Update runtime filesBram Moolenaar2022-09-18
|
* Update runtime filesBram Moolenaar2022-09-10
|
* patch 9.0.0436: CI: running tests in parallel causes flakinessK.Takata2022-09-10
| | | | | Problem: CI: running tests in parallel causes flakiness. Solution: Reorganize the MS-Windows runs. (Ken Takata, closes #11101)
* patch 9.0.0421: MS-Windows makefiles are inconsistently namedK.Takata2022-09-09
| | | | | Problem: MS-Windows makefiles are inconsistently named. Solution: Use consistent names. (Ken Takata, closes #11088)
* patch 9.0.0401: CI uses older clang versionPhilip H2022-09-07
| | | | | Problem: CI uses older clang version. Solution: Switch from clang 14 to 15. (closes #11066)
* Update runtime filesBram Moolenaar2022-08-30
|
* patch 9.0.0305: CI lists useless deprecation warningsPhilip H2022-08-28
| | | | | Problem: CI lists useless deprecation warnings. Solution: Ignore deprecation warnings. (closes #11003)
* patch 9.0.0302: CI for Coverity is bothered by deprecation warningsPhilip H2022-08-28
| | | | | Problem: CI for Coverity is bothered by deprecation warnings. Solution: Ignore deprecation warnings. (closes #11002)
* patch 9.0.0277: Coverity CI: update-alternatives not needed with Ubuntu 20.04Philip H2022-08-26
| | | | | Problem: Coverity CI: update-alternatives not needed with Ubuntu 20.04. Solution: Remove update-alternatives for Lua. (closes #10987)
* patch 9.0.0267: Coverity workflow still uses Ubuntu 18.04Philip H2022-08-25
| | | | | Problem: Coverity workflow still uses Ubuntu 18.04. Solution: Use Ubuntu 20.04
* patch 9.0.0264: CI still runs on Ubuntu 18.04Philip H2022-08-25
| | | | | Problem: CI still runs on Ubuntu 18.04. Solution: Run CI on Ubuntu 20.04. (closes #10582)
* Update runtime filesBram Moolenaar2022-08-08
|
* Update runtime filesBram Moolenaar2022-08-01
|
* Update runtime filesBram Moolenaar2022-07-25
|
* Update runtime filesBram Moolenaar2022-07-01
|
* Update runtime filesBram Moolenaar2022-06-27
|
* patch 8.2.5119: CI uses cache v2Philip H2022-06-17
| | | | | Problem: CI uses cache v2. Solution: Use cache v3. (closes #10588)
* Update runtime filesBram Moolenaar2022-06-17
|
* Update runtime filesBram Moolenaar2022-06-14
|
* patch 8.2.5086: CI runs on Windows 2019Philip H2022-06-14
| | | | | Problem: CI runs on Windows 2019. Solution: Switch to Windows 2022.
* Update runtime filesBram Moolenaar2022-06-03
|
* patch 8.2.5052: CI checkout step title is a bit crypticPhilip H2022-06-01
| | | | | Problem: CI checkout step title is a bit cryptic. Solution: Add a better title. (closes #10509)
* Update runtime files.Bram Moolenaar2022-05-21
|
* patch 8.2.4986: some github actions are outdatedPhilip H2022-05-20
| | | | | Problem: Some github actions are outdated. Solution: Update CodeQl to v2, update checkout to v3. (closes #10450)
* Update runtime files, new color schemesBram Moolenaar2022-05-14
|
* Update runtime filesBram Moolenaar2022-05-07
|
* patch 8.2.4856: MinGW compiler complains about unknown escape sequenceChristian Brabandt2022-05-02
| | | | | | Problem: MinGW compiler complains about unknown escape sequence. Solution: Avoid using a backslash in path. (Christian Brabandt, closes #10337)
* patch 8.2.4816: still using older codecov app in some places of CIPhilip H2022-04-24
| | | | | Problem: Still using older codecov app in some places of CI. Solution: Use v3.1.0. (closes #10209)
* patch 8.2.4768: CI: codecov upload sometimes does not workPhilip H2022-04-16
| | | | | Problem: CI: codecov upload sometimes does not work. Solution: Use action v3 instead of v2. (closes #10209)
* patch 8.2.4764: CI uses an older gcc versionPhilip H2022-04-16
| | | | | Problem: CI uses an older gcc version. Solution: Use GCC 11. (closes #10185)
* patch 8.2.4743: clang 14 is available on CIPhilip H2022-04-12
| | | | | Problem: Clang 14 is available on CI. Solution: Switch from clang 13 to 14. (closes #10157)
* patch 8.2.4433: CI: cannot see interface versions for MS-WindowsK.Takata2022-02-21
| | | | | Problem: CI: cannot see interface versions for MS-Windows. Solution: List the interface versions. (Ken Takata, closes #9811)
* patch 8.2.4377: CI steps for Windows are a bit unorganizedichizok2022-02-14
| | | | | Problem: CI steps for Windows are a bit unorganized. Solution: Organize CI test steps on Windows. (Ozaki Kiichi, closes #9764)
* patch 8.2.4353: CI does not use the latest Lua and PythonPhilip H2022-02-12
| | | | | Problem: CI does not use the latest Lua and Python. Solution: Use Lua 5.4.2 and Python 3.10. (closes #9744)
* patch 8.2.4351: no coverage is measured on MS-Windows CIichizok2022-02-12
| | | | | Problem: No coverage is measured on MS-Windows CI. Solution: Enable coverage on MS-Windows. (Ozaki Kiichi, closes #9750)
* patch 8.2.4342: CI will soon switch to other windows versionichizok2022-02-11
| | | | | | Problem: CI will soon switch to other windows version. Solution: Use "windows-2019" instead of "windows-latest". (Ozaki Kiichi, closes #9740)
* patch 8.2.4268: CI log output is longichizok2022-01-31
| | | | | Problem: CI log output is long. Solution: Group output in sections. (Ozaki Kiichi, closes #9670)
* Update runtime filesBram Moolenaar2022-01-29
|
* patch 8.2.4222: MS-Windows: clumsy way to suppress progress on CIK.Takata2022-01-26
| | | | | Problem: MS-Windows: clumsy way to suppress progress on CI. Solution: Check for "$CI" in the Makefile itself. (Ken Takata, closes #9631)
* patch 8.2.4096: Linux CI: unnecessarily installing packagesichizok2022-01-15
| | | | | | Problem: Linux CI: unnecessarily installing packages Solution: Only install packages for huge build. (Ozaki Kiichi, closes #9530)
* patch 8.2.4092: MacOS CI: unnecessarily doing "Install packages"ichizok2022-01-14
| | | | | | Problem: MacOS CI: unnecessarily doing "Install packages". Solution: Only do "Install packages" for huge build. (Ozaki Kiichi, closes #9521)
* patch 8.2.4061: codecov bash script is deprecatedichizok2022-01-11
| | | | | Problem: Codecov bash script is deprecated. Solution: Use the codecov action. (Ozaki Kiichi, closes #9505)
* patch 8.2.3891: github CI: workflows may overlapYegappan Lakshmanan2021-12-25
| | | | | | Problem: Github CI: workflows may overlap. Solution: Cancel previous workflows when starting a new one. (Yegappan Lakshmanan, closes #9400)
* patch 8.2.3827: huntr badge does not really fit in the listBram Moolenaar2021-12-16
| | | | | Problem: Huntr badge does not really fit in the list. Solution: Move the link to Huntr to the issue template.
* Update runtime filesBram Moolenaar2021-12-16
|