~jugmac00/launchpad:enable-better-diff-via-gitattributes

Last commit made on 2021-10-08
Get this branch:
git clone -b enable-better-diff-via-gitattributes 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:
enable-better-diff-via-gitattributes
Repository:
lp:~jugmac00/launchpad

Recent commits

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

b844276... by Jürgen Gmach

Create log entry when a membership expires

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

2b2cc85... by Jürgen Gmach

prevent committing debug statements

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

c5df750... by Jürgen Gmach

Create log entry when a membership expires

bdc00ae... by Colin Watson

Add AccessToken model

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

d0f1bd7... by Jürgen Gmach

prevent committing debug statements

`lib/lp/testing/systemdocs.py` needs to be excluded as it contains a
legitimate use of `pdb`.

673619b... by Colin Watson

Add AccessToken model

This will be used for personal access tokens for the webservice API.

We have to take some care to avoid bloat and locks when updating
last-used dates.

9996942... by Colin Watson

Merge db-stable 8be90ed9b3 (Add AccessToken table)

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

8be90ed... by Colin Watson

Add AccessToken table

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

b2409e4... by Colin Watson

Ensure that the sourcecode directory exists

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