isitdeployable:main

Last commit made on 2023-05-23
Get this branch:
git clone -b main https://git.launchpad.net/isitdeployable
Members of Ubuntu One PQM Team can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
main
Repository:
lp:isitdeployable

Recent commits

7a5ba95... by Guillermo Gonzalez

truncate/wrap long text in the version column at project info page

Merged from https://code.launchpad.net/~verterok/isitdeployable/truncate-long-version/+merge/443417

f794e37... by Guillermo Gonzalez

add version class to the column used for the version/hash in project_info.html and update css to hide the overflow text using ellipsis

1871fa5... by Colin Watson

Send "Pragma: no-cache" when checking version header.

Merged from https://code.launchpad.net/~cjwatson/isitdeployable/version-no-cache/+merge/400038

72857ea... by Daniel Manrique

Explicitly set postgres's password policy.

This used to be implicit up to sometime in 2020, but
since then it is required to either set a password or indicate
the policy to be "trust" so anyone can connect.

Setting the password explicitly is more secure but needs more changes/
work, and since we were not using a password before, and this is for
an ephemeral or local unexposed container, it seems reasonable to use
"trust" to unblock merges and work on this project.

Merged from https://code.launchpad.net/~roadmr/isitdeployable/postgres-password-change/+merge/428315

6bc347b... by Daniel Manrique

Explicitly set postgres's password policy.

This used to be implicit up to sometime in 2020, but
since then it is required to either set a password or indicate
the policy to be "trust" so anyone can connect.

Setting the password explicitly is more secure but needs more changes/
work, and since we were not using a password before, and this is for
an ephemeral or local unexposed container, it seems reasonable to use
"trust" to unblock merges and work on this project.

60bb581... by Colin Watson

Send "Pragma: no-cache" when checking version header.

Some sites (e.g. qastaging.launchpad.net) are behind a cache that may
require some help to notice when the version header changes. Make some
effort to avoid this.

fb10324... by Daniel Manrique

Add some temporary debugging to find email address which is causing a BadRequest from Launchpad.

Merged from https://code.launchpad.net/~roadmr/isitdeployable/badrequest/+merge/382710

c00efc2... by Daniel Manrique

Some debugging to track down issue

b1facbb... by Przemysław Suliga

Updated Django 1.11.9 to 1.11.26

This also includes a pytz update to pytz-2019.3

Summary of changes between Django 1.11.9 and 1.11.26:
https://gist.github.com/suligap/480e7531a215491b33a0d3e73f93d1c6

Merged from https://code.launchpad.net/~suligap/isitdeployable/django-upgrade-1.11.26-requirements.txt/+merge/376472

8126ef6... by Przemysław Suliga

Refresh the lxd related bits in Getting started section of the README
Fix "Updating dependencies" section of the README (proper target branch for dependencies)

Merged from https://code.launchpad.net/~suligap/isitdeployable/readme-updates/+merge/376505