- 05 Mar, 2020 40 commits
-
-
Mike Jang authored
Functionality was previously disabled, temporarily, during 12.8 It has been re-enabled for all instances of gitlab.com
-
Jarka Košanová authored
Remove unnecessary Jira template test See merge request gitlab-org/gitlab!26589
-
Douglas Barbosa Alexandre authored
Optional custom icon in the OmniAuth login labels Closes #17437 See merge request gitlab-org/gitlab!25744
-
Achilleas Pipinellis authored
docs: add membership_lock when creating groups See merge request gitlab-org/gitlab!26488
-
James Fargher authored
Add comment about inter-gitaly calls See merge request gitlab-org/gitlab!26574
-
Paul Slaughter authored
Change toggle file to hide instead of remove See merge request gitlab-org/gitlab!26181
-
-
Luca Leonardo Scorcia authored
-
Luca Leonardo Scorcia authored
-
Małgorzata Ksionek authored
-
Luca Leonardo Scorcia authored
-
Luca Leonardo Scorcia authored
-
Luca Leonardo Scorcia authored
-
Heinrich Lee Yu authored
Fix flaky user_manages_subscription_spec.rb Closes #207835 See merge request gitlab-org/gitlab!26611
-
Michael Kozono authored
Activate Promethues integration for newly created projects with access to shared Promethues application See merge request gitlab-org/gitlab!24676
-
Stan Hu authored
It looks like the feature spec was attempting to click on the subscription button before all the Ajax calls for the page had loaded. As a result, the click did nothing, and the test failed. To fix this, we should wait for outstanding requests to be ready before attempting to click. Closes https://gitlab.com/gitlab-org/gitlab/issues/207835
-
Martin Wortschack authored
Update documentation about usage of Vuex See merge request gitlab-org/gitlab!26580
-
Martin Wortschack authored
-
Lin Jen-Shin authored
Document retrying 'review-deploy' to keep a Review App longer Closes #208962 See merge request gitlab-org/gitlab!26602
-
Stan Hu authored
Remove unnecessary Redis deletes for broadcast messages See merge request gitlab-org/gitlab!26541
-
Stan Hu authored
Separate package, build info and project alias into own classes See merge request gitlab-org/gitlab!26493
-
Rajendra Kadam authored
-
Stan Hu authored
Wrap AuthorizedKeysCommand in Match statement See merge request gitlab-org/gitlab!26311
-
Will Chandler authored
-
Adam Hegyi authored
Fix avg_cycle_analytics giving an uncaught error See merge request gitlab-org/gitlab!26381
-
Alper Akgun authored
In usage data avg_cycle_analytics giving an uncaught error and kills the whole usage ping. This MR catches errors as well as revises the implementation not to time out due to non-indexable
-
Rémy Coutable authored
Revert to danger editing existing comment See merge request gitlab-org/gitlab!26473
-
Natalia Tepluhina authored
Added Blob Edit Header component See merge request gitlab-org/gitlab!26472
-
John Jarvis authored
Revert "Merge branch '55487-backfill-lfs-objects-v2' into 'master'" See merge request gitlab-org/gitlab!26597
-
Douglas Barbosa Alexandre authored
Prevent projects from being shared outside a GMA group - member restriction See merge request gitlab-org/gitlab!26163
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Paul Slaughter authored
Merge branch '207464-prevent-unauthorized-user-to-lock-an-issue-when-the-sidebar-is-collapsed' into 'master' Resolve "Lock issue dropdown opens in sidebar for users without permission to lock issue" Closes #207464 See merge request gitlab-org/gitlab!26324
-
-
Natalia Tepluhina authored
Add Strategy Component for Feature Flags See merge request gitlab-org/gitlab!25838
-
Jan Provaznik authored
Fix MergeToRefService raises Gitlab::Git::CommandError Closes #208913 See merge request gitlab-org/gitlab!26465
-
Douglas Barbosa Alexandre authored
Merge branch '208892-remove-feature-flags-and-release-to-self-hosted-instances-step-5' into 'master' Usage data usage_activity_by_stage feature flags Closes #208892 See merge request gitlab-org/gitlab!26441
-
Natalia Tepluhina authored
Add health status in issue sidebar for frontend See merge request gitlab-org/gitlab!25035
-
Coung Ngo authored
Added new read-only feature which is behind a feature flag
-
Stan Hu authored
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/21038 removed an optimization that prevented a Redis DEL call from being issued if no broadcast messages were present. Now, two DEL calls are issued for every request, which led to a significant performance regression. The Redis delete optimization was intended to prevent filtering stale messages over and over again. However, the optimization only worked when there were no other broadcast messages for the future. For example, if there were 1 current message and 1 message scheduled for 5 days later, the filtering would still need to be done. To improve this optimization, we check to see whether the filtered set is different from the set we retrieved from the cache. If there is a difference, we know it's time to flush the cache. This came out of an investigation in https://gitlab.com/gitlab-com/gl-infra/production/issues/1722.
-
Małgorzata Ksionek authored
Add translation method Add MR number Add cr remarks Add cr remarks Add cr remarks Add cr remarks
-