aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2018-08-25Merge branch 'staging' into core-updatesMarius Bakke
2018-08-24import: cpan: Adjust test to new URL....Ludovic Courtès
2018-08-24grafts: Add (guix build debug-link) and use it....Ludovic Courtès
2018-08-21gremlin: 'elf-dynamic-info-needed' test is no longer skipped....Ludovic Courtès
2018-07-26gexp: Remove backward compatibility hack for 'imported-files'....Ludovic Courtès
2018-07-24Merge branch 'master' into core-updatesMarius Bakke
2018-07-24import: PyPI: Update redirected URL....Marius Bakke
2018-07-20database: Reset timestamps to one second after the Epoch....Ludovic Courtès
2018-07-19hash: sha256 port now implements 'port-position'....Ludovic Courtès
2018-07-19gexp: 'imported-files/derivation' can copy files instead of symlinking....Ludovic Courtès
2018-07-19gexp: 'imported-files' no longer creates a derivation by default....Ludovic Courtès
2018-07-19store: Add 'add-file-tree-to-store'....Ludovic Courtès
2018-07-19serialization: Add 'write-file-tree'....Ludovic Courtès
2018-07-13tests: Don't rely on temporary directories being permanent....Leo Famulari
2018-07-13Add (guix inferior) and (guix scripts repl)....Ludovic Courtès
2018-07-13guix package: Use relative symlinks to generations....Ludovic Courtès
2018-07-12import: hackage: Evaluate "-any" and "-none" version comparison operators....Danny Milosavljevic
2018-07-11import: gem: Add recursive import....Oleg Pykhalov
2018-07-10guix: Add opam importer....Julien Lepiller
2018-07-05tests: Skip 'guix-pack.sh'....Ludovic Courtès
2018-07-03syscalls: Define AT_SYMLINK_NOFOLLOW et al....Ludovic Courtès
2018-07-03deduplication: Place link files under /gnu/store/.links....Ludovic Courtès
2018-06-29Merge branch 'master' into core-updatesRicardo Wurmus
2018-06-21system: Mapped devices needed for boot do not yield Shepherd services....Ludovic Courtès
2018-06-14Remove 'guix-register' and its traces....Ludovic Courtès
2018-06-14store: Remove 'register-path'....Ludovic Courtès
2018-06-14database: 'sqlite-register' takes a database, not a file name....Ludovic Courtès
2018-06-14deduplicate: Fix a couple of thinkos....Ludovic Courtès
2018-06-14store-copy: 'read-reference-graph' returns a list of records....Ludovic Courtès
2018-06-14database: Fail registration when encountering unregistered references....Ludovic Courtès
2018-06-14database: 'with-database' can now initialize new databases....Ludovic Courtès
2018-06-09packages: Add 'package-patched-vulnerabilities'....Ludovic Courtès
2018-06-06Merge branch 'origin/core-updates-next' into core-updatesRicardo Wurmus
2018-06-06tests: Adjust 'guix package' test to "python2" name....Ludovic Courtès
2018-06-06tests: Adjust graph test....Ludovic Courtès
2018-06-01Merge branch 'master' into core-updatesLudovic Courtès
2018-06-01Add (guix store deduplication)....Caleb Ristvedt
2018-06-01Add (gnu store database)....Caleb Ristvedt
2018-06-01gexp: Add 'with-extensions'....Ludovic Courtès
2018-06-01pack: Adjust test to expect relative symlinks....Ludovic Courtès
2018-06-01tests: Fix arguments in pack test....Ricardo Wurmus
2018-05-30tests: Fix arguments in pack test....Ricardo Wurmus
2018-05-28Merge branch 'master' into core-updatesMark H Weaver
2018-05-28system: Remove uses of the 'title' field of <file-system>....Ludovic Courtès
2018-05-24Merge branch 'master' into core-updatesMark H Weaver
2018-05-23records: Insert record type ABI checks in constructors....Ludovic Courtès
2018-05-21Merge branch 'master' into core-updatesMark H Weaver
2018-05-19uuid: 'uuid' returns #f when 'string->uuid' returns #f....Ludovic Courtès
2018-05-19tests: Skip 'tests/guix-pack.sh' when networking is missing....Ludovic Courtès
2018-05-19tests: Adjust to new "unbound variable" messages....Ludovic Courtès
e2474d42990871170578e3a14a2e6b548157bd'>services: cuirass: Do not create the database directory.Mathieu Othacehe Fixes: <https://issues.guix.gnu.org/46683>. * gnu/services/cuirass.scm (cuirass-activation): Since the PostgreSQL switch, it is no longer needed to create the database directory. 2021-02-23services: cuirass: Fix services requirements.Mathieu Othacehe * gnu/services/cuirass.scm (cuirass-shepherd-service): Add "postgres-roles" to cuirass requirements. Set cuirass-web requirements to cuirass only. Remove "guix-daemon" and "networking" from cuirass-remote-server requirements as are already required by cuirass. 2021-02-23services: cuirass: Improve simple-cuirass-services.Mathieu Othacehe Instead of returning multiple services in simple-cuirass-services, rely on the instantiate-missing-services procedure to instantiate postgresql and postgresql-role-service-type when missing. Turn simple-cuirass-services procedure into simple-cuirass-configuration->specs, that takes a simple-cuirass-configuration record and returns a Cuirass specification. Suggested-by: Ludovic Courtès <ludo@gnu.org> * gnu/services/cuirass.scm (%default-cuirass-config): Remove it. (simple-cuirass-services): Rename it to ... (simple-cuirass-configuration->specs): ... this procedure. * gnu/tests/cuirass.scm (cuirass-services): Remove postgresql and postgresql-role services that are automatically instantiated. (simple-cuirass-service): New variable. (%cuirass-simple-test): Adapt it to use simple-cuirass-configuration->specs instead of simple-cuirass-services. * doc/guix.texi (Simple Cuirass): Update it. 2021-02-22services: cuirass: Instantiate postgresql service.Mathieu Othacehe * gnu/services/cuirass.scm (cuirass-service-type): Instantiate postgresql service when missing. 2021-02-22services: cuirass: Add parameters support.Mathieu Othacehe * gnu/services/cuirass.scm (<cuirass-configuration>)[parameters]: New field. [zabbix-uri]: Remove it. (cuirass-shepherd-service): Honor it. 2021-02-19services: cuirass: Add "simple-cuirass-services".Mathieu Othacehe * gnu/services/cuirass.scm (<build-manifest>, <simple-cuirass-configuration>): New records. (build-manifest, build-manifest?, simple-cuirass-configuration, simple-cuirass-configuration?, simple-cuirass-services): New procedures. (%default-cuirass-config): New variable. * gnu/tests/cuirass.scm (%cuirass-simple-test): New variable. * doc/guix.texi (Continuous Integration): Document it. 2021-02-12services: cuirass: Add server argument for the remote-worker.Mathieu Othacehe * gnu/services/cuirass.scm (<cuirass-remote-worker-configuration>)[server]: New field. (cuirass-remote-worker-shepherd-service): Honor it.