- 18 Jul, 2019 22 commits
-
-
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
-
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 18 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
-
Vladimir Shushlin authored
Pages access level currently depends on project visibilty which is ignored by factory, this commit fixes that
-
Dan Davison authored
Add documentation surrounding [data-qa-selector] See merge request gitlab-org/gitlab-ce!30690
-
Dan Davison authored
Documentation was lacking for the [data-qa-selector] method of defining methods vs .qa-selector method.
-
Lin Jen-Shin authored
Add EE-only class instrumentation See merge request gitlab-org/gitlab-ce!30802
-
Mike Greiling authored
Mockify jquery and axios packages into `spec/frontend` Closes #60136 See merge request gitlab-org/gitlab-ce!29272
-
Martin Hanzel authored
Moved the block that fails tests on unmocked axios requests from test_setup to its own mock, and added a jQuery mock that fails tests if they use unmocked $.ajax().
-
Mike Greiling authored
Add docs about auto-injected Jest mocks Closes #62899 See merge request gitlab-org/gitlab-ce!30791
-
Martin Hanzel authored
-
Mayra Cabrera authored
Add migration for adding rule_type to approval_project_rules See merge request gitlab-org/gitlab-ce!30575
-