1. 23 Jun, 2016 10 commits
  2. 22 Jun, 2016 15 commits
  3. 21 Jun, 2016 15 commits
    • Dmitriy Zaporozhets's avatar
      Merge branch '18533-graphs-wiki-subnav' into 'master' · 04827fcb
      Dmitriy Zaporozhets authored
      Resolve "Graphs and Wiki subnav"
      
      Styles sub nav in `Wiki` and `Graphs`
      
      Closes #18533
      
      ![Screen_Shot_2016-06-15_at_9.32.43_AM](/uploads/111dae6e1b9c7d8038ac88b9be6f76a2/Screen_Shot_2016-06-15_at_9.32.43_AM.png)
      
      cc @dzaporozhets
      
      See merge request !4678
      04827fcb
    • Douwe Maan's avatar
      Merge branch 'update-mail_room-to-0.8.0' into 'master' · ba48ed86
      Douwe Maan authored
      Update mail_room to 0.8.0 to resolve #13357
      
      Update mail_room to 0.8.0 to resolve #13357
      
      Which includes the fix from:
      https://github.com/tpitale/mail_room/pull/73
      
      See merge request !4835
      ba48ed86
    • Dmitriy Zaporozhets's avatar
      Merge branch 'rename-code-to-repo' into 'master' · 93004a8c
      Dmitriy Zaporozhets authored
      Rename Code tab to Repository
      
      As discussed in #18830, this renames the "Code" tab to "Repository".
      
      Screenshot now:
      
      ![image](/uploads/a7807dfb5b42f037fe2a44475a4af883/image.png)
      
      
      See merge request !4807
      93004a8c
    • Robert Speicher's avatar
      Update VERSION to 8.9.0-rc8 · e8c70d49
      Robert Speicher authored
      e8c70d49
    • Jacob Schatz's avatar
      Merge branch '18934-compare-gray-block' into 'master' · ea9309f9
      Jacob Schatz authored
      Update gray block under subnav to match other pages
      
      ## What does this MR do?
      Makes Compare sub nav full width; replaces gray block with white one to match rest of pages
      
      ## What are the relevant issue numbers?
      Closes #18934 
      
      ## Screenshots (if relevant)
      ![Screen_Shot_2016-06-21_at_1.14.46_PM](/uploads/43377efe7816b854f48966bcbd96a1cc/Screen_Shot_2016-06-21_at_1.14.46_PM.png)
      
      cc @dzaporozhets 
      
      See merge request !4838
      ea9309f9
    • Robert Speicher's avatar
      Merge branch 'update-browser-gem' into 'master' · 6e654c2f
      Robert Speicher authored
      Update browser gem to 2.2.0
      
      A user with a certain browser would hit an Error 500:
      
      ```
      ArgumentError: invalid value for Float(): "0."
        from browser/accept_language.rb:45:in `Float'
        from browser/accept_language.rb:45:in `quality'
        from browser/accept_language.rb:15:in `each'
        from browser/accept_language.rb:15:in `sort_by'
        from browser/accept_language.rb:15:in `parse'
        from browser/base.rb:13:in `initialize'
        from browser.rb:125:in `new'
        from browser.rb:125:in `block in new'
        from browser.rb:125:in `map'
        from browser.rb:125:in `new'
        from browser/action_controller.rb:15:in `browser'
        from abstract_controller/helpers.rb:67:in `browser'
        from app/views/layouts/_head.html.haml:38:in `_app_views_layouts__head_html_haml__1626593241142487258_59224880'
      ```
      
      The root cause when the `Accept-Language` header would contain a float for the quality value (e.g. en-GB,en;q=0.v5).
      
      Fixes https://github.com/fnando/browser/issues/241
      
      Seen today via Sentry: https://sentry.gitlap.com/gitlab/gitlabcom/issues/7644/
      
      See merge request !4811
      6e654c2f
    • Robert Speicher's avatar
      Merge branch '17671-private-forks-list-ui-issues' into 'master' · 7b0466e0
      Robert Speicher authored
      Fixed private forks notice position in forks list
      
      Moves the private forks notification item into the list on the forks page.
      
      Closes #17671.
      
      See merge request !4573
      7b0466e0
    • Robert Speicher's avatar
      Merge branch 'remove-banzai-pre-process' into 'master' · ef54aa69
      Robert Speicher authored
      Move pre_process into render_result
      
      This MR moves `Banzai::Renderer.pre_process` into `Banzai::Renderer.render_result`.
      
      The `pre_process` method was called even when its output would be ignored. See 11a5a4f359ee57029dbfcc9185fc6b47243ea2aa for more details.
      
      See merge request !4830
      ef54aa69
    • Achilleas Pipinellis's avatar
      Merge branch 'add_link_to_sidekiq_api' into 'master' · 82eed5f1
      Achilleas Pipinellis authored
      Add missing link to sidekiq metrics in API README
      
      
      
      See merge request !4837
      82eed5f1
    • Jacob Schatz's avatar
      Merge branch 'nav-count-alignment-ff' into 'master' · 4f74e79e
      Jacob Schatz authored
      Fixed issue with navbar counts being misaligned
      
      ## What does this MR do?
      
      Fixes an issue in FireFox with the number counts being mis-aligned.
      
      ## What are the relevant issue numbers?
      
      Closes #18916 
      
      ## Screenshots (if relevant)
      
      ![Screen_Shot_2016-06-21_at_15.56.51](/uploads/1d07543c14215e9e15facacc96aa3564/Screen_Shot_2016-06-21_at_15.56.51.png)
      
      See merge request !4829
      4f74e79e
    • Jacob Schatz's avatar
      Merge branch 'fix-button-title' into 'master' · cd296765
      Jacob Schatz authored
      Capitalize button text
      
      Capitalizes button text to match the rest.
      
      See merge request !4834
      cd296765
    • Jacob Schatz's avatar
      Merge branch '18854-prio-labels-on-mobile' into 'master' · edf96e78
      Jacob Schatz authored
      Fixes labels view on mobile
      
      ## What does this MR do?
      Fixes priority labels view on mobile
      
      ## What are the relevant issue numbers?
      Fixes #18854
      
      ## Screenshots (if relevant)
      
      <img src="/uploads/f75be3a2788858f12a63820559f20886/Screen_Shot_2016-06-20_at_2.23.26_PM.png" width="487">
      
      
      See merge request !4806
      edf96e78
    • Jacob Schatz's avatar
      Merge branch 'date-picker-hover' into 'master' · d9bf70b9
      Jacob Schatz authored
      Fixed hover of date picker calendar
      
      ## What does this MR do?
      
      Fixes the hover styling of days on the datepicker dropdown in the issuable sidebar.
      
      ## Screenshots (if relevant)
      
      ![hover](/uploads/2514dc772187da33c54f8b6324202189/hover.gif)
      
      See merge request !4786
      d9bf70b9
    • Jacob Schatz's avatar
      Merge branch '17521-gitlab-ci-yml-templates' into 'master' · 355310ba
      Jacob Schatz authored
      GitLab CI Yaml template dropdown
      
      ## What does this MR do?
      Make it possible to select a dropdown for an easy start with GitLab CI.
      
      ## What are the relevant issue numbers?
      Closes #17521
      
      ## TODO
      - [ ] Backend
        - [x] CHANGELOG item
        - [x] Fix rubocop failure
        - [x] API Support
        - [x] New tests
        - [x] Add disclaimer to the top of the gitlab-ci.yml
      - [ ] Frontend
        - [x] New tests
      
      See merge request !4411
      355310ba
    • Rémy Coutable's avatar
      Merge branch 'feature/runner-lock-on-project' into 'master' · e4938c6e
      Rémy Coutable authored
      Make it possible to lock runner on a specific project
      
      Make it possible to lock runner on a specific project.
      
      ![Screen_Shot_2016-06-20_at_4.03.08_PM](/uploads/186378643a20106ff0b67b6fd8bd7f28/Screen_Shot_2016-06-20_at_4.03.08_PM.png)
      
      ----
      
      ![Screen_Shot_2016-06-20_at_9.54.52_PM](/uploads/c479abdffaf19f383bb6b5a42bdd6cc3/Screen_Shot_2016-06-20_at_9.54.52_PM.png)
      
      ----
      
      ![Screen_Shot_2016-06-20_at_9.56.26_PM](/uploads/6ad838679b0c28a1fe2e20e9224387ea/Screen_Shot_2016-06-20_at_9.56.26_PM.png)
      
      Closes #3407
      
      See merge request !4093
      e4938c6e