Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/last-changes-plugin
  Commit: e46ef8ec9498547b063588dffb548ff29aa0fc46
      
https://github.com/jenkinsci/last-changes-plugin/commit/e46ef8ec9498547b063588dffb548ff29aa0fc46
  Author: david-mntl <p.david0...@gmail.com>
  Date:   2020-02-02 (Sun, 02 Feb 2020)

  Changed paths:
    M src/main/java/com/github/jenkins/lastchanges/LastChangesPublisher.java

  Log Message:
  -----------
  Copying .git directory to local workspace bug fixed. Not working with all 
functionalities.


  Commit: e6bf4483f6f613ee6a8b552978a2a75bb41b07fa
      
https://github.com/jenkinsci/last-changes-plugin/commit/e6bf4483f6f613ee6a8b552978a2a75bb41b07fa
  Author: david-mntl <p.david0...@gmail.com>
  Date:   2020-02-02 (Sun, 02 Feb 2020)

  Changed paths:
    M src/main/java/com/github/jenkins/lastchanges/LastChangesPublisher.java
    M src/main/java/com/github/jenkins/lastchanges/LastChangesUtil.java

  Log Message:
  -----------
  Fixed the bug for all existing functionalities FOR GIT REPOSITORIES, where 
the plugin copied the whole .git directory to work in it locally.

Now it works on the designed node (Master or Slave) depending on
where the build is selected to be run. For SVN repositories, the
plugin still copies the directory in order to work on it locally


  Commit: bc33f818260f645f801aa5c3ac791263c9634f46
      
https://github.com/jenkinsci/last-changes-plugin/commit/bc33f818260f645f801aa5c3ac791263c9634f46
  Author: david-mntl <p.david0...@gmail.com>
  Date:   2020-02-02 (Sun, 02 Feb 2020)

  Changed paths:
    M src/main/java/com/github/jenkins/lastchanges/LastChangesPublisher.java
    M src/main/java/com/github/jenkins/lastchanges/LastChangesUtil.java

  Log Message:
  -----------
  Added some extra comments to some methods


  Commit: 7dc44acca55d5ef9da172f36e29c425f5856c9b3
      
https://github.com/jenkinsci/last-changes-plugin/commit/7dc44acca55d5ef9da172f36e29c425f5856c9b3
  Author: david-mntl <p.david0...@gmail.com>
  Date:   2020-02-02 (Sun, 02 Feb 2020)

  Changed paths:
    M src/main/java/com/github/jenkins/lastchanges/LastChangesPublisher.java
    M src/main/java/com/github/jenkins/lastchanges/LastChangesUtil.java

  Log Message:
  -----------
  Changed method used for remote control of the actions. Arrange of code


  Commit: ead75a9911543fbd5425f64697393673f23ba43f
      
https://github.com/jenkinsci/last-changes-plugin/commit/ead75a9911543fbd5425f64697393673f23ba43f
  Author: david-mntl <p.david0...@gmail.com>
  Date:   2020-02-02 (Sun, 02 Feb 2020)

  Changed paths:
    M src/main/java/com/github/jenkins/lastchanges/LastChangesPublisher.java
    M src/main/java/com/github/jenkins/lastchanges/LastChangesUtil.java

  Log Message:
  -----------
  Some comments added, some rearrange of the code


  Commit: a816da191771980282d6baf0f3ee510a3773877b
      
https://github.com/jenkinsci/last-changes-plugin/commit/a816da191771980282d6baf0f3ee510a3773877b
  Author: david-mntl <p.david0...@gmail.com>
  Date:   2020-02-02 (Sun, 02 Feb 2020)

  Changed paths:
    M src/main/java/com/github/jenkins/lastchanges/LastChangesPublisher.java

  Log Message:
  -----------
  SVN: Fixed bug, now it does not longer copies the directory into the local 
workspace to work on it.


  Commit: c3e888ab0dde738018cae0d0fcba08250f2ac53a
      
https://github.com/jenkinsci/last-changes-plugin/commit/c3e888ab0dde738018cae0d0fcba08250f2ac53a
  Author: david-mntl <p.david0...@gmail.com>
  Date:   2020-02-02 (Sun, 02 Feb 2020)

  Changed paths:
    M src/main/java/com/github/jenkins/lastchanges/LastChangesUtil.java

  Log Message:
  -----------
  Role back of LastChangesUtil.java File


  Commit: 2a3891c2864ac1bfc48b67ae55a9c3a06eff65d7
      
https://github.com/jenkinsci/last-changes-plugin/commit/2a3891c2864ac1bfc48b67ae55a9c3a06eff65d7
  Author: Dmitrii Semikin <d.semi...@sab-engineering.com>
  Date:   2020-02-02 (Sun, 02 Feb 2020)

  Changed paths:
    M src/main/java/com/github/jenkins/lastchanges/LastChangesUtil.java

  Log Message:
  -----------
  Rollback LastChangesUtil.java - second try


  Commit: f92a0535be57f1ccc2ad99e375f31649d19b3b78
      
https://github.com/jenkinsci/last-changes-plugin/commit/f92a0535be57f1ccc2ad99e375f31649d19b3b78
  Author: david-mntl <p.david0...@gmail.com>
  Date:   2020-02-02 (Sun, 02 Feb 2020)

  Changed paths:
    M src/main/java/com/github/jenkins/lastchanges/LastChangesPublisher.java

  Log Message:
  -----------
  Recommendations suggested for the code, done


  Commit: a17067f879ae0a51fa8360132e3f1e8b52f36cf2
      
https://github.com/jenkinsci/last-changes-plugin/commit/a17067f879ae0a51fa8360132e3f1e8b52f36cf2
  Author: david-mntl <p.david0...@gmail.com>
  Date:   2020-02-02 (Sun, 02 Feb 2020)

  Changed paths:
    M src/main/java/com/github/jenkins/lastchanges/LastChangesPublisher.java

  Log Message:
  -----------
  Code review recommendations done: Some refactoring and re-arrange of methods.


  Commit: 0f0bb4556b76c0ae9bf14d86e75bb4fd803931b0
      
https://github.com/jenkinsci/last-changes-plugin/commit/0f0bb4556b76c0ae9bf14d86e75bb4fd803931b0
  Author: david-mntl <p.david0...@gmail.com>
  Date:   2020-02-02 (Sun, 02 Feb 2020)

  Changed paths:
    M src/main/java/com/github/jenkins/lastchanges/LastChangesPublisher.java

  Log Message:
  -----------
  Adding error causes to some 'try and catch' implementations


Compare: 
https://github.com/jenkinsci/last-changes-plugin/compare/cd39d0e42fa0...0f0bb4556b76

-- 
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/last-changes-plugin/push/refs/heads/master/cd39d0-0f0bb4%40github.com.

Reply via email to