- Oct 13, 2017
-
-
Phil Hughes authored
-
Mike Greiling authored
-
- Oct 12, 2017
-
-
Jacob Schatz authored
-
Filipa Lacerda authored
This reverts merge request !14768
-
Micael Bergeron authored
-
Micael Bergeron authored
-
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.
-
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.
-
Annabel Dunstone Gray authored
-
Jose Ivan Vargas Lopez authored
-
Filipa Lacerda authored
-
Douwe Maan authored
-
- Oct 11, 2017
-
-
micael.bergeron authored
-
Jose Ivan Vargas Lopez authored
-
Annabel Dunstone Gray authored
-
Annabel Dunstone Gray authored
-
Vitaliy @blackst0ne Klachkov authored
-
Filipa Lacerda authored
-
Phil Hughes authored
-
Phil Hughes authored
-
- Oct 10, 2017
-
-
Taurie Davis authored
-
Filipa Lacerda authored
-
Clement Ho authored
-
Vratislav Kalenda authored
-
micael.bergeron authored
This also refactor the email_helper support spec to watch for multiple emails being sent.
-
Filipa Lacerda authored
-
Filipa Lacerda authored
-
-
Andrew Newdigate authored
-
Filipa Lacerda authored
-
Jarka Kadlecova authored
-
Phil Hughes authored
-
Phil Hughes authored
changed how the container class is added onto the text element more specs
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
added back in documentation comment to flash file
-
Phil Hughes authored
-
Phil Hughes authored
Reduced the technical debt around our JS flash function by making it a module that is imported rather than relying on the global function. The global function still exists mainly for technical debt with how some requests are being completed, but new JS should import the module directly. Also reduces some tech debt in the file by removing the need for jQuery. Instead Flash is now 100% vanilla JS.
-
Tiago Botelho authored
-