1. 03 Dec, 2021 2 commits
    • Paul Slaughter's avatar
      Merge branch 'incubation-5mp-google-cloud-fixups' into 'master' · 97d03fa2
      Paul Slaughter authored
      Code Improvements for Projects :: Infra :: Google Cloud
      
      See merge request gitlab-org/gitlab!75295
      97d03fa2
    • Sri's avatar
      Improvements to `Project::Infra::Google Cloud` · b610767b
      Sri authored
      - Feature flag `incubation_5mp_google_cloud` bound to Project
        This allows for easier testing on gitlab.com where the feature
        flag may be enabled for select projects.
      
      - `service_accounts` is an active route for `google_cloud` menu item
        This expands the appropriate project sidemenu item when creating
        a service account
      
      - Introduce a top level `app.vue` component
        Achieves consistency with a majority of frontend code in the repo
        Where a single route with a single entry point serves multiple templates
        Instead of routing the frontend in `index.js` use a top level component
        to render the appropriate `screen`
      
      https://gitlab.com/gitlab-org/gitlab/-/merge_requests/75295
      b610767b
  2. 02 Dec, 2021 38 commits