- Oct 13, 2017
-
-
Phil Hughes authored
-
Mike Greiling authored
-
- Oct 12, 2017
-
-
Filipa Lacerda authored
-
- Oct 11, 2017
-
-
Filipa Lacerda authored
-
- Oct 10, 2017
-
-
Filipa Lacerda authored
-
Filipa Lacerda 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.
-
- Oct 09, 2017
-
-
Filipa Lacerda authored
-
Filipa Lacerda authored
-
Filipa Lacerda authored
-
- Oct 07, 2017
-
-
- Oct 06, 2017
-
-
Filipa Lacerda authored
-
Phil Hughes authored
-
- Sep 29, 2017
-
-
Phil Hughes authored
Previously the fork button was disabled for all users if they have exceeded their project limit. This fixes that by changing the check to see if the user can fork to a group instead of their own namespace. This behaviour is already possible by visiting the new fork page directly, so this just fixes the button being disabled. Closes #38462
-
- Sep 27, 2017
-
-
Phil Hughes authored
Closes #38276
-
- Sep 22, 2017
-
-
Tim Zallmann authored
-
- Sep 19, 2017
-
-
Clement Ho authored
-
- Sep 14, 2017
-
-
Luke "Jared" Bennett authored
-
Jarka Kadlecova authored
-
- Sep 13, 2017
-
-
Bryce Johnson authored
Nobody tell @jschatz1 :P
-
- Sep 09, 2017
-
-
Filipa Lacerda authored
Removes set favicon related methods from global scope Improves test related with favicon Removes convertPermissionToBoolean from global scope. Adds tests for convertPermissionToBoolean - were non existant Removes setParamInURL from gl.utils Removes parseIntPagination from gl.utils namespace Remove normalizeCRLFHeaders from gl.utils namespace Removes normalizeHeaders from gl.utils namespace Use gl.utils for filtered search Fix bad import Fix broken test by cleaning window.history namespace Adds changelog
-
- Sep 05, 2017
-
-
Alexis Reigel authored
the position of the popover is correctly calculated and positioned to the bottom when the navigation would overlap the popover.
-
kushalpandya authored
-
- Sep 04, 2017
-
-
Clement Ho authored
-
- Aug 18, 2017
-
-
Phil Hughes authored
[ci skip]
-
- Aug 15, 2017
-
-
Phil Hughes authored
The dispatcher was trying to create a new instance of a class that is loaded in a file after main.js which would cause the filtered search to not work on issues. This would only happen on the first load when the JS is not cached. If the JS is cached, then everything will be fine.
-
- Aug 10, 2017
-
-
Phil Hughes authored
-
- Aug 09, 2017
-
-
Phil Hughes authored
Closes #36207
-
- Aug 04, 2017
-
-
Mike Greiling authored
-
- Aug 03, 2017
-
-
Tim Zallmann authored
-
- Jul 28, 2017
-
-
Phil Hughes authored
-
- Jul 27, 2017
-
-
Alexis Reigel authored
According to https://github.com/twbs/bootstrap/issues/10547 it's not possible to have the trigger defined on the delegated element, i.e. not defined as a data attribute.
-
Alexis Reigel authored
-
- Jul 25, 2017
-
-
Phil Hughes authored
fixed duplication of code
-
Phil Hughes authored
-
- Jul 24, 2017
-
-
- Jul 21, 2017
-
-
Simon Knox authored
-
- Jul 19, 2017
-
-
Phil Hughes authored
-
Phil Hughes authored
correctly position the arrow fix scss lint
-
Phil Hughes authored
Closes #34026 [ci skip]
-