- 01 Mar, 2020 4 commits
-
-
Stan Hu authored
During development, changing backend code causes Sidekiq to reload and spew, "A copy of Gitlab::SidekiqMiddleware::AdminMode::Client has been removed from the module tree but is still active!" errors. To fix this, https://stackoverflow.com/a/29710188 mentions adding `::` to `Example` helps because this causes `Object.const_missing` instead of `Example.const_missing`.
-
Peter Leitzen authored
Fix fixtures for Error Tracking Web UI Closes #208548 See merge request gitlab-org/gitlab!26233
-
Takuya Noguchi authored
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
-
Stan Hu authored
Add a bulk processor for elasticsearch incremental updates Closes #34086 See merge request gitlab-org/gitlab!24298
-
- 29 Feb, 2020 21 commits
-
-
Mike Lewis authored
Docs: Update link to job token feature proposal See merge request gitlab-org/gitlab!23502
-
Mike Lewis authored
Update Okta documentation to match style guide See merge request gitlab-org/gitlab!25364
-
Mike Lewis authored
Replace absolute ee doc links with relative links See merge request gitlab-org/gitlab!26227
-
Mike Lewis authored
-
Mike Lewis authored
Cleanup Scaling / HA docs page Closes #205634, #205632, and #205635 See merge request gitlab-org/gitlab!25422
-
Mike Lewis authored
-
Mike Lewis authored
-
Stan Hu authored
Fix dev vulnerabilities seeder See merge request gitlab-org/gitlab!26169
-
Heinrich Lee Yu authored
Revert "Merge branch 'craigf/job-args-json-escape' into 'master'" Closes #208501 See merge request gitlab-org/gitlab!26210
-
Stan Hu authored
This reverts merge request !26075
-
Heinrich Lee Yu authored
Make operations/update_service_spec.rb dynamic See merge request gitlab-org/gitlab!25253
-
Marcel Amirault authored
Docs: add language declarations to code blocks See merge request gitlab-org/gitlab!26206
-
Amy Qualls authored
This MR adds language declarations to several pages in the /user subdirectory.
-
Marcel Amirault authored
Docs: add language declarations to code blocks See merge request gitlab-org/gitlab!26204
-
Marcel Amirault authored
Add language declarations to code blocks See merge request gitlab-org/gitlab!26203
-
Mayra Cabrera authored
Disable Marginalia line backtrace in production See merge request gitlab-org/gitlab!26199
-
Marcel Amirault authored
HTML tags don't always work See merge request gitlab-org/gitlab!26177
-
Mike Jang authored
-
Paul Slaughter authored
Update diff line content on MR diffs to use actual HTML and not CSS element See merge request gitlab-org/gitlab!24815
-
-
Lyle Kozloff authored
Update basic SAML Azure screenshot See merge request gitlab-org/gitlab!26192
-
- 28 Feb, 2020 15 commits
-
-
Paul Slaughter authored
Fix `setTimeout` references in `content_viewer_spec` See merge request gitlab-org/gitlab!24897
-
-
Amy Qualls authored
Adding code language declarations to the last round of files in the API folder.
-
Amy Qualls authored
This commit adds more language declarations to code blocks in the API documentation.
-
Mayra Cabrera authored
Stringify sidekiq job args in logs See merge request gitlab-org/gitlab!26075
-
Stan Hu authored
Move top-level Cycle Analytics to the group level See merge request gitlab-org/gitlab!24773
-
Stan Hu authored
Use new mail_room fork See merge request gitlab-org/gitlab!25869
-
Stan Hu authored
As mentioned in https://github.com/basecamp/marginalia/pull/93/files, adding `:line` to the output of the Marginalia incurs some overhead because a regexp on the backtrace has to be run on every SQL query. Only enable this in development because we've seen it slow things down. Identified in https://gitlab.com/gitlab-org/gitlab/issues/198694
-
charlieablett authored
Logs exit as JSON, then exits rather than simply crashing out
-
Douglas Barbosa Alexandre authored
Resolve "Stop markdown caching of non-markdown Snippet content" Closes #207976 See merge request gitlab-org/gitlab!25985
-
Natalia Tepluhina authored
Migrate ee/spec/javascripts/issuable/components to Jest See merge request gitlab-org/gitlab!26091
-
Paul Slaughter authored
- Also moves the related_issuable_mock_data
-
Mayra Cabrera authored
Memoize loading of CI variables See merge request gitlab-org/gitlab!26147
-
Cynthia Arty Ng authored
-
Martin Wortschack authored
Migrate blob_bundle spec from Karma to Jest Closes #194218 See merge request gitlab-org/gitlab!26134
-