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 e38af2e2188f470d9607db017d52a5e2b1b7926d
Merge: f89f621 0535ae0
Author: Antonio Terceiro <terceiro@debian.org>
Date: Sun Apr 27 16:22:35 2025 +0000
Merge branch 'api-improvements' into 'master'
API improvements
See merge request ci-team/debci!292
commit 0535ae0792c9851e1f8003a41c5cb889aec1fb11
Author: Antonio Terceiro <terceiro@debian.org>
Date: Sun Apr 27 11:37:10 2025 -0300
.gitlab-ci.yml: temporarily point at fixed pipeline
Link: https://salsa.debian.org/debian/local-apt-repository/-/merge_requests/1
Link: https://salsa.debian.org/salsa-ci-team/pipeline/-/merge_requests/606
commit 93c22e4e99c24d687b5bc282f3e64d7baddd7652
Author: Antonio Terceiro <terceiro@debian.org>
Date: Sun Apr 27 09:01:57 2025 -0300
api: /test: consider finish and publication dates in last timestamp
Only the job creation timestamp (submission time) was being considered.
commit 93fd91123c06a8d1af770597a6df90854dd10671
Author: Antonio Terceiro <terceiro@debian.org>
Date: Sun Apr 27 08:55:44 2025 -0300
api: /test: make `since` argument mandatory
Omitting this parameter, intentionally or by mistake, has the potential
to return an absurd amount of data, causing problems both for server and
client.
commit f567bd36d9a44628592ee3cab07af5e68b939e92
Author: Antonio Terceiro <terceiro@debian.org>
Date: Sun Apr 27 08:43:30 2025 -0300
api: include job published after the starting timestamp
Sometimes jobs will take some time to be published. For example the
worker might have an intermittent network problem, or tests with large
artifacts might get some time to publish. With this we prevent
well-behaved clients from missing results from those jobs.
commit bea37b0e156bca2ec6edd01f4c03c633b9b68354
Author: Antonio Terceiro <terceiro@debian.org>
Date: Sun Apr 27 08:30:09 2025 -0300
job_spec: ensure updated_at gets set when receiving results
Gbp-Dch: ignore
commit 047bcb2bc2b100348bfa0d4937c42043d448cee2
Author: Antonio Terceiro <terceiro@debian.org>
Date: Sun Apr 27 08:29:29 2025 -0300
api: fix crash on 404
commit 7d60b351230fc195cc9e81c7a87cf04bf1e4d3fb
Author: Antonio Terceiro <terceiro@debian.org>
Date: Sun Apr 27 08:28:36 2025 -0300
api: add basic tests for the documentation app
commit f89f62165ea96ae2654e12ef7e8e0af29745656b
Author: Antonio Terceiro <terceiro@debian.org>
Date: Fri Mar 28 14:13:39 2025 -0300
Debci::Job.slow: fix comparison by using an integer input
The corresponding test started failing recently, with the error message
saying this:
ERROR: invalid input syntax for type integer: "3600.0"
Either ActiveRecord, ruby-pg, of PostgreSQL 17 at some point started
being more strict about the input value, revealing an actual bug. We
should not be using a floating point number in there since the
underlying data we want to compare is an int, and the input data can't
realistically provide a non-integer number.
commit c9b3ac7e4eb4b06f369e63f6490bb5a2019205a8
Author: Antonio Terceiro <terceiro@debian.org>
Date: Thu Mar 27 18:12:27 2025 -0300
Debci::Job: improve readability
Gbp-Dch: ignore
commit c3a04487b93eaca898f4a4e3a3cdd960ba54bfb7
Author: Antonio Terceiro <terceiro@debian.org>
Date: Thu Mar 27 14:07:57 2025 -0300
Debci::Job: move check for newer jobs inside transation
This should avoid race conditions when processing several new jobs for a
given package.
Gbp-Dch: ignore
commit 17a304453a874c9bbdc34b570f98c87036e3acd3
Author: Antonio Terceiro <terceiro@debian.org>
Date: Thu Mar 27 14:04:50 2025 -0300
Debci::Job: turn after_save callback to update statuses into a method
Gbp-Dch: ignore
commit 6bccf8b1f327906f9763c35ae185c341ad4c768d
Author: Antonio Terceiro <terceiro@debian.org>
Date: Wed Mar 5 13:57:19 2025 -0300
make tags: use an acceptlist instead of a rejectlist