- 05 Mar, 2020 40 commits
-
-
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
-
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
-
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
-
Grzegorz Bizon authored
Resolve "Follow-up from "De-dup project tree entries": Remove feature flag" Closes #196832 See merge request gitlab-org/gitlab!26575
-
Martin Wortschack authored
- Removes 'Analytics' suffix from sidebar menu items
-
Martin Wortschack authored
Rename isLoading to isLoadingVulnerability See merge request gitlab-org/gitlab!26375
-
Martin Wortschack authored
Merge branch '15103-markup-tips-for-markdown-shown-while-editing-wiki-pages-in-other-formats' into 'master' Markup tips for Markdown shown while editing wiki pages in other formats See merge request gitlab-org/gitlab!25974
-
Natalia Tepluhina authored
-
Bob Van Landuyt authored
`search` was renamed to `global_search` `release_governance` was renamed to `release_evidence`
-
Sean McGivern authored
Remove 422 response body logging See merge request gitlab-org/gitlab!26579
-
Heinrich Lee Yu authored
-
Achilleas Pipinellis authored
We can do this now that we have merged CE/EE, the variable is no longer needed. The following merge requests fixed a bug we had in the docs pipeline, but introduced another: - https://gitlab.com/gitlab-org/gitlab-docs/-/merge_requests/731 - https://gitlab.com/gitlab-org/gitlab-docs/-/merge_requests/734 Namely, forks cannot use the project-set $DOCS_GITLAB_REPO_SUFFIX variable, so they will fail at the internal links test. For example https://gitlab.com/briankabiro/gitlab-ee/-/jobs/460294523. Nanoc would create the content under 'public/doc/', whereas it should be 'public/ee/', since we have some hardcoded links set in https://gitlab.com/gitlab-org/gitlab-docs/-/blob/887850752fc0e72856da6632db132f005ba77f16/content/index.erb#L44-63
-
Daniel Stone authored
When routing paths to exposed job artifacts, we were always using the destination project. However, in a cross-project MR, the job exposing the artifacts is run in the source project, not in the destination project. Change the arguments to project_job_path() to always use the job's project for constructing the URL path. !23738 tried a more expansive fix but this wasn't doable thanks to project_job_path() also being a hidden Rails-generated helper function which did take both project and job as an argument. Fixes: #37341
-
Jarka Košanová authored
Remove merged branch names flag Closes #201906 See merge request gitlab-org/gitlab!26005
-