Skip to content
Snippets Groups Projects
  1. Sep 04, 2019
  2. Sep 02, 2019
  3. Aug 02, 2019
  4. Jul 25, 2019
  5. Jul 02, 2019
  6. Jun 18, 2019
  7. Jun 17, 2019
  8. May 27, 2019
  9. May 16, 2019
  10. May 06, 2019
  11. May 03, 2019
  12. Apr 29, 2019
  13. Apr 17, 2019
  14. Apr 10, 2019
  15. Apr 03, 2019
  16. Mar 29, 2019
  17. Mar 25, 2019
  18. Mar 21, 2019
  19. Mar 20, 2019
  20. Mar 19, 2019
  21. Mar 18, 2019
  22. Mar 07, 2019
  23. Mar 05, 2019
  24. Feb 15, 2019
  25. Feb 07, 2019
    • Mayra Cabrera's avatar
      Addresses UX and BE comments: · d9af3752
      Mayra Cabrera authored
      - Changes help text on clusters form to make it more explicit.
      - Removes unnecessary warnings on auto devops form
      - Simplifies cluster methods logic
      d9af3752
  26. Feb 04, 2019
    • Mayra Cabrera's avatar
      Addresses backend/db review comments · 087af654
      Mayra Cabrera authored
      - Fixes multiple typos on AutoDevops script
      - Add an alias to Clusters::Cluster#domain as base_domain, so it's more
      descriptive
      - Removes unnecessary memoization on qa specs
      - Changes migration to a post migration to deal better with traffic on
      big instances (like gitlab.com)
      087af654
    • Mayra Cabrera's avatar
      Moves domain setting to Cluster setting · 8ff73614
      Mayra Cabrera authored
      Changes domain field to be on the Cluster page show, removing it from
      Auto DevOps setting. Also injects the new environment variable
      KUBE_INGRESS_BASE_DOMAIN into kubernetes#predefined_variables.
      
      Migration to move the information from ProjectAutoDevops#domain
      to Clusters::Cluster#domain. As well as necessary modifications to qa
      selectors
      
      Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52363
      8ff73614
  27. Jan 29, 2019
  28. Jan 28, 2019
    • Mayra Cabrera's avatar
      Removes duplicated cluster show partials · 1aa0233a
      Mayra Cabrera authored
      gcp/show and user/show partial contain basically the same html elements
      causing duplication.
      
      The difference between the partials is that one of them has
      html elements disabled if the cluster is managed. This MR aims to
      remove that duplication by having just a single
      show partial for both types
      1aa0233a
  29. Jan 15, 2019
  30. Jan 04, 2019
  31. Jan 03, 2019
  32. Dec 24, 2018
  33. Dec 16, 2018
    • Thong Kuah's avatar
      Use finder to decide to show note to user · f82c9dbe
      Thong Kuah authored
      Given the note is about how to interpret ancestor clusters, use the
      finder which actually knows if there are any ancestor clusters to find
      out if the note should be shown, rather than passing the same info via a
      view to a helper
      
      Added note about Kaminari.paginate_array
      
      Link to followup issue too
      f82c9dbe
    • Thong Kuah's avatar
      Move code to presenter · 0e78834b
      Thong Kuah authored
      Part of the code such as #show_path is already present on the presenter.
      Also avoid having code in two places (helper and presenter)
      
      Sanitize and assert html_safe. Additional layer of defense - on top of
      GitLab already requiring group names to be composed of small set of
      chars A-Z, - and spaces.
      
      Only link to cluster if user can read cluster
      
      Make clear that arg is a GroupClusterablePresenter
      
      Add more specs for completeness
      0e78834b
    • Mayra Cabrera's avatar
      Refactor methods on ClusterHelper · 0369e759
      Mayra Cabrera authored and Thong Kuah's avatar Thong Kuah committed
      - Use sprite_icon instead of hardcoded html
      - Use a more descriptive method name
      - Changes specs to use html_safe matcher
      0369e759
    • Mayra Cabrera's avatar
      Cleans cluster views a bit · aa86223a
      Mayra Cabrera authored and Thong Kuah's avatar Thong Kuah committed
      - Moves logic into ClustersHelp
      - Add CSS to ensure compatibility with EE view.
      aa86223a
Loading