1. 19 May, 2016 4 commits
  2. 12 May, 2016 6 commits
    • Yorick Peterse's avatar
      Version 8.7.5 · 0e8b7d8e
      Yorick Peterse authored
      0e8b7d8e
    • Yorick Peterse's avatar
      Moved !3886 changelog entry to 8.7.5 · ec447ee7
      Yorick Peterse authored
      ec447ee7
    • Robert Speicher's avatar
      Merge branch '15529-fix=missing-from-clause-for-table-issues' into 'master' · 2d154e54
      Robert Speicher authored
      Fix an issue when filtering merge requests with more than one label
      
      Fixes #15529.
      
      See merge request !3886
      2d154e54
    • Yorick Peterse's avatar
      Updated CHANGELOG for 8.7.5 · 872a0934
      Yorick Peterse authored
      872a0934
    • Stan Hu's avatar
      Merge branch 'fix-build-notification-on-merge-page-change' into 'master' · 70b630d2
      Stan Hu authored
      Fix build notification on merge request page change even if the build status didn't change
      
      ## What does this MR do?
      This MR contains a bugfix for #17357 which was introduced by !3998. The notification are now only shown on status changes, and not when switching between different merge requests.
      
      ## Are there points in the code the reviewer needs to double check?
      Check implementation
      
      ## Why was this MR needed?
      Because auf a bug introduced in !3998.
      
      ## What are the relevant issue numbers?
      #17357
      
      Closes #17357
      
      See merge request !4086
      70b630d2
    • Rémy Coutable's avatar
      Merge branch '16568-relative-links-wiki-regression' into 'master' · e181dfc2
      Rémy Coutable authored
      Relative Links in the Wiki Are Broken
      
      - [ ] #16568 (!4050) Relative links in wiki are broken
          - [x] Investigate issue
      
        
          - [x] Implementation / Fix
      
              - [x] Write (failing) tests for `WikiLinkFilter`
              - [x] Link to `./bar` should either get rewritten correctly or left alone
              - [x] Link to `./bar.md` should maybe get rewritten correctly (is left alone currently)
              - [x] Link to `bar.md` should get rewritten correctly
      
      
                  - [x] Check if this indeed a bug
      
          - [x] Make sure CI is green
          - [x] Assign to endboss
      
          - [x] Wait for review
      
          - [x] Implement review feedback
          - [ ] Wait for merge
      
      
      See merge request !4050
      e181dfc2
  3. 11 May, 2016 15 commits
  4. 06 May, 2016 1 commit
  5. 05 May, 2016 6 commits
  6. 04 May, 2016 1 commit
  7. 03 May, 2016 5 commits
  8. 28 Apr, 2016 2 commits
    • Yorick Peterse's avatar
      Added CHANGELOG for 8.7.2 · e0c504cc
      Yorick Peterse authored
      e0c504cc
    • Jacob Schatz's avatar
      Merge branch 'async-new-branch-button' into 'master' · ea066cc1
      Jacob Schatz authored
      Load the "New Branch" button asynchronously
      
      Here's how it looks like for logged in users:
      
      ![new_branch](/uploads/718e3d9016a50a0432b9541dde5ca74c/new_branch.gif)
      
      And here it is for anonymous users (or when a new branch can't be created by a logged in user):
      
      ![new_branch_anonymous](/uploads/dce42ee6a7dd7708443cdfdb56389d46/new_branch_anonymous.gif)
      
      See merge request !3855
      ea066cc1