Skip to content
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

Bump nested-view from 1.26 to 1.28 #249

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 21, 2023

Bumps nested-view from 1.26 to 1.28.

Release notes

Sourced from nested-view's releases.

configurabel sorting

What's Changed

Full Changelog: jenkinsci/nested-view-plugin@nested-view-1.27...nested-view-1.28

global config to on/off search and searching in buildss

global config for search on/of

The nested-view plugin have its own search extension, but that is focused to jobs and views. Normal search offers also other scopes, and many users missed them.

The search is on by default. This commit is adding global setting to turn it on/off In addition, the extended search can use -X (or -Xn where n is number 1-9) to turn off the Nested View search extension temporarily off

Original workaround of new File(System.getProperty("user.home"),'.nestedViewsSearch').createNewFile() was dropped

searching in builds

For enhanced search, added new set of swithces enabling searching in builds. Most noticeably, you can now search by display name

enhanced search now can also show build statistics and details

Project/build details in search: :

  • m: multiline instead of singe line
  • P: will include project details
  • Ln: will add information about last builds. Plain L c an be followed by mask of numbers 1-last,2-stable,3-green,4-yellow,5-red,6-unsuccess,7-completed
  • Bn: details about builds. N is limiting am amount of builds. Default is 10!
  • Sn: statistics (like weather, but in numbers). N is limiting am amount of builds. Default is 10!
    • S x B x L: S and B switches are iterating to the past. This may have significant performance impact! L should be fast always
  • d: will search also in DisplayName. In addition it sets -oB as OR and Build details are required for it to work. The OR is enforcing you to filter jobs first and name as second
  • D: Same as -d, but only projects with at least one matching build will be shown. -d/-D do not affect suggestions and can be acompanied by number - algorithm:
    • 1: : default, what mathced project name, is not used in displayName search. -! is weird here, not sure what to do better
    • 2 : : all yor expressions are used used in displayName search

this extended search now stores history

Commits
  • 6a4bd89 [maven-release-plugin] prepare release nested-view-1.28
  • cdcb1d7 more sorting options now supported
  • 1439fbe Time is now recorded
  • d931083 [maven-release-plugin] prepare for next development iteration
  • a3e874e [maven-release-plugin] prepare release nested-view-1.27
  • 8f85f5a Search now have history
  • fef343c Repalced builds.size by nextNuber; size was iterating builds
  • df9ab41 Defualt D/d algorithm now difference name/displayName matches
  • bbee450 Several other inner classes moved to search subpkg
  • a1870dd project stats nwo honour running mode
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Dependabot will merge this PR once CI passes on it, as requested by @MarkEWaite.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [nested-view](https://github.com/jenkinsci/nested-view-plugin) from 1.26 to 1.28.
- [Release notes](https://github.com/jenkinsci/nested-view-plugin/releases)
- [Commits](jenkinsci/nested-view-plugin@nested-view-1.26...nested-view-1.28)

---
updated-dependencies:
- dependency-name: org.jenkins-ci.plugins:nested-view
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Dependency related change java Pull requests that update Java code labels Mar 21, 2023
Copy link
Contributor

@MarkEWaite MarkEWaite left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot squash and merge

@dependabot dependabot bot merged commit 512aff7 into master Mar 21, 2023
@dependabot dependabot bot deleted the dependabot/maven/org.jenkins-ci.plugins-nested-view-1.28 branch March 21, 2023 04:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependency related change java Pull requests that update Java code
Projects
None yet
1 participant