Skip to content
Snippets Groups Projects
  1. Mar 17, 2020
  2. Mar 05, 2020
  3. Feb 24, 2020
  4. Feb 20, 2020
  5. Jan 21, 2020
  6. Jan 09, 2020
  7. Dec 20, 2019
  8. Dec 05, 2019
  9. Nov 22, 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 20, 2019
  14. Sep 19, 2019
  15. Sep 18, 2019
  16. Sep 13, 2019
  17. Sep 10, 2019
  18. Sep 09, 2019
    • Enrique Alcántara's avatar
      Create new feature flagged UI for cloud providers · 90e3a491
      Enrique Alcántara authored
      - Create HAML UI select a cloud provider to create a cluster.
      - Add query param to :new cluster view to display a specific cluster
      provider form depending on the value of the provider query param.
      - Update unit tests and e2e tests to reflect these changes
      90e3a491
  19. Sep 06, 2019
  20. Aug 30, 2019
  21. Aug 28, 2019
  22. Aug 23, 2019
    • Scott Hampton's avatar
      Change misleading pipeline status tooltip · f093ceb4
      Scott Hampton authored and Mayra Cabrera's avatar Mayra Cabrera committed
      Some pipeline status icon tooltips were showing
      "Commit: ..." which customers found to be
      misleading since it was not the commit that was
      failing but the pipeline.
      
      We are changing all status icon tooltips to say
      "Pipeline: ..." instead of "Commit: ..." now.
      f093ceb4
  23. Aug 22, 2019
    • Denys Mishunov's avatar
      Always pre-select "Start a new merge request" · 371e1ed3
      Denys Mishunov authored and Paul Slaughter's avatar Paul Slaughter committed
      One exception: there is an existing MR for the current branch and the
      branch is non-default and non-protected.
      
      Extended mock_data for ide/stores to have different types of branches:
      default, protected and regular
      
      Cleaned new MR checkbox view
      371e1ed3
    • Scott Hampton's avatar
      Update GitHub CI/CD import page to use PAT only · 56294b4e
      Scott Hampton authored and Mayra Cabrera's avatar Mayra Cabrera committed
      Oauth2 tokens are causing issues with mirroring
      repos, because it effectively limits the number
      of repos you can mirror. Personal Access
      Tokens do not have this problem.
      
      This change removes the OAuth2 option from
      the import page for CI/CD only, and only
      provides the personal access token form.
      56294b4e
  24. Aug 20, 2019
  25. Aug 19, 2019
  26. Aug 17, 2019
  27. Aug 15, 2019
  28. Aug 13, 2019
  29. Aug 09, 2019
  30. Aug 07, 2019
Loading