~ghoust88/launchpad/+git/launchpad-3:ociproject-picker

Last commit made on 2020-11-18
Get this branch:
git clone -b ociproject-picker https://git.launchpad.net/~ghoust88/launchpad/+git/launchpad-3
Only ghoust88 can upload to this branch. If you are ghoust88 please log in for upload directions.

Branch merges

Branch information

Name:
ociproject-picker
Repository:
lp:~ghoust88/launchpad/+git/launchpad-3

Recent commits

a1c626e... by Thiago F. Pappacena

Reverting the search on OCIProjectName.name to use trigram index

91ac078... by Thiago F. Pappacena

Using fti when searching for OCIProject

096ee9d... by Thiago F. Pappacena

Adding vocabulary to render OCIProject pickers

9218c6c... by Colin Watson

Handle errors in number-cruncher loops

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

a39bde1... by Colin Watson

Handle errors in number-cruncher loops

If a LoopingCall raises an exception, then Twisted won't schedule it to
be called again. Log any exceptions and return normally instead.

c11d702... by Colin Watson

Abort transaction after each number-cruncher loop

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

9bc4751... by Colin Watson

Add comment about transaction handling

95c5030... by Colin Watson

Abort transaction after each number-cruncher loop

We only read from the database, but if we don't end our transaction from
time to time then we can end up with incorrect graphs and very long
transactions.

e6e3151... by Colin Watson

Make RedirectionView.context AttributeError more informative

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

f6e073b... by Colin Watson

Make RedirectionView.context AttributeError more informative

It can otherwise be hard to figure out exactly what URL we're refusing
to handle.