vcswatch reports that
this package seems to have new commits in its VCS but has
not yet updated debian/changelog. You should consider updating
the Debian changelog and uploading this new version into the archive.
Here are the relevant commit logs:
commit 72d0ebdb175cc04e2c5d1629f078229bd6bdf5b1
Merge: 2e1b786 13bb898
Author: Antonio Terceiro <terceiro@debian.org>
Date: Wed Feb 12 18:45:00 2025 +0000
Merge branch 'activerecord-7' into 'master'
Add support for ActiveRecord 7
See merge request ci-team/debci!290
commit 13bb8983e3cf1f014303602c4666ca8981ff156a
Author: Antonio Terceiro <terceiro@debian.org>
Date: Wed Feb 12 14:37:41 2025 -0300
Debci::Job: modernize declaration of serialized fields
This is required so it works with ActiveRecord 7, but is incompatible
with ActiveRecord 6. So we add a compatibility layer under
lib/debci/db.rb to keep all the uglyness hidden away.
commit c7ea65d68a71e4b3077dd94fc6a50e032d2b2fd3
Author: Antonio Terceiro <terceiro@debian.org>
Date: Wed Feb 12 14:36:20 2025 -0300
Debci::Job: explicitly cast ActiveRecord::Duration into a float
ActiveRecord 7 won't allow implicit casts and will raise:
TypeError: can't cast ActiveSupport::Duration
commit 6e1f60f770b24b1a9cc83aba3236c7f5a0cc8f17
Author: Antonio Terceiro <terceiro@debian.org>
Date: Wed Feb 12 14:35:16 2025 -0300
Debci::DB: add support for running migrations on ActiveRecord 7
commit 2e1b7862b079effce0e29526532bedda76e688f3
Author: Antonio Terceiro <terceiro@debian.org>
Date: Wed Feb 12 15:26:12 2025 -0300
Makefile: add target to check code coverage
commit fc1d680720240821b004a1915629462e022753dd
Author: Antonio Terceiro <terceiro@debian.org>
Date: Wed Feb 12 15:23:18 2025 -0300
debci limit-storage: fix call to #packages_with_excess_storage
Also add tests to cover the CLI code.
commit 46f0dc68429cf44df2eaf2813a0e1842a8effc76
Author: Antonio Terceiro <terceiro@debian.org>
Date: Tue Feb 11 09:41:21 2025 -0300
frontend: log_viewer: redirect to raw log when plain text is requested
This can be used to download raw logs directly from there, by using
something like this:
$ curl --location --compressed --header 'Accept: text/plain' \
https://host/packages/f/foobar/unstable/amd64/99/
commit 9e1ee7e53befd101c4c91e22ef96dba2160d8e25
Author: Antonio Terceiro <terceiro@debian.org>
Date: Fri Jan 31 11:34:50 2025 +0100
debian/changelog: fix typo found by codespell