~ruinedyourlife/launchpad:stable

Last commit made on 2024-03-13
Get this branch:
git clone -b stable https://git.launchpad.net/~ruinedyourlife/launchpad
Only Quentin Debhi can upload to this branch. If you are Quentin Debhi please log in for upload directions.

Branch merges

Branch information

Name:
stable
Repository:
lp:~ruinedyourlife/launchpad

Recent commits

8897a01... by Simone Pelosi

Fix revocation endpoint

fetch_service_control_endpoint has the following structure:
http://{host}:{port}/session
Fix revocation_endpoint from http://{host}:{port}/session/session to
http://{host}:{port}/session

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

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

Fix revocation endpoint

fetch_service_control_endpoint has the following structure:
http://{host}:{port}/session
Fix revocation_endpoint from http://{host}:{port}/session/session to
http://{host}:{port}/session

0be1845... by Simone Pelosi

Update launchpad-buildd-manager to support Fetch Service

Add configs for fetch service into launchpad-buildd-manager charm.

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

8e0fe4f... by Simone Pelosi

Update launchpad-buildd-manager to support Fetch Service

Add configs for fetch service into launchpad-buildd-manager charm.

832c174... by Ines Almeida

test: ensure feature flag is ON during test_admin_snap unit test

Merged from https://code.launchpad.net/~ines-almeida/launchpad/+git/launchpad/+merge/462153

28d8dde... by Ines Almeida

test: ensure feature flag is ON during test_admin_snap unit test

ee28e34... by Simone Pelosi

Refactor _requestProxyToken to be aligned with _requestFetchServiceSession

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

8e9905a... by Simone Pelosi

Refactor _requestProxyToken to be aligned with _requestFetchServiceSession

dc26e13... by Simone Pelosi

Add fetch service session API

Update BuilderProxyMixin class to switch between
Fetch Service and classic Builder Proxy depending on
use_fetch_service flag.
Add test suite for Fetch Service and fetchservice.py mock class
for API.
Add Fetch Service API information on schema-lazr.conf.

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

8862e2c... by Simone Pelosi

Add fetch service session API

Update BuilderProxyMixin class to switch between
Fetch Service and classic Builder Proxy depending on
use_fetch_service flag.
Add test suite for Fetch Service and fetchservice.py mock class
for API.
Add Fetch Service API information on schema-lazr.conf.