Skip to content
Snippets Groups Projects
  1. Oct 13, 2017
  2. Oct 12, 2017
  3. Oct 11, 2017
  4. Oct 10, 2017
  5. Oct 09, 2017
  6. Oct 07, 2017
  7. Oct 06, 2017
  8. Sep 29, 2017
    • Phil Hughes's avatar
      Fix fork button being disabled for users who can fork to group · 8585ae61
      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
      Verified
      8585ae61
  9. Sep 27, 2017
  10. Sep 22, 2017
  11. Sep 19, 2017
  12. Sep 14, 2017
  13. Sep 13, 2017
  14. Sep 09, 2017
    • Filipa Lacerda's avatar
      Import modules instead of using the ones in global namespace · 96e6fc70
      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
      96e6fc70
  15. Sep 05, 2017
  16. Sep 04, 2017
  17. Aug 18, 2017
  18. Aug 15, 2017
    • Phil Hughes's avatar
      Fix race condition with dispatcher.js · 554afea0
      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.
      Unverified
      554afea0
  19. Aug 10, 2017
  20. Aug 09, 2017
  21. Aug 04, 2017
  22. Aug 03, 2017
  23. Jul 28, 2017
  24. Jul 27, 2017
  25. Jul 25, 2017
  26. Jul 24, 2017
  27. Jul 21, 2017
  28. Jul 19, 2017
Loading