~ines-almeida/launchpad:update-starter-docs-remote-access-section

Last commit made on 2023-05-25
Get this branch:
git clone -b update-starter-docs-remote-access-section https://git.launchpad.net/~ines-almeida/launchpad
Only Ines Almeida can upload to this branch. If you are Ines Almeida please log in for upload directions.

Branch merges

Branch information

Name:
update-starter-docs-remote-access-section
Repository:
lp:~ines-almeida/launchpad

Recent commits

2e02829... by Ines Almeida

Clarify Setting up remote access section in starter docs

No information change, but updated the title and added a paragraph to clarify some of details in words that are more understandable for people not used to navigating containers.

Succeeded
[SUCCEEDED] docs:0 (build)
[SUCCEEDED] lint:0 (build)
[SUCCEEDED] mypy:0 (build)
13 of 3 results
4be04fe... by Colin Watson

Refactor time zone name handling in DateTimeWidget

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

c43d60b... by Colin Watson

charm: Add a launchpad-assets charm

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

9b955c8... by Colin Watson

charm: Add a launchpad-assets charm

This extracts the parts of our current frontend configuration that need
access to a Launchpad payload. Once this is deployed, we can adjust the
frontend configuration to point to it using `ProxyPass`.

021cd5d... by Colin Watson

populate-archive: Fix --component option

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

c17b9a4... by Colin Watson

Disambiguate variable names

e246a70... by Colin Watson

populate-archive: Fix --component option

https://git.launchpad.net/launchpad/commit?id=4c62ec226f broke the
`--component` option to `populate-archive.py`, because the old-style
`quote` and `sqlvalues` functions no longer work to escape instances of
models that use native Storm rather than SQLObject emulation.

We should probably convert all of `PackageCloner` to use the Storm query
compiler at some point; but this makes a few more targeted changes to
get things working again in the meantime.

b7b4832... by Colin Watson

charm: Fix --logfile option passed to librarian

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

64219c7... by Colin Watson

Refactor time zone name handling in DateTimeWidget

`DateTimeWidget` currently works out the time zone name to display by
calling `.tzname(None)` on a time zone object. This works with `pytz`,
but it won't work once we switch to `dateutil.tz`, and there doesn't
seem to be a reasonable way to get it to work with that time zone
provider without poking about in private attributes; the best we could
do would return a time zone abbreviation string rather than the original
time zone name the user asked for (e.g. "CET" rather than
"Europe/Paris"), which isn't very satisfactory.

Since the whole approach of expecting to be able to recover the original
time zone name from a time zone object seems fundamentally dodgy, a
better approach is to explicitly keep track of the original time zone
name to start with. This needs some changes to `LaunchBag`, but the
result should be much more robust and can easily be made to work with
any time zone provider.

163825e... by Simone Pelosi

Added a log that notifies when the account is closed

The new log notifies when the account is closed before committing the transaction.

Merged from https://code.launchpad.net/~pelpsi/launchpad/+git/launchpad/+merge/442988