- 25 Jun, 2020 22 commits
-
-
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
-
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
-
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.
-
Russell Dickenson authored
Docs: Clarify SAST vulnerability filter empty states See merge request gitlab-org/gitlab!35189
-
Mike Lewis authored
Remove guideline about dashes and imgs See merge request gitlab-org/gitlab!34251
-
Mike Lewis authored
Document all docs metadata in YAML frontmatter See merge request gitlab-org/gitlab!34952
-
Mike Lewis authored
Add deprecation language See merge request gitlab-org/gitlab!29171
-
Mike Jang authored
-
Ash McKenzie authored
[Group Wiki] Update attachment API to support Group Level Wiki Closes #212199 See merge request gitlab-org/gitlab!34232
-
Alex Kalderimis authored
This extends all wiki REST API endpoints to groups.
-
Russell Dickenson authored
Remove unformatted SECURE_LOG_LEVEL levels from docs See merge request gitlab-org/gitlab!35214
-
- 24 Jun, 2020 18 commits
-
-
Mike Jang authored
Identify how to list RESTful API endpoints See merge request gitlab-org/gitlab!29436
-
Ash McKenzie authored
Fix GROUP BY in VSA label queries See merge request gitlab-org/gitlab!34381
-
Evan Read authored
Load timings only available in some browsers Closes #222916 See merge request gitlab-org/gitlab!35194
-
Mayra Cabrera authored
Revert "Merge branch 'nelbacha-master-patch-50345' into 'master'" RUN AS-IF-FOSS Closes #224443 See merge request gitlab-org/gitlab!35279
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
James Fargher authored
Add route, controller and view for generic reports page See merge request gitlab-org/gitlab!35011
-
Brandon Labuschagne authored
Also includes the controller and a view which can be used for bootstrapping the vue application. https://gitlab.com/gitlab-org/gitlab/-/issues/220494
-
Kyle Wiebers authored
This reverts merge request !33042
-
Mayra Cabrera authored
Create time-space partitions in separate schema (2) See merge request gitlab-org/gitlab!35137
-
-
Douglas Barbosa Alexandre authored
Move the CiStatusHelper to Ci namespace See merge request gitlab-org/gitlab!35073
-
Mayra Cabrera authored
Add clusters_applications_cilium DB table See merge request gitlab-org/gitlab!34601
-
Bob Van Landuyt authored
Refactor identifier parsing See merge request gitlab-org/gitlab!34638
-
Nick Gaskill authored
Add integration requirements to Secure Onboarding docs See merge request gitlab-org/gitlab!35264
-
Amy Brandenburg authored
-
Daniel Paul Searles authored
-
Bob Van Landuyt authored
Remove the dead code and the associated worker Closes #218231 See merge request gitlab-org/gitlab!32595
-