[buildinfo.debian.net] branch master updated (44bbd4f -> 007010d)

Chris Lamb chris at chris-lamb.co.uk
Thu Nov 3 20:46:19 UTC 2016


This is an automated email from the git hooks/post-receive script.

lamby pushed a change to branch master
in repository buildinfo.debian.net.

      from  44bbd4f   Add async task to update/create key ids.
       new  6be4975   Delete submissions with no (ie. blank) uid
       new  f2db147   Add a (temporary nullable) Submission.key field.
       new  3ea94d1   Populate nullable Submission.key field.
       new  f5cb95b   Drop 'uid' and make 'key' non-nullable.
       new  9b257fd   We always have a uid. Well, we did.
       new  b5be4a9   Create Key instances as we need them.
       new  007010d   Populate key upon creation.

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


Summary of changes:
 bidb/api/utils.py                                  |  3 ++-
 .../0002_remove_submissions_without_keys.py        | 23 +++++++++++++++++++
 .../migrations/0003_submission_key.py              | 22 ++++++++++++++++++
 .../migrations/0004_populate_keys_key.py           | 26 ++++++++++++++++++++++
 .../migrations/0005_auto_20161103_2039.py          | 25 +++++++++++++++++++++
 bidb/buildinfo/buildinfo_submissions/models.py     |  3 ++-
 bidb/keys/models.py                                | 12 +++++++++-
 templates/buildinfo/view.html                      |  7 +++---
 8 files changed, 114 insertions(+), 7 deletions(-)
 create mode 100644 bidb/buildinfo/buildinfo_submissions/migrations/0002_remove_submissions_without_keys.py
 create mode 100644 bidb/buildinfo/buildinfo_submissions/migrations/0003_submission_key.py
 create mode 100644 bidb/buildinfo/buildinfo_submissions/migrations/0004_populate_keys_key.py
 create mode 100644 bidb/buildinfo/buildinfo_submissions/migrations/0005_auto_20161103_2039.py

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/buildinfo.debian.net.git



More information about the Reproducible-commits mailing list