Skip to content
Snippets Groups Projects
  1. Sep 13, 2019
  2. Aug 30, 2019
  3. Jul 29, 2019
  4. Jun 25, 2019
    • Markus Koller's avatar
      Make checks for continue_params more robust · 8fd2c084
      Markus Koller authored
      The check for continue_params&.key?(:to) in Projects::ImportsController
      caused an exception in redirect_to if this key contained a nil value.
      
      Since url_for won't add any params for an empty hash, we can just return
      that in continue_params if params[:continue] isn't present, and simplify
      the code in the controllers to check for the values we actually want to
      use.
      Unverified
      8fd2c084
  5. Jun 19, 2019
  6. Apr 04, 2019
  7. Mar 27, 2019
  8. Jan 07, 2019
  9. Dec 17, 2018
  10. Dec 06, 2018
  11. Oct 02, 2018
  12. Sep 26, 2018
    • gfyoung's avatar
      Enable even more frozen string in app/controllers · 12ee2753
      gfyoung authored
      Enables frozen string for some vestigial files as
      well as the following:
      
      * app/controllers/projects/**/*.rb
      * app/controllers/sherlock/**/*.rb
      * app/controllers/snippets/**/*.rb
      * app/controllers/users/**/*.rb
      
      Partially addresses #47424.
      12ee2753
  13. Sep 17, 2018
  14. Sep 11, 2018
  15. Jul 05, 2018
  16. Jun 29, 2018
  17. Jun 25, 2018
  18. Apr 22, 2018
  19. Apr 19, 2018
  20. Apr 05, 2018
  21. Apr 03, 2018
  22. Mar 02, 2018
  23. Mar 01, 2018
  24. Feb 28, 2018
  25. Jan 11, 2018
  26. Dec 14, 2017
  27. Nov 06, 2017
  28. Sep 26, 2017
  29. Jul 05, 2017
  30. Jun 01, 2017
  31. May 31, 2017
    • Z.J. van de Weg's avatar
      Initial implementation for real time job view · 47a0276e
      Z.J. van de Weg authored
      Added the needed keys and paths to a new entity, BuildDetailsEntity.
      Not renaming BuildEntity to BuildBasicEntity on explicit request. Most
      code now has test coverage, but not all. This will be added on later
      commits on this branch.
      
      Resolves gitlab-org/gitlab-ce#31397
      47a0276e
Loading