summaryrefslogtreecommitdiff
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.2.2507: github build may fail if Ubuntu 20.04 is usedv8.2.2507Bram Moolenaar2021-02-131-4/+4
| | | | | | | Problem: Github build may fail if Ubuntu 20.04 is used. Installing rust is not needed. Solution: Specify ubuntu-18.04 instead of latest. Update "pip" instead of installing rust. (Ozaki Kiichi, closes #7820)
* patch 8.2.2502: a few github actions are failingv8.2.2502Bram Moolenaar2021-02-121-1/+2
| | | | | Problem: A few github actions are failing. Solution: Install setuptools-rust. (closes #7823)
* Update runtime files.Bram Moolenaar2021-01-251-0/+5
|
* Update runtime files.Bram Moolenaar2021-01-111-0/+1
|
* Update runtime files.Bram Moolenaar2021-01-021-1/+0
|
* patch 8.2.2237: CI on Mac fails in sed commandv8.2.2237Bram Moolenaar2020-12-281-1/+1
| | | | | Problem: CI on Mac fails in sed command. Solution: Set LC_ALL to "C". (Ozaki Kiichi, closes #7565)
* Update runtime files.Bram Moolenaar2020-12-231-4/+20
|
* patch 8.2.2192: Codecov on github actions failsv8.2.2192Bram Moolenaar2020-12-221-5/+3
| | | | | Problem: Codecov on github actions fails. Solution: Revert to codecov script. (Ozaki Kiichi, closes #7529)
* patch 8.2.2175: github actions: clang-11 handling suboptimalv8.2.2175Bram Moolenaar2020-12-211-13/+16
| | | | | | Problem: Github actions: clang-11 handling suboptimal. Solution: Separate step of installing clang-11. Get ubuntu release name dynamically. (Ozaki Kiichi, closes #7514)
* patch 8.2.2158: CI on cirrus times out, coveralls doesn't always runv8.2.2158Bram Moolenaar2020-12-181-1/+1
| | | | | Problem: CI on cirrus times out, coveralls doesn't always run. Solution: Set timeout to 20 minutes. Adjust condition. (closes #7493)
* patch 8.2.2156: Github actions run on pusing a tagv8.2.2156Bram Moolenaar2020-12-182-9/+11
| | | | | | Problem: Github actions run on pusing a tag. Solution: Don't run CI on tag push. Omit coveralls on pull-request. (Ozaki Kiichi, closes #7489)
* patch 8.2.2155: warning from Github actions for code analysisv8.2.2155Bram Moolenaar2020-12-181-5/+0
| | | | | Problem: Warning from Github actions for code analysis. Solution: Remove the "git checkout HEAD^2" block.
* patch 8.2.2150: Github actions CI isn't used for all available platformsv8.2.2150Bram Moolenaar2020-12-172-230/+519
| | | | | Problem: Github actions CI isn't used for all available platforms. Solution: Update the github workflows. (Ozaki Kiichi, closes #7433)
* Update runtime files.Bram Moolenaar2020-12-101-0/+24
|
* patch 8.2.2044: MS-Windows: swap file test sometimes failsv8.2.2044Bram Moolenaar2020-11-251-1/+2
| | | | | | | Problem: MS-Windows: swap file test sometimes fails. Solution: Use a more reliable way to change the process ID. When "timeout" fails use "ping" to wait up to ten minutes. (Ken Takata, closes #7365)
* Update runtime filesBram Moolenaar2020-11-051-0/+4
|
* patch 8.2.1887: Github actions not optimally configuredv8.2.1887Bram Moolenaar2020-10-221-1/+2
| | | | | | Problem: Github actions not optimally configured. Solution: Run CI on any pushed branches. Set fail-fast. (Ozaki Kiichi, closes #7184)
* Update runtime files.Bram Moolenaar2020-10-111-0/+2
|
* patch 8.2.1829: warnings when executing Github actionsv8.2.1829Bram Moolenaar2020-10-101-2/+2
| | | | | | Problem: Warnings when executing Github actions. Solution: Use another method to set environment variables. (Ken Takata, closes #7107)
* patch 8.2.1784: commits are not scanned for security problemsv8.2.1784Bram Moolenaar2020-10-021-0/+71
| | | | | Problem: commits are not scanned for security problems Solution: Enable Github code scanning. (Christian Brabandt, closes #7057)
* patch 8.2.1735: Github actions appear to timeout too soonv8.2.1735Bram Moolenaar2020-09-231-2/+2
| | | | | Problem: Github actions appear to timeout too soon. Solution: use "timeout" instead of "ping".
* Update runtime files.Bram Moolenaar2020-09-191-20/+80
|
* Update runtime files.Bram Moolenaar2020-09-071-7/+49
|
* patch 8.2.1605: default maintainer on github is wrongv8.2.1605Bram Moolenaar2020-09-051-1/+1
| | | | | Problem: Defyyyyyyyyyyyyyyyyyyyyyyyub is wrong. Solution: Use Bram's account.
* patch 8.2.1594: pull requests on github do not notify a maintainerv8.2.1594Bram Moolenaar2020-09-051-0/+50
| | | | | Problem: Pull requests on github do not notify a maintainer. Solution: Add a CODEOWNERS file with a few initial entries.
* patch 8.2.1555: not all tests are executed on Github Actionsv8.2.1555Bram Moolenaar2020-08-311-4/+5
| | | | | | | Problem: Not all tests are executed on Github Actions. Solution: Copy "src" to "src2" earlier. Recognize "src2" in a couple more places. Add two tests to the list of flaky tests. (Ken Takata, closes #6798)
* patch 8.2.1334: Github workflow timeout needs tuningv8.2.1334Bram Moolenaar2020-08-011-3/+7
| | | | | | Problem: Github workflow timeout needs tuning Solution: Use a 10 minute timeout. Fail when timing out. (Ken Takata, closes #6590)
* patch 8.2.1330: Github workflow takes longer than neededv8.2.1330Bram Moolenaar2020-07-311-10/+23
| | | | | | Problem: Github workflow takes longer than needed. Solution: Do two test runs in parallel instead of sequentially. (Ken Takata, closes #6579)
* patch 8.2.1321: GitHub CI also runs on tag pushv8.2.1321Bram Moolenaar2020-07-291-0/+2
| | | | | Problem: GitHub CI also runs on tag push. Solution: Skip CI on push. (Ken Takata, closes #6571)
* patch 8.2.1319: status badge for Github CI has wrong linkv8.2.1319Bram Moolenaar2020-07-291-1/+1
| | | | | Problem: Status badge for Github CI has wrong link. Solution: Rename and use the right link
* patch 8.2.1317: MS-Windows tests on AppVeyor are slowv8.2.1317Bram Moolenaar2020-07-291-0/+208
| | | | | Problem: MS-Windows tests on AppVeyor are slow. Solution: Use GitHub Actions. (Ken Takata, closes #6569)
* Update feature_request.mdBram Moolenaar2020-05-171-1/+1
|
* patch 8.1.1370: not using the new github feature for donationsv8.1.1370Bram Moolenaar2019-05-231-0/+1
| | | | | Problem: Not using the new github feature for donations. Solution: Add a Sponsor button. (closes #4417)
* patch 8.1.1070: issue templates are not good enoughv8.1.1070Bram Moolenaar2019-03-292-12/+17
| | | | | Problem: Issue templates are not good enough. Solution: Rephrase to anticipate unexperienced users.
* patch 8.1.1067: issues added on github are unstructuredv8.1.1067Bram Moolenaar2019-03-292-0/+51
Problem: Issues added on github are unstructured. Solution: Add a bug and feature request template. (Ken Takata, closes #4183)