lp-codeimport:focal
Last commit made on
2025-08-04
- Get this branch:
-
git clone
-b focal
https://git.launchpad.net/lp-codeimport
Members of
Canonical Launchpad Engineering
can upload to this branch.
Log in for directions.
Branch merges
Propose for merging
- İlker Emre Koç: Approve
-
Diff: 4737 lines (+678/-2073)52 files modifiedMakefile (+6/-9)
README (+51/-79)
_pythonpath.py (+28/-37)
charm/lp-codeimport/charmcraft.yaml (+2/-2)
charm/lp-codeimport/layer.yaml (+5/-9)
charm/lp-codeimport/metadata.yaml (+1/-1)
configs/development/codeimport-lazr.conf (+2/-4)
configs/testrunner/codeimport-lazr.conf (+2/-4)
cronscripts/code-import-dispatcher.py (+1/-1)
dev/null (+0/-19)
lib/devscripts/sourcecode.py (+8/-8)
lib/devscripts/tests/test_sourcecode.py (+3/-8)
lib/lp/app/tests/test_versioninfo.py (+8/-7)
lib/lp/codehosting/__init__.py (+0/-57)
lib/lp/codehosting/codeimport/tests/servers.py (+15/-174)
lib/lp/codehosting/codeimport/tests/test_uifactory.py (+2/-2)
lib/lp/codehosting/codeimport/tests/test_worker.py (+55/-343)
lib/lp/codehosting/codeimport/tests/test_workermonitor.py (+29/-82)
lib/lp/codehosting/codeimport/uifactory.py (+4/-7)
lib/lp/codehosting/codeimport/worker.py (+26/-193)
lib/lp/codehosting/tests/helpers.py (+2/-4)
lib/lp/scripts/utilities/test.py (+0/-3)
lib/lp/services/config/schema-lazr.conf (+15/-1)
lib/lp/services/config/tests/test_config_lookup.py (+1/-1)
lib/lp/services/doc/propertycache.txt (+2/-2)
lib/lp/services/messaging/interfaces.py (+3/-87)
lib/lp/services/messaging/rabbit.py (+22/-261)
lib/lp/services/messaging/tests/test_rabbit.py (+108/-404)
lib/lp/services/rabbit/server.py (+12/-17)
lib/lp/services/rabbit/tests/test_server.py (+11/-20)
lib/lp/services/scripts/tests/loglevels.py (+1/-1)
lib/lp/services/scripts/tests/test_logger.txt (+2/-2)
lib/lp/services/testing/tests/test_customresult.py (+38/-43)
lib/lp/services/tests/test_timeout.py (+56/-33)
lib/lp/services/timeout.py (+83/-49)
lib/lp/testing/__init__.py (+12/-1)
lib/lp/testing/factory.py (+0/-3)
lib/lp/testing/tests/test_layers_functional.py (+3/-11)
ols-vms.conf (+1/-1)
requirements/lp-codeimport.txt (+7/-6)
scripts/code-import-worker-monitor.py (+1/-1)
scripts/code-import-worker.py (+3/-27)
scripts/update-version-info.sh (+2/-2)
setup.py (+22/-13)
system-dependencies.txt (+3/-9)
system-packages.txt (+0/-6)
utilities/link-system-packages.py (+1/-1)
utilities/lsconf.py (+1/-1)
utilities/make-requirements.py (+1/-1)
utilities/relocate-virtualenv (+3/-1)
utilities/shhh.py (+13/-14)
utilities/update-copyright (+1/-1)
Branch information
- Name:
- focal
- Repository:
- lp:lp-codeimport
Recent commits
- 1e615b5... by Tushar Gupta
- 4dcaf37... by Tushar Gupta
- 72b99b8... by Tushar Gupta
- 9879921... by Tushar Gupta
- 5f20785... by Tushar Gupta
- a9260bd... by Tushar Gupta
- 34050e5... by Tushar Gupta
- dcf5e36... by Tushar Gupta
- e55d997... by Ubuntu <email address hidden>
- 8cb80e8... by Tushar Gupta