Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Console View

Legend:   Passed Failed Warnings Failed Again Running Exception Offline No data

fba0a66df245...
Guruprasad Lakshmi Narayanan
Fix a typo in the constraint
Merged from https://code.launchpad.net/~lgp171188/launchpad/+git/launchpad/+merge/474461
f67257c1db2c...
Ines Almeida
Call fetch service endpoint to remove resources at the end of a successfull build
Merged from https://code.launchpad.net/~ines-almeida/launchpad/+git/launchpad/+merge/474938
f567cf4f8ad9...
RuinedYourLife
Delete craft recipe and jobs when deleting recipes
Merged from https://code.launchpad.net/~ruinedyourlife/launchpad/+git/launchpad/+merge/474261
  • lp-devel-focal: cleaned previous lxd containers failed -  stdio
ee2988189f85...
Ines Almeida
Add fetch_service_policy configuration for Rocks
Merged from https://code.launchpad.net/~ines-almeida/launchpad/+git/launchpad/+merge/474697
ed8076a8ad46...
Guruprasad Lakshmi Narayanan
Upgrade pre-commit hooks
And fix issues reported by the upgraded linters

Merged from https://code.launchpad.net/~lgp171188/launchpad/+git/launchpad/+merge/474545
e338f4569905...
RuinedYourLife
Add sourcecraft yaml parser
Merged from https://code.launchpad.net/~ruinedyourlife/launchpad/+git/launchpad/+merge/474016
e325c889791a...
Ines Almeida
Merge db-stable 9fed52ac7178f05487d975801b5ac4e2e78c356d (add fetch_service_policy enum to Snaps, Rocks and Crafts tables)
Merged from https://code.launchpad.net/~ines-almeida/launchpad/+git/launchpad/+merge/474982
d41a6abc2cfa...
Launchpad Buildbot
Automatic merge from stable up to 80d4ef96b0ad
ce4ac89850d9...
Launchpad Buildbot
Automatic merge from stable up to 377ca4f2b1a4
cd293fb9a69d...
RuinedYourLife
Add CraftRecipe.git_repository_url
Merged from https://code.launchpad.net/~ruinedyourlife/launchpad/+git/launchpad/+merge/474478
c4652fb45d3e...
RuinedYourLife
Skip preloading recipe data for craft recipes
Merged from https://code.launchpad.net/~ruinedyourlife/launchpad/+git/launchpad/+merge/474654
c14bc1d6b7d0...
RuinedYourLife
Add webservice for craft recipes
Merged from https://code.launchpad.net/~ruinedyourlife/launchpad/+git/launchpad/+merge/474292
af88886690c0...
RuinedYourLife
Fetch service configuration for craft builds
Merged from https://code.launchpad.net/~ruinedyourlife/launchpad/+git/launchpad/+merge/474384
a6b6d385752e...
Guruprasad Lakshmi Narayanan
Add RockRecipe.git_repository_url
This is required for building rock recipes from a remote git repository
not hosted on Launchpad.

Merged from https://code.launchpad.net/~lgp171188/launchpad/+git/launchpad/+merge/474453
  • lp-db-devel-focal: build in base lxd container failed -  stdio
a2144151366d...
Launchpad Buildbot
Automatic merge from stable up to c4652fb45d3e
9fed52ac7178...
Ines Almeida
db: add fetch_service_policy enum to Snaps, Rocks and Crafts tables
Merged from https://code.launchpad.net/~ines-almeida/launchpad/+git/launchpad/+merge/474585
95b48fb085ce...
Jürgen Gmach
Skip preloading recipe data for rock recipes
Merged from https://code.launchpad.net/~jugmac00/launchpad/+git/launchpad/+merge/474516
93073a29e960...
Jürgen Gmach
Add and export RockRecipeBuild.getFileUrls
Merged from https://code.launchpad.net/~jugmac00/launchpad/+git/launchpad/+merge/474912
9014714bcead...
Jürgen Gmach
Fix API call for CraftRecipe.builds
Merged from https://code.launchpad.net/~jugmac00/launchpad/+git/launchpad/+merge/474929
80d4ef96b0ad...
Jürgen Gmach
Update test to reflect recent craft upload fix
Collecting the output of craft builds have been fixed, but the
corresponding test had not been updated.

This has been done now.

Merged from https://code.launchpad.net/~jugmac00/launchpad/+git/launchpad/+merge/474890
77acd0025e06...
RuinedYourLife
Fix missing craft api endpoints
Merged from https://code.launchpad.net/~ruinedyourlife/launchpad/+git/launchpad/+merge/474922
7238bc9c0ad9...
Guruprasad Lakshmi Narayanan
Merge db-stable fba0a66df2 (Add RockRecipe.git_repository_url)
Merged from https://code.launchpad.net/~lgp171188/launchpad/+git/launchpad/+merge/474499
712c3cd282af...
Guruprasad Lakshmi Narayanan
Send SNI when connecting to a HTTPS mirror through a proxy
Thanks to Keyu Tao (https://launchpad.net/~taoky) for suggesting the fix.

LP: #1885585

Merged from https://code.launchpad.net/~lgp171188/launchpad/+git/launchpad/+merge/474546
70a86f262d46...
Launchpad Buildbot
Automatic merge from stable up to 6fc80a61d7fa
6ec9193aa019...
Ines Almeida
Allow snapcraft store git remote URLs
Currently we restrict which hosting instances we can fetch files from - this enables the *craft stores with turnip backend as a source of *craft.yaml files.
Currently this adds a hardcoded list of URLs that can be used, to be refactored to become more extensible

Merged from https://code.launchpad.net/~ines-almeida/launchpad/+git/launchpad/+merge/474606
68a82a672f8a...
Ines Almeida
Make store git hostnames configurable via feature flag
Setting valid hostnames won't require a deployment from Launchpad with this change. Instead, the `git_repository_url.store_hostnames` feature flag can be set, with the various hostnames separated by spaces. Example 'git_repository_url.store_hostnames default 0 git.staging.snapcraftcontent.com git.staging.pkg.store'

Merged from https://code.launchpad.net/~ines-almeida/launchpad/+git/launchpad/+merge/474874
6010f68dec86...
RuinedYourLife
Merge db-stable f3c37283ea (Add CraftRecipe.use_fetch_service)
Merged from https://code.launchpad.net/~lgp171188/launchpad/+git/launchpad/+merge/474497
5ebe2e49b89f...
Launchpad Buildbot
Automatic merge from stable up to 95b48fb085ce
5466644bf901...
Launchpad Buildbot
Automatic merge from stable up to 68a82a672f8a
52266de68bb1...
RuinedYourLife
Complete craft api without frontend integration
Merged from https://code.launchpad.net/~ruinedyourlife/launchpad/+git/launchpad/+merge/474279
4e43c7f666a9...
Jürgen Gmach
Expose RockRecipe.build_metadata_url
Merged from https://code.launchpad.net/~jugmac00/launchpad/+git/launchpad/+merge/474914
4b6b66342655...
Launchpad Buildbot
Automatic merge from stable up to e338f4569905
4b4aac6ede79...
RuinedYourLife
Expose git_path & git_repository_url
Merged from https://code.launchpad.net/~ruinedyourlife/launchpad/+git/launchpad/+merge/474651
48dc3a415dfe...
RuinedYourLife
Merge db-stable cd293fb9a6 (Add CraftRecipe.git_repository_url)
Merged from https://code.launchpad.net/~lgp171188/launchpad/+git/launchpad/+merge/474500
4361220dd16f...
RuinedYourLife
Add run logic to CraftRecipeRequestBuildsJob
Merged from https://code.launchpad.net/~ruinedyourlife/launchpad/+git/launchpad/+merge/474137
4157cf49f909...
RuinedYourLife
Enable requesting a subset of architectures for craft builds
Merged from https://code.launchpad.net/~ruinedyourlife/launchpad/+git/launchpad/+merge/474360
377ca4f2b1a4...
RuinedYourLife
Add build upload processing for craft recipes
Merged from https://code.launchpad.net/~ruinedyourlife/launchpad/+git/launchpad/+merge/473999
15c3b671e62c...
RuinedYourLife
Fix craft build output file
Merged from https://code.launchpad.net/~ruinedyourlife/launchpad/+git/launchpad/+merge/474876
0276c91dd36d...
Jürgen Gmach
Expose git_path and git_repository_url for rock recipes
Merged from https://code.launchpad.net/~jugmac00/launchpad/+git/launchpad/+merge/474463
00480dd76209...
Launchpad Buildbot
Automatic merge from stable up to 48dc3a415dfe