summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2021-12-01build-system: haskell: Add ‘hackage-uri’ procedure.Xinglu Chen
2021-11-25daemon: Read substitute nar size as 'unsigned long long'.Ludovic Courtès
2021-11-25daemon: Read unsigned nar size and download size from substituter.Ludovic Courtès
2021-11-18tests: Replace texlive importer tests.Ricardo Wurmus
2021-11-16home: Adjust 'guix home import' test for shell aliases.Ludovic Courtès
2021-11-16daemon: Do not deduplicate files smaller than 8 KiB.Ludovic Courtès
2021-11-16tests: Factorize 'file=?'.Ludovic Courtès
2021-11-14tests: Adjust tests/egg.scm to latest API changes.Ludovic Courtès
2021-11-11import: print: Replace packages and origins in 'arguments'.Ludovic Courtès
2021-11-11import: print: Handle patches that are origins.Ludovic Courtès
2021-11-11import: print: Correctly handle URI lists.Ludovic Courtès
2021-11-11import: print: Properly render packages with origins as inputs.Ludovic Courtès
2021-11-11import: pypi: Allow imports of a specific version.Ludovic Courtès
2021-11-07ui: 'load*' correctly reports 'read-error' in all cases.Ludovic Courtès
2021-11-07utils: Define a target-x86-32? and target-x86-64? predicate.Maxime Devos
2021-11-06tests: Avoid literal strings for invalid Texinfo markup.Ludovic Courtès
2021-10-31home: import: Avoid duplication of 'manifest->code'.Ludovic Courtès
2021-10-31home: import: Factorize triplicated 'version-spec' procedure.Ludovic Courtès
2021-10-31guix home: import: Call ‘local-file’ with ‘name’Xinglu Chen
2021-10-31Add tests for ‘guix home import’.Xinglu Chen
2021-10-30shell: Error out when an unauthorized guix.scm/manifest.scm is found.Ludovic Courtès
2021-10-28store: 'map/accumulate-builds' handler checks the store received.Ludovic Courtès
2021-10-26syscalls: Add 'openpty' and 'login-tty'.Ludovic Courtès
2021-10-25environment: Add tests for '--profile'.Ludovic Courtès
2021-10-25shell: By default load the local 'manifest.scm' or 'guix.scm' file.Ludovic Courtès
2021-10-25Add 'guix shell'.Ludovic Courtès
2021-10-25profiles: Add 'package->development-manifest'.Ludovic Courtès
2021-10-25packages: Add 'package-development-inputs'.Ludovic Courtès
2021-10-24lint: Add description check for common typos.Vagrant Cascadian
2021-10-09home: services: configuration: Support file-like objects.Oleg Pykhalov
2021-10-09tests: Add guix-home.sh.Oleg Pykhalov
2021-10-02import/minetest: Define an updater for mods on ContentDB.Maxime Devos
2021-10-02import: stackage: Use 'define-json-mapping'.Ludovic Courtès
2021-09-30import: pypi: Honor the 'upstream-name' package property.Xinglu Chen
2021-09-28test: lint: Fix ‘haskell-stackage’ test.Xinglu Chen
2021-09-28import: minetest: Fix typos.Tobias Geerinckx-Rice
2021-09-28tests: go: Fix typo.Tobias Geerinckx-Rice
2021-09-21graph: Add '--max-depth'.Ludovic Courtès
2021-09-18import: minetest: Strip "v" prefixes from the version number.Maxime Devos
2021-09-18import: minetest: Delete duplicate dependencies.Maxime Devos
2021-09-18tests/minetest: Fix 'test-package*' indenting.Maxime Devos
2021-09-18channels: 'channel-news-entry-commit' correctly resolves annotated tags.Ludovic Courtès
2021-09-18import: Add 'generic-git' updater.Xinglu Chen
2021-09-18tests: Allow opam test to run without networking.Ludovic Courtès
2021-09-15store: 'map/accumulate-builds' processes the whole list in case of cutoff.Ludovic Courtès
2021-09-15import: cabal: Treat identifier names correctly.Xinglu Chen
2021-09-13packages: Add 'package-definition-location'.Ludovic Courtès
2021-09-08transformations: Git tags and 'git describe' style IDs are used as version.Marius Bakke
2021-09-01import: go: Improve error handling.zimoun
2021-09-01import: utils: Skip not found packages.Sarah Morgensen