- 05 Mar, 2020 40 commits
-
-
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.
-
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
-
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
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
-
Robert May authored
Removing the feature flag for the merged branch names cache.
-
Bob Van Landuyt authored
Validates only one service template per type See merge request gitlab-org/gitlab!26380
-
Arturo Herrero authored
This enforces that there is only one service template per type. - Delete all the duplicated service template by type keeping the template with the lowest `id` because that is the service template used: https://gitlab.com/gitlab-org/gitlab/-/blob/v12.8.1-ee/app/controllers/admin/services_controller.rb#L37 - Add Rails validation - Add unique index having database validation
-
Matthias Kaeppler authored
-
Matthias Kaeppler authored
-
Paul Gascou-Vaillancourt authored
-
Sean McGivern authored
Fix Rails bootup with invalid license See merge request gitlab-org/gitlab!26466
-
Achilleas Pipinellis authored
Add missing object storage options & improve wording See merge request gitlab-org/gitlab!26234
-
Ben Bodenmiller authored
-
Bob Van Landuyt authored
Update gitlab-labkit gem to v0.10.1 See merge request gitlab-org/gitlab!26572
-
Craig Furman authored
The inconsistent structure of these responses was causing mapping conflicts when these logs were sent to Elasticsearch. Apparently they are not actively used, so can be removed.
-
Marcia Ramos authored
Improving release versioning Closes #194119 See merge request gitlab-org/gitlab!22398
-
Jackie Meshell authored
-
Dmytro Zaporozhets authored
Fix describe for notes_finder_spec.rb in ee/ See merge request gitlab-org/gitlab!26568
-