- 07 May, 2021 40 commits
-
-
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
-
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
-
Nick Gaskill authored
Fix table in doc/user/packages/index.md See merge request gitlab-org/gitlab!61240
-
Konstantin Suslov authored
-
Nick Gaskill authored
Clarify downloading artifacts by URL See merge request gitlab-org/gitlab!61214
-
Nick Gaskill authored
Remove outdated event_push items from metrics table See merge request gitlab-org/gitlab!60800
-
James Lopez authored
Add API to set credit card validation timestamp on user in GitLab See merge request gitlab-org/gitlab!60828
-
Qingyu Zhao authored
-
Nathan Friend authored
Make keyboard shortcut help dynamic See merge request gitlab-org/gitlab!56400
-
Lukas 'Eipi' Eipert authored
-
Nick Gaskill authored
Fix feature flag rollout issue See merge request gitlab-org/gitlab!60830
-
Shinya Maeda authored
-
Enrique Alcántara authored
Geo 2.0 Regression - No Data Errors See merge request gitlab-org/gitlab!61042
-
Zack Cuddy authored
-
Jan Provaznik authored
Perform changes to Project Overview menu See merge request gitlab-org/gitlab!60840
-
Mark Florian authored
Merge branch '329303-flaky-test-ee-spec-features-admin-licenses-show_user_count_threshold_spec-rb-1-1-1-1-2-1-1' into 'master' Fix flaky test in show_user_count_threshold_spec.rb See merge request gitlab-org/gitlab!61208
-
Jose Ivan Vargas authored
Merge branch '323304-jira-issues-list-improve-user-facing-error-messages-when-fetch-fails' into 'master' Prioritize server-provided error messages to present to users when Jira Issues list fails See merge request gitlab-org/gitlab!60455
-
Marcin Sedlak-Jakubowski authored
Update version references in Analytics docs See merge request gitlab-org/gitlab!61255
-
Sanad Liaquat authored
E2E to link a line in Web IDE See merge request gitlab-org/gitlab!60584
-
Anastasia McDonald authored
-
Kushal Pandya authored
Fixes view pending comment not working with single file diff mode See merge request gitlab-org/gitlab!61032
-