Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/nested-view-plugin
  Commit: 7341584b66f9edc89b1f2d91b02d74fb9e16e3fa
      
https://github.com/jenkinsci/nested-view-plugin/commit/7341584b66f9edc89b1f2d91b02d74fb9e16e3fa
  Author: Jiri Vanek <jva...@redhat.com>
  Date:   2023-03-15 (Wed, 15 Mar 2023)

  Changed paths:
    A src/main/java/hudson/plugins/nested_view/NestedViewGlobalConfig.java
    M src/main/java/hudson/plugins/nested_view/NestedViewsSearchFactory.java
    A 
src/main/resources/hudson/plugins/nested_view/NestedViewGlobalConfig/config.jelly
    A 
src/main/resources/hudson/plugins/nested_view/NestedViewGlobalConfig/help-nestedViewSearch.html
    M src/test/java/hudson/plugins/nested_view/NestedViewTest.java
    A src/test/java/hudson/plugins/nested_view/NestedViewTestSearchDefault.java
    A src/test/java/hudson/plugins/nested_view/NestedViewTestSearchOff.java
    A src/test/java/hudson/plugins/nested_view/NestedViewTestSearchOn.java

  Log Message:
  -----------
  [JENKINS-65924] Nested view plugin breaks Jenkins search #37
https://github.com/jenkinsci/nested-view-plugin/pull/37

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.

This commit is adding global setting to turn it on/off

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

prerelase HPI available at 
https://github.com/jenkinsci/nested-view-plugin/releases/tag/nested-view-1.2.7-pre


  Commit: 19ede9f88791c8ca99ed1e2bb8a3650708d7c77e
      
https://github.com/jenkinsci/nested-view-plugin/commit/19ede9f88791c8ca99ed1e2bb8a3650708d7c77e
  Author: Jiri <jva...@redhat.com>
  Date:   2023-03-15 (Wed, 15 Mar 2023)

  Changed paths:
    M src/main/java/hudson/plugins/nested_view/NestedViewGlobalConfig.java
    M 
src/main/resources/hudson/plugins/nested_view/NestedViewsSearch/search-results.jelly

  Log Message:
  -----------
  Custom search made ON by defualt with hint how tro turn it off


  Commit: 5d591225cfc4d7d26eb50fa620715a53597a2551
      
https://github.com/jenkinsci/nested-view-plugin/commit/5d591225cfc4d7d26eb50fa620715a53597a2551
  Author: Jiri <jva...@redhat.com>
  Date:   2023-03-15 (Wed, 15 Mar 2023)

  Changed paths:
    M src/main/java/hudson/plugins/nested_view/NestedViewsSearch.java
    M src/main/java/hudson/plugins/nested_view/NestedViewsSearchFactory.java
    A src/test/java/hudson/plugins/nested_view/NestedViewSearchDefaultTest.java
    A src/test/java/hudson/plugins/nested_view/NestedViewSearchOff1Test.java
    A src/test/java/hudson/plugins/nested_view/NestedViewSearchOff2Test.java
    A src/test/java/hudson/plugins/nested_view/NestedViewSearchOff3Test.java
    A src/test/java/hudson/plugins/nested_view/NestedViewSearchOff4Test.java
    A src/test/java/hudson/plugins/nested_view/NestedViewSearchOnOffTest.java
    A src/test/java/hudson/plugins/nested_view/NestedViewSearchOnTest.java
    R src/test/java/hudson/plugins/nested_view/NestedViewTestSearchDefault.java
    R src/test/java/hudson/plugins/nested_view/NestedViewTestSearchOff.java
    R src/test/java/hudson/plugins/nested_view/NestedViewTestSearchOn.java

  Log Message:
  -----------
  Added ability to disable tests temporarily

and enabeld all tests added previously


Compare: 
https://github.com/jenkinsci/nested-view-plugin/compare/7d3ed21de4db...5d591225cfc4

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/nested-view-plugin/push/refs/heads/master/7d3ed2-5d5912%40github.com.

Reply via email to