~ilasc/launchpad:publisher-excludes-conda-source-pkgs

Last commit made on 2022-11-14
Get this branch:
git clone -b publisher-excludes-conda-source-pkgs https://git.launchpad.net/~ilasc/launchpad
Only Ioana Lasc can upload to this branch. If you are Ioana Lasc please log in for upload directions.

Branch merges

Branch information

Name:
publisher-excludes-conda-source-pkgs
Repository:
lp:~ilasc/launchpad

Recent commits

efbf06d... by Ioana Lasc

Address code review comments

Succeeded
[SUCCEEDED] docs:0 (build)
[SUCCEEDED] lint:0 (build)
[SUCCEEDED] mypy:0 (build)
13 of 3 results
d8e2dcc... by Ioana Lasc

Publisher skips Conda source packages

Succeeded
[SUCCEEDED] docs:0 (build)
[SUCCEEDED] lint:0 (build)
[SUCCEEDED] mypy:0 (build)
13 of 3 results
140aa62... by Ioana Lasc

Add the name to Conda packages

Merged from https://code.launchpad.net/~ilasc/launchpad/+git/launchpad/+merge/432894

2b02495... by Ioana Lasc

Run pre-commit

Succeeded
[SUCCEEDED] docs:0 (build)
[SUCCEEDED] lint:0 (build)
[SUCCEEDED] mypy:0 (build)
13 of 3 results
230b69c... by Ioana Lasc

Add the name to Conda packages

Failed
[SUCCEEDED] docs:0 (build)
[FAILED] lint:0 (build)
[WAITING] mypy:0 (build)
13 of 3 results
4aa98ea... by Guruprasad

Allow bugtasks against any package in a distroseries without published sources

Merged from https://code.launchpad.net/~lgp171188/launchpad/+git/launchpad/+merge/432250

8a392e9... by Guruprasad

Allow bugtasks against any package in a distroseries without published sources

aace58f... by Colin Watson

Fix json.dumps call for Python >= 3.6

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

2e76562... by Colin Watson

tour: Remove jQuery

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

eadba84... by Colin Watson

tour: Remove jQuery

The Launchpad tour used to rely on jQuery to paper over browser
differences for its dropdown widget, and we'd copied a now very old
version of jQuery into our tree to support this. However, advances in
web browsers have made this largely unnecessary: it turns out to be
pretty easy to rewrite the small amount of JavaScript involved using
only standard APIs with no libraries. Based on some poking around on
https://caniuse.com/, I believe that this only drops support for the
small number of pre-2012 browsers that don't support
`Element.classList`, making up about 0.3% of global usage.