lp:~pieq/checkbox-ng

Owned by Pierre Equoy
Get this repository:
git clone https://git.launchpad.net/~pieq/checkbox-ng
Only Pierre Equoy can upload to this repository. If you are Pierre Equoy please log in for upload directions.

Branches

Name Last Modified Last Commit
docs-category-id 2022-08-10 12:07:27 UTC
Fix:docs: add missing category_id field in job unit

Author: Pierre Equoy
Author Date: 2022-08-10 12:06:53 UTC

Fix:docs: add missing category_id field in job unit

checkbox-remote-nomenclature 2022-07-22 12:11:24 UTC
Change:urwid: Use Remote and Device instead of Master and Slave

Author: Pierre Equoy
Author Date: 2022-07-22 11:57:43 UTC

Change:urwid: Use Remote and Device instead of Master and Slave

mkvenv-fish-shell 2022-07-05 13:40:16 UTC
mk-venv: Add support for fish shell

Author: Pierre Equoy
Author Date: 2022-07-05 13:40:16 UTC

mk-venv: Add support for fish shell

docs-contribution-guide-typos 2021-03-30 07:56:58 UTC
Fixed: Typos in Contributing guide

Author: Pierre Equoy
Author Date: 2021-03-30 07:56:58 UTC

Fixed: Typos in Contributing guide

docs-contribution-guide 2021-03-18 03:45:54 UTC
Change: Documentation config

Author: Pierre Equoy
Author Date: 2021-03-18 03:45:54 UTC

Change: Documentation config

Update copyright year to 2021 and add a link to the Contribution Guide
in the navbar.

add-required-python-packages-in-venv-script 2021-02-03 09:31:45 UTC
mk-venv: Add missing Python requirements

Author: Pierre Equoy
Author Date: 2021-02-03 09:31:45 UTC

mk-venv: Add missing Python requirements

For historical reasons, Python packages tqdm and psutil cannot be added
in checkbox-ng setup.py requirements.

For hacking on checkbox-ng, the mk-venv script can be used. If launched,
it will install the required Python packages on its own, so that
checkbox-cli can be run from within the virtual environment.

automated-field-json-sub 2020-03-03 02:00:31 UTC
providers:exporters: add field in json template to know job type

Author: Pierre Equoy
Author Date: 2020-03-02 04:22:22 UTC

providers:exporters: add field in json template to know job type

The JSON submission template now includes a "plugin" field for jobs
("results") section.

This will allow us to track the number of manual, semi-automated and
automated jobs for a given run.

fix-1848114-prefill-description 2019-10-18 09:40:27 UTC
launcher:stages: pre-fill description with test plan name

Author: Pierre Equoy
Author Date: 2019-10-18 09:40:27 UTC

launcher:stages: pre-fill description with test plan name

If the submission is to be sent over to C3, user can provide a
description. With this commit, the description is pre-filled with the
selected test plan name.

Since input() can only define the prompt, a small function is created to
use readline's pre-input hook to do the job.

LP: #1848114

update-docs-index 2019-10-14 09:24:25 UTC
docs: Update dates and installation instructions

Author: Pierre Equoy
Author Date: 2019-09-25 08:17:24 UTC

docs: Update dates and installation instructions

Installation instructions now include other packages required to
actually be able to run a test plan (installing checkbox-ng on its own
was pretty much useless). A note is added for server users.

Also, it's now set on 3 lines for better readability.

doc-siblings-fix 2019-06-12 04:08:44 UTC
docs: fix errors in job unit page regarding the siblings property

Author: Pierre Equoy
Author Date: 2019-06-12 04:08:44 UTC

docs: fix errors in job unit page regarding the siblings property

When trying to use the same syntax as in the documentation for the
siblings property, user could run into issues:

- since it's a JSON part, the values must be surrounded by quotation
marks
- the ending square bracket must be indented, otherwise Checkbox will
complain

fix1817029-submission-fields 2019-05-22 09:51:21 UTC
subcommands: Ensure submissions generated with `merge-*` commands are complete

Author: Pierre Equoy
Author Date: 2019-05-22 09:51:21 UTC

subcommands: Ensure submissions generated with `merge-*` commands are complete

Checkbox's `merge-reports` and `merge-submissions` subcommands rely on
an existing submission json file to spawn a new Checkbox session, then
export it in different formats (JSON, HTML, Excel).

The problem is that until now, the submission JSON files generated by
Checkbox lacked some important information, such as the full job ID or
the category ID.

Using such submission JSON file(s) with the `merge-reports` or
`merge-submissions` commands would result in incomplete new JSON
submissions.

This commit fixes this, so that a submission archive generated with the
`merge-submissions` command contains all the bits needed required by C3
for processing.

LP: #1817029

fix1817029 2019-03-11 09:42:02 UTC
WIP

Author: Pierre Equoy
Author Date: 2019-03-11 09:42:02 UTC

WIP

fix-1795349 2018-10-03 06:58:33 UTC
checkbox-cli: remove --partial option from list-bootstrapped

Author: Pierre Equoy
Author Date: 2018-10-03 06:58:33 UTC

checkbox-cli: remove --partial option from list-bootstrapped

Given that we have a more flexible --format option, the
--partial option feels a bit redundant and can be removed.

LP: #1795349

bootstrapped-default-format 2018-10-01 09:52:46 UTC
checkbox-cli: default formatting option when using list-bootstrapped

Author: Pierre Equoy
Author Date: 2018-10-01 09:52:46 UTC

checkbox-cli: default formatting option when using list-bootstrapped

docs-update-snappy-testing 2018-08-30 07:20:11 UTC
docs: update `Running Checkbox on Ubuntu Core` page

Author: Pierre Equoy
Author Date: 2018-08-30 07:19:53 UTC

docs: update `Running Checkbox on Ubuntu Core` page

docs-list-bootstrapped-formatting 2018-08-06 03:09:17 UTC
docs: add output formatting explanation in the list-bootstrapped section

Author: Pierre Equoy
Author Date: 2018-08-06 03:09:17 UTC

docs: add output formatting explanation in the list-bootstrapped section

doc-update 2017-03-24 04:18:38 UTC
Modify Sphinx conf to fix builds on readthedocs.org

Author: Pierre Equoy
Author Date: 2017-03-24 04:07:30 UTC

Modify Sphinx conf to fix builds on readthedocs.org

new-feature-auto-retry 2017-03-21 07:18:54 UTC
Implement auto retry feature

Author: Pierre Equoy
Author Date: 2017-03-14 08:05:14 UTC

Implement auto retry feature

New feature to allow Checkbox to automatically retry failed jobs.

This commit uses new parameters in the Checkbox launcher in order to
enable the "auto-retry" feature and to define the maximum number of attempts
as well as the delay before retrying the failed jobs.

1668130-rerun-screen-ordered-by-job-outcomes 2017-03-03 07:52:49 UTC
Sort jobs by outcome in re-run screen

Author: Pierre Equoy
Author Date: 2017-03-01 10:07:13 UTC

Sort jobs by outcome in re-run screen

In the re-run screen, instead of sorting the jobs by categories, we now sort
them according to their outcome (crashed, failed, skipped).

LP: #1668130

doc-update-siblings 2017-02-09 06:34:43 UTC
Update documentation about job units

Author: Pierre Equoy
Author Date: 2017-02-09 06:34:43 UTC

Update documentation about job units

This update includes the new `siblings` field in the job unit page.

It also includes a modification in the `purpose` field to match the plainbox
documentation.

Both changes are adapted from Plainbox documentation.

fix-checkbox-doc-template 2017-02-08 14:19:31 UTC
Remove unused Sphinx doc template

Author: Pierre Equoy
Author Date: 2017-02-08 14:19:31 UTC

Remove unused Sphinx doc template

121 of 21 results
This repository contains Public information 
Everyone can see this information.

Subscribers