Improve the way to show resources.
Metadata
Current evaluation
Merged a refactor of the resource list display that fixes a glitch for channels lacking resources in status. Approved by two reviewers and passing CI, the update improves output formatting with 63 additions and 16 deletions across two files.
Suggested action: —
No scores available.
Issue body
This includes a small glitch when showing in a channel without resources in `status`, and a total refactor of the resources list, which now looks like:
```
$ fades -r requirements.txt -m charmcraft resources my-super-charm
Charm Rev Resource Type Optional
17 showandtell file True
14 someresource file True
13 someresource file True
12 otherstuff file True
testresource file True
10 otherstuff file True
testresource file True
9 otherstuff file True
testresource file True
6 otherstuff file True
testresource file True
```
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged a refactor of the resource list display that fixes a glitch for channels lacking resources in status. Approved by two reviewers and passing CI, the update improves output formatting with 63 additions and 16 deletions across two files. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged a refactor that resolves a display glitch for channels lacking resources and improves the resources list output with a cleaner, structured table format. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged a refactor of the resources list display that resolves a glitch when channels lack resources in the status field, improving CLI output formatting. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #254 Support for listing resources revisions. | charmcraft | merged | Merged after approval by two reviewers, the maintainer's changes add support for listing resource revisions. The update spans eight files with 224 additions and is now integrated into the codebase. | |
| #130 feat: update resource revisions | craft-store | merged | Merged update to resource revisions, resolving issue #126. Approved by two reviewers and passed all CI checks. Changes span seven files with 283 additions and 30 deletions. |