- 10 May, 2021 17 commits
-
-
Dheeraj Joshi authored
Validation directive can now be used with GlInputGroup and similar other grouped components
-
Dheeraj Joshi authored
- This makes use of validation directive for browser form validations - Keep submit button enabled always Changelog: changed
-
Simon Knox authored
Don't show due dates in red if issue is closed See merge request gitlab-org/gitlab!57647
-
Daniel Ziegenberg authored
-
Stan Hu authored
Remove artifacts from pipeline details entity See merge request gitlab-org/gitlab!61253
-
Marcel Amirault authored
Fix release part of feature flag rollout issue See merge request gitlab-org/gitlab!61313
-
Marcel Amirault authored
Docs: Pipeline efficiency with config example for Monitoring See merge request gitlab-org/gitlab!59752
-
Shinya Maeda authored
-
Michael Friedrich authored
-
🤖 GitLab Bot 🤖 authored
Update Gitaly version See merge request gitlab-org/gitlab!61308
-
Marcel Amirault authored
Clarifying user name See merge request gitlab-org/gitlab!60867
-
Suzanne Selhorn authored
-
Russell Dickenson authored
Add note about semgrep being inconsistent with minified javascript See merge request gitlab-org/gitlab!61262
-
Zach Rice authored
-
Russell Dickenson authored
Enable DAST on-demand API scan support by default [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!60876
-
Philip Cunningham authored
-
GitLab Release Tools Bot authored
-
- 09 May, 2021 5 commits
-
-
Evan Read authored
Edits to migration docs See merge request gitlab-org/gitlab!61192
-
Thong Kuah authored
Keep new Prometheus cluster integration in sync with app See merge request gitlab-org/gitlab!60877
-
Hordur Freyr Yngvason authored
-
Thong Kuah authored
Improve logging in e-mail receiver processing See merge request gitlab-org/gitlab!60692
-
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 14 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
-
ngaskill authored
-
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.
-