guix-commits
[Top][All Lists]
Advanced

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

branch master updated (ae6541a -> 480d718)


From: Christopher Baines
Subject: branch master updated (ae6541a -> 480d718)
Date: Sun, 7 Jun 2020 16:27:56 -0400 (EDT)

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

    from ae6541a  Fix select-build-servers with respect to the lookup-builds 
field
     new f67bea7  Get the translated lint checker descriptions into the database
     new b8abe38  Add checks to guard against null data
     new d3096de  Use lint checker related translations on some pages
     new ecd4608  Make the query that provides locale options look nicer
     new 14cd95f  Make the form-horizontal-control procedure aware of hidden 
inputs
     new f0833f8  Provide the comparison page with translated lint warnings
     new d10c6f5  Fall back to en_US.utf8 for the lint warnings page for a 
revision
     new 533bf91  Fall back to en_US.utf8 in the package page
     new 480d718  Fix lint checker tests

The 9 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/comparison.scm                   |  91 ++++++--
 guix-data-service/jobs/load-new-guix-revision.scm  |  45 +++-
 guix-data-service/model/lint-checker.scm           |  74 ++++++-
 guix-data-service/model/lint-warning-message.scm   |   2 +-
 guix-data-service/model/lint-warning.scm           | 123 ++++++++---
 guix-data-service/model/utils.scm                  |  22 +-
 guix-data-service/web/compare/controller.scm       |  36 +++-
 guix-data-service/web/compare/html.scm             |  57 ++++-
 guix-data-service/web/repository/controller.scm    |   7 +-
 guix-data-service/web/revision/controller.scm      |  34 ++-
 guix-data-service/web/revision/html.scm            |  24 +++
 guix-data-service/web/view/html.scm                | 240 +++++++++++----------
 .../translations_for_lint_checker_descriptions.sql |  40 ++++
 .../translations_for_lint_checker_descriptions.sql |   7 +
 sqitch/sqitch.plan                                 |   1 +
 .../translations_for_lint_checker_descriptions.sql |   7 +
 tests/model-lint-checker.scm                       |  16 +-
 17 files changed, 617 insertions(+), 209 deletions(-)
 create mode 100644 sqitch/deploy/translations_for_lint_checker_descriptions.sql
 create mode 100644 sqitch/revert/translations_for_lint_checker_descriptions.sql
 create mode 100644 sqitch/verify/translations_for_lint_checker_descriptions.sql



reply via email to

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