summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2016-04-20travis: Ignore doc changes when building a PRFlorian Bruhin
Fixes #1441
2016-04-15Remove unused importFlorian Bruhin
2016-04-15Use __file__ instead of sys.argv[0]Florian Bruhin
2016-04-15Make update_3rdparty.py install correctly when run from any directoryJan Verbeek
2016-04-08flake8: Add hackingFlorian Bruhin
2016-04-06travis: Don't install recommended packages via aptFlorian Bruhin
This passes --no-install-recommends both for Dockerfiles and Travis itself.
2016-04-06ci/install: Fix updating of pip on AppveyorFlorian Bruhin
Windows can't update pip when using the wrapper-executable.
2016-04-06ci/install: Wait 30s before re-calling apt-getFlorian Bruhin
See #1396.
2016-04-06travis: Use sudo -H to call pipFlorian Bruhin
pip apparently needs this to make caching work properly? See #1396.
2016-04-06travis: Use pip install -U to install packagesFlorian Bruhin
2016-04-06ci/install: Upgrade pip on Travis/AppVeyorFlorian Bruhin
See #1396
2016-04-05scripts/dev/ci/install: Retry apt-get if it failsFlorian Bruhin
2016-04-05travis: Self-update npm in eslint envFlorian Bruhin
2016-04-05Add minimal C++ testbrowserFlorian Bruhin
2016-04-04freeze: Add pkg_resources._vendor.sixFlorian Bruhin
Another package added by pkg_resources and not picked up by cx_Freeze...
2016-04-04build_release: Don't call update_3rdparty.mainFlorian Bruhin
main tries to parse sys.argv which will fail when called from build_release when e.g. --asciidoc is given.
2016-04-01Add --cheatsheet to src2asciidoc.pyFlorian Bruhin
2016-04-01Fix lintFlorian Bruhin
2016-04-01Include cheatsheet images in offline helpFlorian Bruhin
Fixes #329. Note the png's are kind of outdated right now.
2016-03-31travis: Remove sources.list patching againFlorian Bruhin
Turns out the other mirrors aren't really more stable either.
2016-03-31Rename minimal_webkit_testbrowser.py to testbrowser.pyFlorian Bruhin
2016-03-29Merge branch 'master' of https://github.com/arsana7/qutebrowser into ↵Florian Bruhin
arsana7-master
2016-03-29Merge branch 'test_statusbar_url' of ↵Florian Bruhin
https://github.com/craftyguy/qutebrowser into craftyguy-test_statusbar_url
2016-03-25Added option to output in "bookmark" format, clarified some "help" msgsClayton Craft
2016-03-24Fix importer script to output bookmarks in the right format for qutebrowser ↵Clayton Craft
to use
2016-03-24Implement statusbar.url testClayton Craft
2016-03-24Improve check_coverage.py output on failureFlorian Bruhin
2016-03-20Fix flake8 issuesPhilipp Hansch
2016-03-20Fix lint issuePhilipp Hansch
2016-03-20Generalize bookmarks importPhilipp Hansch
This change adds `firefox` and `ie` as possible arguments to the importer script.
2016-03-16Fix asciidoc2html --no-authorsFlorian Bruhin
2016-03-16travis: Use prebuilt docker imagesFlorian Bruhin
2016-03-16Ignore --no-authors in asciidoc2html.pyFlorian Bruhin
This makes it possible to run "tox -e docs -- --no-args" with {posargs} passed to both src2asciidoc.py and asciidoc2html.py.
2016-03-16Fix argument passing to TravisFlorian Bruhin
2016-03-16Fix spellingFlorian Bruhin
2016-03-16Check docs on Travis, take twoFlorian Bruhin
We don't regenerate the authors there, as that doesn't work due to Travis cloning with --depth=50
2016-03-16Revert "Revert "Check docs on Travis""Florian Bruhin
This reverts commit cc6d2ddc1dbfefb1314abb06d5384fb63c1931e9.
2016-03-15Revert "Check docs on Travis"Florian Bruhin
This reverts commit f1ec6e1e004c5affdb4ba1a00607f01322338e2e. --depth=50 on Travis messes up author generation
2016-03-15Check docs on TravisFlorian Bruhin
2016-03-15Add script to check for doc changesFlorian Bruhin
2016-03-15ci/install.py fixupFlorian Bruhin
2016-03-15Try to run Docker on TravisFlorian Bruhin
2016-03-15Move ci_install.py to subdirFlorian Bruhin
2016-03-02Add pkg_resources._vendor.pyparsing when freezing.Florian Bruhin
This is similar to 85299d293f8951154427c8469b2a7407a1a3a706.
2016-02-22tests for browser.network.pastebin - code refactoravk
2016-02-19Fix lintFlorian Bruhin
2016-02-19Move pylint plugins to an installed package.Florian Bruhin
This means we can now run things like running pylint --version without having to set PYTHONPATH correctly now. When using skip_install=true, the plugins wouldn't work as they need to import qutebrowser. We have to keep setting PYTHONPATH in run_pylint_on_tests.py, otherwise we get this error I don't quite understand: F: 1, 0: error while code parsing: Unable to load file '/home/florian/proj/qutebrowser/git/__init__.py' ([Errno 2] No such file or directory: '...') (parse-error)
2016-02-19Include pytest-xvfb properly in frozen testsFlorian Bruhin
2016-02-17Remove xvfbwrapper from freeze_tests.py.Florian Bruhin
2016-02-12Merge branch 'contributing-toxhelp' of https://github.com/flv0/qutebrowser ↵Florian Bruhin
into flv0-contributing-toxhelp