- 02 Mar, 2020 5 commits
-
-
Thong Kuah authored
The issue is that using becomes means a new object is instantiated all the time, which means we throw away the route preload for the namespace In fact, we don't even need to pass in the namespace for the polymorphic route, the issuable_path helper seems to be able to figure out the correct path just from the project. Adds test for n+1 for group milestone show page. We are loading the route for the namespace for each issue for the milestone. Also, use the same link for both issue links Also, removes @project_namespace definition as nothing use it anymore
-
Thong Kuah authored
Add spec to make sure that the app/views/shared/milestones/_issuable.html.haml continues to work as expected.
-
Thong Kuah authored
Also fix path construction to use path helper
-
Thong Kuah authored
Fix Sidekiq code reloading See merge request gitlab-org/gitlab!26237
-
Evan Read authored
Docs: fix missing Oxford commas See merge request gitlab-org/gitlab!26207
-
- 01 Mar, 2020 10 commits
-
-
Evan Read authored
Update Deploy Token docs to include Group Deploy Tokens See merge request gitlab-org/gitlab!24378
-
Russell Dickenson authored
Update docs regarding regex in ci rules Closes #35932 See merge request gitlab-org/gitlab!26209
-
James Fargher authored
Resolve "More descriptive error messages in Migration Helpers" See merge request gitlab-org/gitlab!25457
-
Evan Read authored
Add missing backtick to scim api doc See merge request gitlab-org/gitlab!26135
-
James Fargher authored
Create base class for resource events Closes #38096 See merge request gitlab-org/gitlab!25791
-
Russell Dickenson authored
Update "introduced in" for filtering by epic See merge request gitlab-org/gitlab!26178
-
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 23 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
-
Marcel Amirault authored
-
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.
-
Amy Qualls authored
Rewrite some sentences to fix some missing Oxford commas.
-
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 2 commits
-
-
Paul Slaughter authored
Fix `setTimeout` references in `content_viewer_spec` See merge request gitlab-org/gitlab!24897
-
-