1. 10 May, 2021 17 commits
  2. 09 May, 2021 5 commits
  3. 08 May, 2021 4 commits
  4. 07 May, 2021 14 commits
    • Simon Knox's avatar
      Merge branch 'ntepluhina-fix-heuristic-fragment-error-on-boards' into 'master' · fe8c4d53
      Simon Knox authored
      Added introspection fragment matcher to Epic Boards
      
      See merge request gitlab-org/gitlab!61101
      fe8c4d53
    • Jose Ivan Vargas's avatar
      Merge branch... · 47d72619
      Jose Ivan Vargas authored
      Merge branch '330390-experiment-tracking-in_product_guidance_environments_webide-alert-users-to-adding' into 'master'
      
      Set Rollout URL for in_product_guidance_environments_webide Experiment
      
      See merge request gitlab-org/gitlab!61287
      47d72619
    • Kerri Miller's avatar
      Merge branch 'dreedy-remove-unused-and-error-prone-page-title-layout-partial' into 'master' · 5127c73e
      Kerri Miller authored
      Remove unused & erroring page_title layout partial
      
      See merge request gitlab-org/gitlab!61176
      5127c73e
    • ngaskill's avatar
      Edits to migration docs · 55e4c528
      ngaskill authored
      55e4c528
    • Andrew Fontaine's avatar
      Set Rollout URL for WebIDE Alert Experiment · 99f03f0b
      Andrew Fontaine authored
      To keep feature flags organized, all flags require tracking issues to
      monitor their rollout.
      
      I forgot to add one to the in_product_guidance_environments_webide
      experiment flag.
      
      I also forgot to add the MR that introduced the flag.
      99f03f0b
    • Douglas Barbosa Alexandre's avatar
      Merge branch... · 36fec6a0
      Douglas Barbosa Alexandre authored
      Merge branch '292747-in-product-guidance-for-deployments-for-users-that-are-not-deploying-webide' into 'master'
      
      Show an Alert that a user is not using deployments [RUN ALL RSPEC] [RUN AS-IF-FOSS]
      
      See merge request gitlab-org/gitlab!57160
      36fec6a0
    • Mike Greiling's avatar
      Merge branch '276953-enforce-git-in-the-url-when-importing-repo-by-url' into 'master' · 75286ed4
      Mike Greiling authored
      Enforce .git in the URL when importing Repo by URL
      
      See merge request gitlab-org/gitlab!61115
      75286ed4
    • Illya Klymov's avatar
      68e4d865
    • Miguel Rincon's avatar
      Merge branch '300753-use-inject-instead-of-props' into 'master' · c804992d
      Miguel Rincon authored
      Update injected props
      
      See merge request gitlab-org/gitlab!61136
      c804992d
    • Andrew Fontaine's avatar
      Add Experiment Surrounding Environment Guidance · 868a9a67
      Andrew Fontaine authored
      We want to be able to limit the amount of users who can see this alert
      as a slow rollout to see if it is useful.
      
      This experiment is only enabled for projects that don't have existing
      environments, and we currently only track if the user clicks on the
      Learn More link embedded in the alert.
      
      As with all experiments, this is only applicable to GitLab.com
      868a9a67
    • Andrew Fontaine's avatar
      Display File-Based Alerts on the WebIDE · 4cf8a898
      Andrew Fontaine authored
      Provides a way to display alerts attached to files within the WebIDE.
      
      The first alert shows guidance to users who are editing their CI
      configuration about environments, if we are reasonably certain they
      don't know about environments.
      
      We need to request the parsed CI configuration while the user edits it,
      and accomplish this by watching the content. This watcher is
      conditionally created and destroyed when the config file is active.
      4cf8a898
    • Andrew Fontaine's avatar
      Add Store Configuration for Environment Guidance · 78375ddc
      Andrew Fontaine authored
      The getAlert function searches through all available alerts (added
      previously), returning the first alert where its show function returns
      true, or null if none is found.
      
      Actions to fetch the CI configuration for its given current
      content (when it is being edited), as well as to dismiss the callout for
      environment guidance are added here.
      
      We parse the CI configuration during the mutation to only retain whether
      or not we have:
      
      - sucessfully parsed the CI config, and
      - found an environment within the config.
      78375ddc
    • Michael Kozono's avatar
      Merge branch... · a8022831
      Michael Kozono authored
      Merge branch '329231-geo-container-registry-sync-does-not-sync-images-with-foreign-layers' into 'master'
      
      Geo - Skip download of blobs with foreign layers
      
      See merge request gitlab-org/gitlab!61072
      a8022831
    • Douglas Barbosa Alexandre's avatar
      Skip download of blobs with foreign layers · fe9c323f
      Douglas Barbosa Alexandre authored
      Some images contains layers that might have the media type
      "application/vnd.docker.image.rootfs.foreign.diff.tar.gzip"
      which are not present on the registry.
      
      In this case, the client doesn't go to the registry to fetch
      the layer because it is not there but will follow the URL,
      specified among other details of the layer.
      
      Geo should not try to fetch it from the registry during sync
      but skip this layer. It also does not want to follow the URL
      and download it because it might violate the license.
      fe9c323f