lp:~pwlars/testflinger-cli

Owned by Paul Larson
Get this repository:
git clone https://git.launchpad.net/~pwlars/testflinger-cli
Only Paul Larson can upload to this repository. If you are Paul Larson please log in for upload directions.

Branches

Name Last Modified Last Commit
fix-no-known-images 2021-01-11 14:55:06 UTC
Warn the user if there are no known images for reservation, and a small fix f...

Author: Paul Larson
Author Date: 2021-01-11 14:55:06 UTC

Warn the user if there are no known images for reservation, and a small fix for a possible undefined var.

offer-cancel-job 2020-11-20 19:58:26 UTC
Offer to cancel the job when detecting KeyboardInterrupt from poll

Author: Paul Larson
Author Date: 2020-11-20 19:58:26 UTC

Offer to cancel the job when detecting KeyboardInterrupt from poll

support-flexible-urls 2020-11-19 22:19:44 UTC
Allow specitying a url instead of an image name in 'testflinger reserve'

Author: Paul Larson
Author Date: 2020-11-19 22:19:44 UTC

Allow specitying a url instead of an image name in 'testflinger reserve'

make-config-dirs 2020-09-16 13:10:12 UTC
Make config and history directories if they do not exist

Author: Paul Larson
Author Date: 2020-09-16 13:10:12 UTC

Make config and history directories if they do not exist

job-history 2020-09-15 15:32:23 UTC
Only keep the last 10 jobs in history for now

Author: Paul Larson
Author Date: 2020-09-15 15:32:23 UTC

Only keep the last 10 jobs in history for now

undo-undo-config 2020-09-11 17:05:23 UTC
Redo the config change with xdg at a lower version for now

Author: Paul Larson
Author Date: 2020-09-11 17:05:23 UTC

Redo the config change with xdg at a lower version for now

undo-config 2020-09-11 16:26:17 UTC
xdg breaks on python3.5, which is still used on the jenkins host. Revert for now

Author: Paul Larson
Author Date: 2020-09-11 16:26:17 UTC

xdg breaks on python3.5, which is still used on the jenkins host. Revert for now

config-file 2020-09-11 12:26:09 UTC
use OrderedDict for config data

Author: Paul Larson
Author Date: 2020-09-11 12:26:09 UTC

use OrderedDict for config data

use-argparse 2020-09-10 13:56:39 UTC
Handle keyboard interrupts

Author: Paul Larson
Author Date: 2020-09-10 13:56:39 UTC

Handle keyboard interrupts

cancel-during-poll 2020-09-03 16:47:39 UTC
Small fixes to snapcraft.yaml

Author: Paul Larson
Author Date: 2020-09-03 16:47:39 UTC

Small fixes to snapcraft.yaml

fix-server-no-http 2020-05-04 19:41:52 UTC
Give a more helpful error when specifying a server without http or https (fix...

Author: Paul Larson
Author Date: 2020-05-04 19:41:09 UTC

Give a more helpful error when specifying a server without http or https (fixes lp:1876801)

reserve-handle-bad-opt-data 2020-01-21 20:34:13 UTC
Better handling of bad data being input when running testflinger reserve

Author: Paul Larson
Author Date: 2020-01-21 20:34:13 UTC

Better handling of bad data being input when running testflinger reserve
with options

reserve-cmdline-keys 2020-01-21 15:45:26 UTC
Add help to show usage of multiple -k options to reserve command

Author: Paul Larson
Author Date: 2020-01-21 15:45:26 UTC

Add help to show usage of multiple -k options to reserve command

rename-queues-list-queues 2020-01-21 13:52:55 UTC
Rename the "queues" command to "list-queues"

Author: Paul Larson
Author Date: 2020-01-21 13:52:55 UTC

Rename the "queues" command to "list-queues"

sorted-queues 2020-01-15 21:52:03 UTC
Small change to also sort the output of the queues subcommand

Author: Paul Larson
Author Date: 2020-01-15 21:52:03 UTC

Small change to also sort the output of the queues subcommand

sorted-queues-images 2020-01-14 20:19:59 UTC
Fix a small issue with the provision_data and also sort the images and queues...

Author: Paul Larson
Author Date: 2020-01-14 20:19:59 UTC

Fix a small issue with the provision_data and also sort the images and queues before showing them to the user

cli-reserve 2020-01-12 02:45:48 UTC
Add reserve subcommand

Author: Paul Larson
Author Date: 2020-01-12 02:39:48 UTC

Add reserve subcommand

help-strings 2019-11-11 20:10:18 UTC
Add some basic help strings for subcommands

Author: Paul Larson
Author Date: 2019-11-11 20:10:18 UTC

Add some basic help strings for subcommands

remove-fstring 2019-10-30 14:36:38 UTC
remove f strings because some systems have too old of a python version

Author: Paul Larson
Author Date: 2019-10-30 14:36:38 UTC

remove f strings because some systems have too old of a python version

cli-queue-list 2019-10-29 20:49:04 UTC
Add a new subcommand to list the advertised queues

Author: Paul Larson
Author Date: 2019-10-29 20:49:04 UTC

Add a new subcommand to list the advertised queues

fail-better 2019-06-24 21:40:34 UTC
Handle submission file errors better, and a few other possible corner cases

Author: Paul Larson
Author Date: 2019-06-24 21:40:34 UTC

Handle submission file errors better, and a few other possible corner cases

more-descriptions 2019-06-18 21:41:18 UTC
Add more command descriptions for the subcommands

Author: Paul Larson
Author Date: 2019-06-18 21:41:18 UTC

Add more command descriptions for the subcommands

refactor-and-alias 2019-06-03 19:39:28 UTC
Refactor and allow this to be called with either testflinger-cli or testflinger

Author: Paul Larson
Author Date: 2019-06-03 19:33:59 UTC

Refactor and allow this to be called with either testflinger-cli or testflinger

allow-stdin 2019-05-29 15:23:38 UTC
Allow yaml to be piped to stdin by using "-" as the filename

Author: Paul Larson
Author Date: 2019-05-29 15:23:38 UTC

Allow yaml to be piped to stdin by using "-" as the filename

https-default-cli 2019-05-10 17:37:41 UTC
Use https by default in testflinger-cli

Author: Paul Larson
Author Date: 2019-05-10 17:37:41 UTC

Use https by default in testflinger-cli

yaml-safe-load 2019-04-01 18:34:12 UTC
use yaml.safe_load

Author: Paul Larson
Author Date: 2019-04-01 18:34:12 UTC

use yaml.safe_load

oneshot-polling-arg 2019-03-28 19:48:03 UTC
Add oneshot argument for polling to exit after current output

Author: Paul Larson
Author Date: 2019-03-28 19:48:03 UTC

Add oneshot argument for polling to exit after current output

submit-poll-option 2019-03-26 14:33:31 UTC
Add a poll option to the submit subcommand

Author: Paul Larson
Author Date: 2019-03-26 14:33:31 UTC

Add a poll option to the submit subcommand

cli-cancel-job 2019-03-08 20:19:23 UTC
Allow the cli to be used for setting job state to cancelled

Author: Paul Larson
Author Date: 2019-03-08 20:19:23 UTC

Allow the cli to be used for setting job state to cancelled

job-position-wording-change 2019-03-06 20:58:15 UTC
Slight change to the wording of job position when polling to hopefully make i...

Author: Paul Larson
Author Date: 2019-03-06 20:58:15 UTC

Slight change to the wording of job position when polling to hopefully make it more clear

poll-with-job-position 2019-02-25 21:46:19 UTC
Support new job position api in testflinger-server

Author: Paul Larson
Author Date: 2019-02-25 21:33:58 UTC

Support new job position api in testflinger-server

better-waiting-message 2017-07-14 19:10:13 UTC
Display a message warning the end user when polling that there will be no fur...

Author: Paul Larson
Author Date: 2017-07-14 19:10:13 UTC

Display a message warning the end user when polling that there will be no further output while the job is in waiting state

safer-polling 2017-06-29 21:49:23 UTC
Eliminate some more cases where poll can even fail to get the job_state

Author: Paul Larson
Author Date: 2017-06-29 21:49:23 UTC

Eliminate some more cases where poll can even fail to get the job_state

dont-let-poll-die 2017-06-29 13:49:14 UTC
Prevent poll from crashing if we get a timeout when trying to read the comple...

Author: Paul Larson
Author Date: 2017-06-29 13:49:14 UTC

Prevent poll from crashing if we get a timeout when trying to read the completion status

server-env 2017-06-09 18:34:00 UTC
Allow server to be specified with environment variable

Author: Paul Larson
Author Date: 2017-06-09 18:34:00 UTC

Allow server to be specified with environment variable

defensive-polling 2017-05-17 19:16:04 UTC
Retry when polling instead of timing out

Author: Paul Larson
Author Date: 2017-05-17 19:16:04 UTC

Retry when polling instead of timing out

increase-timeout 2017-03-28 15:36:41 UTC
Increase request timeout a bit, some requests seem to timeout periodically

Author: Paul Larson
Author Date: 2017-03-28 15:36:41 UTC

Increase request timeout a bit, some requests seem to timeout periodically

show-command 2017-03-13 20:47:31 UTC
Add a show command that allows for inspecting the contents of a submitted job

Author: Paul Larson
Author Date: 2017-03-13 20:47:31 UTC

Add a show command that allows for inspecting the contents of a submitted job

cli-wrapper 2017-02-07 19:57:07 UTC
Add missing wrapper

Author: Paul Larson
Author Date: 2017-02-07 19:57:07 UTC

Add missing wrapper

snapcraft 2017-02-07 15:31:24 UTC
Add snapcraft.yaml

Author: Paul Larson
Author Date: 2017-02-07 15:31:24 UTC

Add snapcraft.yaml

timeouts 2017-02-06 16:45:27 UTC
Set reasonable timeouts when trying to communicate with the testflinger server

Author: Paul Larson
Author Date: 2017-02-06 16:45:27 UTC

Set reasonable timeouts when trying to communicate with the testflinger server

unbuffer-poll-only 2017-02-06 16:10:07 UTC
We are only really concerned about unbuffered output on poll

Author: Paul Larson
Author Date: 2017-02-06 16:10:07 UTC

We are only really concerned about unbuffered output on poll

yaml-submit-support 2017-02-01 19:41:32 UTC
support for submitting yaml in addition to json

Author: Paul Larson
Author Date: 2017-02-01 19:41:32 UTC

support for submitting yaml in addition to json

nobuffer-cli 2017-01-25 17:18:43 UTC
don't buffer cli output

Author: Paul Larson
Author Date: 2017-01-25 17:18:43 UTC

don't buffer cli output

quiet-submit 2017-01-25 17:17:23 UTC
Add a quiet flag for submit

Author: Paul Larson
Author Date: 2017-01-25 16:44:16 UTC

Add a quiet flag for submit

artifact-downloading 2017-01-25 16:41:50 UTC
Support for downloading a tarball of the artifacts if they exist

Author: Paul Larson
Author Date: 2017-01-23 19:26:15 UTC

Support for downloading a tarball of the artifacts if they exist

setup 2017-01-20 22:13:36 UTC
Add a setup.py for the project

Author: Paul Larson
Author Date: 2017-01-20 17:55:42 UTC

Add a setup.py for the project

prototype-cli 2017-01-20 17:52:21 UTC
Working prototype of the cli

Author: Paul Larson
Author Date: 2017-01-20 17:52:21 UTC

Working prototype of the cli

README 2017-01-20 17:49:43 UTC
Add content to the README

Author: Paul Larson
Author Date: 2017-01-20 17:49:43 UTC

Add content to the README

149 of 49 results
This repository contains Public information 
Everyone can see this information.

Subscribers