- 09 May, 2021 1 commit
-
-
Thong Kuah authored
i18n: Show translation levels for each language in the UI See merge request gitlab-org/gitlab!60905
-
- 08 May, 2021 4 commits
-
-
Nicolò Maria Mezzopera authored
Convert BlobHeader to Vue: Add Edit button See merge request gitlab-org/gitlab!60986
-
Natalia Tepluhina authored
Bust the cache for /whats-new See merge request gitlab-org/gitlab!61081
-
Douglas Barbosa Alexandre authored
Verify links and anchors for deeply nested urls See merge request gitlab-org/gitlab!60115
-
David O'Regan authored
Upgrade @gitlab/ui to v29.18.0 See merge request gitlab-org/gitlab!60926
-
- 07 May, 2021 35 commits
-
-
Simon Knox authored
Added introspection fragment matcher to Epic Boards See merge request gitlab-org/gitlab!61101
-
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
-
Kerri Miller authored
Remove unused & erroring page_title layout partial See merge request gitlab-org/gitlab!61176
-
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.
-
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
-
Mike Greiling authored
Enforce .git in the URL when importing Repo by URL See merge request gitlab-org/gitlab!61115
-
Illya Klymov authored
-
Miguel Rincon authored
Update injected props See merge request gitlab-org/gitlab!61136
-
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
-
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.
-
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.
-
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
-
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.
-
Jose Ivan Vargas authored
Generalize epic filtered search component for board reuse See merge request gitlab-org/gitlab!59706
-
Gabriel Mazetto authored
Only send in-product emails to free groups See merge request gitlab-org/gitlab!60906
-
Nicolas Dular authored
-
Kerri Miller authored
Get extra attributes from Spamcheck response and determine verdict [RUN ALL RSPEC][RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!60915
-
Kerri Miller authored
Fix incorrect issueable counts See merge request gitlab-org/gitlab!61230
-
Paul Gascou-Vaillancourt authored
-
Tristan Read authored
-
Paul Gascou-Vaillancourt authored
Temporary fix until we figure out how to work with BootstrapVue sort keys.
-
Paul Gascou-Vaillancourt authored
Ensures that the initial sort parameter is consistent with what's computed on user interactions. This ensures that we don't unnecessarily re-trigger a GraphQL mutation when sorting by creation date, descending.
-
Paul Gascou-Vaillancourt authored
-
Paul Gascou-Vaillancourt authored
-
Paul Gascou-Vaillancourt authored
-
Paul Gascou-Vaillancourt authored
-
Mayra Cabrera authored
Add migration to update subscription plans See merge request gitlab-org/gitlab!55625
-
Etienne Baqué authored
-
sstern authored
-
Douglas Barbosa Alexandre authored
Support new gitlab-license gem version See merge request gitlab-org/gitlab!61009
-
Corinna Wiesner authored
-
Douglas Barbosa Alexandre authored
Add CountBoardsMetric See merge request gitlab-org/gitlab!60022
-
Sean McGivern authored
Add offset and limit parameters to names resolver See merge request gitlab-org/gitlab!61061
-
Jay Swain authored
Using a query param to bust the cache on requests to /whats-new. While I haven't personally experienced a cacheing issue, it has been reported that the count and notification bubble are correct, though when loading the "What's New" module, the content is stale. Initially I combed over the cache headers, thinking maybe something was missed there, but the headers seem correct. And given I can't reproduce the experience, this issue is difficult to solve. I chose this simple approach to see if it solves the issue, though I'm open to other solutions. part of: https://gitlab.com/gitlab-org/gitlab/-/issues/325899
-
Nick Gaskill authored
Fix table in doc/user/packages/index.md See merge request gitlab-org/gitlab!61240
-