Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 0bb77fa87fabc29923043c2808345d63eb01418a
      
https://github.com/jenkinsci/jenkins/commit/0bb77fa87fabc29923043c2808345d63eb01418a
  Author: Oleg Nenashev <o.v.nenas...@gmail.com>
  Date:   2019-06-28 (Fri, 28 Jun 2019)

  Changed paths:
    M core/src/main/java/jenkins/model/Jenkins.java
    M core/src/test/java/jenkins/model/JenkinsGetRootUrlTest.java

  Log Message:
  -----------
  Merge pull request #4072 from lorainsu/master

[JENKINS-58041] Add support for IPv6 when getting "Jenkins URL"


  Commit: a57e3921edf4dc219c029119c64cdc27e7b73cc5
      
https://github.com/jenkinsci/jenkins/commit/a57e3921edf4dc219c029119c64cdc27e7b73cc5
  Author: rudolfwalter <5520371+rudolfwal...@users.noreply.github.com>
  Date:   2019-06-28 (Fri, 28 Jun 2019)

  Changed paths:
    M core/src/main/resources/lib/form/textarea/textarea.js

  Log Message:
  -----------
  [JENKINS-58240] - Plugins should be able to provide onBlur for codemirror 
textarea. (#4046)


  Commit: c7ef476fa0a2c36786465cb6fe174f9a51bf9e4d
      
https://github.com/jenkinsci/jenkins/commit/c7ef476fa0a2c36786465cb6fe174f9a51bf9e4d
  Author: Josh Soref <jso...@users.noreply.github.com>
  Date:   2019-06-28 (Fri, 28 Jun 2019)

  Changed paths:
    M core/src/main/java/hudson/ExtensionFinder.java

  Log Message:
  -----------
  IntelliJ/Java: Duplicate code -- Refactored as 
ExtensionFinder.getClassFromIndex (#4079)

* IntelliJ/Java: Duplicate code -- Refactored as 
ExtensionFinder.getClassFromIndex

* Adding braces around throw new AssertionError


  Commit: 49c6f89d00e4e1f7833a5e6c449a6a852e955093
      
https://github.com/jenkinsci/jenkins/commit/49c6f89d00e4e1f7833a5e6c449a6a852e955093
  Author: Kohsuke Kawaguchi <k...@kohsuke.org>
  Date:   2019-06-30 (Sun, 30 Jun 2019)

  Changed paths:
    M cli/pom.xml
    M core/pom.xml
    M pom.xml
    M test-jdk8/pom.xml
    M test-pom/pom.xml
    M test/pom.xml
    M war/pom.xml

  Log Message:
  -----------
  [maven-release-plugin] prepare release jenkins-2.183


  Commit: a81d72420bdda7371be3c268abbf23c07b72064c
      
https://github.com/jenkinsci/jenkins/commit/a81d72420bdda7371be3c268abbf23c07b72064c
  Author: Kohsuke Kawaguchi <k...@kohsuke.org>
  Date:   2019-06-30 (Sun, 30 Jun 2019)

  Changed paths:
    M cli/pom.xml
    M core/pom.xml
    M pom.xml
    M test-jdk8/pom.xml
    M test-pom/pom.xml
    M test/pom.xml
    M war/pom.xml

  Log Message:
  -----------
  [maven-release-plugin] prepare for next development iteration


  Commit: 461f7ea412a1f3eac775a9fb643b8fb3c9858624
      
https://github.com/jenkinsci/jenkins/commit/461f7ea412a1f3eac775a9fb643b8fb3c9858624
  Author: ThomasPerkins1123 <thomasperkins1...@users.noreply.github.com>
  Date:   2019-07-03 (Wed, 03 Jul 2019)

  Changed paths:
    A cli/src/test/java/hudson/cli/HexDumpTest.java

  Log Message:
  -----------
  Add unit tests for hudson.cli.HexDump (#4058)

* Add unit tests for hudson.cli.HexDump

These tests were written using Diffblue Cover.

* Changed byte arrays to work for windows


  Commit: f71af8be1abb42ed2662a6f5d311fbcbcd813581
      
https://github.com/jenkinsci/jenkins/commit/f71af8be1abb42ed2662a6f5d311fbcbcd813581
  Author: Josh Soref <jso...@users.noreply.github.com>
  Date:   2019-03-18 (Mon, 18 Mar 2019)

  Changed paths:
    M core/src/main/java/hudson/security/SecurityRealm.java
    M test/src/test/java/hudson/security/SecurityRealmTest.java

  Log Message:
  -----------
  [JENKINS-25046] Drop sessions when logging out

A user reported a 431 Header Fields Too Large
The cause was lots of accumulated JSESSION records in the user's cookie.

As an admin, I suggested logging out, because, ideally, that should clear the 
user's
cookies.

Except it didn't do that.

Now it should...


  Commit: d582f0fbc0c290a9dca359ab9ba77ce2ef456e9c
      
https://github.com/jenkinsci/jenkins/commit/d582f0fbc0c290a9dca359ab9ba77ce2ef456e9c
  Author: Josh Soref <jso...@users.noreply.github.com>
  Date:   2019-05-07 (Tue, 07 May 2019)

  Changed paths:
    M core/src/main/java/hudson/security/SecurityRealm.java
    M test/src/test/java/hudson/security/SecurityRealmTest.java

  Log Message:
  -----------
  Remove handling of winstone configuration bits

Write long essays explaining why this code is actually very simplistic and has 
so few conditions.


  Commit: 9a729c0c2fb9050022187b70130e3302fe2cf91e
      
https://github.com/jenkinsci/jenkins/commit/9a729c0c2fb9050022187b70130e3302fe2cf91e
  Author: Josh Soref <jso...@users.noreply.github.com>
  Date:   2019-05-07 (Tue, 07 May 2019)

  Changed paths:
    M test/src/test/java/hudson/security/SecurityRealmTest.java

  Log Message:
  -----------
  Remove Matchers class


  Commit: 2cb47c5465ed746db5de3eb31094e5eba132155f
      
https://github.com/jenkinsci/jenkins/commit/2cb47c5465ed746db5de3eb31094e5eba132155f
  Author: Josh Soref <jso...@users.noreply.github.com>
  Date:   2019-05-07 (Tue, 07 May 2019)

  Changed paths:
    M test/src/test/java/hudson/security/SecurityRealmTest.java

  Log Message:
  -----------
  Remove Matchers wildcard


  Commit: e1259ec46a2eb3322e33334acd8ab2ddab328873
      
https://github.com/jenkinsci/jenkins/commit/e1259ec46a2eb3322e33334acd8ab2ddab328873
  Author: Josh Soref <jso...@users.noreply.github.com>
  Date:   2019-05-08 (Wed, 08 May 2019)

  Changed paths:
    M test/src/test/java/hudson/security/SecurityRealmTest.java

  Log Message:
  -----------
  Clarify test expectations by converting comments into code


  Commit: 45cf3ab8921fd5149b5875bf0ba8d21c20e4e0e3
      
https://github.com/jenkinsci/jenkins/commit/45cf3ab8921fd5149b5875bf0ba8d21c20e4e0e3
  Author: Josh Soref <jso...@users.noreply.github.com>
  Date:   2019-05-15 (Wed, 15 May 2019)

  Changed paths:
    M test/src/test/java/hudson/security/SecurityRealmTest.java

  Log Message:
  -----------
  Remove unused variable

Co-Authored-By: Wadeck Follonier <wad...@users.noreply.github.com>


  Commit: 1684de425edbb5df49c84d37aa59708d517845f1
      
https://github.com/jenkinsci/jenkins/commit/1684de425edbb5df49c84d37aa59708d517845f1
  Author: Tim Jacomb <t.jac...@kainos.com>
  Date:   2019-07-03 (Wed, 03 Jul 2019)

  Changed paths:
    M core/src/main/java/hudson/security/SecurityRealm.java

  Log Message:
  -----------
  Add fine logging for removing cookies


  Commit: ab8d33042d2be4df6eaf1a0bbb37520a029a8143
      
https://github.com/jenkinsci/jenkins/commit/ab8d33042d2be4df6eaf1a0bbb37520a029a8143
  Author: Oleg Nenashev <o.v.nenas...@gmail.com>
  Date:   2019-07-05 (Fri, 05 Jul 2019)

  Changed paths:
    M core/src/main/java/hudson/security/SecurityRealm.java
    M test/src/test/java/hudson/security/SecurityRealmTest.java

  Log Message:
  -----------
  Merge pull request #3939 from jsoref/logout-kill-sessions

[JENKINS-25046] Drop cookie sessions when logging out


Compare: 
https://github.com/jenkinsci/jenkins/compare/740f9eb3ede9...ab8d33042d2b

-- 
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/jenkins/push/refs/heads/master/740f9e-ab8d33%40github.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to