~jugmac00/launchpad:update-webservice-api-for-iperson.createppa

Last commit made on 2021-10-12
Get this branch:
git clone -b update-webservice-api-for-iperson.createppa 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:
update-webservice-api-for-iperson.createppa
Repository:
lp:~jugmac00/launchpad

Recent commits

8770cbe... by Jürgen Gmach

Update webservice API for IPerson.createPPA

The webservice API for IPerson.createPPA now accepts a multiline description.

LP: #868047

2e64044... by Colin Watson

Use importlib rather than imp in _pythonpath

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

a271faf... by Colin Watson

Stop using defer.returnValue

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

e7253f9... by Colin Watson

Stop using defer.returnValue

On Python 3, we can just return values directly.

94161df... by Colin Watson

Use importlib rather than imp in _pythonpath

`imp.find_module` is deprecated, and this change means a little less
code to import into every Launchpad process.

8a94da2... by Jürgen Gmach

Add username to OAuth generation notification

Merged from https://code.launchpad.net/~jugmac00/launchpad/+git/launchpad/+merge/409917

3abd52d... by Jürgen Gmach

Add username to OAuth generation notification

LP: #1939050

db81015... by Jürgen Gmach

enable better git diffs for Python files

Merged from https://code.launchpad.net/~jugmac00/launchpad/+git/launchpad/+merge/409905

85d3de8... by Jürgen Gmach

enable better git diffs for Python files

Setting `*.py diff=python` in `.gitattributes` has several
advantages:

- git`s diff now is aware of Python syntax
- the diff output now shows a better context, e.g. the function name
- now you can use e.g. `git log -L :<funcname>:<file>` to track the
history of a Python function

705781d... by Colin Watson

Upgrade to lazr.restful 1.1.0

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