lix/tests
Nikola Knezevic 77007d4eab Improve ref validity checking in fetchGit
The previous regex was too strict and did not match what git was allowing. It
could lead to `fetchGit` not accepting valid branch names, even though they
exist in a repository (for example, branch names containing `/`, which are
pretty standard, like `release/1.0` branches).

The new regex defines what a branch name should **NOT** contain. It takes the
definitions from `refs.c` in https://github.com/git/git and `git help
check-ref-format` pages.

This change also introduces a test for ref name validity checking, which
compares the result from Nix with the result of `git check-ref-format --branch`.
2020-05-30 12:29:35 +02:00
..
config add NIX_USER_CONF_FILES 2020-04-14 18:45:06 +02:00
lang Make function arguments retain position info 2020-04-02 05:52:52 +02:00
plugins Remove global -I flags 2020-03-30 15:30:19 +02:00
add.sh * Refactoring: remove unnecessary variables from the tests. 2011-10-10 21:32:34 +00:00
bad.tar.xz
binary-cache.sh tests/binary-cache.sh: Improve incomplete closure test 2020-05-12 13:56:00 +02:00
brotli.sh
build-dry.sh Fix test failures when $TMPDIR changes 2019-06-15 16:36:33 +02:00
build-hook.nix tests/binary-cache.sh: Improve incomplete closure test 2020-05-12 13:56:00 +02:00
build-remote.sh tests/binary-cache.sh: Improve incomplete closure test 2020-05-12 13:56:00 +02:00
case-hack.sh Fix tests 2014-08-21 21:50:19 +02:00
case.nar Handle case collisions on case-insensitive systems 2014-07-16 16:02:05 +02:00
check-refs.nix
check-refs.sh Restore old (dis)allowedRequisites behaviour for self-references 2018-10-27 15:41:53 +02:00
check-reqs.nix Restore old (dis)allowedRequisites behaviour for self-references 2018-10-27 15:41:53 +02:00
check-reqs.sh Restore old (dis)allowedRequisites behaviour for self-references 2018-10-27 15:41:53 +02:00
check.nix Delete temporary directory on successful build 2020-04-09 16:37:41 -04:00
check.sh Add test case for temporary directories on darwin 2020-04-10 18:20:12 -04:00
common.sh.in add NIX_USER_CONF_FILES 2020-04-14 18:45:06 +02:00
config.nix.in tests/binary-cache.sh: Improve incomplete closure test 2020-05-12 13:56:00 +02:00
config.sh add NIX_USER_CONF_FILES 2020-04-14 18:45:06 +02:00
dependencies.builder0.sh
dependencies.nix tests/binary-cache.sh: Improve incomplete closure test 2020-05-12 13:56:00 +02:00
dependencies.sh tests/binary-cache.sh: Improve incomplete closure test 2020-05-12 13:56:00 +02:00
dump-db.sh
export-graph.nix
export-graph.sh tests/binary-cache.sh: Improve incomplete closure test 2020-05-12 13:56:00 +02:00
export.sh
fetchGit.sh Backport libfetchers from the flakes branch 2020-04-07 09:03:14 +02:00
fetchGitRefs.sh Improve ref validity checking in fetchGit 2020-05-30 12:29:35 +02:00
fetchGitSubmodules.sh Merge branch 'fetchgit-recursive' of https://github.com/blitz/nix 2020-04-07 13:45:17 +02:00
fetchMercurial.sh
fetchurl.sh
filter-source.nix
filter-source.sh Fix tests 2014-08-21 21:50:19 +02:00
fixed.builder1.sh
fixed.builder2.sh
fixed.nix
fixed.sh
function-trace.sh
gc-auto.sh
gc-concurrent.builder.sh * Increase the sleep periods a bit to make the test less likely to 2008-08-14 09:26:30 +00:00
gc-concurrent.nix tests/binary-cache.sh: Improve incomplete closure test 2020-05-12 13:56:00 +02:00
gc-concurrent.sh
gc-concurrent2.builder.sh
gc-runtime.nix
gc-runtime.sh
gc.sh
hash-check.nix
hash.sh
import-derivation.nix
import-derivation.sh
init.sh Backport libfetchers from the flakes branch 2020-04-07 09:03:14 +02:00
install-darwin.sh
lang.sh Fix tests 2014-08-21 21:50:19 +02:00
linux-sandbox.sh Fix nix-build --check -K in sandbox w/o root 2020-04-10 16:23:10 -04:00
local.mk Improve ref validity checking in fetchGit 2020-05-30 12:29:35 +02:00
logging.sh
misc.sh
multiple-outputs.nix
multiple-outputs.sh
nar-access.nix
nar-access.sh Fix #1762 2018-02-13 14:26:19 +00:00
nix-build.sh
nix-channel.sh tests/binary-cache.sh: Improve incomplete closure test 2020-05-12 13:56:00 +02:00
nix-copy-closure.nix
nix-copy-ssh.sh
nix-profile.sh nix-env: Create ~/.nix-profile automatically 2019-10-09 23:35:01 +02:00
nix-shell.sh Add inNixShell = true to nix-shell auto-call 2019-10-27 13:16:02 +01:00
optimise-store.sh
parallel.builder.sh
parallel.nix
parallel.sh
pass-as-file.sh
placeholders.sh
plugins.sh
post-hook.sh tests/post-hook.sh: Don't put result link in cwd 2019-08-08 15:47:56 +02:00
pure-eval.nix
pure-eval.sh
push-to-store.sh
recursive.sh
referrers.sh
remote-builds.nix
remote-store.sh Remove world-writability from per-user directories 2019-10-09 23:34:48 +02:00
repair.sh
restricted.nix
restricted.sh
search.nix
search.sh
secure-drv-outputs.nix
secure-drv-outputs.sh
setuid.nix Fix VM tests 2019-11-05 11:12:25 +01:00
shell-hello.nix rename run to shell in tests 2020-05-01 12:17:53 +02:00
shell.nix
shell.sh rename run to shell in tests 2020-05-01 12:17:53 +02:00
shell.shebang.rb
shell.shebang.sh
signing.sh
simple.builder.sh
simple.nix
simple.sh
structured-attrs.nix Fix derivation computation with __structuredAttrs and multiple outputs 2020-01-21 21:14:13 +01:00
structured-attrs.sh Fix derivation computation with __structuredAttrs and multiple outputs 2020-01-21 21:14:13 +01:00
tarball.sh Backport libfetchers from the flakes branch 2020-04-07 09:03:14 +02:00
timeout.nix Replace Unicode quotes in user-facing strings by ASCII 2017-07-30 12:32:45 +01:00
timeout.sh
user-envs.builder.sh
user-envs.nix Test priorities 2012-12-04 14:47:50 +01:00
user-envs.sh