aboutsummaryrefslogtreecommitdiff
path: root/tests/lint.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2020-08-13 19:21:53 +0300
committerEfraim Flashner <efraim@flashner.co.il>2020-08-13 19:21:53 +0300
commit773ba8aec1379c13b8e2fc67f57b751828c8a966 (patch)
tree314c1052924d5d8ff544ae29a4e080a626bb7a15 /tests/lint.scm
parent9f17068241a79af56611542a8833ab24221d0eab (diff)
downloadguix-773ba8aec1379c13b8e2fc67f57b751828c8a966.tar.gz
guix-773ba8aec1379c13b8e2fc67f57b751828c8a966.zip
gnu: megatools: Install bash completion.
* gnu/packages/sync.scm (megatools)[arguments]: Add custom phase to install bash completion file.
Diffstat (limited to 'tests/lint.scm')
0 files changed, 0 insertions, 0 deletions
:51 +0100'>2022-03-24prepare for exposing APIs to injected scriptsWojtek Kosior 2022-03-24serialize and deserialize entire Response object when relaying fetch() calls ↵Wojtek Kosior to other contexts using sendMessage 2022-03-11don't double-modify response headers retrieved from cacheWojtek Kosior 2022-03-10improvement to also properly sanitize intrinsics in XML documents under ↵Wojtek Kosior older browsers (IceCat 60) 2022-03-10present appropriate error message when using popup in Private Browsing modeWojtek Kosior 2022-03-08correct the Private Browsing mode notice on settings pageWojtek Kosior 2022-03-05improve script blocking in non-HTML documents (XML)Wojtek Kosior 2022-03-04fix setting of 'blocked-blocked<...>-<name>' attributes and add testsWojtek Kosior 2022-03-04display an informative message in settings page if IndexedDB cannot be accessedWojtek Kosior 2022-03-04include $schema property in internally-generated resources/mappingsWojtek Kosior 2022-03-04optimize Pattern Query Tree for size of its JSON.stringify()'ed representationWojtek Kosior 2022-03-04stop `haketilo()` fixture cleanup from closing last browser windowWojtek Kosior 2022-03-04validate repository responses against JSON schemasWojtek Kosior * compute_scripts.awk (include_file): don't enforce specific path format on #INCLUDE'd files * .gitmodules, schemas: add Haketilo JSON schemas subrepo * html/install.js (InstallView): import schema validator and run it against downloaded mapping and resource definitions * html/repo_query.js (RepoEntry): import schema validator and run it against obtained query results * test/haketilo_test/unit/test_install.py (test_install_normal_usage, test_install_dialogs): use underscore instead of hyphen in item identifiers * test/haketilo_test/unit/test_install.py (test_install_dialogs): adapt error message test cases to new handling method of invalid JSON instanced * test/haketilo_test/unit/test_repo_query.py (test_repo_query_normal_usage): use underscore instead of hyphen in item identifiers * test/haketilo_test/unit/test_repo_query.py (test_repo_query_messages): use higher sample unsupported schema version to avoid having to modify the test case soon * test/haketilo_test/world_wide_library.py: use underscore instead of hyphen in item identifiers * common/jsonschema.js, common/jsonschema: adapt tdegrunt's jsonschema and include in Haketilo, load schema documents from schemas/ 2022-02-19fix URL construction when downloading definitions from HydrillaWojtek Kosior 2022-02-18make "uuid" an optional propertyWojtek Kosior 2022-02-17automatically pick up a free port to run the HTTP proxy onWojtek Kosior It is now possible to run multiple `make test` commands in parallel (e.g. testing abrowser and librewolf simultaneously after running `configure` for each of them in 2 different directories). 2022-02-17fix test-environment* targetsWojtek Kosior 2022-02-16fix out-of-source buildsWojtek Kosior 2022-02-16improve the build systemWojtek Kosior 2022-02-16assume and use "$schema" properties in item definitionsWojtek Kosior 2022-02-15facilitate running test environment with Haketilo loaded into browserWojtek Kosior