Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/xcode-plugin
  Commit: be4656630e3cc4cf1dffd59e3f8b42942a05334f
      
https://github.com/jenkinsci/xcode-plugin/commit/be4656630e3cc4cf1dffd59e3f8b42942a05334f
  Author: Kazuhide Takahashi <kazuhid...@linux-powered.com>
  Date:   2019-05-10 (Fri, 10 May 2019)

  Changed paths:
    M src/main/java/au/com/rayh/DeveloperProfileLoader.java
    M src/main/java/au/com/rayh/Keychain.java
    A src/main/java/au/com/rayh/KeychainUnlockStep.java
    M src/main/java/au/com/rayh/XCodeBuilder.java
    M src/main/resources/au/com/rayh/GlobalConfigurationImpl/config.jelly
    A src/main/resources/au/com/rayh/KeychainUnlockStep/config.jelly
    A src/main/resources/au/com/rayh/KeychainUnlockStep/config_ja.properties
    M src/main/resources/au/com/rayh/Messages.properties
    M src/main/resources/au/com/rayh/Messages_ja.properties

  Log Message:
  -----------
  Modified to save the keychain password encrypted in 'Configure system' and 
'Job configuration'.
The steps to unlock the macOS keychain were separated so that they could be 
used alone.


  Commit: cda4a35eed586a992e7f4b7fa1e69ec4957382d6
      
https://github.com/jenkinsci/xcode-plugin/commit/cda4a35eed586a992e7f4b7fa1e69ec4957382d6
  Author: Mathieu Delrocq <delrocq.math...@gmail.com>
  Date:   2019-05-10 (Fri, 10 May 2019)

  Changed paths:
    M src/main/java/au/com/rayh/DeveloperProfile.java

  Log Message:
  -----------
  Correction of the display bug on Apple developper profil credentials


  Commit: fca88b31e682edb9b01c2615bd8a5743dce4d518
      
https://github.com/jenkinsci/xcode-plugin/commit/fca88b31e682edb9b01c2615bd8a5743dce4d518
  Author: Mathieu Delrocq <delrocq.math...@gmail.com>
  Date:   2019-05-10 (Fri, 10 May 2019)

  Changed paths:
    M src/main/java/au/com/rayh/DeveloperProfile.java

  Log Message:
  -----------
  organize import


  Commit: c42620dd10afe3a67f479a6d00fbbf7474982c7e
      
https://github.com/jenkinsci/xcode-plugin/commit/c42620dd10afe3a67f479a6d00fbbf7474982c7e
  Author: Kazuhide Takahashi <kazuhid...@linux-powered.com>
  Date:   2019-05-12 (Sun, 12 May 2019)

  Changed paths:
    M src/main/java/au/com/rayh/DeveloperProfile.java

  Log Message:
  -----------
  Merge remote-tracking branch 
'fix_display_bug/fix_display_bug_developper_profil_credentials' into 
separate_keychain_unlock


  Commit: 73cddf4fb12a4ab5108398cdb01401e93206664a
      
https://github.com/jenkinsci/xcode-plugin/commit/73cddf4fb12a4ab5108398cdb01401e93206664a
  Author: Kazuhide Takahashi <kazuhid...@linux-powered.com>
  Date:   2019-05-12 (Sun, 12 May 2019)

  Changed paths:
    M src/main/java/au/com/rayh/DeveloperProfileLoader.java
    M src/main/java/au/com/rayh/Keychain.java
    M src/main/java/au/com/rayh/KeychainUnlockStep.java
    M src/main/java/au/com/rayh/XCodeBuilder.java

  Log Message:
  -----------
  Change @DataBoundConstructor of Keychain to @Deprecated.


  Commit: 6d2ba41062b6c7fcd51293a4d179d3309eb9329c
      
https://github.com/jenkinsci/xcode-plugin/commit/6d2ba41062b6c7fcd51293a4d179d3309eb9329c
  Author: Kazuhide Takahashi <kazuhid...@linux-powered.com>
  Date:   2019-05-13 (Mon, 13 May 2019)

  Changed paths:
    M src/main/java/au/com/rayh/DeveloperProfileLoader.java
    M src/main/java/au/com/rayh/KeychainUnlockStep.java

  Log Message:
  -----------
  Fix form validation bugs


  Commit: fc2bd6fd71a4f0abb10143221250d2d882ff2e80
      
https://github.com/jenkinsci/xcode-plugin/commit/fc2bd6fd71a4f0abb10143221250d2d882ff2e80
  Author: Kazuhide Takahashi <kazuhid...@linux-powered.com>
  Date:   2019-05-13 (Mon, 13 May 2019)

  Changed paths:
    M src/main/java/au/com/rayh/DeveloperProfileLoader.java
    M src/main/java/au/com/rayh/KeychainUnlockStep.java
    M src/main/java/au/com/rayh/XCodeBuilder.java

  Log Message:
  -----------
  Fix value setting bugs in getKeychain


  Commit: e2298a5c36e8b210974b01df201ce1f3707b5153
      
https://github.com/jenkinsci/xcode-plugin/commit/e2298a5c36e8b210974b01df201ce1f3707b5153
  Author: Kazuhide Takahashi <kazuhid...@linux-powered.com>
  Date:   2019-05-27 (Mon, 27 May 2019)

  Changed paths:
    M src/main/java/au/com/rayh/DeveloperProfile.java
    M src/main/java/au/com/rayh/DeveloperProfileLoader.java
    M src/main/java/au/com/rayh/Keychain.java
    A src/main/java/au/com/rayh/KeychainUnlockStep.java
    M src/main/java/au/com/rayh/XCodeBuilder.java
    M src/main/resources/au/com/rayh/GlobalConfigurationImpl/config.jelly
    A src/main/resources/au/com/rayh/KeychainUnlockStep/config.jelly
    A src/main/resources/au/com/rayh/KeychainUnlockStep/config_ja.properties
    M src/main/resources/au/com/rayh/Messages.properties
    M src/main/resources/au/com/rayh/Messages_ja.properties

  Log Message:
  -----------
  Merge pull request #102 from kazuhidet/separate_keychain_unlock

Modified to encrypt the keychain password.


Compare: 
https://github.com/jenkinsci/xcode-plugin/compare/f55e8b2f9fe4...e2298a5c36e8

-- 
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/xcode-plugin/push/refs/heads/master/f55e8b-e2298a%40github.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to