debci (3.13)
[PTS] [DDPO]
COMMITS: VCS has seen 3 commits since the 3.13 tag
- Git: https://salsa.debian.org/ci-team/debci.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 3280896
- Browser: https://salsa.debian.org/ci-team/debci
- Last scan: 2025-12-13 17:40:07+00
- Next scan: 2025-12-20 15:13:00+00
- Open issues: 77
- Merge requests: 5
- CI pipeline status: success
- Debian changelog in Git:
debci (3.13) unstable; urgency=medium
* Debci::Job.slow: fix comparison by using an integer input
* api: add basic tests for the documentation app
* api: fix crash on 404
* api: /test: make `since` argument mandatory
* api: /test: consider finish and publication dates in last timestamp
* debci-test: limit the size of the artifacts directory
* Debci::Package.storage_limit: use 8 bytes for storage
* Debci::Admin: support floating point units for storage limit
* admin: drop alert-style header
* admin: handle validation errors
* Debci::User: validate presence of username
* Debci::Package: validate storage_limit
* debci-test: fix warning message for removed artifacts
* web ui: log_viewer: add "Retry" button
* data import: don't copy foreign keys
* Debci::Log: catch failures that happen without a "test results" marker
* Enable Sinatra logging
* Debci::AuthApp: always look for the current user
* Fold Debci::AuthApp into Debci::App
* Debci::App: prevent unnecessary cookies
* home, frontend: hide package browsing behind login
* web: redirect to original page when logging in
* layout: add a link to the Self Service panel to the user menu
* frontend: display retry links for logged users only
* frontend: don't cache responses to logged in users
* self_service: honor original url on explicit logins
* self_service: ensure logged in user does not see login page
* self_service: remove redundant code
* web: restrict public browsing even more.
-- Antonio Terceiro <terceiro@debian.org> Sat, 06 Dec 2025 11:53:14 -0300
- This branch is 3 commits ahead of tag 3.13
- Git log:
commit 991df2404bee4a90274009589e4d822837ed152d
Author: Antonio Terceiro <terceiro@debian.org>
Date: Sat Dec 13 13:48:52 2025 -0300
self_service: honor original_url when already logged in
commit 773f8605e914adc3c98e5c279d26208179b6b54a
Author: Antonio Terceiro <terceiro@debian.org>
Date: Sat Dec 13 13:47:55 2025 -0300
log_viewer: restrict retry link to authenticated users
commit 7b4e6bb6f7227efd1b0732efc2eed8600b6fc506
Author: Antonio Terceiro <terceiro@debian.org>
Date: Sat Dec 13 13:45:25 2025 -0300
templates: self_service_history: save one redirect
This page requires the user to already be authenticated, so we can send
them directly to the final retry page.