Skip to content
Snippets Groups Projects
  1. Oct 16, 2017
  2. Oct 13, 2017
  3. Oct 12, 2017
    • Sean McGivern's avatar
      Cache issuable template names · b7303b65
      Sean McGivern authored
      We were looking these up on each request to an issue page, because the form is
      pre-filled, as is the template dropdown. That was unnecessary: we could just
      treat these as 'special' repository files (like the rendered README) and cache
      them in Redis until they change on a push.
      b7303b65
    • Ahmad Sherif's avatar
      Fix the format of rugged alternate directory list · a24abf39
      Ahmad Sherif authored
      Fixes #39046
      a24abf39
    • Sean McGivern's avatar
      Match full file path in FileDetector · 218e1f09
      Sean McGivern authored
      The basename appears to have been a holdover from the past - it doesn't look
      necessary now. Some of the regexes were unanchored on one side, so explicitly
      ensure that they only match the root.
      
      Apart from that, this means that pushing to foo/README.md will no longer
      invalidate the main README cache for a project.
      218e1f09
  4. Oct 11, 2017
  5. Oct 10, 2017
  6. Oct 09, 2017
  7. Oct 07, 2017
Loading