~pwlars/testflinger-cli:support-flexible-urls

Last commit made on 2020-11-19
Get this branch:
git clone -b support-flexible-urls https://git.launchpad.net/~pwlars/testflinger-cli
Only Paul Larson can upload to this branch. If you are Paul Larson please log in for upload directions.

Branch merges

Branch information

Name:
support-flexible-urls
Repository:
lp:~pwlars/testflinger-cli

Recent commits

56aabbe... by Paul Larson

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

11f180e... by PMR <pmr@pmr-lander>

Merge #393165 from ~meribold/testflinger-cli:fix-incorrect-submission-dates

ff92133... by Lukas Waymann

Fix `testflinger-cli jobs` giving incorrect submission dates

Use "%d" instead of "%m". The latter is the month as a number whereas
the former is the day of the month as a number.

Before:

    $ testflinger-cli jobs
    Job ID Submission Time Queue
    -------------------------------------------------------------------------------
    7e6ed931-a3aa-4aa9-8d4c-fbe96e3e1a17 Mon Nov 11 16:45 cert-rpi4b4g-cs

Note that both "Nov" and "11" refer to the month here. After:

    $ testflinger-cli jobs
    Job ID Submission Time Queue
    -------------------------------------------------------------------------------
    7e6ed931-a3aa-4aa9-8d4c-fbe96e3e1a17 Mon Nov 02 16:45 cert-rpi4b4g-cs

https://docs.python.org/3/library/datetime.html#strftime-and-strptime-format-codes

3aaad2c... by PMR <pmr@pmr-lander>

Merge #390833 from ~pwlars/testflinger-cli:make-config-dirs

c87290c... by Paul Larson

Make config and history directories if they do not exist

f4986b5... by PMR <pmr@pmr-lander>

Merge #390745 from ~pwlars/testflinger-cli:job-history

dbcccbd... by Paul Larson

Only keep the last 10 jobs in history for now

f51d9b0... by Paul Larson

Add jobs subcommand to show recent job history

cb4c394... by PMR <pmr@pmr-lander>

Merge #390630 from ~pwlars/testflinger-cli:undo-undo-config

aaaa5b1... by Paul Larson

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