1. 12 May, 2016 7 commits
    • Rémy Coutable's avatar
      Merge branch '3870-commit-sorting-issue' into 'master' · a9cc14e0
      Rémy Coutable authored
      Group commits by date in server timezone
      
      `Time#to_date` just takes the (timezone-less) year, date, and month, and
      creates a new date from that. Because the commits in the list are
      grouped by date, rather than chunked when the date changes, a commit can
      be shown in the wrong order if its CommitDate has a timezone-less date
      that's different to other commits around it.
      
      Convert all CommitDates to the server timezone before grouping, as that
      will at least produce consistent results. Users can still see a
      timestamp on the commit that doesn't match the date it's grouped under,
      because the timestamp shown uses the user's local timezone, and the
      grouping uses the server's timezone, but that was an issue anyway.
      
      ### Before
      ![image](/uploads/1ffe0e2f86e03590cb96126d4f340436/image.png)
      
      ### After
      ![image](/uploads/b1be1b08782385d13c56528242a5829b/image.png)
      
      Closes #3870 and closes #17300.
      
      See merge request !4052
      a9cc14e0
    • Marin Jankovski's avatar
      Merge branch 'patch-2' into 'master' · 9393d6b6
      Marin Jankovski authored
      Update cas.md to reflect the current syntax, and added that gitlab-ctl reconfigure should be run.
      
      I spent a while trying to figure our why the cas wasn't working!
      
      Someone may need to update the source code section of the wiki
      
      See merge request !3850
      9393d6b6
    • Yorick Peterse's avatar
      Merge branch 'update-8-8-guides' into 'master' · 624dc104
      Yorick Peterse authored
      Update 8.8 guides
      
      See merge request !4119
      624dc104
    • Rémy Coutable's avatar
      Merge branch '16568-relative-links-wiki-regression' into 'master' · f4a1ac23
      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
      f4a1ac23
    • Timothy Andrew's avatar
      Add CHANGELOG entry. · 555610b6
      Timothy Andrew authored
      555610b6
    • Timothy Andrew's avatar
      Implement @rymai's feedback after review. · a4ee7d25
      Timothy Andrew authored
      - Separate 'exercise' and 'verify' steps of tests.
      - Use `build_stubbed` instead of `build`
      a4ee7d25
    • Timothy Andrew's avatar
      Add a spec for `WikiLinkFilter` · a59ad393
      Timothy Andrew authored
      - And fix behavior for non-file hierarchical links.
      a59ad393
  2. 11 May, 2016 25 commits
  3. 10 May, 2016 8 commits