lp:~cjwatson/turnip

Owned by Colin Watson
Get this repository:
git clone https://git.not.enabled/~cjwatson/turnip
Only Colin Watson can upload to this repository. If you are Colin Watson please log in for upload directions.

Branches

Name Last Modified Last Commit
lpci-pre-commit 2023-10-12 10:31:27 UTC
Add pre-commit checks via lpci

Author: Colin Watson
Author Date: 2023-10-12 10:31:25 UTC

Add pre-commit checks via lpci

Rather than having two different linters that might potentially
disagree, I removed the older one that was done via `flake8` in turnip's
own virtual environment rather than via `pre-commit`. I updated
`requirements.txt` with the aid of `pip freeze` - this found a few
missing entries as well as the ones I was able to remove.

master 2023-09-28 11:07:07 UTC
pre-commit autoupdate

Author: Colin Watson
Author Date: 2023-09-28 11:07:07 UTC

pre-commit autoupdate

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

get-merge-proposal-info 2023-08-07 10:27:06 UTC
Use a more general interface for getting merge proposal information

Author: Colin Watson
Author Date: 2023-08-07 10:27:04 UTC

Use a more general interface for getting merge proposal information

When pushing a branch, we'd like to be able to link to an existing merge
proposal if there is one, rather than only ever giving people a URL to
create a new merge proposal (which will fail if there's already an
active one). The existing `getMergeProposalURL` XML-RPC method can't
quite support this, so call a new `getMergeProposalInfo` method that
also returns the preceding text.

LP: #1910680

bootstrap-test-path 2020-08-25 08:58:16 UTC
Make sure /usr/sbin is on $PATH for bootstrap-test

Author: Colin Watson
Author Date: 2020-08-25 08:58:16 UTC

Make sure /usr/sbin is on $PATH for bootstrap-test

rabbitmqctl is in /usr/sbin, which isn't always on $PATH.

log-missing-stop 2016-05-24 05:52:21 UTC
Make log API ignore a missing stop commit

Author: Colin Watson
Author Date: 2016-05-24 05:52:21 UTC

Make log API ignore a missing stop commit

Determining whether the stop commit exists in advance requires an extra
round-trip, and clients are likely to just fall back to omitting the
stop commit anyway. start_time and end_time provide an alternative way
to bound the set of commits which can be used in addition to a
possibly-missing stop commit.

log-by-date 2016-05-24 05:39:41 UTC
Add start_time and end_time parameters to log API

Author: Colin Watson
Author Date: 2016-05-24 05:37:06 UTC

Add start_time and end_time parameters to log API

This is useful for bounding the set of commits returned in cases where
we may not have a reliable stop commit.

16 of 6 results
This repository contains Public information 
Everyone can see this information.

Subscribers