Skip to content
Snippets Groups Projects
  1. Mar 17, 2020
  2. Feb 28, 2020
  3. Jan 09, 2020
  4. Dec 20, 2019
  5. Dec 16, 2019
  6. Dec 05, 2019
  7. Nov 25, 2019
  8. Nov 22, 2019
  9. Nov 20, 2019
  10. Nov 19, 2019
  11. Nov 04, 2019
  12. Oct 22, 2019
    • Kerri Miller's avatar
      Avoid #authenticate_user! in #route_not_found · 2a4457ea
      Kerri Miller authored
      This method, #route_not_found, is executed as the final fallback for
      unrecognized routes (as the name might imply.) We want to avoid
      `#authenticate_user!` when calling `#route_not_found`;
      `#authenticate_user!` can, depending on the request format, return a 401
      instead of redirecting to a login page. This opens a subtle security
      exploit where anonymous users will receive a 401 response when
      attempting to access a private repo, while a recognized user will
      receive a 404, exposing the existence of the private, hidden repo.
      2a4457ea
    • GitLab Bot's avatar
  13. Sep 24, 2019
  14. Sep 23, 2019
    • mksionek's avatar
      Add checking for email_verified key · 6ce2e6df
      mksionek authored
      Fix rubocop offences and add changelog
      
      Add email_verified key for feature specs
      
      Add code review remarks
      
      Add code review remarks
      
      Fix specs
      6ce2e6df
  15. Sep 20, 2019
  16. Sep 19, 2019
  17. Sep 18, 2019
  18. Sep 16, 2019
  19. Sep 14, 2019
  20. Sep 13, 2019
  21. Sep 11, 2019
    • Nathan Friend's avatar
      Make MR pipeline widget text more descriptive (CE) · 11f1305e
      Nathan Friend authored
      This change updates the text of the pipeline widget that appears on the
      merge request page. The text has been made more consistent between
      different types of pipelines; this makes the front-end implementation
      simpler and more maintainable.  In addition, the type of pipeline is
      (i.e. regular pipeline, merge request pipeline, detached pipeline)
      included in the text, making this type more obvious to the end user.
      
      Some information has been removed from the widget as part of this
      change; however, any information that was removed already appears
      elsewhere on the merge request page.
      Unverified
      11f1305e
    • Filipa Lacerda's avatar
      Enables Run Pipeline button to be rendered · 48b98b58
      Filipa Lacerda authored
      In the Merge Request view, under pipelines tab
      the user can see a run pipeline button
      
      Adds axios post request to button click
      
      Adds the logic to handle the user click,
      refresh the table and disable the button while thee
      request is being made
      
      Updates UI for desktop and mobile
      
      Adds specs
      Regenerates potfile
      
      Follow-up after review
      
      Uses .finally to avoid code repetition
      48b98b58
  22. Sep 10, 2019
  23. Sep 09, 2019
  24. Sep 06, 2019
  25. Sep 05, 2019
  26. Sep 04, 2019
  27. Sep 02, 2019
Loading