~jugmac00/launchpad:pass-artifactory-credentials

Last commit made on 2022-05-19
Get this branch:
git clone -b pass-artifactory-credentials https://git.launchpad.net/~jugmac00/launchpad
Only Jürgen Gmach can upload to this branch. If you are Jürgen Gmach please log in for upload directions.

Branch merges

Branch information

Name:
pass-artifactory-credentials
Repository:
lp:~jugmac00/launchpad

Recent commits

c60cdf0... by Jürgen Gmach

Pass SOSS specific data from Launchpad to builders/lpcraft

It is now possible to dispatch the following data:

- environment variables: These may even contain credentials and/or the base
URL for Artifactory, so you can e.g. dispatch a new PyPI index url.

- apt repositories: These also may contain credentials and/or the base
URL for Artifactoy.

a1c246c... by Andrey Fedoseev

Fix broken CSS links in help popup messages

Replaced the broken links such as `/+icing/yui/cssreset/reset.css` with `/+icing/combo.css`

Adjusted the HTML content to be displayed properly:

- Wrapped with <div class="yui-d0">
- Increase the level of all headers (h1 -> h2, etc.). Even though each help page is rendered as a complete HTML document, it is displayed in a popup within a larger document, so using a top-level header in it doesn't make sense. Also, using the higher-level headers make it look nicer.
- Add the required styles and class names (styles for `<dt>`/`<dd>`, `<ul class="bulleted">`, etc.)
- Fixed some minor HTML oddities

LP: #1514071

Merged from https://code.launchpad.net/~andrey-fedoseev/launchpad/+git/launchpad/+merge/422721

2fd7cbd... by Andrey Fedoseev

Set a person's `description` field hint dynamically

The hint text for a person's `description` field should
should change depending on whether the URLs in the
description are linked, actually (this depends on person's karma)

We should either include or exclude the "URLs are linked"
part of the text.

LP: #1225710

Merged from https://code.launchpad.net/~andrey-fedoseev/launchpad/+git/launchpad/+merge/422814

88df2b7... by Andrey Fedoseev

Set a person's `description` field hint dynamically

The hint text for a person's `description` field should
should change depending on whether the URLs in the
description are linked, actually (this depends on person's karma)

We should either include or exclude the "URLs are linked"
part of the text.

LP: #1225710

e29c2ce... by Andrey Fedoseev

Fix broken CSS links in help popup messages

Replaced the broken links such as `/+icing/yui/cssreset/reset.css` with `/+icing/combo.css`

Adjusted the HTML content to be displayed properly:

- Wrapped with <div class="yui-d0">
- Increase the level of all headers (h1 -> h2, etc.). Even though each help page is rendered as a complete HTML document, it is displayed in a popup within a larger document, so using a top-level header in it doesn't make sense. Also, using the higher-level headers make it look nicer.
- Add the required styles and class names (styles for `<dt>`/`<dd>`, `<ul class="bulleted">`, etc.)
- Fixed some minor HTML oddities

LP: #1514071

a6d83bd... by Colin Watson

Fix webservice export of ICIBuild

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

3f3ad7c... by Colin Watson

Fix webservice export of ICIBuild

We need to export this on "beta" for the usual annoying reasons related
to bug 760849.

2d177de... by Colin Watson

Fix reversed conditions for showing team membership expiry dates

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

7b9f127... by Colin Watson

Fix reversed conditions for showing team membership expiry dates

LP: #1973096

6521b3b... by Colin Watson

Export CIBuild on the webservice API

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