1. 12 May, 2016 6 commits
    • Yorick Peterse's avatar
      Removed tracking of total method execution times · 945c5b3f
      Yorick Peterse authored
      Because method call timings are inclusive (that is, they include the
      time of any sub method calls) this would lead to the total method
      execution time often being far greater than the total transaction time.
      Because this is incredibly confusing it's best to simply _not_ track the
      total method execution time, after all it's not that useful to begin
      with.
      
      Fixes gitlab-org/gitlab-ce#17239
      945c5b3f
    • 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 24 commits
  3. 10 May, 2016 10 commits