~pelpsi/launchpad:oval-data-ajust-indexing-code

Last commit made on 2023-03-29
Get this branch:
git clone -b oval-data-ajust-indexing-code https://git.launchpad.net/~pelpsi/launchpad
Only Simone Pelosi can upload to this branch. If you are Simone Pelosi please log in for upload directions.

Branch merges

Branch information

Name:
oval-data-ajust-indexing-code
Repository:
lp:~pelpsi/launchpad

Recent commits

60c404b... by Simone Pelosi

Used name.encode() rather than six.ensure_binary(name)

six was used as part of the Python 2 to 3 port, and we haven't yet removed all the leftovers of that,
but we don't need to introduce new ones now.

Succeeded
[SUCCEEDED] docs:0 (build)
[SUCCEEDED] lint:0 (build)
[SUCCEEDED] mypy:0 (build)
13 of 3 results
a859184... by Simone Pelosi

Adjusted indexing code to include OVAL files

Now _writeSuite function supports OVAL data in various formats.
Added new test case for that functionality.

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

charm: Remove cruft from Makefile

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

339c516... by Colin Watson

charm: Remove cruft from Makefile

We mostly rely on charm recipes now, but this Makefile is still
sometimes handy for local development. However, it has some cruft from
before we open-sourced `ols-layers`, which we can now remove.

610eeb7... by Simone Pelosi

TestOpenIDApplication does not fully implement ITestOpenIDApplication

Added test case to check the correct implementation of ITestOpenIDApplication and fixed TestOpenIDApplication class providing the attribute "title".

LP: #837229

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

cecb04a... by Simone Pelosi

Long translations hints do not wrap and cause the save and continue button to be offscreen

Added css rule white-space:pre-wrap to wrap long translation hints

LP: #1475300

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

41ac0a9... by Colin Watson

Fix search for specifications to which a person is subscribed

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

25b925a... by Colin Watson

Fix OpenPGP key rendering when logged out, better

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

36ded41... by Colin Watson

Fix OpenPGP key rendering when logged out, better

I mistyped `content=...` instead of `tal:content=...` in commit
1ff2add6307cb41f919f7c83a5d0bafc07518dc7, and there was a doctest to
update as well.

LP: #1996775

7de34b2... by Colin Watson

Fix search for specifications to which a person is subscribed

Commit 938ecc82608559c3523846bfd3b3e53c98eb4881 broke a couple of tests,
because `[Or()]` looks truthy as far as `search_specifications` is
concerned but we don't want to include it in a query.