debci (3.10)
[PTS] [DDPO]
COMMITS: VCS has seen 11 commits since the 3.10 tag
- Git: https://salsa.debian.org/ci-team/debci.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 1581056
- Browser: https://salsa.debian.org/ci-team/debci
- Last scan: 2024-09-04 00:06:17+00
- Error: https://salsa.debian.org/api/v4/projects/ci-team%2Fdebci API request failed: 401 Unauthorized at /srv/qa.debian.org/data/vcswatch/vcswatch line 408.
- Next scan: 2024-09-11 03:38:00+00
- Debian changelog in Git:
debci (3.10) unstable; urgency=medium
[ Christian Kastner ]
* worker: Add --count option to enable job limit
[ Antonio Terceiro ]
* api: don't use automatically updated timestamp for filtering
* db: add index on jobs.date
* api: clarify documentation for /tests endpoint
* api: complete examples in documentation to list all job fields
* api: /v1/tests: return only documented fields
* api, self_service: fix performance issues in ActiveRecord queries
* /api/v1/test: include updated_at field in the results
* Debci::Job: declare public API fields here
* Debci::Job: add date attribute to the public API
* Debci::HTML: avoid N+1 queries when loading package status
* Debci::HTML: export only public API attributes of jobs
* admin: display model-related icon inside edit page
* admin: edit: show object name (#to_str) in the breadcrumbs
* backends: fake: remove obsolete debci-setup-chdist script
* doc: exclude frames.html
[ g0t mi1k ]
* Switch to Debian Bookworm (12) for Vagrant
* Dynamically update codename for vagrant
* Fix typo - extra \
* debci-config: Allow for displaying all KEY values
* debci-config: Switch to --all to list all keys
* Add Setting up the LXC backend testbed
* Add Setting up PostgreSQL database
* Add Accessing Self Service (Web UI)
* Add Creating API tokens
* Configuring debci using variables & configs
* Add Multiple debci-worker processes per node
* Typo: t -> T
* debci-status: Fix typo - Missing hyphen
* debci-status: JSON loop on packages not results
* debci-status: Fix static arch & suite flags
* debci-status: More consistency with output
* Update HACKING.md as 'debci config' can list all
* escape /auth/failure params[:message]
[ Paul Gevers ]
* Apply suggestions to INSTALL.md
* lxc/test-package: fix order of debci_autopkgtest_args_lxc (Closes: 1068380)
[ Tiago Zaniquelli ]
* Redirect search result directly to package page if there's only one answer.
[ Helmut Grohne ]
* collector: skip over results that refer to an unknown job
-- Antonio Terceiro <terceiro@debian.org> Wed, 17 Apr 2024 20:53:49 -0300
- This branch is 11 commits ahead of tag 3.10
- Git log:
commit 136159cdc483a5c439b2dcc18fb84b1038f52147
Merge: 86b0da2 c1b02af
Author: Antonio Terceiro <terceiro@debian.org>
Date: Sat Aug 10 13:50:43 2024 +0000
Merge branch 'status-percentage-neutral' into 'master'
status: add a line for pass+neutral in the percentage graph
See merge request ci-team/debci!277
commit 86b0da269340af874dbd41dc1d4911c41574206a
Merge: a9b7c03 24c0e04
Author: Antonio Terceiro <terceiro@debian.org>
Date: Sat Aug 10 13:44:03 2024 +0000
Merge branch 'dead-code' into 'master'
Remove dead code
See merge request ci-team/debci!278
commit 24c0e0443f0e9a5c50debb5c7c923bbb2c041652
Author: Antonio Terceiro <terceiro@debian.org>
Date: Sat Aug 10 09:59:26 2024 -0300
Remove dead code
commit a9b7c03f346f489a16f9ca273ad86931f889071e
Merge: eeb8c5a 736b09d
Author: Antonio Terceiro <terceiro@debian.org>
Date: Sat Aug 10 12:44:57 2024 +0000
Merge branch 'extra-apt-sources' into 'master'
debci-enqueue: Add support for --extra-apt-sources
See merge request ci-team/debci!275
commit eeb8c5a5163f616ee583c8c4740945cbab2a071a
Merge: 9506484 576664d
Author: Antonio Terceiro <terceiro@debian.org>
Date: Sat Aug 10 12:43:40 2024 +0000
Merge branch 'conf-symlinks' into 'master'
Allow symlinks in conf.d
See merge request ci-team/debci!274
commit c1b02afecb6886b93ec76e72cfc5d289abaa0045
Author: Paul Gevers <elbrus@debian.org>
Date: Thu Jul 25 21:35:16 2024 +0200
status: add a line for pass+neutral in the percentage graph
Since the introduction of neutral, we're missing a good hint of how much goes well
as neutral is also fine. So, lets add a line.
commit 736b09dc50cbf7dfec1fd97c3a2f0fc7842af03e
Author: Christian Kastner <ckk@debian.org>
Date: Fri Jun 7 21:48:10 2024 +0200
debci-enqueue: Add support for --extra-apt-sources
This mirrors the API and self-service.
commit 576664dcac17aeda9da4c17a0ff18f5dd58959b9
Author: Christian Kastner <ckk@debian.org>
Date: Fri Jun 7 21:45:19 2024 +0200
Allow symlinks in conf.d
This is convenient for sharing common configurations, e.g. debci_arch for
Debian and Ubuntu configs on the same host.
commit 950648447d6fc08d415aaff9bcfbc615f0e94aaa
Author: Antonio Terceiro <terceiro@debian.org>
Date: Tue May 28 16:48:26 2024 -0300
log_viewer: fix variable interpolation
Gbp-Dch: ignore
commit 4840e51bbabd2bafffb648ea580043b8b8ea227d
Author: Antonio Terceiro <terceiro@debian.org>
Date: Sat May 4 20:51:50 2024 -0300
debci-test: remove tests-tree from autopkgtest results
tests-tree is a copy of the source package, used to run the tests.
If autopkgtest gets killed (for example, by the Linux OOM killer), it
can be left behind. In the cases where the source package is
substantially large, this can cause problems in the infrastructure,
causing results to not be delivered.
It's safe to just remove it, since we don't need a copy of the source
tree inside the results for anything.
commit f76020225d70bdd4573bbaf9570b8aae769dbc04
Author: Antonio Terceiro <terceiro@debian.org>
Date: Sat May 4 10:01:21 2024 -0300
log_viewer: display link to download artifacts