Skip to content

New Feature : Exclude intermediate Minors #730

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
sultan opened this issue Oct 2, 2022 · 7 comments
Closed

New Feature : Exclude intermediate Minors #730

sultan opened this issue Oct 2, 2022 · 7 comments
Labels

Comments

@sultan
Copy link
Contributor

sultan commented Oct 2, 2022

The suggested filter would filter out to exclude verbose intermediate versions, to keep only, in this example :

  • 10.0.26
  • 10.1.0

the filter/algo would act beginning at the very last, taking minor prefix "10.1." and filter out every other version string starting with "10.1." then finding another Minor, extracting "10.0." and filter out again, etc, until end of list.

image

@sultan sultan changed the title New Feature : Filtering Last Minors Only New Feature : Filtering Latest Minors Only Oct 2, 2022
@sultan sultan changed the title New Feature : Filtering Latest Minors Only New Feature : Exclude intermediate Minors Oct 2, 2022
@sultan
Copy link
Contributor Author

sultan commented Oct 2, 2022

Result with new code

image

@sultan
Copy link
Contributor Author

sultan commented Oct 15, 2022

at most two versions per Major.Minor: latest release + following latest pre-release version

@sultan
Copy link
Contributor Author

sultan commented Oct 15, 2022

this could be de/activated with a flag
-Dversions.reportLength=FULL
-Dversions.reportLength=SHORT

@ajarmoniuk is there any rule for the flags names?

@andrzejj0
Copy link
Contributor

Not that I know of :)

@andrzejj0
Copy link
Contributor

@sultan are you still going to work on this?

@sultan
Copy link
Contributor Author

sultan commented Nov 23, 2022

Still on my todo list. I am having difficulties knowing where to put my filter. I can't get it to be streamable. And not sure where to put it after the api used streams. Any advice appreciated.

Copy link

This issue is stale because it has been open 365 days with no activity. Remove stale label or comment or this will be closed in 30 days.

@github-actions github-actions bot added the Stale label Nov 24, 2023
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Dec 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants