summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests: Simplify shell exit status negation;...Eric Bavier2020-09-2816-118/+67
* packages: 'package-input-rewriting' has a #:deep? parameter....Ludovic Courtès2020-09-271-2/+18
* packages: 'package-mapping' correctly recurses into 'replacement'....Ludovic Courtès2020-09-271-0/+27
* packages: 'package-input-rewriting/spec' can rewrite implicit dependencies....Ludovic Courtès2020-09-273-6/+83
* packages: 'package-mapping' can recurse on implicit inputs....Ludovic Courtès2020-09-271-1/+35
* guix build: Add '--without-tests'....Ludovic Courtès2020-09-271-0/+14
* environment: '--link-profile' uses ~/.guix-profile for environment variables....Ludovic Courtès2020-09-211-3/+7
* repl: Look for script files in (getcwd)....Konrad Hinsen2020-09-161-0/+4
* authenticate: Encode strings as ISO-8859-1....Ludovic Courtès2020-09-151-0/+9
* tests: Remove one 'delete-paths' call in 'tests/store.scm'....Ludovic Courtès2020-09-141-22/+14
* daemon: Spawn 'guix authenticate' once for all....Ludovic Courtès2020-09-142-23/+30
* daemon: Simplify interface with 'guix authenticate'....Ludovic Courtès2020-09-111-39/+15
* store: Test 'import-paths' with unauthorized and unsigned nar bundles....Ludovic Courtès2020-09-111-0/+72
* build: Remove references to the 'nix-hash' program....Ludovic Courtès2020-08-291-30/+1
* store: 'with-store' returns as many values as its body....Ludovic Courtès2020-08-281-0/+9
* offload: Modify the build-machine record to accept multiple systems....Maxim Cournoyer2020-08-251-0/+71
* Use "guile-zlib" and "guile-lzlib" instead of (guix config)....Mathieu Othacehe2020-08-245-212/+5
* tests: Add a debug output to "fold-available-packages with/without cache"....Mathieu Othacehe2020-08-241-0/+9
* lint: formatting: Gracefully handle relative file names....Ludovic Courtès2020-08-231-2/+11
* services: Add zram-device-service....Efraim Flashner2020-08-021-0/+37
* pack: "fakechroot" engine always creates its store....Ludovic Courtès2020-07-281-2/+25
* pack: "fakechroot" execution engine can load its audit module....Ludovic Courtès2020-07-281-38/+38
* Use 'formatted-message' instead of '&message' where appropriate....Ludovic Courtès2020-07-253-13/+22
* utils: Remove compatibility re-export of 'memoize'....Ludovic Courtès2020-07-251-1/+0
* utils: Move <location> and '&error-location' to (guix diagnostics)....Ludovic Courtès2020-07-252-2/+3
* pack: '-R' applies to propagated inputs too....Ludovic Courtès2020-07-241-0/+5
* pack: Build the store database under a UTF-8 locale....Ludovic Courtès2020-07-201-1/+57
* pack: 'self-contained-tarball' runs derivation in a UTF-8local....Ludovic Courtès2020-07-201-4/+4
* packages: Ensure bags are insensitive to '%current-system'....Ludovic Courtès2020-07-131-0/+14
* gnu: Remove ".git" from "https://github/…/….git"....Ludovic Courtès2020-07-121-1/+1
* lint: source: Validate URLs of Git references....Ludovic Courtès2020-07-121-0/+20
* Add 'guix git authenticate'....Ludovic Courtès2020-07-111-0/+56
* channels: Dependencies listed in '.guix-channel' can have an introduction....Ludovic Courtès2020-07-011-0/+50
* channels: Properly diagnose test failure....Ludovic Courtès2020-07-011-1/+2
* channels: Make channel introductions public....Ludovic Courtès2020-07-011-6/+4
* tests: Do not fail when network interface aliases are present....Marius Bakke2020-06-281-1/+5
* channels: Error out when the 'guix' channel lacks an introduction....Ludovic Courtès2020-06-281-0/+21
* tests: Allow 'tests/git-authenticate.scm' to run when git/gpg is missing....Ludovic Courtès2020-06-281-1/+1
* packages: Recognize SHA3 and BLAKE2s for 'content-hash'....Ludovic Courtès2020-06-271-0/+26
* daemon: Recognize SHA3 and BLAKE2s....Ludovic Courtès2020-06-271-2/+2
* tests: Skip lint tests when HTTP server cannot listen....Ludovic Courtès2020-06-261-0/+9
* channels: Fix test for introductory commit signer....Ludovic Courtès2020-06-251-3/+8
* tests: Skip tests that requires gpg when gpg is unavailable....Ludovic Courtès2020-06-201-1/+1
* tests: Actually run 'tests/guix-environment-container.sh'....Ludovic Courtès2020-06-201-1/+1
* channels: Make 'validate-pull' call right after clone/pull....Ludovic Courtès2020-06-161-2/+2
* channels: 'latest-channel-instance' authenticates Git checkouts....Ludovic Courtès2020-06-161-0/+122
* tests: Move OpenPGP helpers to (guix tests gnupg)....Ludovic Courtès2020-06-161-25/+0
* guix repl: Add script execution....Konrad Hinsen2020-06-141-0/+84
* lint: Add 'check-for-collisions' checker....Ludovic Courtès2020-06-141-0/+30
* git-authenticate: Disallow SHA1 (and MD5) signatures....Ludovic Courtès2020-06-121-0/+29