Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/stashnotifier-plugin
  Commit: a5267210ecc2a7e43ff20ebb8cc6918a7ab98bf0
      
https://github.com/jenkinsci/stashnotifier-plugin/commit/a5267210ecc2a7e43ff20ebb8cc6918a7ab98bf0
  Author: Pavel Batanov <pa...@batanov.me>
  Date:   2015-11-07 (Sat, 07 Nov 2015)

  Changed paths:
    M .gitignore
    M .travis.yml
    M pom.xml
    M readme.md
    M src/main/java/org/jenkinsci/plugins/stashNotifier/StashNotifier.java
    M 
src/main/resources/org/jenkinsci/plugins/stashNotifier/StashNotifier/config.jelly
    M 
src/main/resources/org/jenkinsci/plugins/stashNotifier/StashNotifier/global.jelly
    A 
src/main/resources/org/jenkinsci/plugins/stashNotifier/StashNotifier/help-disableInprogressNotification.html
    A src/main/webapp/help-globalConfig-disableInprogressNotification.html
    M src/test/java/org/jenkinsci/plugins/stashNotifier/StashNotifierTest.java

  Log Message:
  -----------
  Merge pull request #75 from jenkinsci/release/stashnotifier-1.9

StashNotifier 1.9


  Commit: 1faabad7f97ddee8bba0c001791076a3747ee9bb
      
https://github.com/jenkinsci/stashnotifier-plugin/commit/1faabad7f97ddee8bba0c001791076a3747ee9bb
  Author: Pavel Batanov <pa...@batanov.me>
  Date:   2015-11-07 (Sat, 07 Nov 2015)

  Changed paths:
    M .gitignore
    M pom.xml

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into develop


  Commit: 844910b7ab66b442eed1b8437b2f1485484e5d48
      
https://github.com/jenkinsci/stashnotifier-plugin/commit/844910b7ab66b442eed1b8437b2f1485484e5d48
  Author: Aaron Wood <aaronjw...@gmail.com>
  Date:   2015-12-08 (Tue, 08 Dec 2015)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/stashNotifier/StashNotifier.java

  Log Message:
  -----------
  Provide fallback for getting the instance's root URL


  Commit: a1785107fdf6341acd9b318e4fb03a38e38d3509
      
https://github.com/jenkinsci/stashnotifier-plugin/commit/a1785107fdf6341acd9b318e4fb03a38e38d3509
  Author: Aaron Wood <aaronjw...@gmail.com>
  Date:   2015-12-09 (Wed, 09 Dec 2015)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/stashNotifier/StashNotifier.java

  Log Message:
  -----------
  Need parenthesis around the ternary, otherwise we get a null pointer exception


  Commit: a18ea0fdf02266322913ff6ef2ab180eaa47addf
      
https://github.com/jenkinsci/stashnotifier-plugin/commit/a18ea0fdf02266322913ff6ef2ab180eaa47addf
  Author: Pavel Batanov <pa...@batanov.me>
  Date:   2015-12-09 (Wed, 09 Dec 2015)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/stashNotifier/StashNotifier.java

  Log Message:
  -----------
  Merge pull request #82 from aaronjwood/develop

Provide fallback for getting the instance's root URL

Fixes #81  
Fixes #79


  Commit: f72b0fa841d8c89d61ec05e73af2eea2338702d3
      
https://github.com/jenkinsci/stashnotifier-plugin/commit/f72b0fa841d8c89d61ec05e73af2eea2338702d3
  Author: Steven Goossens <steven.gooss...@amplexor.com>
  Date:   2016-01-12 (Tue, 12 Jan 2016)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/stashNotifier/StashNotifier.java

  Log Message:
  -----------
  Computer.CONFIGURE doesn't seem to be the premissions that are required (see 
javadoc: http://javadoc.jenkins-ci.org/hudson/model/Computer.html)

The Item.CONFIGURE seem to be the appropriate ones (see javadoc: 
http://javadoc.jenkins-ci.org/hudson/model/Item.html). We are checking if the 
user has permissions to configure the Item where the StashNotifier post build 
step has been added, right?
This also seem to correspond (roughly) to how the Git SCM plugin does its 
checks.

In any case this seems to fix the issue on my local setup (cloudbees folder + 
project matrix based security + local jenkins user database).


  Commit: 7bdc1cae63f9c9177d5938bfb894bb044d473f77
      
https://github.com/jenkinsci/stashnotifier-plugin/commit/7bdc1cae63f9c9177d5938bfb894bb044d473f77
  Author: Steven Goossens <steven.gooss...@amplexor.com>
  Date:   2016-01-13 (Wed, 13 Jan 2016)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/stashNotifier/StashNotifier.java

  Log Message:
  -----------
  Fixed support for hierarchical projects

Cleaned up fix for #86:

Ended up with something very similar to the implementation used by the Git SCM 
plugin.

Added possible fix for #78:

When looking for credentials, now we provide the project Item instead of the 
main Jenkins instance.

Some reference: 
https://wiki.jenkins-ci.org/display/JENKINS/Hierarchical+projects+support

Did a test on a local jenkins + stash setup, for both a hierarchical jenkins 
project, and one on the root.


  Commit: ab7216b6db2b81fec0b8a05781f54c1aa7b7cb20
      
https://github.com/jenkinsci/stashnotifier-plugin/commit/ab7216b6db2b81fec0b8a05781f54c1aa7b7cb20
  Author: Pavel Batanov <pa...@batanov.me>
  Date:   2016-01-14 (Thu, 14 Jan 2016)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/stashNotifier/StashNotifier.java

  Log Message:
  -----------
  Merge pull request #91 from stevengssns/develop

Fix credentials management process (@stevengssns)

Fix #86 
Fix #78


  Commit: 5e3c18fe79eecec910f222e3a839351022748d2f
      
https://github.com/jenkinsci/stashnotifier-plugin/commit/5e3c18fe79eecec910f222e3a839351022748d2f
  Author: Vladislav Medvedev <vladislav.medve...@devfactory.com>
  Date:   2016-01-20 (Wed, 20 Jan 2016)

  Changed paths:
    A CODE_COVERAGE.md
    M pom.xml
    M src/main/java/org/jenkinsci/plugins/stashNotifier/StashNotifier.java
    M src/test/java/org/jenkinsci/plugins/stashNotifier/StashNotifierTest.java

  Log Message:
  -----------
  sample


  Commit: 20722b2c5a42dbb2e67908a69a7956c717fd6bf1
      
https://github.com/jenkinsci/stashnotifier-plugin/commit/20722b2c5a42dbb2e67908a69a7956c717fd6bf1
  Author: Vladislav Medvedev <vladislav.medve...@devfactory.com>
  Date:   2016-01-20 (Wed, 20 Jan 2016)

  Changed paths:
    M src/test/java/org/jenkinsci/plugins/stashNotifier/StashNotifierTest.java

  Log Message:
  -----------
  added line before then


  Commit: 4953d218dc99677d3db42dd25360604da3cabb6d
      
https://github.com/jenkinsci/stashnotifier-plugin/commit/4953d218dc99677d3db42dd25360604da3cabb6d
  Author: Vladislav Medvedev <vladislav.medve...@devfactory.com>
  Date:   2016-01-20 (Wed, 20 Jan 2016)

  Changed paths:
    M CODE_COVERAGE.md

  Log Message:
  -----------
  removed example from CODE_COVERAGE.md


  Commit: cf8ddab248bb5a5b18d225ffdcd7d1ea9ab234cd
      
https://github.com/jenkinsci/stashnotifier-plugin/commit/cf8ddab248bb5a5b18d225ffdcd7d1ea9ab234cd
  Author: Vladislav Medvedev <vladislav.medve...@devfactory.com>
  Date:   2016-01-21 (Thu, 21 Jan 2016)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/stashNotifier/StashNotifier.java
    M src/test/java/org/jenkinsci/plugins/stashNotifier/StashNotifierTest.java

  Log Message:
  -----------
  fixed in accordance with 
https://github.com/jenkinsci/stashnotifier-plugin/pull/93#discussion_r50363547


  Commit: a008aa9366042f941271ccce856cf5479408b823
      
https://github.com/jenkinsci/stashnotifier-plugin/commit/a008aa9366042f941271ccce856cf5479408b823
  Author: Pavel Batanov <pa...@batanov.me>
  Date:   2016-01-22 (Fri, 22 Jan 2016)

  Changed paths:
    A CODE_COVERAGE.md
    M pom.xml
    M src/main/java/org/jenkinsci/plugins/stashNotifier/StashNotifier.java
    M src/test/java/org/jenkinsci/plugins/stashNotifier/StashNotifierTest.java

  Log Message:
  -----------
  Merge pull request #93 from DevFactory/release-UTS-334

Add unit tests for stashnotifier (@cyburs)


  Commit: c3c401b67b3d6a11e48acbf3d903f3201322bb1c
      
https://github.com/jenkinsci/stashnotifier-plugin/commit/c3c401b67b3d6a11e48acbf3d903f3201322bb1c
  Author: Pavel Batanov <bata...@banki.ru>
  Date:   2016-01-24 (Sun, 24 Jan 2016)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Update POM to restrict unattended upgrades


  Commit: 4f4fc93f55fbf546bb395250b6ea429b0cf6a08e
      
https://github.com/jenkinsci/stashnotifier-plugin/commit/4f4fc93f55fbf546bb395250b6ea429b0cf6a08e
  Author: Pavel Batanov <bata...@banki.ru>
  Date:   2016-01-24 (Sun, 24 Jan 2016)

  Changed paths:
    M readme.md

  Log Message:
  -----------
  Update readme to reflect latest dependencies


  Commit: 6f805a78f4084ed19cf45d4a0b91923f12fcd323
      
https://github.com/jenkinsci/stashnotifier-plugin/commit/6f805a78f4084ed19cf45d4a0b91923f12fcd323
  Author: Pavel Batanov <bata...@banki.ru>
  Date:   2016-01-24 (Sun, 24 Jan 2016)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/stashNotifier/StashNotifier.java

  Log Message:
  -----------
  Remove javadoc as it brokes the build


Compare: 
https://github.com/jenkinsci/stashnotifier-plugin/compare/958cc17e80b9...6f805a78f408

-- 
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