- 05 Mar, 2020 40 commits
-
-
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
-
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
-
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.
-
Alper Akgun authored
- Makes the `usage_ping_batch_counter` flag default enabled - Makes the `usage_activity_by_stage` as the single toggle - Removes additional ::Gitlab.com?
-
Heinrich Lee Yu authored
Make ref_path Private in Deployment See merge request gitlab-org/gitlab!26310
-
Rémy Coutable authored
Use the 'ee/' path to build the Nanoc site See merge request gitlab-org/gitlab!26584
-
Heinrich Lee Yu authored
Use CI source project for path to exposed job artifacts Closes #37341 See merge request gitlab-org/gitlab!25868
-
Andrew Fontaine authored
As part of the redesign of feature flags to allow a single strategy to apply to multiple environments, a new component that acts as a form for a strategy is introduced. Strategy - Handles setting the strategy type, as well as any necessary parameters to go along with that strategy. New Environments Dropdown - A new dropdown that searches and autocompletes on any environment scopes for feature flags, very similar to the currently existing Environments Dropdown.
-
Fatih Acet authored
Create dynamic frontend fixture for mocking monitor dashbords See merge request gitlab-org/gitlab!26076
-
Sofia authored
In `Namespace#find_by_pages_host` we always have top level namespaces which means we can use `find_by_path` instead of `find_by_full_path` and avoid join on `routes`. Related to https://gitlab.com/gitlab-org/gitlab/issues/207096.
-
Jarka Košanová authored
Fix 500 in Gitea importer See merge request gitlab-org/gitlab!26166
-