lp:~ilkeremrekoc/launchpad
- Get this repository:
-
git clone
https://git.qastaging.paddev.net/~ilkeremrekoc/launchpad
Branches
| Name | Last Modified | Last Commit |
|---|---|---|
| spam-flags | 2025-09-22 15:31:38 UTC |
WIP
Author:
İlker Emre Koç
WIP |
| upgrade-celery | 2025-09-22 04:16:07 UTC |
Upgrade celery
Author:
İlker Emre Koç
Upgrade celery Celery 5 breaks the previous CLI option distribution, we updated them to Celery 5 also gets rid of celery.task module, which was used in our We also add both the dependencies and transitive dependencies of celery |
|
add-eximport- |
2025-09-17 08:10:42 UTC |
Add import/export job list endpoints
Author:
İlker Emre Koç
Add import/export job list endpoints - Added endpoints for import/export job list endpoints. |
|
add-exportvulne |
2025-09-10 12:44:43 UTC |
Remove hardcoded distribution from Export job
Author:
İlker Emre Koç
Remove hardcoded distribution from Export job - Removed the hardcoded soss distribution. |
|
buildbot- |
2025-09-08 11:02:36 UTC |
Add an additional memory preserver to missed test
Author:
İlker Emre Koç
Add an additional memory preserver to missed test Another test, this time inside the BranchScanJob, was silently To avoid these memory changes, the preserve_limit context manager first Also added more descriptive explanations and reduced the scope of |
| buildbot-memory-fix | 2025-09-08 11:02:36 UTC |
Add an additional memory preserver to missed test
Author:
İlker Emre Koç
Add an additional memory preserver to missed test Another test, this time inside the BranchScanJob, was silently To avoid these memory changes, the preserve_limit context manager first Also added more descriptive explanations and reduced the scope of |
|
librarian- |
2025-09-01 08:51:42 UTC |
Change libraian-gc file deletion to autocommit
Author:
İlker Emre Koç
Change libraian-gc file deletion to autocommit In pyscopg2, even "SELECT" queries are counted as transactions by |
|
librarian- |
2025-08-26 08:04:37 UTC |
Add dry-run to librarian-gc file deletions
Author:
İlker Emre Koç
Add dry-run to librarian-gc file deletions To test a change to the librarian-gc in a safe manner, we need a |
|
librarian- |
2025-08-25 10:06:43 UTC |
delete cursor name for multiple query executions
Author:
İlker Emre Koç
delete cursor name for multiple query executions |
| chunk-librarian-gc | 2025-08-25 06:25:29 UTC |
Apply optimization to another part of librarian-gc and clean
Author:
İlker Emre Koç
Apply optimization to another part of librarian-gc and clean |
|
cargo-maven- |
2025-07-02 06:35:59 UTC |
Add session to metadata publishing for artifactory
Author:
İlker Emre Koç
Add session to metadata publishing for artifactory AQL (Artifactory Query Language needs a bearer token for Then we restored the commented out calls to property publishing |
|
mailing- |
2025-06-16 07:32:59 UTC |
export mailing list to the API
Author:
İlker Emre Koç
export mailing list to the API |
|
maven-cargo- |
2025-06-10 10:22:32 UTC |
comment out the _publish_properties method calls
Author:
İlker Emre Koç
comment out the _publish_properties method calls Currently, calls to artifactory using _publish_properties return 403 |
|
maven-cargo- |
2025-06-04 08:04:32 UTC |
use publish url to extract root path
Author:
İlker Emre Koç
use publish url to extract root path To search within artifactory we need a root path to start from. |
|
maven-cargo- |
2025-06-03 14:03:52 UTC |
Add metadata to the published craft packages
Author:
İlker Emre Koç
Add metadata to the published craft packages There isn't a reliable way to put the necessary metadata to Artifactory |
|
upgrade- |
2025-05-28 16:09:08 UTC |
Close files after they are used
Author:
İlker Emre Koç
Close files after they are used The temporary files created for re-creation of HTTPInputStreams could Also seperated the test case for the processInputs into two since This is revert of a revert. I am reapplying the commit: |
|
fix-all- |
2025-04-30 14:59:08 UTC |
Fix the link enablement tests
Author:
İlker Emre Koç
Fix the link enablement tests The link enablement change had affected tests in various places across |
| revert-multipart | 2025-04-28 06:26:25 UTC |
Revert "upgrade multipart with line-break parsing"
Author:
İlker Emre Koç
Revert "upgrade multipart with line-break parsing" I am reverting since. The upgrade failed some buildbot tests. This reverts commit a3fbbd49e00800e |
| upgrade-multipart | 2025-04-25 06:31:15 UTC |
Close files after they are used
Author:
İlker Emre Koç
Close files after they are used The temporary files created for re-creation of HTTPInputStreams could Also seperated the test case for the processInputs into two since |
|
enable- |
2025-04-11 07:39:41 UTC |
Enable all recipe links
Author:
İlker Emre Koç
Enable all recipe links The dynamic enablement of recipe links use a auto generated query, that |
| master | 2025-04-04 16:16:55 UTC |
Fix glob expression to match all CVEs
Author:
Enrique Sanchez Cardoso
Fix glob expression to match all CVEs Merged from https:/ |
|
publisher- |
2025-03-28 11:18:38 UTC |
change ignore pfoe log level to info
Author:
İlker Emre Koç
change ignore pfoe log level to info We cannot see the logs of IgnorePoolFileO |
|
accept- |
2025-02-27 13:12:18 UTC |
Add CRLF acceptance into FileBugDataParser
Author:
İlker Emre Koç
Add CRLF acceptance into FileBugDataParser FileBugDataParser is the only parser that works on ApportJobs i.e. jobs Thus, to upgrade multipart we need to patch apport package to only This commit is intended to make FileBugDataParser accept CRLF while To read the input blob message without changing the cursor placement in In the testing module for the FileBugDataParser, I implemented a I also added a new test text-file into the codebase to ensure we have a Lastly, I added some unit tests for both the parser and the |
|
revert- |
2025-01-29 13:17:52 UTC |
revert wadllib upgrade
Author:
İlker Emre Koç
revert wadllib upgrade As the multipart package needed a revert to its upgrade because of an apport bug, the upgrade to wadllib package which depends on multipart must also be reverted. |
|
revert- |
2025-01-29 11:51:36 UTC |
revert multipart package for apport bug
Author:
İlker Emre Koç
revert multipart package for apport bug The newest versions of multipart package have strict parsing needs, most prominently their strictness over HTTP request line-breaks where they only accept CRLF line-breaks. Meanwhile the bug-report command on Ubuntu in particular and apport package in general uses LF line-breaks on its HTTP requests to Launchpad which breaks the parsing the multipart package does. Ultimately, resulting in a failure to report bugs. As a result, we are temporarily reverting the multipart package upgrade until better fixes on Launchpad and, later, apport package can be published. |
| upgrade-wadllib | 2025-01-28 08:42:17 UTC |
upgraded wadllib from 1.3.6 tp 2.0.0
Author:
İlker Emre Koç
upgraded wadllib from 1.3.6 tp 2.0.0 - Upgraded wadllib from 1.3.6 to 2.0.0 |
|
refactoring- |
2025-01-15 07:09:21 UTC |
refactor different uses of release_id variable name
Author:
İlker Emre Koç
refactor different uses of release_id variable name In the Puplisher class' C_updateArtifac |
|
upgrade- |
2025-01-09 18:43:23 UTC |
Upgrade psutil to version 6.1.0
Author:
Alvaro Crespo Serrano
Upgrade psutil to version 6.1.0 Merged from https:/ |
| upgrade-lpjsmin | 2024-12-19 13:20:54 UTC |
upgrade lpjsmin from 0.6 to 0.7
Author:
İlker Emre Koç
upgrade lpjsmin from 0.6 to 0.7 Note that lpjsmin is only used in the make file. Thus testing involved using phony aliases within the make file in various ways especially when lpjsmin is called directly or when phony aliases using lpjsmin is called. At the end of it, the builds and tests still ran as expected thus the commit went forward. |
|
fix-pyparsing- |
2024-12-18 14:47:13 UTC |
fix requirements for pyparsing
Author:
İlker Emre Koç
fix requirements for pyparsing - Reverted the pyparsing version change to ztk-versions.cfg |
|
upgrade- |
2024-12-03 13:17:07 UTC |
upgrade python-dateutil 2.8.1 to 2.9.0.post0
Author:
İlker Emre Koç
upgrade python-dateutil 2.8.1 to 2.9.0.post0 - Upgraded python-dateutil from 2.8.1 to 2.9.0.post0 |
| upgrade-pyyaml | 2024-12-03 11:53:24 UTC |
upgrade pyyaml from 6.0.1 to 6.0.2
Author:
İlker Emre Koç
upgrade pyyaml from 6.0.1 to 6.0.2 |
|
remove- |
2024-11-29 11:23:47 UTC |
remove typing-extensions package
Author:
İlker Emre Koç
remove typing-extensions package Removed the typing-extensions package imports from code-base and requirements files. It was only used in two modules for importing TypedDict class which has been built into python since version=3.8 |
| upgrade-boto3 | 2024-11-28 14:09:21 UTC |
upgrade boto3 from 1.16.63 to 1.35.71
Author:
İlker Emre Koç
upgrade boto3 from 1.16.63 to 1.35.71 - Upgraded boto3 from 1.16.63 to 1.35.71 |
| upgrade-markdown | 2024-11-27 14:16:08 UTC |
upgrade markdown from 3.2.2 to 3.7
Author:
İlker Emre Koç
upgrade markdown from 3.2.2 to 3.7 In requirements files, upgraded Markdown and its dependencies. |
| upgrade-pyparsing | 2024-11-27 09:26:44 UTC |
Update pyparsing version in ztk-versions.cfg
Author:
İlker Emre Koç
Update pyparsing version in ztk-versions.cfg |
|
remove- |
2024-11-22 12:50:59 UTC |
Remove the mention of twitter from error pages
Author:
İlker Emre Koç
Remove the mention of twitter from error pages |
| stable | 2024-11-19 11:48:00 UTC |
Print correct base name in error when arch not supported
Author:
Ines Almeida
Print correct base name in error when arch not supported Currently when using `build-base` instead of `base` as defined in https:/ Merged from https:/ |
| db-devel | 2024-11-13 14:30:07 UTC |
Automatic merge from stable up to d2bc21dc3e93
Author:
🤖 stg-launchpad-buildbot
Automatic merge from stable up to d2bc21dc3e93 |
| db-stable | 2024-11-13 09:15:09 UTC |
Automatic merge from stable up to a17846e6f4d8
Author:
🤖 stg-launchpad-buildbot
Automatic merge from stable up to a17846e6f4d8 |
| 1 → 40 of 40 results | First • Previous • Next • Last |