- 20 Jan, 2020 13 commits
-
-
Marcel Amirault authored
Documentation: a couple of minor typo corrections See merge request gitlab-org/gitlab!23226
-
Marcel Amirault authored
Merge branch '55962-overhaul-debug-logging-section-of-gitlab-ci-cd-environment-variables-docs' into 'master' Update "Debug logging" of GitLab CI/CD environment variables Closes #55962 See merge request gitlab-org/gitlab!21782
-
Stan Hu authored
Add CSP headers for Zuora iFrame Closes #196529 See merge request gitlab-org/gitlab!23001
-
Marcel Amirault authored
Update parent_child_pipelines.md to clarify wording See merge request gitlab-org/gitlab!23275
-
Evan Read authored
Docs - stop Puma when attempting restore See merge request gitlab-org/gitlab!22945
-
Mark Lapierre authored
Quarantine elasticsearch tests See merge request gitlab-org/gitlab!23302
-
Mark Lapierre authored
-
Takuya Noguchi authored
its overhaul is since 8.14 with https://gitlab.com/gitlab-examples/ci-debug-traceSigned-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
-
Zeff Morgan authored
-
Russell Dickenson authored
Updated Elasticsearch install docs link to point to 6.8 vs "current" as the... See merge request gitlab-org/gitlab!17374
-
Mike Barretta authored
Updated Elasticsearch install docs link to point to 6.8 vs "current" as the current version is 7.3 (which isn't supported by gitlab). Also added a link to Elastic Cloud as an alternative option to AWS Elasticsearch Service.
-
Russell Dickenson authored
Add documentation for service hook logs See merge request gitlab-org/gitlab!21999
-
Andy Soiron authored
The changes describe how to troubleshoot project services using service hook logs
-
- 19 Jan, 2020 4 commits
-
-
Stan Hu authored
Fix typo Snippers See merge request gitlab-org/gitlab!23301
-
Lucy Fox authored
-
Alex Buijs authored
-
Russell Dickenson authored
Remove the extraneous word `takes` See merge request gitlab-org/gitlab!23286
-
- 18 Jan, 2020 17 commits
-
-
Peter Leitzen authored
Add project type for global search from ES See merge request gitlab-org/gitlab!22821
-
Changzheng Liu authored
-
Stan Hu authored
Enable Code Review Analytics by default See merge request gitlab-org/gitlab!23285
-
Dennis Tang authored
-
Paul Slaughter authored
Fix epic subscriptions not working for subgroups Closes #197483 See merge request gitlab-org/gitlab!23283
-
Stan Hu authored
1. Move expectation into the callback we give to `testAction` 2. Uses `jasmine.objectContaining` instead of an off-the-fly custom matcher. 3. Replaces `stateSubscribed` with simply mutating the shared `state` object we're creating for each test (it was a little weird to see `stateSubscribed.subscribes`)
-
Paul Slaughter authored
Fix epic dates not updating with subgroups Closes #197495 See merge request gitlab-org/gitlab!23289
-
Marcel Amirault authored
Specify language in fenced code blocks See merge request gitlab-org/gitlab!23212
-
Amy Qualls authored
Markdownlint expects fenced code blocks to declare a language.
-
Marcel Amirault authored
Add language declarations to code blocks See merge request gitlab-org/gitlab!23217
-
Amy Qualls authored
Markdownlint expects fenced code blocks to declare a language. This commit adds language declarations to fenced code blocks in pages in the /administration area.
-
Mike Lewis authored
Added description of issue list limits Closes #37011 See merge request gitlab-org/gitlab!21807
-
Mike Lewis authored
Describes new method of creating an issue from an epic See merge request gitlab-org/gitlab!19922
-
Russell Dickenson authored
-
Clement Ho authored
Identify correct Sentry ID for error tracking error detail view operations See merge request gitlab-org/gitlab!23280
-
Stan Hu authored
The change in https://gitlab.com/gitlab-org/gitlab/merge_requests/22467 caused the wrong path to be passed to the GraphQL endpoint. The frontend passed only the immediate path (e.g. charts) instead of the full path (e.g. gitlab-org/charts). Closes https://gitlab.com/gitlab-org/gitlab/issues/197495
-
Stan Hu authored
The change in https://gitlab.com/gitlab-org/gitlab/merge_requests/22872 caused the wrong path to be passed to the GraphQL endpoint. The frontend passed only the immediate path (e.g. `charts`) instead of the full path (e.g. `gitlab-org/charts`). Closes https://gitlab.com/gitlab-org/gitlab/issues/197483
-
- 17 Jan, 2020 6 commits
-
-
syasonik authored
In migrating the error detail view for Sentry errors to GraphQL, the sentry error id got mis-mapped. This fixes the regression.
-
Brett Walker authored
-
Stan Hu authored
Add Code Review Analytics documentation See merge request gitlab-org/gitlab!23031
-
Mike Lewis authored
Docs: Link to GitLab commit in error detail page See merge request gitlab-org/gitlab!22395
-
Allison Browne authored
-
Michael Kozono authored
Support new Azure SCIM pre-setup check Closes #118558 See merge request gitlab-org/gitlab!22348
-