1. 14 6月, 2015 1 次提交
  2. 11 6月, 2015 1 次提交
  3. 10 6月, 2015 1 次提交
  4. 05 6月, 2015 4 次提交
  5. 03 6月, 2015 6 次提交
    • M
      Add a changelog item. · 7af2fbba
      Marin Jankovski 提交于
      7af2fbba
    • D
      Add CHANGELOG item · 55715735
      Dmitriy Zaporozhets 提交于
      Signed-off-by: NDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
      55715735
    • D
      Move repository when project is removed · 97ff86e0
      Dmitriy Zaporozhets 提交于
      Ths commit does next:
      
      * When we remove project we move repository to path+deleted.git
      * Then we schedule removal of path+deleted with sidekiq
      * If repository move failed we abort project removal
      
      This should help us with NFS issue when project get removed but
      repository stayed. The full explanation of problem is below:
      
      * rm -rf project.git
      * rm -rf removes project.git/objects/foo
      * NFS server renames foo to foo.nfsXXXX because some NFS client (think
      * Unicorn) still has the file open
      * rm -rf exits, but project.git/objects/foo.nfsXXX still exists
      * Unicorn closes the file, the NFS client closes the file (foo), and the
      * NFS server removes foo.nfsXXX
      * the directory project.git/objects/ still exists => problem
      
      So now we move repository and even if repository removal failed
      
      Repository directory is moved so no bugs with project removed but
      repository directory taken. User still able to create new project with
      same name. From administrator perspective you can easily find stalled
      repositories by searching `*+deleted.git`
      Signed-off-by: NDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
      97ff86e0
    • A
      Add option to automatically link omniauth and LDAP identities · dfcea8ed
      Alex Lossent 提交于
      Until now, a user needed to first sign in with his LDAP identity and then manually
      link his/her account with an omniauth identity from their profile.
      Only when this is done can the user authenticate with the omniauth provider and at
      the same time benefit from the LDAP integration (HTTPS authentication with LDAP
      username/password and in EE: LDAP groups, SSH keys etc.).
      This feature automates the process by looking up a corresponding LDAP person when a
      user connects with omniauth for the first time and then automatically linking the LDAP
      and omniauth identities (of course, like the existing allow_single_sign_on setting,
      this is meant to be used with trusted omniauth providers).
      The result is identical to a manual account link.
      
      Add config initializers for other omniauth settings.
      dfcea8ed
    • S
    • T
      Remove "(unreleased)" from v 7.11.0 · b49302f2
      Toni Lähdekorpi 提交于
      b49302f2
  6. 02 6月, 2015 4 次提交
  7. 30 5月, 2015 4 次提交
  8. 29 5月, 2015 6 次提交
  9. 28 5月, 2015 4 次提交
  10. 27 5月, 2015 9 次提交