Skip to content

Commit c9cd8d3

Browse files
chore: version packages (#36)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 72a4d3b commit c9cd8d3

6 files changed

Lines changed: 15 additions & 21 deletions

.changeset/fix-findings-pagination-warning.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/format-standards-analysing.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/pull-requests-list-command.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/pull-requests-table-polish.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @codacy/codacy-cloud-cli
22

3+
## 1.8.0
4+
5+
### Minor Changes
6+
7+
- [#35](https://github.com/codacy/codacy-cloud-cli/pull/35) [`72a4d3b`](https://github.com/codacy/codacy-cloud-cli/commit/72a4d3b2f3a7572108f8b297b49ef8ba76c48718) Thanks [@pedrobpereira](https://github.com/pedrobpereira)! - New `pull-requests` (`prs`) command: lists pull requests for a repository, with the same analysis-gated columns as `repository`'s "Open Pull Requests" table. `-q, --search` and `-B, --base` filter by free text (title/author handle) and target branch, mapping to the API's `textQuery`/`targetBranch` params; `-S, --state` filters by open (default) or closed.
8+
9+
### Patch Changes
10+
11+
- [#35](https://github.com/codacy/codacy-cloud-cli/pull/35) [`72a4d3b`](https://github.com/codacy/codacy-cloud-cli/commit/72a4d3b2f3a7572108f8b297b49ef8ba76c48718) Thanks [@pedrobpereira](https://github.com/pedrobpereira)! - Fix `findings`'s pagination warning silently not firing when the API response omits `pagination.total`: the guard now also checks for a remaining `cursor`, so a trailing page of results is no longer hidden from the `--limit` hint.
12+
13+
- [#35](https://github.com/codacy/codacy-cloud-cli/pull/35) [`72a4d3b`](https://github.com/codacy/codacy-cloud-cli/commit/72a4d3b2f3a7572108f8b297b49ef8ba76c48718) Thanks [@pedrobpereira](https://github.com/pedrobpereira)! - `formatStandards()` (used by `repository`'s Open Pull Requests table, `pull-request`'s Up to Standards row, and `pull-requests`' ✓ column) now shows a dim `` while a pull request is still being analysed, instead of falling through to a hard ✗ on gate data that isn't final yet.
14+
15+
- [#35](https://github.com/codacy/codacy-cloud-cli/pull/35) [`72a4d3b`](https://github.com/codacy/codacy-cloud-cli/commit/72a4d3b2f3a7572108f8b297b49ef8ba76c48718) Thanks [@pedrobpereira](https://github.com/pedrobpereira)! - Fix PR complexity showing as no data, and polish the `pull-requests` table. Complexity is now read from the API's nested `quality` object, which is where the pull-request endpoints actually return it — `pull-requests`, `pull-request` and `repository` all previously rendered it as empty. The `pull-requests` table now leads with the up-to-standards column, orders metrics the same way `repositories` does (issues, complexity, duplication, coverage), hides the Coverage column when no listed PR has coverage data, shows `-` instead of `N/A` for metrics with no value, and no longer signs a zero issue count (`0` instead of `-0`). `--output json` now includes the quality and coverage `resultReasons`, so consumers can see which gates passed or failed.
16+
317
## 1.7.0
418

519
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codacy/codacy-cloud-cli",
3-
"version": "1.7.0",
3+
"version": "1.8.0",
44
"description": "A command-line tool to interact with Codacy Cloud from your terminal",
55
"homepage": "https://www.codacy.com",
66
"repository": {

0 commit comments

Comments
 (0)