- 25 Nov, 2019 8 commits
-
-
Kushal Pandya authored
Resolve "LaTeX math syntax interpreted as Markdown in IPython notebooks" Closes #19397 See merge request gitlab-org/gitlab!19533
-
Matthew Lilley authored
Gloabl katex refers to code in app/assets/javascripts/blob/notebook/index.js (lines 23 and 30) which looks for references to katex urls on the gon object. Such urls don't exist. They can be hard coded via additions into gon_helper.rb but this doesn't seem sensible.
-
Martin Wortschack authored
Fix broken anchor path for CI configuration docs See merge request gitlab-org/gitlab!20607
-
Heinrich Lee Yu authored
Improve query there is specified visibility_level See merge request gitlab-org/gitlab!20594
-
Evan Read authored
Shellcheck - Use stable image See merge request gitlab-org/gitlab!20681
-
Evan Read authored
Update serverless aws documentation See merge request gitlab-org/gitlab!19904
-
Alex Ives authored
When the function is to be deployed to AWS with Serverless Framework
-
Thong Kuah authored
Enable frozen string for spec/lib/gitlab/i18n See merge request gitlab-org/gitlab!20669
-
- 24 Nov, 2019 14 commits
-
-
Thong Kuah authored
The latest image sometimes has bugs, etc.
-
Walmyr Lima e Silva Filho authored
Test for exporting issues as CSV Closes gitlab-org/quality/testcases#179 See merge request gitlab-org/gitlab!20482
-
Walmyr Lima authored
-
Walmyr Lima authored
-
Walmyr Lima authored
-
gfyoung authored
Partially addresses: https://gitlab.com/gitlab-org/gitlab/issues/27703
-
Thong Kuah authored
Enable frozen string for spec/lib/gitlab/graphql See merge request gitlab-org/gitlab!20593
-
Thong Kuah authored
Enable frozen string for hook data specs See merge request gitlab-org/gitlab!20602
-
Thong Kuah authored
Enable frozen string for grape logging specs See merge request gitlab-org/gitlab!20596
-
Thong Kuah authored
Enable frozen string for spec/lib/gitlab/graphs See merge request gitlab-org/gitlab!20584
-
Thong Kuah authored
Enable frozen string for spec/lib/gitlab/legacy_github_import See merge request gitlab-org/gitlab!20582
-
Thong Kuah authored
Enable frozen string for spec/lib/gitlab/health_checks See merge request gitlab-org/gitlab!20570
-
Thong Kuah authored
This also DRYs up the two calls to current_user.authorized_projects. Clarify code comment
-
Thong Kuah authored
This becomes especially bad in this query from /api/v4/projects endpoint: ``` SELECT COUNT(*) FROM (SELECT 1 AS one FROM "projects" WHERE (EXISTS (SELECT 1 FROM "project_authorizations" WHERE "project_authorizations"."user_id" = 1 AND (project_authorizations.project_id = projects.id) ) OR projects.visibility_level IN (10,20) ) AND "projects"."visibility_level" = 0 AND "projects"."pending_delete" = FALSE LIMIT 10001) subquery_for_count ``` Note we attempt to limit the damage with `LIMIT 10001` but Postgres keeps trying to find any row that will match the impossible visiblity level combination of (10,20) & (0), which goes way beyond 10001 rows. So we omit the OR in the case where we encounter a visibility level set which is null.
-
- 22 Nov, 2019 18 commits
-
-
Fatih Acet authored
Merge branch '37034-increase-margin-between-commits-branches-tags-size-row-in-project-details-again' into 'master' Resolve "Increase margin between commits/branches/tags/size row in project details again" Closes #37034 See merge request gitlab-org/gitlab!20606
-
Marcel van Remmerden authored
-
Clement Ho authored
Migrate erased block spec to VTU See merge request gitlab-org/gitlab!20569
-
Fatih Acet authored
Prepare user popover spec for BootstrapVue upgrade See merge request gitlab-org/gitlab!20553
-
Mayra Cabrera authored
Fix project creation with templates using /projects/user/:id API Closes #37004 See merge request gitlab-org/gitlab!20590
-
Stan Hu authored
Previously creation with an instance or group template with POST `/api/v4/projects worked`, but `/api/v4/projects/user/:id` did not because the latter did not accept the `use_custom_templates` parameter due to an oversight. This commit fixes this by adding the `optional_create_project_params` Grape API and add tests for project creation via the user endpoint. Closes https://gitlab.com/gitlab-org/gitlab/issues/37004
-
DJ Mountney authored
Revert "Merge branch 'sh-upgrade-charlock-holmes' into 'master'" See merge request gitlab-org/gitlab!20649
-
Clement Ho authored
Update dependency @gitlab/ui to v7.16.1 See merge request gitlab-org/gitlab!20628
-
Heinrich Lee Yu authored
Change Test Automation Engineer to Software Engineer in Test for Danger See merge request gitlab-org/gitlab!20643
-
Tim Zallmann authored
Remove :release_edit_page Feature Flag See merge request gitlab-org/gitlab!20401
-
Tim Zallmann authored
Reduce start a trial emoji rocket size See merge request gitlab-org/gitlab!20579
-
Stan Hu authored
This reverts merge request !20546
-
Kyle Wiebers authored
-
Stan Hu authored
Move MR view methods from model to helper See merge request gitlab-org/gitlab!20530
-
Annabel Dunstone Gray authored
Fix multiple multi select input padding See merge request gitlab-org/gitlab!20520
-
Kevin Lee authored
-
Robert Speicher authored
Merge branch '36809-projects-update-repository-storage-service-should-handle-design-repositories' into 'master' Resolve "Projects::UpdateRepositoryStorageService should handle design repositories" Closes #36809 See merge request gitlab-org/gitlab!20509
-
Robert Speicher authored
Add duration_chart endpoint for Cycle Analytics Closes #12183 See merge request gitlab-org/gitlab!19293
-