summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-07-03ci: Don't fail on coverage uploadFlorian Bruhin
Seems to fail randomly...
2020-07-03misc_checks: Simplify patternsFlorian Bruhin
2020-07-03ci: Add artefact to misspelled wordsFlorian Bruhin
2020-07-03ci: Try to add IRC notificationFlorian Bruhin
2020-07-03ci: Get rid of install.shFlorian Bruhin
2020-07-03ci: Run shellcheck without dockerFlorian Bruhin
Should be installed natively on GitHub Actions
2020-07-03CI: Improve apt installationFlorian Bruhin
2020-07-03ci: Remove codecov requirementsFlorian Bruhin
We don't need to install codecov anymore as we use the GitHub Action
2020-07-03ci: Don't install texlive with asciidocFlorian Bruhin
2020-07-03recompile_requirements: Deal with lines without version numberFlorian Bruhin
2020-07-03ci: Remove remaining Travis/AppVeyor specific codeFlorian Bruhin
Also reenables some tests which have been problematic on Travis/AppVeyor but maybe work fine nowadays.
2020-07-03ci: Analyze backtraces on GitHub ActionsFlorian Bruhin
2020-07-03ci: Move PyQt 3.7 test to TravisFlorian Bruhin
For some reason, we get segfaults on exit on GitHub Actions (and also locally), but not on Travis...
2020-07-03tests: Fix test_checkpyver:test_python2 on WindowsFlorian Bruhin
2020-07-03ci: Get rid of run.shFlorian Bruhin
Instead, run tox directly from ci.yml and have an args matrix variable there. This also changes the macOS args to only run unit tests, like on Travis.
2020-07-03ci: Don't run two Qt 5.7 environmentsFlorian Bruhin
2020-07-03tests: Mark another test flakyFlorian Bruhin
2020-07-03tests: Fix test_invocations.test_version on Qt 5.7Florian Bruhin
2020-07-03tests: Disable yaml.CLoader check for nightly PythonFlorian Bruhin
2020-07-03ci: Use python instead of python3 in scriptFlorian Bruhin
We only have python.exe on Windows, and after the setup-python action, "python" hopefully is the correct Python 3 executable.
2020-07-03ci: Add Windows/macOSFlorian Bruhin
2020-07-03ci: Add CodeQL to ci.ymlFlorian Bruhin
2020-07-03ci: Set up cachingFlorian Bruhin
2020-07-03ci: Try PyQt 5.7 againFlorian Bruhin
2020-07-03ci: Set up nightly PythonFlorian Bruhin
2020-07-03ci: Upload coverage via GitHub ActionsFlorian Bruhin
See #4976
2020-07-03tests: Widen disable-bpf-sandbox argumentFlorian Bruhin
This should fix tests with newer kernels/glibc's with Qt versions before 5.14.1.
2020-07-03scripts: Clean up REPO_ROOT in asciidoc2htmlFlorian Bruhin
- Use .resolve() and parents[1] for REPO_ROOT - Use the existing REPO_ROOT for sys.path.insert - Fix a syntax error
2020-07-03Merge remote-tracking branch 'origin/pr/5559'Florian Bruhin
2020-07-02ci: Move Qt 5.13 back to TravisFlorian Bruhin
We get another seccomp-bpf failure there
2020-07-02ci: Finish partial move to GitHub actionsFlorian Bruhin
2020-07-02ci: Force colorsFlorian Bruhin
2020-07-02ci: Install more apt packagesFlorian Bruhin
2020-07-02ci: Reorder matrix valuesFlorian Bruhin
Gets us better names on GitHub Actions
2020-07-02ci: Add Linux/tox tests to GitHub ActionsFlorian Bruhin
2020-07-02ci: Force pytest colors for CIFlorian Bruhin
For some reason, pytest on GitHub doesn't display any colors.
2020-07-02ci: Add --tty for dockerFlorian Bruhin
Enables colored output
2020-07-02ci: Remove Docker support from scriptsFlorian Bruhin
2020-07-02tests: Improve checking of QUTE_BDD_WEBENGINEFlorian Bruhin
If we have QUTE_BDD_WEBENGINE=false set, we don't want to run with QtWebEngine.
2020-07-02ci: Disable lintersFlorian Bruhin
2020-07-02ci: Try adding tests-dockerFlorian Bruhin
2020-07-02ci: Try to match colored pylint outputFlorian Bruhin
2020-07-02ci: Fix filenames with various problemmatchers for same testenvFlorian Bruhin
2020-07-02ci: Add mypy/pylint to problem matchersFlorian Bruhin
2020-07-02ci: Allow different warning/error patterns in problemmatchers.pyFlorian Bruhin
2020-07-02ci: Add some examples to problemmatchersFlorian Bruhin
2020-07-02ci: Add flake8 to problemmatchersFlorian Bruhin
2020-07-02ci: Improve vulture regex for problemmatchersFlorian Bruhin
2020-07-02ci: Add vulture to problem matchersFlorian Bruhin
(cherry picked from commit 34037b7293820ba0d8ad39aca6aa6d31d1eab4cb)
2020-07-02ci: Make it possible to set all attributes of problem matchersFlorian Bruhin