- 18 Jul, 2019 31 commits
-
-
Sanad Liaquat authored
Refactor common Page Objects to use data tags (No. 1 Contd.) See merge request gitlab-org/gitlab-ce!30758
-
Dan Davison authored
Common usages within GitLab QA include Login Page, navigation bars and layouts
-
James Lopez authored
[CE backport] Parse and store multiple security reports of the same category See merge request gitlab-org/gitlab-ce!30658
-
Victor Zagorodny authored
-
Marcia Ramos authored
Doc: Merge Requests for Confidential Issues See merge request gitlab-org/gitlab-ce!30553
-
Patrick Bajao authored
Add a section in Confidential Issues documentation with information about the "Create confidential merge request" button/dropdown and how it can help in resolving confidential issues.
-
Nick Thomas authored
Use correct parent when committing in WebIDE See merge request gitlab-org/gitlab-ce!29598
-
Thong Kuah authored
Deploy serverless apps with `gitlabktl` Closes #64494 See merge request gitlab-org/gitlab-ce!30740
-
Marcia Ramos authored
Document how to make Oracle Cloud S3 work See merge request gitlab-org/gitlab-ce!30847
-
Sean McGivern authored
Adjust cycle analytics to group level See merge request gitlab-org/gitlab-ce!30391
-
Kushal Pandya authored
Set correct file mode for autocomplete images Closes #64733 See merge request gitlab-org/gitlab-ce!30889
-
Winnie Hellmann authored
-
Phil Hughes authored
Resolve "Fix the color of the visibility icon on project lists" Closes #64700 See merge request gitlab-org/gitlab-ce!30858
-
Dennis Tang authored
- Project listing icons now use the `text-secondary` class - Group listing icons now use the `text-secondary` class - Unnecessary CSS was removed from groups.scss as a result
-
Paul Slaughter authored
Previously `start_sha` was intercepted on the frontend to create the correct branch in a separate API call. Now that the commits API supports the `start_sha` parameter directly this workaround is not needed anymore.
-
Markus Koller authored
When passing start_branch on committing from the WebIDE, it's possible that the branch has changed since editing started, which results in the change being applied on top of the latest commit in the branch and overwriting the new changes. By passing the start_sha instead we can make sure that the change is applied on top of the commit which the user started editing from.
-
Kushal Pandya authored
Localize updated text on projects list page See merge request gitlab-org/gitlab-ce!30875
-
Clement Ho authored
-
Kushal Pandya authored
Added whitespace for CI/CD Charts page sub-headers Closes #64309 See merge request gitlab-org/gitlab-ce!30531
-
Dietrich Stein authored
HMSET and AUTH commands were not properly redacted. This commit does that and adds a test. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64309
-
Mark Lapierre authored
Quality: Refactor all existing usages of .act with .perform See merge request gitlab-org/gitlab-ce!30824
-
Dan Davison authored
Replace any occurance of .act with the preferred method .perform
-
Stan Hu authored
Unquarantine object storage test Closes gitlab-org/quality/nightly#101 See merge request gitlab-org/gitlab-ce!30874
-
Mark Lapierre authored
--compat mode in Minio is now enabled so this test should pass See https://gitlab.com/gitlab-org/gitlab-qa/merge_requests/260
-
Evan Read authored
Go guide: be more explicit on testing frameworks + diffing test results See merge request gitlab-org/gitlab-ce!29950
-
Victor Zagorodny authored
-
Evan Read authored
Doc for "Move external authorization service API management to EE" See merge request gitlab-org/gitlab-ce!30579
-
Imre Farkas authored
-
Evan Read authored
Fix unordered list spacing (part 1) See merge request gitlab-org/gitlab-ce!30794
-
Marcel Amirault authored
Correct the spacing of unordered markdown lists in docs, to maintain standards of documentation.
-
Ray Paik authored
typo See merge request gitlab-org/gitlab-ce!30860
-
- 17 Jul, 2019 9 commits
-
-
Nick Thomas authored
Refactor WebIdeCommitsCounter and RedisCounter See merge request gitlab-org/gitlab-ce!30850
-
Francisco Javier López authored
This MR refactor RedisCounter and WebIdeCommitsCounter to be reused by other components.
-
Mark Lapierre authored
Generate single report file for review-qa-all parallel tests See merge request gitlab-org/gitlab-ce!28834
-
Stan Hu authored
Wrap rugged calls with access disk block See merge request gitlab-org/gitlab-ce!30592
-
Mike Greiling authored
Move multiple issue boards frontend to core (CE-backport) See merge request gitlab-org/gitlab-ce!30503
-
Winnie Hellmann authored
(cherry picked from commit a82e4d57a6fbba840a8a944e372b80866a1e48cc)
-
Mayra Cabrera authored
Add tests for when deploy token usernames are not unique See merge request gitlab-org/gitlab-ce!30629
-
Krasimir Angelov authored
Ensure correct behaviour when deploy tokens have the same username or deploy token and user have the same username.
-
Stan Hu authored
Fix factory default for pages_access_level See merge request gitlab-org/gitlab-ce!30862
-