~ilasc/launchpad:add-date-created-revisionstatusartifact

Last commit made on 2022-04-07
Get this branch:
git clone -b add-date-created-revisionstatusartifact https://git.launchpad.net/~ilasc/launchpad
Only Ioana Lasc can upload to this branch. If you are Ioana Lasc please log in for upload directions.

Branch merges

Branch information

Name:
add-date-created-revisionstatusartifact
Repository:
lp:~ilasc/launchpad

Recent commits

24baa50... by Ioana Lasc

Fix patch number

c85a729... by Ioana Lasc

Move from 2210-45-0 to 2210-37-1 for patch on RevisionStatusArtifact

6cf168e... by Ioana Lasc

Default date_created to NOT NULL on RevisionStatusArtifact

4e27d10... by Ioana Lasc

Add date_created to RevisionStatusArtifact

a1ab5a3... by Patch Queue Manager <email address hidden>

Automatic merge from stable up to 251ee7345570

251ee73... by Colin Watson

Improve quoting in shell scripts

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/417099

2809101... by Colin Watson

Improve quoting in shell scripts

In shell, $-expansions should normally be double-quoted to prevent word
splitting being applied to the result of the expansion, except in cases
where word splitting is specifically needed. `shellcheck` complained
about a number of cases where we were failing to do this, so fix them.

f3bf734... by Colin Watson

Rename cron.base-ppa to cron.base-ppa.sh

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/417039

baa8839... by Colin Watson

Create RevisionStatusReports when requesting CIBuilds

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/417037

ffe4773... by Colin Watson

Rename cron.base-ppa to cron.base-ppa.sh

This causes https://github.com/pre-commit/identify to identify it as
`shell` rather than as just a generic text file, which will shortly be
useful for adding a `shellcheck` pre-commit hook.

I also removed the `#!` line from this file; since the file is
non-executable and only ever processed by sourcing it into other shell
scripts, there's no point in it having a `#!` line to tell the kernel
how to execute it.