~jugmac00/launchpad:use-proper-naming-for-return-code

Last commit made on 2023-01-20
Get this branch:
git clone -b use-proper-naming-for-return-code https://git.launchpad.net/~jugmac00/launchpad
Only Jürgen Gmach can upload to this branch. If you are Jürgen Gmach please log in for upload directions.

Branch merges

Branch information

Name:
use-proper-naming-for-return-code
Repository:
lp:~jugmac00/launchpad

Recent commits

89c77de... by Jürgen Gmach

Use proper naming for returncode

The previously used name "return value" was ambigous.

Succeeded
[SUCCEEDED] docs:0 (build)
[SUCCEEDED] lint:0 (build)
[SUCCEEDED] mypy:0 (build)
13 of 3 results
faf9aad... by Colin Watson

Fix some test regressions due to Storm conversions

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

442db45... by Colin Watson

Fix test file names in DSCFileTests

The `.dsc` needs to be matched by
`lp.archiveuploader.utils.re_issource`, as otherwise
`determine_source_file_type` would return None, which isn't valid for
`SourcePackageReleaseFile.filetype`.

This would have failed if the `INSERT` statement had been flushed to the
database since the database column is already `NOT NULL`, but as part of
the conversion of `SourcePackageReleaseFile` to Storm I tightened up
some of the ORM column definitions a little, which means that it now
fails slightly earlier.

8083898... by Colin Watson

Update attribute names in FakePackageReleaseFile

These were renamed in the real classes as part of their conversion to
Storm.

f953cc1... by Colin Watson

Convert BugWatch to Storm

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

f6955fe... by Colin Watson

Convert SourcePackageReleaseFile/BinaryPackageFile to Storm

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

919ae16... by Colin Watson

Convert SourcePackageReleaseFile/BinaryPackageFile to Storm

982dca8... by Colin Watson

Convert BugWatch to Storm

4d7b084... by Colin Watson

Convert BugTracker to Storm

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

48595b9... by Colin Watson

Convert distribution/distroseries caches to Storm

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