Branch: refs/heads/fixTests

  Home:   https://github.com/jenkinsci/jobConfigHistory-plugin

  Commit: b3a9380204037317acd17788c5fd4a413d5d89c1

      
https://github.com/jenkinsci/jobConfigHistory-plugin/commit/b3a9380204037317acd17788c5fd4a413d5d89c1

  Author: Jochen A. Fürbacher <jochen-a-fuerbac...@users.noreply.github.com>

  Date:   2018-10-26 (Fri, 26 Oct 2018)



  Changed paths:

    M pom.xml

    M 
src/main/resources/hudson/plugins/jobConfigHistory/ComputerConfigHistoryAction/configOutput.jelly

    M 
src/main/resources/hudson/plugins/jobConfigHistory/JobConfigHistoryProjectAction/configOutput.jelly

    M 
src/main/resources/hudson/plugins/jobConfigHistory/JobConfigHistoryRootAction/configOutput.jelly



  Log Message:

  -----------

  [JENKINS-54223] Fix issue (#77)



* [JENKINS-54223] Fix issue



* [maven-release-plugin] prepare release jobConfigHistory-2.18.3



* [maven-release-plugin] prepare for next development iteration





  Commit: 761e32afa4034e446c533eec8a8309db32bb257f

      
https://github.com/jenkinsci/jobConfigHistory-plugin/commit/761e32afa4034e446c533eec8a8309db32bb257f

  Author: Daniel Beck <daniel-b...@users.noreply.github.com>

  Date:   2018-12-03 (Mon, 03 Dec 2018)



  Changed paths:

    M src/main/java/hudson/plugins/jobConfigHistory/PluginUtils.java



  Log Message:

  -----------

  [JENKINS-53998] Don't load users just to get current user name (#78)





  Commit: d9fa39642d3ad29ec9bedc5655e4bd589b80253d

      
https://github.com/jenkinsci/jobConfigHistory-plugin/commit/d9fa39642d3ad29ec9bedc5655e4bd589b80253d

  Author: Jochen Fürbacher <jochen.fuerbac...@1und1.de>

  Date:   2018-12-05 (Wed, 05 Dec 2018)



  Changed paths:

    M pom.xml



  Log Message:

  -----------

  [maven-release-plugin] prepare release jobConfigHistory-2.19





  Commit: 51e58db22288eb27c1e8542da362e3349ffd22e4

      
https://github.com/jenkinsci/jobConfigHistory-plugin/commit/51e58db22288eb27c1e8542da362e3349ffd22e4

  Author: Jochen Fürbacher <jochen.fuerbac...@1und1.de>

  Date:   2018-12-05 (Wed, 05 Dec 2018)



  Changed paths:

    M pom.xml



  Log Message:

  -----------

  [maven-release-plugin] prepare for next development iteration





  Commit: 145c9d59bf61711c28e4158ace4695f37efaabad

      
https://github.com/jenkinsci/jobConfigHistory-plugin/commit/145c9d59bf61711c28e4158ace4695f37efaabad

  Author: Mykola Nikishov <m...@mn.com.ua>

  Date:   2019-02-05 (Tue, 05 Feb 2019)



  Changed paths:

    M 
src/main/java/hudson/plugins/jobConfigHistory/ComputerConfigHistoryAction.java

    M 
src/main/java/hudson/plugins/jobConfigHistory/JobConfigHistoryBaseAction.java

    M 
src/main/java/hudson/plugins/jobConfigHistory/JobConfigHistoryProjectAction.java

    M 
src/main/java/hudson/plugins/jobConfigHistory/JobConfigHistoryRootAction.java

    A src/main/resources/hudson/plugins/jobConfigHistory/xslt/sort.xslt



  Log Message:

  -----------

  [JENKINS-41177] Reduce noise when showing diff between configs (#80)



* Extract method to build diff between two config files



There is no reason to duplicate the same steps to build list of diff

lines for two config files. Instead, extract this logic into a

separate method, pull it up to JobConfigHistoryBaseAction and let

three children of JobConfigHistoryBaseAction reuse it.



Signed-off-by: Mykola Nikishov <m...@mn.com.ua>



* [JENKINS-41177] Reduce noise when showing diff between configs



Instead of relying on core to store XML configs in a deterministic

way, Job Config History plugin adds an intermediate step before

converting XML to string representation and computing textual diff:



- sort XML elements and attributes alphabetically

- remove empty XML elements and attributes



This way list of changed lines is deterministic and contains minimal

semantically useless changes.



Signed-off-by: Mykola Nikishov <m...@mn.com.ua>





  Commit: 60f538cb64c23af551466703475a9c17e952c50f

      
https://github.com/jenkinsci/jobConfigHistory-plugin/commit/60f538cb64c23af551466703475a9c17e952c50f

  Author: RobinRSchulz <46349315+robinrsch...@users.noreply.github.com>

  Date:   2019-02-18 (Mon, 18 Feb 2019)



  Changed paths:

    M pom.xml

    M 
src/main/java/hudson/plugins/jobConfigHistory/ComputerConfigHistoryAction.java

    M 
src/main/java/hudson/plugins/jobConfigHistory/JobConfigHistoryBaseAction.java

    M 
src/main/java/hudson/plugins/jobConfigHistory/JobConfigHistoryProjectAction.java

    M 
src/main/java/hudson/plugins/jobConfigHistory/JobConfigHistoryRootAction.java

    M 
src/main/resources/hudson/plugins/jobConfigHistory/ComputerConfigHistoryAction/showDiffFiles.jelly

    M 
src/main/resources/hudson/plugins/jobConfigHistory/JobConfigHistoryProjectAction/showDiffFiles.jelly

    M 
src/main/resources/hudson/plugins/jobConfigHistory/JobConfigHistoryRootAction/showDiffFiles.jelly

    M 
src/test/java/hudson/plugins/jobConfigHistory/JobConfigHistoryBaseActionIT.java

    M 
src/test/java/hudson/plugins/jobConfigHistory/JobConfigHistoryBaseActionTest.java



  Log Message:

  -----------

  Hide version changes (#81)





  Commit: 10fdb40f461c0b68f9d51a6dfa21e95d5fecbb24

      
https://github.com/jenkinsci/jobConfigHistory-plugin/commit/10fdb40f461c0b68f9d51a6dfa21e95d5fecbb24

  Author: RobinRSchulz <46349315+robinrsch...@users.noreply.github.com>

  Date:   2019-02-22 (Fri, 22 Feb 2019)



  Changed paths:

    M 
src/main/java/hudson/plugins/jobConfigHistory/JobConfigHistoryBaseAction.java



  Log Message:

  -----------

  Fix an error caused by the sorting process. Also refactor diff deletion. (#82)





  Commit: a70f3a5afc87cd01ee9130b5b207584387c47ebd

      
https://github.com/jenkinsci/jobConfigHistory-plugin/commit/a70f3a5afc87cd01ee9130b5b207584387c47ebd

  Author: RobinRSchulz <46349315+robinrsch...@users.noreply.github.com>

  Date:   2019-03-11 (Mon, 11 Mar 2019)



  Changed paths:

    M pom.xml

    M src/main/java/hudson/plugins/jobConfigHistory/ConfigInfoCollector.java

    M src/main/java/hudson/plugins/jobConfigHistory/FileHistoryDao.java

    M 
src/main/java/hudson/plugins/jobConfigHistory/JobConfigHistoryRootAction.java

    M src/main/java/hudson/plugins/jobConfigHistory/OverviewHistoryDao.java

    M 
src/main/resources/hudson/plugins/jobConfigHistory/JobConfigHistoryRootAction/history.jelly

    M 
src/main/resources/hudson/plugins/jobConfigHistory/JobConfigHistoryRootAction/index.jelly



  Log Message:

  -----------

  [JENKINS-56023] Display folder jobs in root history overview correctly. (#83)



* Implement functionality to display jobs contained in folders.



* JENKINS-56023 Fix issue



* Fix some missing nullpointer checks.



* Improve code style, delete debug comments.



* Fix bug implemented in last commit.



* Deleted debug statement.



* Implemented full tree search for jobs in folders.



* Added some null checks.



* Removed some TODOs and a small mistake



* Remove unused import statements.



* Deactivate restoring for folder jobs, because it is buggy.



* Remove Restore project button in history.jelly, too.



* Replace general import statements by exact ones.





  Commit: 3e64d623404146d3dc93ef264daae93ca4c5f916

      
https://github.com/jenkinsci/jobConfigHistory-plugin/commit/3e64d623404146d3dc93ef264daae93ca4c5f916

  Author: Allan Burdajewicz <aburdajew...@cloudbees.com>

  Date:   2019-03-13 (Wed, 13 Mar 2019)



  Changed paths:

    M src/main/java/hudson/plugins/jobConfigHistory/JobConfigHistoryConsts.java



  Log Message:

  -----------

  [JENKINS-45821] Add the MilestoneStep file by default (#74)





  Commit: f0f199d43c2f5ffb5082f4f024f164aaec4d3c70

      
https://github.com/jenkinsci/jobConfigHistory-plugin/commit/f0f199d43c2f5ffb5082f4f024f164aaec4d3c70

  Author: Jochen Fürbacher <jochen.fuerbac...@1und1.de>

  Date:   2019-03-13 (Wed, 13 Mar 2019)



  Changed paths:

    M pom.xml

    M 
src/test/java/hudson/plugins/jobConfigHistory/JobConfigHistoryBaseActionIT.java

    M src/test/java/hudson/plugins/jobConfigHistory/JobConfigHistoryIT.java

    M 
src/test/java/hudson/plugins/jobConfigHistory/JobConfigHistoryRootActionIT.java

    M src/test/java/hudson/plugins/jobConfigHistory/PluginIT.java



  Log Message:

  -----------

  Use test-harness of parent pom, fix tests





  Commit: 2c3a04ec50d79428233bf013dd32ae6adef013c1

      
https://github.com/jenkinsci/jobConfigHistory-plugin/commit/2c3a04ec50d79428233bf013dd32ae6adef013c1

  Author: Jochen Fürbacher <jochen.fuerbac...@1und1.de>

  Date:   2019-03-13 (Wed, 13 Mar 2019)



  Changed paths:

    M src/test/java/hudson/plugins/jobConfigHistory/JobConfigHistoryIT.java



  Log Message:

  -----------

  IT: Set ItemGroup of MavenModuleSet





  Commit: 23c7d2334a486e01f2e53abd9904422bf067f9fa

      
https://github.com/jenkinsci/jobConfigHistory-plugin/commit/23c7d2334a486e01f2e53abd9904422bf067f9fa

  Author: Jochen Fürbacher <jochen.fuerbac...@1und1.de>

  Date:   2019-03-13 (Wed, 13 Mar 2019)



  Changed paths:



  Log Message:

  -----------

  Merge branch 'fixTests' of github.com:jenkinsci/jobConfigHistory-plugin into 
fixTests





Compare: 
https://github.com/jenkinsci/jobConfigHistory-plugin/compare/b7bf457e7827...23c7d2334a48

-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to