lp:~ilkeremrekoc/launchpad

Owned by İlker Emre Koç
Get this repository:
git clone https://git.qastaging.paddev.net/~ilkeremrekoc/launchpad
Only İlker Emre Koç can upload to this repository. If you are İlker Emre Koç please log in for upload directions.

Branches

Name Last Modified Last Commit
master 2025-02-06 09:11:36 UTC
Add logs to SnapStoreUploadJob for Snap and Snap Components

Author: Simone Pelosi
Author Date: 2025-02-06 09:11:36 UTC

Add logs to SnapStoreUploadJob for Snap and Snap Components

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

revert-wadllib-for-multipart 2025-01-29 13:17:52 UTC
revert wadllib upgrade

Author: İlker Emre Koç
Author Date: 2025-01-29 13:17:52 UTC

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-multipart-for-apport 2025-01-29 11:51:36 UTC
revert multipart package for apport bug

Author: İlker Emre Koç
Author Date: 2025-01-29 11:51:36 UTC

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ç
Author Date: 2025-01-28 08:42:17 UTC

upgraded wadllib from 1.3.6 tp 2.0.0

- Upgraded wadllib from 1.3.6 to 2.0.0
- Added importlib-resources in version 6.4.5

upgrade-multipart 2025-01-15 14:40:33 UTC
upgrade multipart from 0.2.4 to 1.2.1

Author: İlker Emre Koç
Author Date: 2025-01-15 14:40:33 UTC

upgrade multipart from 0.2.4 to 1.2.1

refactoring-make-publishing-clearer 2025-01-15 07:09:21 UTC
refactor different uses of release_id variable name

Author: İlker Emre Koç
Author Date: 2024-12-05 14:05:14 UTC

refactor different uses of release_id variable name

In the Puplisher class' C_updateArtifactoryProperties method "release_id" was used for storing release ids of packages from both launchpad database as well as artifactory, which sometimes didn't align with eachother. Thus, I renamed these different use cases to improve readability.

upgrade-multipart-discussion 2025-01-09 18:43:23 UTC
Upgrade psutil to version 6.1.0

Author: Alvaro Crespo Serrano
Author Date: 2025-01-09 18:43:23 UTC

Upgrade psutil to version 6.1.0

Merged from https://code.launchpad.net/~alvarocs/launchpad/+git/launchpad/+merge/478661

upgrade-lpjsmin 2024-12-19 13:20:54 UTC
upgrade lpjsmin from 0.6 to 0.7

Author: İlker Emre Koç
Author Date: 2024-12-19 13:20:54 UTC

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-requirements 2024-12-18 14:47:13 UTC
fix requirements for pyparsing

Author: İlker Emre Koç
Author Date: 2024-12-18 14:39:05 UTC

fix requirements for pyparsing

- Reverted the pyparsing version change to ztk-versions.cfg
- Added upgraded pyparsing version into launchpad.txt

upgrade-python-dateutil 2024-12-03 13:17:07 UTC
upgrade python-dateutil 2.8.1 to 2.9.0.post0

Author: İlker Emre Koç
Author Date: 2024-12-03 13:17:07 UTC

upgrade python-dateutil 2.8.1 to 2.9.0.post0

- Upgraded python-dateutil from 2.8.1 to 2.9.0.post0
- Upgraded types-python-dateutil from 2.8.1 to 2.9.0.20241003. Note that this change is retroactive and seem to only affect mypy and tox functionalities. No additional packages are installed in lp-dependencies.

upgrade-pyyaml 2024-12-03 11:53:24 UTC
upgrade pyyaml from 6.0.1 to 6.0.2

Author: İlker Emre Koç
Author Date: 2024-12-03 11:53:24 UTC

upgrade pyyaml from 6.0.1 to 6.0.2

remove-typing-extensions 2024-11-29 11:23:47 UTC
remove typing-extensions package

Author: İlker Emre Koç
Author Date: 2024-11-26 08:25:58 UTC

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ç
Author Date: 2024-11-28 14:09:21 UTC

upgrade boto3 from 1.16.63 to 1.35.71

- Upgraded boto3 from 1.16.63 to 1.35.71
- Upgraded botocore from 1.19.63 to 1.35.71
- Upgraded s3transfer from 0.3.6 to 0.10.4
Other dependencies of boto3 seem to be sufficiently supported in the current environment, so no additional changes were made.

upgrade-markdown 2024-11-27 14:16:08 UTC
upgrade markdown from 3.2.2 to 3.7

Author: İlker Emre Koç
Author Date: 2024-11-27 14:16:08 UTC

upgrade markdown from 3.2.2 to 3.7

In requirements files, upgraded Markdown and its dependencies.
Markdown from 3.2.2 to 3.7
importlib-metadata from 2.1.1 to 8.5.0
zipp from 1.2.0 to 3.20.2

upgrade-pyparsing 2024-11-27 09:26:44 UTC
Update pyparsing version in ztk-versions.cfg

Author: İlker Emre Koç
Author Date: 2024-11-27 09:26:44 UTC

Update pyparsing version in ztk-versions.cfg

remove-mentions-of-twitter 2024-11-22 12:50:59 UTC
Remove the mention of twitter from error pages

Author: İlker Emre Koç
Author Date: 2024-11-22 12:50:59 UTC

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
Author Date: 2024-11-19 11:48:00 UTC

Print correct base name in error when arch not supported

Currently when using `build-base` instead of `base` as defined in https://snapcraft.io/docs/release-notes-snapcraft-3-7 we print out the wrong base name ('unknown') because we print the value of `base`. This prints the actual base used to get the supported architectures

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

db-devel 2024-11-13 14:30:07 UTC
Automatic merge from stable up to d2bc21dc3e93

Author: 🤖 stg-launchpad-buildbot
Author Date: 2024-11-13 14:30:07 UTC

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
Author Date: 2024-11-13 09:15:09 UTC

Automatic merge from stable up to a17846e6f4d8

119 of 19 results
This repository contains Public information 
Everyone can see this information.

Subscribers