guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated (480d718 -> 9e93b2b)


From: Christopher Baines
Subject: branch master updated (480d718 -> 9e93b2b)
Date: Fri, 19 Jun 2020 12:00:48 -0400 (EDT)

cbaines pushed a change to branch master
in repository data-service.

    from 480d718  Fix lint checker tests
     new 308e553  Guard against some changes in how guile-json represents null 
values
     new 8d9a4d1  Get the translated package synopsis and descriptions into the 
database
     new a3ac33c  Provide the packages page with translations
     new 365bf27  Fix the test-model-package test
     new 9e93b2b  Fix the test-model-package-metadata test

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 guix-data-service/jobs/load-new-guix-revision.scm  |   2 +-
 guix-data-service/model/channel-instance.scm       |   2 +-
 guix-data-service/model/derivation.scm             |   2 +-
 guix-data-service/model/package-metadata.scm       | 284 +++++++++++++++++++--
 guix-data-service/model/package.scm                |  72 +++++-
 guix-data-service/model/system-test.scm            |   2 +-
 guix-data-service/web/revision/controller.scm      |  33 ++-
 guix-data-service/web/revision/html.scm            |   7 +
 ...tions_for_package_synopsis_and_descriptions.sql |  69 +++++
 ...tions_for_package_synopsis_and_descriptions.sql |   7 +
 sqitch/sqitch.plan                                 |   1 +
 ...tions_for_package_synopsis_and_descriptions.sql |   7 +
 tests/model-package-metadata.scm                   |  83 +++---
 tests/model-package.scm                            |  10 +-
 14 files changed, 503 insertions(+), 78 deletions(-)
 create mode 100644 
sqitch/deploy/translations_for_package_synopsis_and_descriptions.sql
 create mode 100644 
sqitch/revert/translations_for_package_synopsis_and_descriptions.sql
 create mode 100644 
sqitch/verify/translations_for_package_synopsis_and_descriptions.sql



reply via email to

[Prev in Thread] Current Thread [Next in Thread]