[MCHANGES-352] Plugin should report when not all issues are returned

Open
#225 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
35/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Stale
Tech stack
java
Domain
build-system

Research direction

No file or test is named. Trace the plugin's handling of the response payload, inspect how total and maxResults are exposed, and add coverage for a response where total exceeds maxResults; done means the missing issues are reported as a Maven warning or in the report.

Written by the indexing model from the issue text.

Description

enhancement priority:minor

Sebb opened MCHANGES-352 and commented

The plugin should provide some kind of report when not all requested issues have been returned.

This information is available in the response, for example (from -X output):

Payload: {"expand":"schema,names","startAt":0,"maxResults":100,"total":141,

If total is greater than maxResults, then some issues have been dropped.

This could be reported as a Maven warning and/or added to the report itself.


No further details from MCHANGES-352

Dominant language
Java
Stars
15
Forks
22
Avg merge
1d 6h
Merged PRs (30d)
7

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from apache/maven-changes-plugin

All issues in apache/maven-changes-plugin

Similar issues

More Java issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.