1. 03 8月, 2015 7 次提交
  2. 01 8月, 2015 4 次提交
  3. 31 7月, 2015 19 次提交
  4. 30 7月, 2015 10 次提交
    • S
      Merge branch 'backup-directory-permissions' into 'master' · fcf8a648
      Stan Hu 提交于
      Backup directory permissions
      
      This sidesteps problems with running 'chmod' on some CIFS mounts.
      
      Closes #1704 
      https://gitlab.com/gitlab-org/gitlab-ce/issues/1704
      
      See merge request !1065
      fcf8a648
    • J
      Merge branch 'fix-rake-check-hooks' into 'master' · c13e2290
      Jacob Vosmaer 提交于
      Check that hooks directory exists before attempting to call realpath
      
      This MR checks that the hooks directories actually exist before attempting to resolve their `realpath`.
      
      Users who attempted to restore from source to an omnibus installation would get ugly errors when running `gitlab-rake gitlab:check`:
      
      ```
      Errno::ENOENT: No such file or directory @ realpath_rec - /var/opt/gitlab/git-data/repositories/Wanda/www.git/hooks
      /opt/gitlab/embedded/service/gitlab-rails/lib/tasks/gitlab/check.rake:488:in `realpath'
      /opt/gitlab/embedded/service/gitlab-rails/lib/tasks/gitlab/check.rake:488:in `block in check_repos_hooks_directory_is_link'
      /opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/activerecord-4.1.11/lib/active_record/relation/batches.rb:52:in `block (2 levels) in find_each'
      /opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/activerecord-4.1.11/lib/active_record/relation/batches.rb:52:in `each'
      /opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/activerecord-4.1.11/lib/active_record/relation/batches.rb:52:in `block in find_each'
      /opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/activerecord-4.1.11/lib/active_record/relation/batches.rb:126:in `find_in_batches'
      /opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/activerecord-4.1.11/lib/active_record/relation/batches.rb:51:in `find_each'
      /opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/activerecord-4.1.11/lib/active_record/querying.rb:9:in `find_each'
      /opt/gitlab/embedded/service/gitlab-rails/lib/tasks/gitlab/check.rake:482:in `check_repos_hooks_directory_is_link'
      /opt/gitlab/embedded/service/gitlab-rails/lib/tasks/gitlab/check.rake:343:in `block (3 levels) in <top (required)>'
      Tasks: TOP => gitlab:check => gitlab:gitlab_shell:check
      ```
      
      Closes #2121
      
      #2082
      
      See merge request !1068
      c13e2290
    • S
      Check that hooks directory exists before attempting to call realpath · ee171028
      Stan Hu 提交于
      Closes #2121
      ee171028
    • D
      Fix method name. · 66cc712f
      Douwe Maan 提交于
      66cc712f
    • D
    • A
      Raise alert when group is deleted. · feb2865f
      Achilleas Pipinellis 提交于
      This change was made to match the project deletion.
      feb2865f
    • D
      Fix Project · 2a60b800
      Douwe Maan 提交于
      2a60b800
    • D
      No more web url · b8066e2c
      Douwe Maan 提交于
      b8066e2c
    • D
      Fix docs · 1c7a8b8c
      Douwe Maan 提交于
      1c7a8b8c
    • D
      Merge branch 'fix-single-quote-in-network-graph' into 'master' · 1e4b3264
      Douwe Maan 提交于
      Fix network graph when branch name has single quotes
      
      ## Steps to reproduce
      
      1. Create a branch with a single quote in the branch name: "`test`"
      2. Look at Project's Network view
      
      Closes https://github.com/gitlabhq/gitlabhq/issues/9500
      
      See merge request !1063
      1e4b3264