An error occurred fetching the project authors.
  1. 17 Jun, 2019 1 commit
  2. 06 May, 2019 3 commits
  3. 03 May, 2019 1 commit
  4. 05 Apr, 2019 1 commit
  5. 14 Feb, 2019 1 commit
  6. 04 Feb, 2019 2 commits
    • 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
  7. 18 Dec, 2018 1 commit
    • blackst0ne's avatar
      Update specs to rails5 format · b44a2c80
      blackst0ne authored
      Updates specs to use new rails5 format.
      
      The old format:
      `get :show, { some: params }, { some: headers }`
      
      The new format:
      `get :show, params: { some: params }, headers: { some: headers }`
      b44a2c80
  8. 08 Nov, 2018 5 commits
  9. 02 Nov, 2018 1 commit
  10. 01 Nov, 2018 3 commits
    • Thong Kuah's avatar
      Resolve controller sharing concern · 1a1fdf8e
      Thong Kuah authored
      Use ClustersController as base while having Projects::ClustersController
      to inform what `clusterable` is. Thanks @ayufan for the great suggestion
      !
      
      - View changes to work with new approach
      
      - Fix javascript for new approach
      
      - Fix feature specs for new approach
      
      - Fix QA
      1a1fdf8e
    • Thong Kuah's avatar
      Abstract out project out of ClustersController · 88800abc
      Thong Kuah authored
      To the extent possible swap out `project` with `clusterable`
      
      - Abstract paths for showing cluster or clusters. This will allow us to
      swap in alternative paths for group level cluster
      
      - Push :project_id and :namespace_id params from the URL to the POST
      body.
      
      - Create a nice helper for to generate links for the destroy
      action
      
      For some reason, spec :project_id and :namespace_id param are not going
      through `to_param` for a JSON format. Manually call `to_param` to fix
      specs.
      
      - Move :layout to BaseController
      88800abc
    • Thong Kuah's avatar
      Convert clusters to use a top-level controller · 5b3c096c
      Thong Kuah authored
      In preparation so that we can create both cluster attached to project
      and cluster attached to group.
      
      - Move ClustersController to top level
      
      - Move Clusters::ApplicationsController to top-level too
      
      - Creates a Clusters::BaseController to share common functions
      
      - Do not rely on @project ivar. Anything could set the ivar.
      
      - Fix Vue page components due to new data-page value
      
      Because of the controller change we have gone from
      `projects:clusters:new` to `clusters:new`, so we need to update the file
      location of the page components. There is somewhere a function that will
      convert data-page to a file location.
      
      On that note, projects/clusters/gcp/new/, translate to
      Projects::Clusters::Gcp#new doesn't exist so replace that with
      clusters/create_gcp/ and clusters/create_user/
      5b3c096c
  11. 16 Oct, 2018 1 commit
  12. 14 Oct, 2018 1 commit
    • Thong Kuah's avatar
      Use subject in controller spec · c5bca03b
      Thong Kuah authored
      Swap out `go` method with subject which is the convention.
      
      Re-organize 'PUT update' to remove un-necessary context nesting.
      
      DRY up repeated blocks to `add_maintainer` and `sign_in`
      c5bca03b
  13. 14 Sep, 2018 1 commit
  14. 06 Sep, 2018 1 commit
  15. 11 Jul, 2018 1 commit
  16. 19 Jun, 2018 1 commit
  17. 06 Jun, 2018 1 commit
  18. 02 Jun, 2018 1 commit
  19. 31 May, 2018 2 commits
  20. 24 May, 2018 1 commit
  21. 22 Mar, 2018 1 commit
  22. 22 Feb, 2018 1 commit
  23. 20 Feb, 2018 1 commit
  24. 06 Feb, 2018 1 commit
  25. 11 Dec, 2017 1 commit
  26. 05 Dec, 2017 5 commits