- 22 Jul, 2019 23 commits
-
-
Fabio Papa authored
-
GitLab Bot authored
-
Ash McKenzie authored
Handle trailing slashes when generating issue URLs See merge request gitlab-org/gitlab-ce!30911
-
GitLab Bot authored
-
Kushal Pandya authored
use the property of name_with_namespace instead of name for the new issue form in boards See merge request gitlab-org/gitlab-ee!14679
-
Kushal Pandya authored
use the property of name_with_namespace instead of name for the new issue form in group boards See merge request gitlab-org/gitlab-ce!30021
-
Emeryao authored
add a new attribute for name_with_namespace prettier the changed code
-
GitLab Bot authored
-
Evan Read authored
Add info about mdl to documentation See merge request gitlab-org/gitlab-ce!30792
-
Marcel Amirault authored
-
Heinrich Lee Yu authored
Applies to issues_url and new_issue_url
-
GitLab Bot authored
-
Ramya Authappan authored
Updates check_mentions_for_xss_spec to use admin token for creating the user Closes gitlab-org/quality/staging#65 See merge request gitlab-org/gitlab-ce!30943
-
GitLab Bot authored
-
Evan Read authored
Documentation for email confirmation signup restriction Closes #63060 See merge request gitlab-org/gitlab-ce!30968
-
Matt Penna authored
-
GitLab Bot authored
-
Evan Read authored
Document all the available options for SAST Closes gitlab-ee#10120 See merge request gitlab-org/gitlab-ce!30747
-
Achilleas Pipinellis authored
Port all info from: - security-products/sast/blob/master/docs/README.md - security-products/sast/blob/master/docs/analyzers.md
-
GitLab Bot authored
-
Evan Read authored
Resolve "Update email address on How to reset your root password docs" Closes #64768 See merge request gitlab-org/gitlab-ce!30926
-
Evan Read authored
Fix unordered list spacing (part 2) See merge request gitlab-org/gitlab-ce!30796
-
Marcel Amirault authored
Correct the spacing of unordered markdown lists in docs, to maintain standards of documentation, in /user and others.
-
- 21 Jul, 2019 5 commits
-
-
GitLab Bot authored
-
Mark Lapierre authored
Standardize page objects use on CE Plan tests See merge request gitlab-org/gitlab-ce!30962
-
GitLab Bot authored
-
Douwe Maan authored
Wiki Usage Ping for Create SMAU See merge request gitlab-org/gitlab-ce!30864
-
Alex Kalderimis authored
This adds a counter to count page creation, which is reflected in the usage-data we collect. The number created is stored in Redis, avoiding DB access.
-
- 20 Jul, 2019 1 commit
-
-
Walmyr Lima authored
This is a first iteration to address the following issue: https://gitlab.com/gitlab-org/quality/team-tasks/issues/168 Note: depends on https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/30945
-
- 19 Jul, 2019 11 commits
-
-
GitLab Bot authored
-
Dan Davison authored
Refactor collapse issue comments end-to-end test See merge request gitlab-org/gitlab-ce!30902
-
Dan Davison authored
Refactor create issue end-to-end test See merge request gitlab-org/gitlab-ce!30945
-
GitLab Bot authored
-
Stan Hu authored
Fixes typo in developer documentation See merge request gitlab-org/gitlab-ce!30964
-
GitLab Bot authored
-
Mayra Cabrera authored
Fix the project auto devops API See merge request gitlab-org/gitlab-ce!30946
-
Nick Thomas authored
If `project_auto_devops.enabled` is nil for a project, when setting any auto devops values via the API, we try to create a new row in the DB, instead of re-using the existing one. This leads to the project_id being set to nil, and the database `NOT NULL` constraint leading to a 500 response. This commit resolves the issue by correctly detecting the presence of a ProjectAutoDevops row and re-using it. Persistence is also moved away from explicit `update!` calls and into relying on `autosave: true` on the model.
-
Jeremy Jackson authored
-
Emery authored
-
Mike Greiling authored
Import Non-EE JavaScript for Clusters Detail Page See merge request gitlab-org/gitlab-ee!14749
-