View Bazaar branches
Get this repository:
git clone https://git.launchpad.net/charmcraft

See all merge proposals.

Import details

Import Status: Reviewed

This repository is an import of the Git repository at https://github.com/canonical/charmcraft.

The next import is scheduled to run .

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-3 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-2 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 25 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 50 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-3 and finished taking 30 seconds — see the log

Branches

Name Last Modified Last Commit
renovate/pypi-requests-vulnerability 2024-06-17 15:03:00 UTC
chore(deps): update dependency requests to v2.32.2 [security]

Author: renovate[bot]
Author Date: 2024-06-17 15:03:00 UTC

chore(deps): update dependency requests to v2.32.2 [security]

renovate/setuptools-70.x 2024-06-15 12:47:33 UTC
chore(deps): update dependency setuptools to v70

Author: renovate[bot]
Author Date: 2024-06-15 12:47:33 UTC

chore(deps): update dependency setuptools to v70

renovate/zipp-3.x 2024-06-15 12:47:29 UTC
chore(deps): update dependency zipp to v3.19.2

Author: renovate[bot]
Author Date: 2024-06-15 12:47:29 UTC

chore(deps): update dependency zipp to v3.19.2

renovate/typing_extensions-4.x 2024-06-15 12:47:24 UTC
chore(deps): update dependency typing_extensions to v4.12.2

Author: renovate[bot]
Author Date: 2024-06-15 12:47:24 UTC

chore(deps): update dependency typing_extensions to v4.12.2

renovate/pygit2-1.x 2024-06-15 12:47:21 UTC
chore(deps): update dependency pygit2 to v1.15.0

Author: renovate[bot]
Author Date: 2024-06-15 12:47:21 UTC

chore(deps): update dependency pygit2 to v1.15.0

renovate/protobuf-5.x 2024-06-15 12:47:17 UTC
chore(deps): update dependency protobuf to v5.27.1

Author: renovate[bot]
Author Date: 2024-06-15 12:47:17 UTC

chore(deps): update dependency protobuf to v5.27.1

renovate/packaging-24.x 2024-06-15 12:47:13 UTC
chore(deps): update dependency packaging to v24.1

Author: renovate[bot]
Author Date: 2024-06-15 12:47:13 UTC

chore(deps): update dependency packaging to v24.1

renovate/more-itertools-10.x 2024-06-15 12:47:09 UTC
chore(deps): update dependency more-itertools to v10.3.0

Author: renovate[bot]
Author Date: 2024-06-15 12:47:09 UTC

chore(deps): update dependency more-itertools to v10.3.0

renovate/certifi-2024.x 2024-06-15 12:47:05 UTC
chore(deps): update dependency certifi to v2024.6.2

Author: renovate[bot]
Author Date: 2024-06-15 12:47:05 UTC

chore(deps): update dependency certifi to v2024.6.2

renovate/internal-packages 2024-06-15 12:47:01 UTC
chore(deps): update dependency craft-application to v2.8.0

Author: renovate[bot]
Author Date: 2024-06-15 12:47:01 UTC

chore(deps): update dependency craft-application to v2.8.0

main 2024-06-15 12:46:37 UTC
craft-application migration cleanup: pack command (#1704)

Author: Alex Lowe
Author Date: 2024-06-15 12:46:37 UTC

craft-application migration cleanup: pack command (#1704)

This pack command existed for comparison with the new one, but is no
longer necessary. It got missed when I was removing some other
no-longer-used commands.

hotfix/2.7 2024-06-13 21:42:08 UTC
feat: backport rock upload to charmcraft 2.x (#1708)

Author: Alex Lowe
Author Date: 2024-06-13 21:42:08 UTC

feat: backport rock upload to charmcraft 2.x (#1708)

Allows Charmcraft 2.7+ to use skopeo urls directly when uploading an
oci-image resource.

Example:

```
$ charmcraft upload-resource lengau-test-charm example-image --image docker://ghcr.io/canonical/charmed-mysql:8.0.36-22.04_edge
Image not found locally. Passing path directly to skopeo.
Revision 6 created of resource 'example-image' for charm 'lengau-test-charm'.
$
```

work/CRAFT-2878-underscore-hyphen 2024-06-11 16:28:46 UTC
fix: swap underscores and hyphens in charms & libs

Author: Alex Lowe
Author Date: 2024-06-11 16:27:13 UTC

fix: swap underscores and hyphens in charms & libs

See: https://github.com/canonical/charmcraft/issues/1671#issuecomment-2099399294

work/complex-platform-charm-example 2024-06-11 16:05:54 UTC
test: add a more complex platform example in spread

Author: Alex Lowe
Author Date: 2024-06-10 18:44:37 UTC

test: add a more complex platform example in spread

renovate/dev-dependencies 2024-05-08 21:53:51 UTC
Merge branch 'main' into renovate/dev-dependencies

Author: Alex Lowe
Author Date: 2024-05-08 21:53:51 UTC

Merge branch 'main' into renovate/dev-dependencies

feature/12f 2024-04-16 18:22:05 UTC
feat(extension): support django-framework (#1578)

Author: Weii Wang
Author Date: 2024-04-16 18:22:05 UTC

feat(extension): support django-framework (#1578)

Add the `django-framework` extension, which is similar to the
`flask-framework` but specifically designed for the Django framework.

The `flask-framework` has been refactored in hope to be more aligned
with the extension system in charmcraft.

Due to the fact that we are still waiting for some changes in other
libraries to land, one spread test might fail. Please review the current
content, and I will update the pull request once the changes in other
libraries are merged.

---------

Co-authored-by: Alex Lowe <alex.lowe@canonical.com>

hotfix/2.6 2024-04-15 15:27:47 UTC
chore: enable riscv64 for 2.x (#1651)

Author: Alex Lowe
Author Date: 2024-04-15 15:27:47 UTC

chore: enable riscv64 for 2.x (#1651)

weekly-uses-edge 2024-04-11 23:50:20 UTC
ci: use charmcraft from edge for weekly CI

Author: Alex Lowe
Author Date: 2024-04-11 23:31:44 UTC

ci: use charmcraft from edge for weekly CI

CRAFT-2502/autoformat 2024-03-19 20:26:03 UTC
style: autoformat even ignored ruff linters

Author: Alex Lowe
Author Date: 2024-03-19 20:26:03 UTC

style: autoformat even ignored ruff linters

aml/reactive-in-bash 2024-03-07 06:11:05 UTC
chore: rewrite the reactive plugin with bash

Author: Alex Lowe
Author Date: 2024-03-07 05:30:17 UTC

chore: rewrite the reactive plugin with bash

The older plugin calling its own file made failures difficult to navigate.

aml/remove-old-pack 2024-03-05 04:03:30 UTC
chore: remove old pack command implementation

Author: Alex Lowe
Author Date: 2024-03-05 04:03:30 UTC

chore: remove old pack command implementation

CRAFT-2409/reactive-metadata 2024-02-21 20:52:27 UTC
fix: use a "build" subdirectory in destructive mode.

Author: Alex Lowe
Author Date: 2024-02-21 20:52:27 UTC

fix: use a "build" subdirectory in destructive mode.

feature/testing 2024-02-07 01:44:38 UTC
docs: make badges only use what's actually on main (#1505)

Author: Alex Lowe
Author Date: 2024-02-07 01:44:38 UTC

docs: make badges only use what's actually on main (#1505)

Currently PRs to main are included in those badges, meaning that if
tests fail on those PRs it shows failing.

experimental/declarative-charm-properties 2023-12-07 13:59:08 UTC
refactor: make charm plugin properties more declarative

Author: Alex Lowe
Author Date: 2023-12-07 13:59:08 UTC

refactor: make charm plugin properties more declarative

spike/CRAFT-2217 2023-11-29 00:16:06 UTC
spike: arch-dependent resource uploads

Author: Alex Lowe
Author Date: 2023-11-29 00:16:06 UTC

spike: arch-dependent resource uploads

CRAFT-2217

poc-declarative-charms 2022-01-19 20:20:59 UTC
Proof of concept for packing declarative charms.

Author: Facundo Batista
Author Date: 2022-01-19 20:20:59 UTC

Proof of concept for packing declarative charms.

126 of 26 results

Other repositories

Name Last Modified
lp:charmcraft 34 seconds ago
11 of 1 result
You can't create new repositories for charmcraft.