1. 29 7月, 2015 4 次提交
  2. 28 7月, 2015 5 次提交
  3. 27 7月, 2015 5 次提交
  4. 26 7月, 2015 3 次提交
  5. 25 7月, 2015 11 次提交
    • S
      Merge branch 'fix-reload-with-full-diff-url' into 'master' · 4a76cbe2
      Stan Hu 提交于
      Fix the "Reload with full diff" URL button
      
      On the first load, the merge request tabs would be requested in JSON format to render
      the HTML. This would cause the "Reload with full diff" button to create a link to `diff.json`. Instead, generate the path in HTML mode.
      
      Closes #2041
      
      See merge request !1019
      4a76cbe2
    • D
      Merge branch 'rs-issue-2092' into 'master' · fffbc369
      Douwe Maan 提交于
      Dynamically check `:admin_*` ability in two more spots.
      
      Closes #2092 
      
      Depends on !1037 
      
      See merge request !1042
      fffbc369
    • S
      Merge branch 'master' of github.com:gitlabhq/gitlabhq · 71a8c780
      Stan Hu 提交于
      71a8c780
    • V
      Merge branch 'fix-error-500-when-no-head' into 'master' · bbbcc965
      Valery Sizov 提交于
      Fix error 500 when no HEAD is available
      
      Steps to reproduce:
      
      1. Create a project with a README
      2. In the actual remote, type: `git symbolic-ref HEAD refs/heads/nowhere`
      3. Check that HEAD is gone via `git ls-remote .`
      4. Go to the projects page and see the Error 500
      
      Error:
      
      ```
      NoMethodError - undefined method `sha' for nil:NilClass:
        app/helpers/projects_helper.rb:281:in `readme_cache_key'
        app/views/projects/_readme.html.haml:10:in `_app_views_projects__readme_html_haml___2036282917939462960_70154565285700'
        actionview (4.1.11) lib/action_view/template.rb:145:in `block in render'
        activesupport (4.1.11) lib/active_support/notifications.rb:159:in `block in instrument'
        activesupport (4.1.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
        activesupport (4.1.11) lib/active_support/notifications.rb:159:in `instrument'
        actionview (4.1.11) lib/action_view/template.rb:339:in `instrument'
        actionview (4.1.11) lib/action_view/template.rb:143:in `render'
        rack-mini-profiler (0.9.0) lib/mini_profiler/profiling_methods.rb:108:in `block in profile_method'
        actionview (4.1.11) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
        actionview (4.1.11) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
        actionview (4.1.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
        activesupport (4.1.11) lib/active_support/notifications.rb:159:in `block in instrument'
        activesupport (4.1.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
        activesupport (4.1.11) lib/active_support/notifications.rb:159:in `instrument'
        actionview (4.1.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
        actionview (4.1.11) lib/action_view/renderer/partial_renderer.rb:278:in `render'
        actionview (4.1.11) lib/action_view/renderer/renderer.rb:47:in `render_partial'
        actionview (4.1.11) lib/action_view/helpers/rendering_helper.rb:35:in `render'
        haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml'
        haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml'
        haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml'
        app/views/projects/show.html.haml:47:in `_app_views_projects_show_html_haml__1458303859692972698_70154948164180'
        actionview (4.1.11) lib/action_view/template.rb:145:in `block in render'
        activesupport (4.1.11) lib/active_support/notifications.rb:159:in `block in instrument'
      ```
      
      Closes https://github.com/gitlabhq/gitlabhq/issues/9484, but there may be some other issue there.
      
      See merge request !1041
      bbbcc965
    • V
      Merge branch 'rs-issue-2058' into 'master' · 330109ee
      Valery Sizov 提交于
      Add admin_merge_request ability to Developer level and up
      
      This was necessary because this permission is checked dynamically by
      `app/views/shared/issuable/_context` when on a Merge Request.
      
      Closes #2058
      
      See merge request !1037
      330109ee
    • R
      Dynamically check `:admin_*` ability in IssuableBaseService · b9b2d086
      Robert Speicher 提交于
      Closes #2092
      b9b2d086
    • R
      Dynamically check `:admin_*` ability on issuable form · e496c35f
      Robert Speicher 提交于
      Closes #2092
      e496c35f
    • R
      Add Issuable#to_ability_name · 37bc7bac
      Robert Speicher 提交于
      37bc7bac
    • R
      Add "Manage merge requests" permission to docs · b5e6ffa6
      Robert Speicher 提交于
      b5e6ffa6
    • R
      Add admin_merge_request ability to Developer level and up · 31dc5e70
      Robert Speicher 提交于
      This was necessary because this permission is checked dynamically by
      `app/views/shared/issuable/_context` when on a Merge Request.
      
      Closes #2058
      31dc5e70
    • S
      Fix Error 500 when browsing projects with no HEAD · a5e8ea54
      Stan Hu 提交于
      Steps to reproduce:
      1. Create a project with a README
      2. In the actual remote, type: `git symbolic-ref HEAD refs/heads/nowhere`
      3. Check that HEAD is gone via `git ls-remote .`
      4. Go to the projects page and see the Error 500
      
      Closes https://github.com/gitlabhq/gitlabhq/issues/9484
      a5e8ea54
  6. 24 7月, 2015 7 次提交
  7. 23 7月, 2015 5 次提交