1. 11 3月, 2016 33 次提交
  2. 10 3月, 2016 7 次提交
    • J
      Merge branch 'download-button-flicker' into 'master' · 3d4063ef
      Jacob Schatz 提交于
      Fixed flicker of download project button
      
      Closes #14177
      
      ![download-button-flicker](/uploads/21e8ccc68ed66394c8ec65ca549f94ad/download-button-flicker.gif)
      
      See merge request !3152
      3d4063ef
    • J
      Merge branch 'roperzh/gitlab-ce-issue-13334' into 'master' · 8179f4fc
      Jacob Schatz 提交于
      Decrease the font size and the padding of the `.anchor` icons used in the README
      
      _Originally opened at !2819 by @roperzh._
      
      - - -
      
      ## What does this MR do?
      
      Removes an overlap between the anchor icons on the readme and the sidebar on small screens by reducing the size and the padding of the icon.
      
      ## Are there points in the code the reviewer needs to double check?
      
      Probably someone in the Design / UX team will need to review if the solution makes sense.
      
      ## What are the relevant issue numbers?
      
      Issue #13334
      
      ## Screenshots
      
      ![Screen_Shot_2016-02-15_at_3.35.13_PM](/uploads/0e8b215809eee8efec9b6a136b0bd841/Screen_Shot_2016-02-15_at_3.35.13_PM.png)
      
      See merge request !3150
      8179f4fc
    • D
      Merge branch 'optimize-project-ci-services' into 'master' · 38823e3e
      Douwe Maan 提交于
      Optimize Project#ci_service(s)
      
      Related issue: gitlab-org/gitlab-ce#14186
      
      See merge request !3158
      38823e3e
    • J
      Merge branch 'quick-submit-note-edit' into 'master' · a1f45310
      Jacob Schatz 提交于
      Fixed quick submit on note edit
      
      Also removed the cloning of forms for note edits. Instead it just hides/shows the form seeing as it is already there
      
      Closes #14094
      
      See merge request !3151
      a1f45310
    • Y
      Optimize Project#ci_service(s) · f2992cf3
      Yorick Peterse 提交于
      The method Project#ci_services would load all services into memory
      (including _all_ their columns) and then use Enumerable#select to reduce
      the list. Project#ci_service in turn would further reduce this list down
      to just 1 Service instance.
      
      Instead of doing all this in Ruby we can just offload the work to the
      database, reducing the amount of time spent in these methods. These
      changes reduce the time of the first call to Project#ci_services from
      around 240 ms to around 10 ms, though the final timings will vary based
      on database load. Because Project#ci_service is memoized there's no
      further overhead introduced by using a database query.
      
      Fixes gitlab-org/gitlab-ce#14186
      f2992cf3
    • J
      Merge branch 'copy-markdown-snippet' into 'master' · b9c9948f
      Jacob Schatz 提交于
      Fixes issue with markdown snippet not being copyable
      
      On markdown snippets this adds a hidden div with the raw markdown content so that it can be copied
      
      Closes #13882
      
      See merge request !3153
      b9c9948f
    • P
      Fixed failing milestone filter tests · ee9a6d7f
      Phil Hughes 提交于
      ee9a6d7f