- 05 Mar, 2020 40 commits
-
-
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
-
Rémy Coutable authored
Add Requirement model See merge request gitlab-org/gitlab!26097
-
Dmytro Zaporozhets authored
Ensure all errors are logged in Group Import See merge request gitlab-org/gitlab!25619
-
Denys Mishunov authored
The component is responsible for rendering the blob's file name and react to the name's changes
-
Mayra Cabrera authored
This reverts merge request !25343
-
Robert Speicher authored
Specify security issue must be included on MR desc See merge request gitlab-org/gitlab!26489
-
Sean McGivern authored
Create approval todos on update See merge request gitlab-org/gitlab!26077
-
Robert May authored
Ensures that all approvers are set a new todo when the MR is updated, which will have cleared old approvals.
-
Martin Wortschack authored
Remove "Analytics" suffixes from Analytics sidebar menu items Closes #208455 See merge request gitlab-org/gitlab!26415
-
Sean McGivern authored
Update the feature categories for workers See merge request gitlab-org/gitlab!26582
-
Peter Leitzen authored
Resolve "Follow-up from "Export rake task"" Closes #207986 See merge request gitlab-org/gitlab!26100
-
Nikola Milojevic authored
- Extract export_task - Extract import_task
-
Jan Provaznik authored
Resolve "When a user with `developer` access tries to duplicate a dashboard and save to master, they receive a confusing error message." See merge request gitlab-org/gitlab!26290
-
Dmytro Zaporozhets authored
Add policy for Group Activity Analytics feature See merge request gitlab-org/gitlab!26458
-
Aakriti Gupta authored
The policy is set per group. This also adds license for the feature for EE Starter/ Bronze users
-
Rémy Coutable authored
Implement Danger Telemetry Review Closes #207856 See merge request gitlab-org/gitlab!25996
-
Alina Mihaila authored
-
Kamil Trzciński authored
Periodically re-establish database connections from app tier See merge request gitlab-org/gitlab!24322
-
Patrick Bair authored
To prevent connection imbalances on PgBouncer, periodically reconnect to the database when checking out a connection from the Rails connection pool.
-