Jordan Barrett

Results 38 issues of Jordan Barrett

### Bug Description When installing the `snapcraft` snap on an AWS arm64 GitHub runner, the "configure" hook fails ``` error: cannot perform the following tasks: - Run configure hook of...

bug

Our workflow: ```yaml uses: balchua/microk8s-actions@1e8e626239c2befe7cd5d258c96ae152a7259c74 with: channel: "1.25-strict/stable" addons: '["dns", "hostpath-storage"]' ``` Logs: ``` Waiting for hostpath-storage to be ready exec sudo microk8s kubectl rollout status deployment/hostpath-provisioner -n kube-system --timeout=90s...

The following workflow is failing: ```yaml name: "Test MicroK8s" on: [push, pull_request, workflow_dispatch] jobs: microk8s: runs-on: ubuntu-latest steps: - name: Set up MicroK8s uses: balchua/[email protected] with: channel: "1.25-strict/stable" addons: '["dns",...

If you create an error, but provide the wrong number of format arguments: ```go err := errors.NotValidf("missing username", username) ``` then, the resulting error doesn't satisfy `errors.Is` as you'd expect:...

Currently, the agent version is stored in model config, but this is an anti-pattern that we are trying to move away from. This PR adds a new model agent service...

4.0

Refactor the agenttools facade to use a model config service instead of getting model config from state. Unfortunately, we can't entirely remove state from this facade yet, as we still...

4.0

Move agent/provisioner facade over to using model config and info services, instead of pulling model config/info from state. In `service.go`, I've added new interfaces `ModelConfigService` and `ModelInfoService`, and also moved...

4.0

`jhack nuke` currently only allows you to nuke applications/units/models, not whole controllers.

### Describe the feature or problem you’d like to solve I can view open PRs by running ``` gh pr list --state open ``` and view merged PRs by running...

blocked
enhancement
platform
gh-pr

This will replace the cloudspec code in `apiserver/common/cloudspec`. ## Checklist - [ ] Code style: imports ordered, good names, simple structure, etc - [ ] Comments saying why design decisions...

4.0