- 19 Oct, 2018 40 commits
-
-
Mark Lapierre authored
Override page object methods to log the actions taken by the methods before or after the action, as appropriate. Allow page object action logging to be turned on via a QA_DEBUG env var. Unlike CHROME_HEADLESS (and the soon to arrive VERBOSE), QA_DEBUG is false by default. QA_DEBUG is used instead of just DEBUG because that enables Selenium debug logging. Mask passwords entered into fields with a QA selector with 'password' in the name. Doesn't mask sensitive data entered into any other field.
-
Douwe Maan authored
Merge branch '52772-assign-me-quick-action-doesn-t-work-if-there-is-extra-white-space' into 'master' Resolve "/assign me quick action doesn't work if there is extra white space" Closes #52772 See merge request gitlab-org/gitlab-ce!22402
-
Cindy Pallares 🦉 authored
-
Robert Speicher authored
CE backport of changes to suppport group file templates See merge request gitlab-org/gitlab-ce!22310
-
Robert Speicher authored
Document how GitLab keeps its tests pristine Closes #42396 See merge request gitlab-org/gitlab-ce!22481
-
Nick Thomas authored
-
Clement Ho authored
Allow to configure cache path for webpack See merge request gitlab-org/gitlab-ce!22497
-
Kamil Trzciński authored
-
Kamil Trzciński authored
Rename "scheduled" label/badge of delayed jobs to "delayed" Closes #52130 See merge request gitlab-org/gitlab-ce!22245
-
Shinya Maeda authored
-
Annabel Dunstone Gray authored
Resolve "Change single-item breadcrumbs to page titles" Closes #51955 See merge request gitlab-org/gitlab-ce!22155
-
Filipa Lacerda authored
Fix transient failure from the bar_chart.vue component Closes gitlab-ee#8062 See merge request gitlab-org/gitlab-ce!22495
-
Clement Ho authored
Remove empty spec describe blocks Closes #52842 See merge request gitlab-org/gitlab-ce!22451
-
Jose Vargas authored
-
Kamil Trzciński authored
Update used version of Runner Helm Chart to 0.1.34 Closes gitlab-runner#3642 See merge request gitlab-org/gitlab-ce!22274
-
Tomasz Maczukin authored
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
GitLab Release Tools Bot authored
-
GitLab Release Tools Bot authored
[ci skip]
-
Douglas Barbosa Alexandre authored
Add preload for routes and namespaces for issues controller. Closes #43034 See merge request gitlab-org/gitlab-ce!21651
-
Annabel Dunstone Gray authored
Adjust size and alignment of emojis of user status in user menu Closes #52299 See merge request gitlab-org/gitlab-ce!22194
-
Dennis Tang authored
-
Annabel Dunstone Gray authored
Change markdown header tab anchor links to buttons See merge request gitlab-org/gitlab-ce!21988
-
George Tsiolis authored
-
Phil Hughes authored
Revert "Merge branch 'winh-prettier-job-app' into 'master'" See merge request gitlab-org/gitlab-ce!22489
-
Filipa Lacerda authored
Fixed merge request fill tree not respecting fluid width Closes #52916 See merge request gitlab-org/gitlab-ce!22487
-
Sean McGivern authored
Remove ForkedProjectLink model Closes #38883 See merge request gitlab-org/gitlab-ce!22226
-
Achilleas Pipinellis authored
Docs: Change path where to create the config.json file when using kaniko See merge request gitlab-org/gitlab-ce!22075
-
Achilleas Pipinellis authored
Merge branch 'docs/52918-shared-runners-still-showing-in-list-projects-runner-when-shared-runners-disabled-for-project' into 'master' Fix documentation for list runners Closes #52918 See merge request gitlab-org/gitlab-ce!22490
-
Grzegorz Bizon authored
Correctly process Bamboo API results Closes #51950 See merge request gitlab-org/gitlab-ce!21970
-
Marcia Ramos authored
Document highlighted mentions See merge request gitlab-org/gitlab-ce!22488
-
Steve Azzopardi authored
We are specifying that we will only return the shared runners on two condition; 1 if project has any available 2 if shared runners are enabled. 2 is not correct. In the admin UI, when the user press "disable shared runners" we still show the runners to show what kind of runners are available when the user enables them. We want the API to mimic this behavior from the UI. closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52918
-
Filipa Lacerda authored
This reverts merge request !22463
-
Achilleas Pipinellis authored
-
Bob Van Landuyt authored
This removes the `ForkedProjectLink` model that has been replaced by the `ForkNetworkMember` and `ForkNetwork` combination. All existing relations have been adjusted to use these new models. The `forked_project_link` table has been dropped. The "Forks" count on the admin dashboard has been updated to count all `ForkNetworkMember` rows and deduct the number of `ForkNetwork` rows. This is because now the "root-project" of a fork network also has a `ForkNetworkMember` row. This count could become inaccurate when the root of a fork network is deleted.
-
Phil Hughes authored
This fixes a bug where the merge request fill tree would not respect the users fluid width preference. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52916
-
Alex Lossent authored
Bamboo API returns an array of results as per https://docs.atlassian.com/atlassian-bamboo/REST/6.2.5/#d2e786
-
Achilleas Pipinellis authored
Documentation: Add mention that recovery codes are downloadable. See merge request gitlab-org/gitlab-ce!22483
-
Sean McGivern authored
Update Test plan.md : add ~"test plan" and update attributes See merge request gitlab-org/gitlab-ce!22269
-
Evan Read authored
-