- 25 Nov, 2019 18 commits
-
-
Bob Van Landuyt authored
Add possibility to save a max issue weight on lists See merge request gitlab-org/gitlab!19220
-
Phil Hughes authored
Remove var from text_markdown.js Closes #36284 See merge request gitlab-org/gitlab!20093
-
Utkarsh Gupta authored
-
Evan Read authored
Document how to enable Crosplane with feature flag See merge request gitlab-org/gitlab!20586
-
Thong Kuah authored
-
Natalia Tepluhina authored
Fix Crossplane help link See merge request gitlab-org/gitlab!20668
-
Thong Kuah authored
-
Evan Read authored
Add deprecation note to required pipeline config Closes #34350 See merge request gitlab-org/gitlab!20626
-
Marcel Amirault authored
-
Kushal Pandya authored
Encoded groupId so project path works See merge request gitlab-org/gitlab!20646
-
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 8 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
-