Change log for debci package in Ubuntu

164 of 64 results
Published in oracular-release
Deleted in oracular-proposed (Reason: Moved to oracular)
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 <email address hidden>  Wed, 17 Apr 2024 20:53:49 -0300

Available diffs

3.9
Superseded in oracular-release
Published in noble-release
Deleted in noble-proposed (Reason: Moved to noble)
debci (3.9) unstable; urgency=medium

  * web ui: reduce usage of automatic page refresh
  * Debci::Log: handle non-UTF-8 data correctly
  * Drop static index.html in favor of Debci::Home app
  * Move RSS feed to be dynamically generated
  * Debci::HTML: load package statuses in batches
  * debian-update.timer: reduce frequency to hourly
  * Debci::Log: mark uninstallable sections as failures
  * log viewer: don't collapse a single subsection of failure sections

 -- Antonio Terceiro <email address hidden>  Sun, 10 Dec 2023 21:18:35 -0300

Available diffs

3.8
Superseded in noble-proposed
debci (3.8) unstable; urgency=medium

  [ Christian Kastner ]
  * debci-localtest can also take autopkgtest backends
  * Add debci_autopkgtest_args_<backend> to environment.sh

  [ Antonio Terceiro ]
  * Debci::StorageLimit: only count non-deleted jobs
  * Debci::StorageLimit: traverse only non-deleted jobs
  * Debci::Job: ensure files_purged is false
  * debci-collector.postinst: drop support for upgrades from buster
  * spec: ensure a reasonable value for Debci.config.html_dir.
    This fixes running the Ruby test suite under autopkgtest using a
    different user than `debci`.
  * munin: debci_packages_processed: look into debci-publisher logs
  * web ui: add structured log viewer.
    An initial version in client side JavaScript was written by Stuart
    Prescott. It was then used as base for the the server side Ruby version
    by Antonio Terceiro. In special, all the regular expressions were copied
    as-is from Stuart's original code.
    If Javascript is enabled, then there is some extra functionality, like
    collapsing non-critical sessions and leaving only the actual test runs
    visible by default.

  [ Helmut Grohne ]
  * Install units with dh_installsystemd only (Closes: #1054188)

 -- Antonio Terceiro <email address hidden>  Thu, 16 Nov 2023 08:19:07 -0300

Available diffs

3.7
Superseded in noble-proposed
debci (3.7) unstable; urgency=medium

  [ Antonio Terceiro ]
  * Split publishing of results into a separate daemon
  * Debci::Job: store and report backend
  * Make logging for all daemons consistent
  * debci-worker, debci-publisher: log errors even in quiet mode
  * debci-generate-apt-sources: fix checks for non-free-firmware for suite codenames
  * self_service: allow multiple API keys and add to manage them
  * spec_helper: bump required test coverage to 92%
  * Drop obsolete scripts and mentions to them.
    Since debci-batch has been removed in favor of external scheduling of
    tests, some infrastructure left behind is not really useful anymore.
    Right now, drop  debci-list-dependencies, debci-list-packages,
    debci-setup-chdist and references to them (which are unused anyway).
  * Drop schroot backend
  * Bump dependency on autopkgtest to >= 5.29~
  * debci-publisher: fix obtaining data for logging
  * Drop dependency on devscripts
  * collector_spec: fix typo
  * Debci::Job.receive: improve handling of incomplete test results
  * debci-publisher: resist corrupted result archives
  * Debci::Job: keep track of purged files separate from the expiration date
  * config: define a disk storage limit per package
  * Debci::Job: add method to calculate per-job disk usage
  * Limit amount of storage each package can use.
    By Default, each package is allowed to use up to 200MB of disk space
    with logs and artifacts.
  * Debci::Status: remove unused variables
  * web: /status/{alerts,pending}/: display total of jobs after filtering
  * Debci::App: inform total of records when paginating
  * .rerun: ignore coverage/
  * web: display information about expired test logs.
    The custom 404 page for test logs will provide links to the list of
    tests for th same package on the suite and architecture of the original
    test, and for retrying the original test.
  * spec_helper: bump require test coverage to 93%

  [ Helmut Grohne ]
  * backends/lxc/create-testbed: use fewer different sources.lists
  * backends/qemu: fix evaluation of undefined variable
  * backends/qemu/create-testbed: use fewer different sources.lists
  * debci setup: add --keyring option
  * backends/qemu/create-testbed: forward --keyring
  * backends/lxc/create-testbed: pass keyring via new --keyring to autopkgtest-build-lxc
  * debci-setup: conditionalize installation of auto-apt-proxy
  * backends/lxc/create-testbed: do not enable --dbgsym for Debian derivatives
  * import and install munin plugins from debian-ci-config
  * Allow passing arguments to autopkgtest backends (Closes: #1037245)

 -- Antonio Terceiro <email address hidden>  Sat, 04 Nov 2023 10:48:18 -0300
3.6
Superseded in noble-release
Published in mantic-release
Deleted in mantic-proposed (Reason: Moved to mantic)
debci (3.6) unstable; urgency=medium

  [ Louis-Philippe Véronneau ]
  * docs: more precise info on how to get an API key
  * docs: remove mention of deprecated getkey endpoint

  [ Antonio Terceiro ]
  * RejectList: pre-expand wildcards when reading the data
  * Debci::Status: make code backwards compatible with ruby2.5
  * web frontend: rework user authentication
  * web frontend: add simple admin interface
  * self_service: make auth config forward-compatible with omniauth-gitlab 4.0
  * Debci::Job: store file sizes for log and artifacts
  * usage: fix help message for backend option
  * debci-worker: fix running alternative architectures and backends on the
    same host
  * admin: add support for stable ordering of records
  * admin: add Package.backend and support for select fields in general
  * admin: search packages by backend; fix searching on more than one field
  * Backend: use package preferred backend if available
  * debci-worker: mention backend in the logs
  * Debci::AMQP: don't cache queue name per architecture
  * api: add entry point to retry tests via a POST request
  * Apply suggestions by rubocop 1.39.0
  * tools/server.sh: use puma explicitly instead of rackup
  * test/test_helper.sh: setup custom management plugin port
  * test/bin/wait_for_results: simplify getting timestamp of last test job
  * Acknowledge NMU by Michael Biebl
  * Debci::Job: avoid artifact filenames being interpreted as tar options
    (Closes: #1030883)
  * Debci::Job: produce one single pin-package parameter with multiple
    packages (Closes: #1025369)
  * debci generate-apt-sources: add support for non-free-firmware
    (Closes: #1031238)

  [ Pavit Kaur ]
  * Handle signing-keys for extra-apt-sources

  [ Bas Couwenberg ]
  * Fix architecture list in JSON export.

 -- Antonio Terceiro <email address hidden>  Sun, 26 Feb 2023 12:08:48 -0300

Available diffs

Superseded in mantic-release
Published in lunar-release
Deleted in lunar-proposed (Reason: Moved to lunar)
debci (3.5.2+nmu1) unstable; urgency=medium

  * Non-maintainer upload.
  * No source change upload to rebuild with debhelper 13.10.

 -- Michael Biebl <email address hidden>  Sat, 15 Oct 2022 11:59:21 +0200

Available diffs

Superseded in lunar-release
Obsolete in kinetic-release
Deleted in kinetic-proposed (Reason: Moved to kinetic)
debci (3.5.2) unstable; urgency=medium

  [ Antonio Terceiro ]
  * config: improve handling of MIRROR.
    MIRROR is no longer read, and is only set if debci_mirror was
    explicitly set in the debci configuration.
  * debci-generate-apt-sources: handle ports architectures
  * debci-localtest: fix --help

 -- Paul Gevers <email address hidden>  Thu, 07 Jul 2022 21:30:42 +0200

Available diffs

Superseded in kinetic-release
Deleted in kinetic-proposed (Reason: Moved to kinetic)
debci (3.5.1) unstable; urgency=medium

  * Debci::App: get query parameters implicitly for pagination links
  * templates: job_listing: drop trailing whitespace
  * templates: job_listing: make package name a link

 -- Antonio Terceiro <email address hidden>  Wed, 30 Mar 2022 09:39:12 -0300

Available diffs

3.4
Superseded in kinetic-release
Published in jammy-release
Deleted in jammy-proposed (Reason: Moved to jammy)
debci (3.4) unstable; urgency=medium

  [ Pavit Kaur ]
  * Stop adding buildd APT entries by default
  * jobs: normalize worker field

  [ Olivia Cameron ]
  * Update docs/HACKING.md

  [ Shivam Singhal ]
  * Fix Shellcheck errors for bin/debci-autopkgtest

  [ Abiola Ajadi ]
  * Redirect after authentication to the page the user was trying to access
  * self-service test form: remember form values on failed submissions
  * packages: display pending jobs
  * web frontend: centralize job listing

  [ Antonio Terceiro ]
  * Drop debci-batch
  * spec: avoid monkeypatching core File methods
  * spec_helper: fix ambiguous calls in SimpleCov setup
  * Drop usage of deprecated method File.exists?
  * Debci::Job: drop unused local variable
  * Debci::SelfDocAPI: fix undefined variable warning
  * html: avoid warnings on undefined variables
  * self_service: fix redirect after login
  * frontend: respond with 404 on the history page of a non-existing package
  * functional tests: drop test_basics
  * collector_spec: avoid writing to real data directory
  * tools/workers.sh: revert back to moreutils parallel

  [ Marco M. F. De Santis ]
  * Update MAINTAINERS.md

 -- Antonio Terceiro <email address hidden>  Sun, 23 Jan 2022 13:50:40 -0300

Available diffs

3.3
Superseded in jammy-release
Deleted in jammy-proposed (Reason: Moved to jammy)
debci (3.3) unstable; urgency=medium

  [ Pavit Kaur ]
  * Add a user menu in the self service interface
  * Change extra-apt-sources into a fixed list

  [ Renan Luz ]
  * rubocop: clean up empty exclude lists

  [ Antonio Terceiro ]
  * override lintian tag about docs outside of /usr/share/doc
  * .gitlab-ci.yml: disable lintian for now
  * self_service: avoid duplicating usernames in development
  * debci-test: avoid duplicating apt sources
  * tools: break rerun invocations into multiple lines
  * tools: give rerun an application name explicitly
  * docs: update architecture diagram

  [ Paul Gevers ]
  * robots.txt: add /user/ as robots have nothing to find there

  [ Peter Pentchev ]
  * backends/schroot: do not break on undefined variables

  [ Shivam Singhal ]
  * Drop the link to data from the top menu
  * By default keep check the all architecture on request test page
  * Add package url to packages on Self-Service Job History Page

 -- Antonio Terceiro <email address hidden>  Mon, 01 Nov 2021 10:47:23 -0300

Available diffs

3.2
Superseded in jammy-proposed
debci (3.2) unstable; urgency=medium

  [ Antonio Terceiro ]
  * login page: improve appearance of the buttons
  * update-worker: update for all configured architectures
  * backends/fake: add create-testbed script
  * setup: always assume backends can create testbeds
  * setup: improve logging
  * debci-test: keep end of the log (Closes: #982598)
  * status charts: adapt time series for flot 4.x

  [ Pavit Kaur ]
  * Submit private jobs via API
  * Submit private jobs via Self Service
  * Add extra-apt-sources in API
  * Add extra-apt-sources via Self Service
  * Validate extra apt sources
  * Publish private tests via API
  * Update Self-Service Job History Page
  * Add Publish and Retry in Self-Service

  [ Paul Gevers ]
  * Raise default priority for scheduling jobs from 0/1 to 5

 -- Antonio Terceiro <email address hidden>  Mon, 16 Aug 2021 10:16:18 -0300
Superseded in jammy-release
Obsolete in impish-release
Deleted in impish-proposed (Reason: Moved to impish)
debci (2.15.2) unstable; urgency=medium

  * autopkgtest: mark test-suite as flaky

 -- Antonio Terceiro <email address hidden>  Sat, 22 May 2021 07:30:43 -0300

Available diffs

Superseded in impish-release
Deleted in impish-proposed (Reason: Moved to impish)
debci (2.15.1) unstable; urgency=medium

  * test_helper: ensure a unique rabbitmq node name on CI environments.
    This hopefully fixes the unreliability of the functional tests on
    ci.debian.net. (Closes: #953947)
  * debian/tests/integration-test: don't install lxc or schroot

 -- Antonio Terceiro <email address hidden>  Tue, 06 Apr 2021 18:53:57 -0300

Available diffs

Superseded in impish-release
Obsolete in hirsute-release
Deleted in hirsute-proposed (Reason: moved to Release)
debci (2.15) unstable; urgency=medium

  * js: drop console.log noise when loading chart data
  * js: position chart legends at the top left
  * test_helper: improve temporary directory name
  * Debci::Collector: log when starting and stopping
  * Debci::App: add common 404 handler
  * Generate package pages dynamically
  * Move all static HTML for /packages away
  * Drop obsolete config.ru file
  * Add some unit tests for Debci::HTML::CLI
  * api: add basic tests for fetching test results
  * api: sort results by updated_at

 -- Antonio Terceiro <email address hidden>  Sun, 24 Jan 2021 14:36:26 -0300

Available diffs

Superseded in hirsute-release
Deleted in hirsute-proposed (Reason: moved to Release)
debci (2.14.1) unstable; urgency=medium

  * self_service_spec: fix test on arm64

 -- Antonio Terceiro <email address hidden>  Mon, 21 Dec 2020 23:00:49 -0300

Available diffs

Superseded in hirsute-release
Deleted in hirsute-proposed (Reason: moved to Release)
debci (2.14) unstable; urgency=medium

  [ Antonio Terceiro ]
  * Debci::Job: fix parameters for multiple pinned packages
  * ui: improve expansion of pinned packages
  * Drop dependency on bsdmainutils (Closes: #964525)
  * Debci::Job: fix newsworthiness check
  * debci-worker: retry result submission until it works
  * docs/HACKING.md: drop gratuitous reference to stretch

  [ intrigeri ]
  * MAINTAINERS.md: fix command that adds user to group

  [ Baptiste Beauplat ]
  * Remove redundant <code> tag in the Automate section of the history page

  [ Sebastien Delafond ]
  * Add 'worker' field to job result (Closes: #958975)

 -- Antonio Terceiro <email address hidden>  Fri, 18 Dec 2020 16:59:26 -0300

Available diffs

Superseded in hirsute-release
Obsolete in groovy-release
Deleted in groovy-proposed (Reason: moved to Release)
debci (2.13) unstable; urgency=medium

  [ Antonio Terceiro ]
  * Add a proper user model
  * Debci::HTMLHelpers: fix parsing invalid pinnings
  * ui: switch to escaped HTML by default (Closes: #962862)
  * Set default external encoding to UTF-8

  [ Milos Knezevic ]
  * Fix missing build dependency (debootstrap)
  * Fix issue with init script exiting prior creating dev.conf
  * Fix lintian 'spelling-error-in-changelog' warning
  * Improve slight inconsistencies in docs/HACKING.md

  [ Utkarsh Gupta ]
  * Fix broken link for feed
  * Show package details on the retry page

 -- Antonio Terceiro <email address hidden>  Sun, 28 Jun 2020 09:36:14 -0300

Available diffs

Superseded in groovy-release
Deleted in groovy-proposed (Reason: moved to Release)
debci (2.12.2) unstable; urgency=medium

  * ui: fix table header in package history page
  * Debci::Collector: update only given suite/arch
  * Drop status from package list (prefix) pages.
    Unfortunately it's too expensive to produce those pages at the moment,
    so we can't affort to rebuild them on every new job.
  * Debci.log: flush STDOUT on each message
  * Debci::HTML: avoid extra queries
  * Debci::Package.history: fix ordering
  * Debci::Job: fix definition of "previous" job
  * job_spec: fix handling of dates to not fail in the future

 -- Antonio Terceiro <email address hidden>  Fri, 15 May 2020 20:36:01 -0300

Available diffs

Superseded in groovy-release
Deleted in groovy-proposed (Reason: moved to Release)
debci (2.12.1) unstable; urgency=medium

  * Debci::HTML: fix creation of global status.json
  * migrations: fix creation of Debci::PackageStatus
  * Debci::HTML: fix blacklist
  * Debci::Job.receive: handle repeating previously interruped receivements

 -- Antonio Terceiro <email address hidden>  Thu, 14 May 2020 14:24:48 -0300

Available diffs

Superseded in groovy-release
Deleted in groovy-proposed (Reason: moved to Release)
debci (2.12) unstable; urgency=medium

  * Debci::Job.receive: support jobs with no version
  * Debci::HTML: fix usage with broken symlinks
  * Debci::Collector: handle all types of errors
  * html: drop global feed
  * Debci::HTML: use only data from the database
  * self service/jobs: drop column for "debci log"
  * ui: display migration tests in the package history page

 -- Antonio Terceiro <email address hidden>  Wed, 13 May 2020 21:55:42 -0300

Available diffs

Superseded in groovy-release
Deleted in groovy-proposed (Reason: moved to Release)
debci (2.11) unstable; urgency=medium

  * Debci::Test::Duration.duration_human: handle zero
  * Drop links to "debci log" files
  * debci-test: add buildd suite for migration tests
  * Reformulate generation of static content
  - Debci::Job: receive autopkgtest results
      - Reformulate HTML generation
      - Add new CLI `debci html`; deprecate `debci generate-html`
      - Deprecate debci-generate-index; individual package pages are now
        updated right away when results for that package arrive;
        debci-update now only updates global pages (home page, status etc)
      - move all the real logic inside Debci::HTML
      - individual .json result files and "debci log" files are not longer
        produced.
      - debci-collector has been rewritten in Ruby, and will now receive
        results from the AMQP queue and directly import them instead of saving
        them to autopkgtest-incoming for later processing.
        - Legacy jobs in autopkgtest-incoming/ are processed o upgrade.
      - The data/status/ files are now simplified. For history, we keep a single
        status file per day. Existing data is migrated on upgrade.
    This set of changes provides a good performance enhancement. For
    example, running the full integration test suite on my machine now takes
    240 seconds instead of > 300
  * Drop pointless ${shlibs:Depends} from package dependencies
  * Makefile: fix parallel builds
  * Bump debhelper compatibility level to 12
    - Drop `--with systemd`, now handled by dh_installsystemd
  * Add Rules-Requires-Root: no
  * Replace dpkg-maintscript-helper calls in maintainer scripts with
    debian/debci.maintscript

 -- Antonio Terceiro <email address hidden>  Sun, 19 Apr 2020 16:24:52 -0300

Available diffs

2.8
Superseded in groovy-release
Published in focal-release
Deleted in focal-proposed (Reason: moved to Release)
debci (2.8) unstable; urgency=medium

  * Debci::Job#to_s: use "pending" when when status is nil
  * debci-localtest: ignore failure to record package (Closes: #950305)
  * Add configuration variable for amqp-tools options
  * debian/tests: replace deprecated $ADTTMP with $AUTOPKGTEST_TMP

 -- Antonio Terceiro <email address hidden>  Mon, 17 Feb 2020 19:06:21 -0300

Available diffs

2.7
Superseded in focal-release
Deleted in focal-proposed (Reason: moved to Release)
debci (2.7) unstable; urgency=medium

  * lxc: allow for some sorting of container names
  * api: fix call to check for blacklisted packages
  * api: set date of test requests for blacklisted packages
  * job history: don't link to missing files
  * Add migration to set date of jobs for blacklisted packages
  * Debci::Job: extract prefix method into shared module
  * Debci::HTML: history: don't link to missing files
  * html: history: fix HTML
  * Debci::Blacklist: fix test for blacklist on suite/arch
  * ui: job history: display duration
  * self_service_history.erb: get fields directly as method calls
  * Debci::Status.from_file: always set a package name
  * Debci::Blacklist: add support for wildcards in package names
  * self-service: job history: improve nagivation links
  * Debci::SelfService: make sure @user is set when available
  * Debci::Blacklist: avoid crashes when passed nil
  * debci-autopkgtest: record package/suite/arch inside testbed
  * lxc: make testbed creation atomic
  * schroot: make test bed creation atomic
  * debci-setup: drop test bed locking (Closes: #931206)
  * debci-test: drop testbed locking
  * tests: ensure backend is 'fake'
  * debci-generate-index: rename variable
  * api: avoid data loss when enqueue fails

 -- Antonio Terceiro <email address hidden>  Sun, 12 Jan 2020 13:46:51 -0300

Available diffs

2.6
Superseded in focal-release
Deleted in focal-proposed (Reason: moved to Release)
debci (2.6) unstable; urgency=medium

  * lxc: generate random container names
  * Debci::Job.import: validate package name
  * Move collector-only programs to debci-collector
  * Debci::AMQP: consolidate AMQP connection logic
  * test_worker: exclude existing processes from check for leftover processes
  * ui: user job list: show a reasonable number of pagination links
  * debci-collector: override "no ruby dep" from lintian
  * Bump Standards-Version to 4.4.1; no changes needed

 -- Antonio Terceiro <email address hidden>  Sun, 17 Nov 2019 19:28:29 -0300

Available diffs

2.5
Superseded in focal-proposed
debci (2.5) unstable; urgency=medium

  * Debci::Status: extract duration_human to a module
  * Debci::Data::Import: ignore unknown fields
  * Makefile: add quick-check target to run robocop and rspec
  * Debci::Job: include readable duration in JSON output
  * spec_helper: add missing require
  * Debci::Test::Expired: short circuit to false
  * ui: job history: don't link to results of unfinished tests
  * self_service: redesign authentication
  * ui: self_service: use a configured session secret key
  * ui: self_service: display custom "auth failed" page
  * Debci::TestHandler.enqueue: make priority an argument
  * ui: job history: do only exact match on package names
  * Debci::SelfService: remove pointless check
  * ui: job history: accept * as wildcard for package names
  * Revert "Debci::Repository: sort "slow packages" by duration"

 -- Antonio Terceiro <email address hidden>  Mon, 11 Nov 2019 11:06:23 -0300

Available diffs

2.4
Superseded in focal-release
Deleted in focal-proposed (Reason: moved to Release)
debci (2.4) unstable; urgency=medium

  * ui: pending jobs: display requestor
  * Debci::Repository: sort "slow packages" by duration
  * ui: job history: sort by date with newest first
  * ui: job history: avoid extra params in pagination links
  * ui: job history: increase num of items per page
  * Debci::Status: extract #expired? into a module
  * Debci::HTML: extract #filesize into Debci::HTMLHelpers
  * ui: job history: link to test results

 -- Antonio Terceiro <email address hidden>  Tue, 15 Oct 2019 23:21:46 -0300

Available diffs

2.0
Superseded in focal-release
Obsolete in eoan-release
Obsolete in disco-release
Deleted in disco-proposed (Reason: moved to release)
debci (2.0) unstable; urgency=medium

  [ Paul Gevers ]
  * docs/MAINTAINERS.md: add lxc 3 syntax and consistent sudo usage

  [ Antonio Terceiro ]
  * debci-data: import and export package data
  * debci-shell: require debci/job from the start
  * add missing dependency on rsync
  * backends/qemu: use autopkgtest-build-qemu to build images
  * backends/lxc: detect bridge interface on lxc 3
  * docs/HACKING.md: improve setup instructions
  * docs/HACKING.md: drop mention to vagrant setup
  * links: require link target to exist during build
  * debian/rules: remove unused, override_dh_clean
  * debian/control: deduplicate Build-Depends and Depends
  * debci localtest: skip --shell-fail it not on a tty
  * docs/HACKING.md: be explicit about installing build dependencies
  * Make mirror setting consistent across system (Closes: #923436)
  * Add -m/--mirror parameter to most scripts
  * debian/tests/backend-lxc: update lxc networking config for lxc >= 3
  * debian/tests/backend-lxc: add new test dependency on lxc-templates

 -- Antonio Terceiro <email address hidden>  Fri, 01 Mar 2019 20:57:12 -0300

Available diffs

Superseded in disco-release
Deleted in disco-proposed (Reason: moved to release)
debci (1.15.1) unstable; urgency=medium

  * debci setup-chdist: fix debootstrap usage
  * debci collector: make sure a single file is used as exitcode
  * Bump Standards-Version to 4.3.0; no changes needed otherwise


 -- Antonio Terceiro <email address hidden>  Wed, 06 Feb 2019 22:56:52 -0200

Available diffs

Superseded in disco-proposed
debci (1.15) unstable; urgency=medium

  [ Paul Gevers ]
  * Proper support for autopkgtest exit status 14: erroneous package with
    skipped tests

  [ Antonio Terceiro ]
  * Debci::Job: order pending jobs by creation date
  * config: fix setting debci_data_retention_days
  * Debci::Config: replace conditionals with hash lookup
  * Debci::DB: add support for ActiveRecord 5.2 (Closes: #918179)
  * Add missing build dependency on ruby-rack-test
  * Add missing autopkgtest dependency on ruby-rack-test
  * Debci::Config: don't break config values containing "="
  * config: add timeout to default database config

 -- Antonio Terceiro <email address hidden>  Mon, 07 Jan 2019 13:54:47 -0300

Available diffs

Superseded in disco-release
Deleted in disco-proposed (Reason: moved to release)
debci (1.14) unstable; urgency=medium

  * lxc/create-testbed: avoid cleaning up valid containers
  * README.md: point people to debian-ci@l.d.o and #debci (only)
  * docs/MAINTAINERS.md: add two new FAQs
  * debci-autopkgtest: make it work when run standalone
  * debci-localtest: remove last component from artifacts directory
  * debci-autopkgtest: don't hardcode autopkgtest arguments
  * Bump Standards-Version to 4.2.1 (no changes needed)
  * Move moreutils from Recommends: to Depends: (Closes: #910918)

 -- Antonio Terceiro <email address hidden>  Sat, 03 Nov 2018 12:50:26 -0300

Available diffs

Superseded in disco-release
Obsolete in cosmic-release
Deleted in cosmic-proposed (Reason: moved to release)
debci (1.12) unstable; urgency=medium

  [ Antonio Terceiro ]
  * ui: add status name back in package history page
  * lxc, schroot: don't make `debci` a system user
  * tools/init-dev.sh: reduce number of suites
  * tools/init-dev.sh: separate config files from test requests
  * debci-collector: replace pointless loop with conditional
  * Escape triggers when enqueuing test jobs (Closes: #902337)

  [ Paul Gevers ]
  * Treat autopkgtest exit status 8 as a neutral result (Closes: #901846)
  * debci.(pre|post)(inst|rm): call dpkg-maintscript-helper to adapt for
    change of directory to link in previous version
  * backends/debci-setup-chdist: add contrib and non-free (Closes: #825488)
  * backends: add debug archive to lxc and schroot (Closes: #817080)

 -- Paul Gevers <email address hidden>  Fri, 10 Aug 2018 20:06:49 +0200

Available diffs

Superseded in cosmic-proposed
debci (1.11) unstable; urgency=medium

  [ Antonio Terceiro ]
  * ui: pending jobs: add columns for suite and architecture
  * debci-generate-index: make sure to always run
  * Remove all handling of "blame"
  * Remove generation of britney hints file
  * Fix debci-localtest
  * Build-Depends: autopkgtest
  * debci-enqueue: log suite and architecture
  * debian/tests/control: install autopkgtest to run test suite
  * Debci::API: accept only package names starting with [a-z0-9]
  * ui: Optimize HTML generation process
  * Use FontAwesome via its standard API
  * lxc: name containers ci-$EPOCH (Closes: #893595, #898875)
  * Implement test priorities
  * ui: improve "Status Alerts" table
  * ui: add status page for slow-running tests
  * Bump Standards-Version to 4.1.4, no changes needed

  [ Paul Gevers ]
  * README.md: fix unsecure http URL's and fix e-mail list address

  [ Rafael Laboissiere ]
  * d/control: Change Maintainer to Debian CI team.
    Antonio Terceiro, the former Maintainer, is now an Uploader.

 -- Antonio Terceiro <email address hidden>  Wed, 13 Jun 2018 09:51:09 -0300

Available diffs

Superseded in cosmic-proposed
debci (1.10) unstable; urgency=medium

  * api: enable retry with client certificate and add GET response
  * Minor packaging updates
  * Thanks to Chris Lamb for the patches of bugs 880804, 879655 and
    879654.

 -- Paul Gevers <email address hidden>  Wed, 25 Apr 2018 15:10:36 +0200
Superseded in cosmic-release
Published in bionic-release
Deleted in bionic-proposed (Reason: moved to release)
debci (1.7.1) unstable; urgency=medium

  * debian/control:
    - debci: recommend `ntp | time-daemon` instead of just `ntp`
      (Closes: #870739)
  * debian/debci-worker.cron.daily: also bail out immediately if debci is not
    installed (Closes: 822896)

 -- Antonio Terceiro <email address hidden>  Sun, 10 Sep 2017 13:35:21 -0300

Available diffs

1.7
Superseded in bionic-release
Obsolete in artful-release
Deleted in artful-proposed (Reason: moved to release)
debci (1.7) unstable; urgency=medium

  [ Martin Pitt ]
  * Move from obsolete adt-run to autopkgtest CLI (Closes: #866867)

  [ Antonio Terceiro ]
  * debian/NEWS: document changes to base testbed names due to the move to
    `autopkgtest` from `adt-run`.
  * debci-setup: don't mask failure of the backend create-testbed script
    (Closes: #809652)
  * backends/lxc: cleanup containers if testbed creation fails, making sure
    that calls to debci-setup will always exit cleanly.
  * New program: debci localtest. It can be used by users to reproduce locally
    the same test environment used in ci.debian.net.
    - autopkgtest calls make by backends/*/test-package will now use the
      --no-built-binaries option.
  * Add debci(1) manpage and support `debci --help` (Closes: #867891)
  * Add an experiental `qemu` backend

 -- Antonio Terceiro <email address hidden>  Wed, 26 Jul 2017 17:44:47 -0300

Available diffs

1.6
Superseded in artful-proposed
debci (1.6) unstable; urgency=medium

  * docs/INSTALL.md: update rabbitmq-related instructions
  * Debci::HTML: record template filename
  * Debci::Graph: assume empty array when there is no data
  * debci-expire: control data retention
  * Drop unnecessary symlinks to autopkgtest logs
  * web UI: don't link to removed files
  * debian/rules: skip running tests during build (Closes: #841708, #848054)
  * debci-worker.cron.daily: skip if debci-worker is not installed
    (Closes: #822896)
  * debian/*.service: add Documentation entry, pointing to online debci docs

 -- Antonio Terceiro <email address hidden>  Sun, 28 May 2017 17:22:50 -0300
Superseded in artful-release
Obsolete in zesty-release
Deleted in zesty-proposed (Reason: moved to release)
debci (1.5.1) unstable; urgency=medium

  [ Brandon Fairchild ]
  * TUTORIAL.md: Add links to DDPO and package tracker

  [ Antonio Terceiro ]
  * docs/TUTORIAL.md: add link to DMD as well
  * debci-setup-chdist:
    - use $MIRROR as default mirror
  * debci-generate-index:
    - handle sub-directories of the artifacts/ directory produced by
      autopkgtest.

  [ Paul Gevers ]
  * Simplify the instructions to enable sudo to work on lxc-* now that debci
    ships an sudoers.d/debci file

 -- Antonio Terceiro <email address hidden>  Thu, 26 Jan 2017 10:27:45 -0200

Available diffs

1.5
Superseded in zesty-proposed
debci (1.5) unstable; urgency=medium

  * debci setup
    - add -f/--force option to force an update, ignoring the testbed timestamp
  * web UI
    - fix links to packages in "status alerts" page
  * packaging:
    + debci-worker: move `apt-cacher-ng` from Recommends: to Suggests:. In
      practice, workers should usually be close to a good mirror; having a
      local cache increases the maintaince burden as the disk usage might go
      too high.
  * lxc backend:
    + drop "adt-sid-amd64-" prefix from container names. In practice,
      container names longer than 64 characters cause problems.
  * setup-chdist:
    + drop usage of timestamp to control when to call `apt-get update`. Just
      update always. an `apt-get update` on a updated tree should be quick
      enough.

 -- Antonio Terceiro <email address hidden>  Thu, 27 Oct 2016 19:38:44 -0200
1.3
Superseded in zesty-release
Obsolete in yakkety-release
Deleted in yakkety-proposed (Reason: moved to release)
debci (1.3) unstable; urgency=medium

  * debci-collector:
    - remove creation of .timestamp files under data/autopkgtest-incoming/,
      which are no longer used for anything
  * bin/debci-batch:
    - use one tmp_dir per package/suite/architecture
  * bin/debci-generate-index
    - use one tmp_dir per package/suite/architecture
    - compress artifacts (except log) in a single tarball so that instead of N
      files per test run, we only keep 2 files per test run: log.gz and
      artifacts.tar.gz. This should significantly reduce the usage of inodes.

 -- Antonio Terceiro <email address hidden>  Fri, 03 Jun 2016 16:26:11 -0300

Available diffs

1.2
Superseded in yakkety-release
Deleted in yakkety-proposed (Reason: moved to release)
debci (1.2) unstable; urgency=medium

  [ Antonio Terceiro ]
  * debian/debci-worker@.service: also bump LimitNPROC to infinity to avoid
    the `Cannot fork` issue.
  * backends/lxc/test-package: use adt-virt-lxc --name option to facilitate
    mapping from a running test to package names. This requires autopkgtest
    (>= 3.20).
  * bin/debci-collector, bin/debci-worker, lib/functions.sh#report_status:
    display suite and architecture together with package names
  * HTML UI:
    * add page listing Platform-specific issues, i.e. packages that passes on
      one suite/arch but fails on another suite/arch.
    * fix Status page to not hide all charts when any platform does not have
      enough data
    * rewrite Status charts page. In special, instead of loading the full
      history via AJAX, which takes quite a while, embed a reduced view of the
      data in the HTML itself.
    * remove search functionality: it was too heavy/slow. If one day the UI
      stops being only static HTML, we can a search feature again.
  * Drop debian/tests/worker-max-processes. The original issue was caused by
    (and fixed in) systemd >= 228 (see bug #823530), and the test ended up not
    being very reliable and keeps flapping on CI.
  * bin/debci-generate-index: remove call to debci-generate-html, since
    debci-update now call both debci-generate-index and debci-generate-html

  [ Jakub Wilk ]
  * public/style.css: Set correct font for alert, chart, rss, and tracker
    icons. (Closes: #821932)

  [ Brandon Fairchild ]
  * HTML UI: fix final copyright year in the footer

 -- Antonio Terceiro <email address hidden>  Mon, 23 May 2016 10:31:19 -0300

Available diffs

Superseded in yakkety-proposed
debci (1.1.2) unstable; urgency=medium

  * debian/tests/control: restrict backend-schroot to only running on VMs
    (i.e. not on containers)
  * debian/debci-worker@.service: make sure there is no maximum number of
    processes; otherwise when using the lxc backend, we might get random
    failures saying `Cannot fork: resource temporarily unavailable` with
    systemd from stretch onwards.
    - added debian/tests/worker-max-processes as a test case
  * Add new backend `null`, which just uses the `null` virtualization regime
    in adt-run. This will be useful for running tests, but can also be used
    for running tests with zero overhead on trusted packages.
  * backends/fake: add support for executing an specific command instead of
    producing a random result if $DEBCI_FAKE_COMMAND is set.

 -- Antonio Terceiro <email address hidden>  Tue, 12 Apr 2016 11:23:17 -0300
Superseded in yakkety-release
Published in xenial-release
Deleted in xenial-proposed (Reason: moved to release)
debci (1.0.2) unstable; urgency=medium

  [ Martin Pitt ]
  * Fix some excessive amd64 hardcoding in the test suite. Thanks Colin
    Watson!
  * test/test_blame.sh: Sleep for one second between process() calls, to
    ensure that timestamps in run IDs are different. (Closes: #809265)

  [ Brian Murray ]
  * Include extra information in HTML <title> tags, such as package name,
    architecture, suite, etc (Closes: #811563)

 -- Antonio Terceiro <email address hidden>  Mon, 25 Jan 2016 18:57:03 -0200
Superseded in xenial-release
Deleted in xenial-proposed (Reason: moved to release)
debci (1.0.1ubuntu1) xenial; urgency=medium

  * Fix some excessive amd64 hardcoding in the test suite.

 -- Colin Watson <email address hidden>  Mon, 28 Dec 2015 04:08:41 +0000
Superseded in xenial-release
Deleted in xenial-proposed (Reason: moved to release)
debci (1.0.1) unstable; urgency=medium

  * debian/debci-worker.cron.daily: exit immediately if debci is no longer
    installed (Closes: #807360)
  * Drop Debconf templates
  * bin/debci-batch: make sure package status directory exists before creating
    queue marker

 -- Antonio Terceiro <email address hidden>  Mon, 14 Dec 2015 15:17:30 -0200

Available diffs

1.0
Superseded in xenial-release
Deleted in xenial-proposed (Reason: moved to release)
debci (1.0) unstable; urgency=medium

  * This is a major overhaul of the debci infrastructure. debci now works as a
    distributed system, with one or more workers that process test runs, and
    one central node that collects tests results and generates the HTML web
    UI. The nodes communicate using an AMQP server (usually rabbitmq-server),
    and test requests can be submitted from any host that can connect to the
    AMQP server. One will usually have one specific node, perhaps the one that
    runs the result collection/web UI, running `debci batch` to schedule tests.
  * New packages:
    + debci-worker: contains the systemd service units necessary to run the
      worker daemons; must be installed on worker nodes.
    + debci-collector: contains the systemd service unit necessary to run the
      debci collector daemon: will receive test results, and generate the HTML
      web interface; must be installed on a single node in the network
  * The `debci` package contains the debci core, and is still the package that
    needs to be installed for developers trying out debci locally as
    instructed the documentation.
  * Change default backend to `lxc`

  [ Martin Pitt ]
  * Initial implementation of the master/worker setup
  * Add support for importing data from test runs executed elsewhere

  [ Antonio Terceiro ]
  * Finished implementation of the master/worker setup
  * schroot/create-testbed: find usable union-type (Closes: #799760)
  * debian/debci.postrm: remove /var/lib/debci on purge (Closes: #769766)
  * added debian/tests/integration-test: full-system smoke test

  [ Chris Lamb ]
  * Document how to get started without a virtualisation regime
    (Closes: #777531)

  [ Brandon Fairchild ]
  * Several documentation and frontend updates
    + Including displaying correct failing architectures (Closes: #797198)

 -- Antonio Terceiro <email address hidden>  Thu, 03 Dec 2015 22:15:30 -0200

Available diffs

Superseded in xenial-release
Obsolete in wily-release
Deleted in wily-proposed (Reason: moved to release)
debci (0.13) unstable; urgency=medium

  * debci hint: generate a britney hints file

 -- Antonio Terceiro <email address hidden>  Tue, 18 Aug 2015 16:52:06 +0200

Available diffs

Superseded in wily-release
Obsolete in vivid-release
Deleted in vivid-proposed (Reason: moved to release)
debci (0.12) unstable; urgency=medium


  [ Brandon Fairchild ]
  * Debci::Package#failures: Determine the test status that occurred before a
    tmpfail

  [ Antonio Terceiro ]
  * web UI: read head.html and footer.html from config dir

 -- Antonio Terceiro <email address hidden>  Wed, 17 Dec 2014 08:45:20 -0200

Available diffs

Superseded in vivid-release
Deleted in vivid-proposed (Reason: moved to release)
debci (0.11) unstable; urgency=medium


  [ Antonio Terceiro ]
  * debci-migrate: added a data migration mechanism that is also automatically
    executed during postinst.
  * Switch data storage strategy to compress all autopkgtest logs. This will
    save huge amounts of storage space.
    - tools/server.sh adjusted to make lighttpd serve *.log.gz files as
      regular text/plain files, but with the propers headers to tell browsers
      that they are compressed so they will do the right tihng.
  * debci-batch: will now stop even in the middle of a iteration when told to
    go offline.
  * backends/schroot/create-testbed, debci-setup-chdist: add buildd suites to
    sources.list so we detect newly uploaded packages faster
  * Removed embedded copy of Bootstrap, now depending on libjs-bootstrap

  [ Brandon Fairchild ]
  * Several web UI improvements
  * Documentation update on hacking the web interface

 -- Antonio Terceiro <email address hidden>  Sat, 15 Nov 2014 14:56:14 -0200

Available diffs

Superseded in vivid-release
Deleted in vivid-proposed (Reason: moved to release)
debci (0.10.3) unstable; urgency=medium


  [ Brandon Fairchild ]
  * handle old test run data that didn't have a run_id.

  [ Antonio Terceiro ]
  * debci-status: fix generation of packages status file which was incorrectly
    repeating the status for the very first package over and over.

 -- Antonio Terceiro <email address hidden>  Tue, 14 Oct 2014 18:55:27 -0300

Available diffs

Superseded in vivid-release
Deleted in vivid-proposed (Reason: moved to release)
debci (0.10.2) unstable; urgency=medium


  [ Antonio Terceiro ]
  * lib/functions.sh: accept any value of Testsuite matching `autopkgtest`
    insted of only exact matches when looking for source packages with test
    suites. This will allow detecting packages with specialized values such as
    autopkgtest-pkg-ruby and autopkgtest-pkg-perl.

  [ Brandon Fairchild ]
  * Detect JSON parsing errors on history files instead of silently failing
    and leaving a blank history (Closes: #759569)
  * Avoid also listing lib* packages under l/.

 -- Antonio Terceiro <email address hidden>  Wed, 08 Oct 2014 08:53:37 -0300

Available diffs

Superseded in vivid-release
Obsolete in utopic-release
Deleted in utopic-proposed (Reason: moved to release)
debci (0.10.1) unstable; urgency=medium


  * Fix documentation build

 -- Antonio Terceiro <email address hidden>  Tue, 30 Sep 2014 17:29:48 -0300

Available diffs

Superseded in utopic-release
Deleted in utopic-proposed (Reason: moved to release)
debci (0.10) unstable; urgency=medium


  [ Martin Pitt ]
  * Fix Makefile to be idempotent, previously it failed on already existing
    symlinks.
  * Add missing dctrl-tools build dependency, Makefile is calling grep-dctrl.
  * Makefile: Don't call "checkdeps" on "make check", the test suite doesn't
    actually need autopkgtest or the libjs packages (which are for the UI
    only).
  * test/test_helper.sh: Don't hardcode "amd64", to fix test failure when
    building on other architectures.

  [ Antonio Terceiro ]
  * debci-generate-index: update packages.json atomically
  * web UI improvements:
    - remove limit of number of items to display in the search
      (Closes: #762213)
    - trigger search immediately when there is text in the search box
      (this will happen if you reload the page)
    - store search query in the URL, and honor that when opening any page that
      contains a search box

 -- Antonio Terceiro <email address hidden>  Fri, 26 Sep 2014 18:22:06 -0300

Available diffs

0.9
Superseded in utopic-proposed
debci (0.9) unstable; urgency=medium


  [ Antonio Terceiro ]
  * schroot/create-testbed: update existing chroots
  * debci-generate-feeds: add description to feeds
  * Incorporate results of the Google Summer of Code 2014 project by Brandon
    Fairchild, providing uncountable improvements to the web interface.
    http://lists.alioth.debian.org/pipermail/soc-coordination/2014-August/002295.html

  [ Brandon Fairchild ]
  * web UI was improved to support multiple suites and architectures, reduce
    the dependency the UI had on Javascript, and provide more information to
    package maintainers. The documentation was also worked on to provide
    information to people interested in working on debci (specifically the web
    UI)

 -- Antonio Terceiro <email address hidden>  Sat, 23 Aug 2014 18:10:04 -0300

Available diffs

Superseded in utopic-proposed
debci (0.8.1) unstable; urgency=medium


  * Documentation updates
  * Fix obtaining the finish date of tests. Parsing the adt-run log started
    producing bad dates when adt-run changed to displaying only the time
    without the date. debci now uses the timestamp of when adt-run finished
    instead.
  * debci-batch: store offline mark in persistent storage to avoid going back
    online after a reboot.
  * debci-test: revert to updating only package-specific data; it turns out
    that updating global data after every package is too expensive.
  * debci-batch: update global data every 1 hour or so
  * debci-generate-index: avoid crash when regenerating data for extenal
    consumption from scratch. This process is not completely idempotent yet,
    so it needs more work.

 -- Antonio Terceiro <email address hidden>  Mon, 18 Aug 2014 08:25:23 -0300

Available diffs

0.8
Superseded in utopic-proposed
debci (0.8) unstable; urgency=medium


  * debci-test: update global data files, not only package-specific data file,
    after each successfull test run.
  * debci-generate-index: ensure that no two instances can run at the same
    time.

 -- Antonio Terceiro <email address hidden>  Thu, 31 Jul 2014 11:55:27 -0300

Available diffs

Superseded in utopic-proposed
debci (0.7.3) unstable; urgency=medium


  * debci-generate-feeds:
    - always update the global feed.
    - Point main link of feed entries to the debci log instead of the package
      page.
  * debci-generate-index:
    - report duration of each test run together with the status
  * debci-test:
    - fix regression with new packages caused by not mkdir'ing the full path
      to the adt-run output directory. `fake` backend adapted to emulate the
      behaviour of adt-run so that the tests would now fail without the fix.

 -- Antonio Terceiro <email address hidden>  Wed, 18 Jun 2014 14:29:46 +0200

Available diffs

Superseded in utopic-proposed
debci (0.7.2) unstable; urgency=medium


  * Fix calculation of test elapsed time. We can't store the beginning
    timestamp at the adt-run output directory because that will be wiped out
    by adt-run before running the test.
  * public/index.html: fix source code URL to point to the collab-main
    repository which is the canonical one.

 -- Antonio Terceiro <email address hidden>  Tue, 10 Jun 2014 17:30:41 -0300

Available diffs

Superseded in utopic-proposed
debci (0.7.1) unstable; urgency=medium


  * Fix handling of blame with "unknown" as value. Will avoid crashing when
    generating indexes

 -- Antonio Terceiro <email address hidden>  Mon, 09 Jun 2014 11:07:11 -0300

Available diffs

0.7
Superseded in utopic-proposed
debci (0.7) unstable; urgency=medium


  [ Antonio Terceiro ]
  * debci-batch: put packages with fastest testsuites first in the queue
  * debci-generate-feeds: allow generating feeds for specific packages
  * debci-generate-index: update package feed right away when indexing
    individual packages
  * public/app.js: Adjust the "Pass percentage" Y axis labels so that chart is
    actually a percentage chart.
  * public/index.html: add link to global Atom feed in the home page.
  * debci-test, debci-generate-index: more robust way of calculating test run
    duration. Parsing the autopkgtest log is just not good enough.

  [ Martin Pitt ]
  * Fix report_status() to work for bash scripts.
  * debci-test: Add --print-output option to write output directory to stdout.
    With that the caller can easily check the result.
  * debci, tools/server.sh: Exec the target program instead of running in a
    subprocess, for efficiency and proper SIGTERM handling.
  * Drop tools/convert-data. We only needed it for version 0.6, and we're
    going to need a different conversion script after the next data/ dir
    reorganization.
  * Reorganize data directory to move the "categories" packages/,
    autopkgtest/, status/, and feeds/ to the top level; they contain
    subdirs for all releases and architectures. This makes autopkgtest/ fully
    rsyncable and also makes it easier to the web UI to browse/present data
    for multiple releases and architectures. Also split release-arch/ into
    release/arch/.
  * Add tools/convert-data-0.7: Convert data directory to changed format from
    above.
  * Fix debci-status -l if there is just one package.
  * Add tests for debci-batch, covering skipping/re-running of tests under
    appropriate conditions and showing the cause for re-run in the log.
  * Replace test/json_validity (in ruby) with test/test_json.sh (shell with
    just calling ruby for the actual JSON validation). With that we can re-use
    test_helper's test bed setup instead of having to replicate it all in
    ruby.
  * Make test/runall.sh executable for convenience, and make it only run
    test_* scripts.
  * debci-batch: remove reading configuration from /etc/default/debci
  * lib/environment.sh: read configuration from $debci_basedir/config/debci.conf
  * Add debci_mirror config variable to configure an archive mirror. Use it
    for chdist and schroot setup.
  * Drop unnecessary faketime build dependency.
  * Add LXC backend.

 -- Antonio Terceiro <email address hidden>  Tue, 03 Jun 2014 22:36:44 -0300

Available diffs

Superseded in utopic-release
Deleted in utopic-proposed (Reason: moved to release)
debci (0.6.3) unstable; urgency=medium


  * debian-status: avoid generating invalid JSON in the presence of packages
    without status files

 -- Antonio Terceiro <email address hidden>  Thu, 29 May 2014 12:48:48 -0300

Available diffs

Superseded in utopic-release
Deleted in utopic-proposed (Reason: moved to release)
debci (0.6.2) unstable; urgency=medium


  * debci-generate-index: don't try merging dependencies diff when no package
    has been blamed before.

 -- Antonio Terceiro <email address hidden>  Wed, 28 May 2014 18:14:06 -0300

Available diffs

Superseded in utopic-release
Deleted in utopic-proposed (Reason: moved to release)
debci (0.6.1) unstable; urgency=medium


  * Fix chdist calls on stable (See #736504)

 -- Antonio Terceiro <email address hidden>  Thu, 15 May 2014 12:51:25 -0300

Available diffs

0.6
Superseded in utopic-release
Deleted in utopic-proposed (Reason: moved to release)
debci (0.6) unstable; urgency=medium


  [ Martin Pitt ]
  * Move schroot creation from bin/debci-setup to
    backends/schroot/create-testbed, as it is schroot backend specific and
    other backends will need different setup.
  * process-package: Call backend test-package with second argument that
    specifies the adt-run output directory. Implement that in schroot backend
    with adt-run --output-dir, and fake backend when passing $DEBCI_FAKE_DEPS.
    This will be used to collect and present log files, artifacts,
    package/version lists, etc.
  * Eliminate list-base-system and use autopkgtest's testbed-packages output
    file instead. This will also work with remote workers and other virt
    servers.
  * Eliminate check_version() and take this information from autopkgtest's
    output.
  * Move report_status() into lib/functions.sh as we'll need it in more places
    than just process-package.
  * Move "run needed" policy from process-package to bin/debci. With this,
    debci-test can be called manually at any time to retry tests or get called
    by e. g. britney which already evaluates when to run tests. Remove the
    "run test at most once a day" check completely as package updates can
    happen several times a day. As a by-product this also fixes debci's -f
    option to force a test run.
  * backends/schroot/list-dependencies: Ignore individual apt-get failures as
    that gets called for binaries which don't exist on the selected
    architecture. Fixes operation for e. g. glib2.0.
  * Use chdist instead of the local schroot for package queries:
    - Add scripts/setup-chdist to create/update a chdist for the selected
      release.
    - Use that in list-dependencies instead of querying the schroot. Move that
      script to scripts/ as it is now not backend specific any more.
    - Update lib/functions.sh to use chdist instead of the schroot.
    - Add devscripts dependency for chdist, and demote schroot dependency to
      recommends.
    This allows us to use other backends, like QEMU or remote ones.
  * Reorganize data directory:
    - Split out autopkgtest output into ${debci_data_dir}/autopkgtest/:
      This now contains a full directory for each test run with all of
      adt-run's --output-dir files. This provides access to individual test
      stdout/err logs, the package version lists, and additional artifacts
      that tests produce. With this, autopkgtest/ becomes eligible for being
      on a remote file system and can be synced/rebuilt independently of the
      metadata.
    - Use run IDs with format YYYYMMDD_HHMMSS[machine or tags] instead of the
      old YYYYMMDD-n as the former works for a distributed file system and
      remote workers.
    - base.txt is now replaced with adt-run's testbed-packages output file.
    - test-packages.txt gets dropped as there is no need to keep it around
      permanently. Build it from the per-test -packages logs from adt-run.
    - Move status.json into status/ directory and remove the redundant
      latest.json.
    - Move packages.json into status/ directory.
  * Add tools/convert-data: Convert data/ directory to changed format from
    above. This can be dropped again after running it on the production debci
    instance.
  * app.js: Filter out query strings from URL for constructing the .json URLs.
    Fixes wrong URLs after using the package search field.
  * backends/schroot/test-package: Drop unused temporary dir.
  * backends/*/test-package: Write exit code into "exitcode" file in output
    dir, so that we retain it even when we switch to asynchronous/remote
    processing.
  * backends/fake/test-package: Write log file into output dir, like adt-run.
  * Move test result evaluation, log and meta data creation from debci-test to
    debci-generate-indexes. This prepares the way for running adt-run
    asynchronously or remotely, and picking up the results from the
    autopkgtest/ data directory.
  * Reduce the per-test run <timestamp>.log files to the debci metadata
    (triggers, package versions, package diffs, overall result), as the actual
    autopkgtest log is now kept in data/*/autopkgtest/. This avoids
    duplicating the log contents.
  * app.js: In the per-package test list, add link to latest autopkgtest log
    and artifacts (other output files).
  * debci-status --all: Output a list also if there is only one package.
  * debci-status --all: Sort package names so that they appear sorted in the
    web UI.
  * Avoid some error messages noise when calling generate-index without any
    existing test data.
  * Drop debci-test --reason option and make debci-batch put the reason into
    the status directory directly.
  * Fold debci-cleanup into debci-generate-index.

  [ Antonio Terceiro ]
  * schroot backend: pass --session-id to adt-virt-schroot. This makes it
    easier to debug test suite that leave rogue schroot sessions behind.
  * rename `debci` binary to `debci-batch`. `debci` stays reserved for
    providing a entry point binary like `git` that will invoke subcommands
    that are kept out of $PATH to avoid cluttering the namespace.
  * debci-batch: make batch locking suite- and architecture-specific
  * debci-batch: add --offline and --online options. --offline will prevent
    new test runs from being started, and --online will revert to normal
    operation.
  * Rename scripts/*:
    - scripts/process-package: absorbed by the previously almost empty
      bin/debci-test
    - scripts/list-dep8-packages: absorbed by the previously almost empty
      bin/debci-list-packages
    - scripts/list-dependencies  → bin/debci-list-dependencies
    - scripts/setup-chdist       → bin/debci-setup-chdist
    - scripts/blame              → bin/debci-blame
    - scripts/cleanup            → bin/debci-cleanup
    - scripts/generate-index     → bin/debci-generate-index
  * add `debci` binary to not clutter the namespace. When you call `debci
    COMMAND` it will set PATH to include the debci bin/ and then call
    `debci-COMMAND` with the supplied arguments.
  * debci-blame: replace usage of deprecated IO#lines method with IO#each_line
  * debci-generate-index: accept duration as command line switch
  * backends/schroot/create-testbed: drop usage of eatmydata to avoid breaking
    test suites that actually depend on a real fsync(). To compensate the
    performance loss when installing packages, set dpkg `--force-unsafe-io`
    option in a configuration file (Closes: #747308).
  * Added Ruby bindings and the corresponding documentation
  * Dropped usage of faketime in the test suite (Closes: #747715)
  * backends/fake: output a timestamp like the ones adt-run outputs
  * Added new debci-config, a helper to output value of debci configuration
    values
  * debci-generate-feeds: added generation of per-package and global Atom
    feeds. Called from debci-batch
  * public: now using FontAwesome from fonts-font-awesome package
  * public/app.js: add a link to the per-package Atom feed
  * public/style.css: make the status indicators use FontAwesome icons

 -- Antonio Terceiro <email address hidden>  Thu, 15 May 2014 12:34:33 -0300

Available diffs

Superseded in utopic-release
Deleted in utopic-proposed (Reason: moved to release)
debci (0.5.2) unstable; urgency=medium


  * scripts/process-package: skip blame check without a dependencies diff
  * lib/*.sh: guard `set -eu` to avoid doing that on interactive shells
  * lib/functions.sh: fix list_binaries to work against the sources index
    - This fixes listing binaries coming from packages that were binNMUed

 -- Antonio Terceiro <email address hidden>  Sat, 05 Apr 2014 20:03:22 -0300
164 of 64 results