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. Oct 03, 2017
  9. Oct 02, 2017
  10. 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
  11. 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
    • Filipa Lacerda's avatar
      Use modules in common utils · 6a1b84c7
      Filipa Lacerda authored
      6a1b84c7
  12. Sep 07, 2017
  13. Sep 06, 2017
  14. Sep 05, 2017
  15. Sep 01, 2017
  16. Aug 26, 2017
  17. Aug 19, 2017
  18. Aug 17, 2017
  19. 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
  20. Aug 14, 2017
  21. Aug 09, 2017
  22. Aug 08, 2017
  23. Aug 07, 2017
  24. Aug 06, 2017
  25. Aug 04, 2017
  26. Aug 03, 2017
  27. Aug 02, 2017
  28. Aug 01, 2017
Loading