- 25 Jun, 2020 40 commits
-
-
Jan Provaznik authored
When showing epics count on group show page, we just count all epics in the group and its subgroups no matter if user can see them or not. This is consistent with showing epic's child counts (where accessibility check is skipped too).
-
Nick Thomas authored
Speed up Advanced global search regex for file path segments See merge request gitlab-org/gitlab!35292
-
Tim Zallmann authored
Replace fa-angle-left and fa-angle-right with GitLab SVG icons Closes #222595 See merge request gitlab-org/gitlab!34921
-
Sanad Liaquat authored
Revert "Merge branch 'qa-shl-consider-onboarding-on-login' into 'master'" See merge request gitlab-org/gitlab!35317
-
Kamil Trzciński authored
Improve healtchecks 500 response when DB/Redis are not available See merge request gitlab-org/gitlab!34844
-
Sean McGivern authored
Use full reference for RedisClusterValidator See merge request gitlab-org/gitlab!35320
-
Sanad Liaquat authored
Fix protected tags e2e test See merge request gitlab-org/gitlab!35131
-
Toon Claes authored
Merge branch '223597-create-documentation-changes-for-https-gitlab-com-gitlab-org-gitlab-merge_requests-32797-docs' into 'master' Geo: Update Geo framework documentation Closes #223597 See merge request gitlab-org/gitlab!35154
-
Markus Koller authored
Move CIVariablesHelper to CI namespace See merge request gitlab-org/gitlab!35199
-
Evan Read authored
Update title of page to say "examples" Closes #215963 See merge request gitlab-org/gitlab!35310
-
Marcel Amirault authored
-
Heinrich Lee Yu authored
Autoloading does not work properly when we don't use the full namespace when we're inside a stale class that is cached in memory after code gets unloaded by Rails.
-
Heinrich Lee Yu authored
Add BuildsHelper spec and Namespace to Ci See merge request gitlab-org/gitlab!35079
-
Allison Browne authored
BuildsHelper => Ci::BuildsHelper
-
Dmytro Zaporozhets authored
SecurityReportSummary is null if report didn't run See merge request gitlab-org/gitlab!35218
-
Craig Smith authored
-
Aleksei Lipniagov authored
When DB is not available, we still want our health endpoints to behave correctly, additional info about the failure.
-
Sanad Liaquat authored
This reverts merge request !35217
-
Evan Read authored
Clarify variable expansion in includes See merge request gitlab-org/gitlab!35303
-
Markus Koller authored
Access Repository#shard directly See merge request gitlab-org/gitlab!35127
-
Achilleas Pipinellis authored
Add period back Closes #28535 See merge request gitlab-org/gitlab!35306
-
Achilleas Pipinellis authored
Add documentation for pause commands See merge request gitlab-org/gitlab!33113
-
Alex Ives authored
- Add documentation for pausing/resuming replication - Add link to page as a part of upgrade docs Relates to https://gitlab.com/gitlab-org/gitlab/issues/35913
-
Dmitry Gruzd authored
-
Dylan Griffith authored
This covers some common paradigms that were not working before and were pointed out in https://gitlab.com/groups/gitlab-org/-/epics/3621
-
Dylan Griffith authored
This edgeNgram was removed in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/32771 and should have been removed from the docs
-
Dylan Griffith authored
From https://gitlab.com/gitlab-com/gl-infra/production/-/issues/2318#note_367588644 we can see that this regex is capable of [catastrophic backtracking](https://www.regular-expressions.info/catastrophic.html) which we believe may be the cause of https://gitlab.com/gitlab-com/gl-infra/production/-/issues/2318 . This regex will replace the concept of trying to find sections of paths with a simpler idea of just matching common characters used in file paths and hopefully should be sufficient for most cases. It's not as sophisticated as the approach which finds the sections between slashes ending in a word boundary but it didn't seem easy to refactor that logic without the backtracking. We are also adding the [`remove_duplicates`](https://www.elastic.co/guide/en/elasticsearch/reference/current/analysis-remove-duplicates-tokenfilter.html) filter since this new pattern will have lots of overlap with other patterns and as such we need to remove the duplicates otherwise we'll have many wasteful tokens in the index. There doesn't seem to be any real cost to adding this filter since it only removes duplicate tokens at the identical position so it seems to be sensible in all cases.
-
Achilleas Pipinellis authored
Add 13.1.0 version specific upgrade note for HA See merge request gitlab-org/gitlab!34116
-
Thong Kuah authored
-
Marcel Amirault authored
-
Jan Provaznik authored
Remove legacy service count keys See merge request gitlab-org/gitlab!35135
-
Thong Kuah authored
Resolve "Explore removing dependencies on test stage" See merge request gitlab-org/gitlab!34659
-
Marcel Amirault authored
-
Stan Hu authored
Add diff stats fields to merge request type See merge request gitlab-org/gitlab!34966
-
Alex Kalderimis authored
This exposes the diff_stats field on merge requests, along with a summary containing summed values.
-
Sanad Liaquat authored
Consider import successful if project exists See merge request gitlab-org/gitlab!35202
-
Mark Lapierre authored
This assumes that a project is successfullly imported if it has a name
-
Sanad Liaquat authored
Add ability to skip Guided Tour if shown See merge request gitlab-org/gitlab!35217
-
Ash McKenzie authored
Enable the `graphql_release_data` feature flag by default See merge request gitlab-org/gitlab!34937
-
Nathan Friend authored
This commit enables the `graphql_release_data` feature flag, making release data available through the GraphQL endpoint.
-