- 22 Jul, 2019 16 commits
-
-
Sean McGivern authored
Fix unreleased changelog "-30974-issue-search-by-number.yml" See merge request gitlab-org/gitlab-ce!30979
-
Rémy Coutable authored
Upload new Knapsack report instead of merging Closes #64428 See merge request gitlab-org/gitlab-ce!30612
-
Ash McKenzie authored
Handle trailing slashes when generating issue URLs See merge request gitlab-org/gitlab-ce!30911
-
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
-
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
-
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
-
Evan Read authored
Documentation for email confirmation signup restriction Closes #63060 See merge request gitlab-org/gitlab-ce!30968
-
Matt Penna 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
-
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 3 commits
-
-
Mark Lapierre authored
Standardize page objects use on CE Plan tests See merge request gitlab-org/gitlab-ce!30962
-
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 3 commits
-
-
Peter Dave Hello authored
The leading slash will cause some not friendly command line behavier, for example: vim: ``` ~/gitlab-ce/changelogs/unreleased $ vim -30974-issue-search-by-number.yml VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Jun 07 2019 15:35:43) Unknown option argument: "-30974-issue-search-by-number.yml" More info with: "vim -h" ``` git: ``` ~/gitlab-ce/changelogs/unreleased $ git add -30974-issue-search-by-number.yml error: unknown switch `3' usage: git add [<options>] [--] <pathspec>... -n, --dry-run dry run -v, --verbose be verbose -i, --interactive interactive picking -p, --patch select hunks interactively -e, --edit edit current diff and apply -f, --force allow adding otherwise ignored files -u, --update update tracked files -N, --intent-to-add record only the fact that the path will be added later -A, --all add changes from all tracked and untracked files --ignore-removal ignore paths removed in the working tree (same as --no-all) --refresh don't add, only refresh the index --ignore-errors just skip files which cannot be added because of errors --ignore-missing check if - even missing - files are ignored in dry run ``` There's no other unreleased changelog has a filename with leading slash, so I think this one should be corrected. cc !28302
-
Peter Dave Hello authored
There was an syntax issue here which caused it can't be parsed properly. cc !28302 yaml-lint(https://www.npmjs.com/package/yaml-lint): ```
✖ unknown tag !<!28302> at line 4, column 1: author: Riccardo Padovani ^ ``` Online YAML Parser:(https://yaml-online-parser.appspot.com/) ``` ERROR: could not determine a constructor for the tag '!28302' in "<unicode string>", line 3, column 16: merge_request: !28302 ... ^ ``` -
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 18 commits
-
-
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
-
Stan Hu authored
Fixes typo in developer documentation See merge request gitlab-org/gitlab-ce!30964
-
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
-
Mayra Cabrera authored
Fix Gitaly auto-detection caching Closes #64802 See merge request gitlab-org/gitlab-ce!30954
-
Fatih Acet authored
Remove duplicate buttons Closes #64160 See merge request gitlab-org/gitlab-ce!30757
-
Nick Thomas authored
Document database review process See merge request gitlab-org/gitlab-ce!30405
-
-
Kamil Trzciński authored
Get rid of `worker_label` in RubySampler See merge request gitlab-org/gitlab-ce!30942
-
Nick Thomas authored
Avoid increasing redis counters when usage_ping is disabled See merge request gitlab-org/gitlab-ce!30949
-
Francisco Javier López authored
-
Stan Hu authored
If `GitalyClient#can_use_disk?` returned `false`, it was never cached properly and led to excessive number of Gitaly calls. Instead of using `cached_value.present?`, we need to check `cached_value.nil?`. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64802
-
Phil Hughes authored
Fixes the alignment on reports See merge request gitlab-org/gitlab-ce!30839
-
Sam Beckham authored
- Removes a justify-center class that causes reports to centrally align
-
Phil Hughes authored
Centers loading icon in CI action Closes #64265 See merge request gitlab-org/gitlab-ce!30947
-
Sean McGivern authored
Use `issuable_path` helper See merge request gitlab-org/gitlab-ce!30913
-