- 19 Oct, 2018 30 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.
-
Filipa Lacerda authored
Stop batch comment actions showing on commit discussions Closes #8052 See merge request gitlab-org/gitlab-ee!8007
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
Rémy Coutable authored
Fix SAML test failure due to random run order of specs See merge request gitlab-org/gitlab-ee!7979
-
Annabel Dunstone Gray authored
Update feature flags empty state See merge request gitlab-org/gitlab-ee!7967
-
Annabel Dunstone Gray authored
Change markdown header tab anchor links to buttons See merge request gitlab-org/gitlab-ee!8001
-
George Tsiolis authored
-
Phil Hughes authored
EE port of: Revert "Merge branch 'winh-prettier-job-app-ee' into 'master'" See merge request gitlab-org/gitlab-ee!8011
-
Phil Hughes authored
Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/8052
-
Sean McGivern authored
[EE-Port] Remove ForkedProjectLink model See merge request gitlab-org/gitlab-ee!7864
-
Marin Jankovski authored
CE upstream - 2018-10-19 09:30 UTC Closes gitlab-com/support-forum#3825 See merge request gitlab-org/gitlab-ee!8009
-
Filipa Lacerda authored
This reverts merge request !7998
-
Marcia Ramos authored
Document highlighted mentions See merge request gitlab-org/gitlab-ee!8010
-
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.
-
Filipa Lacerda authored
-
GitLab Bot authored
# Conflicts: # app/assets/javascripts/jobs/components/job_app.vue [ci skip]
-
Marin Jankovski authored
CE upstream - 2018-10-18 20:49 UTC Closes gitlab-ce#52654 See merge request gitlab-org/gitlab-ee!8005
-
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
-
George Tsiolis authored
- Align buttons in the center - Remove double top border
-
Evan Read authored
-
Stan Hu authored
Catch `RedirectionTooDeep` Exception in webhooks Closes #52692 See merge request gitlab-org/gitlab-ce!22447
-
Heinrich Lee Yu authored
-
Nick Thomas authored
Elasticsearch v6 - migrate from parent/child relationships to joins Closes #4218 See merge request gitlab-org/gitlab-ee!7618
-
Mario de la Ossa authored
-
Nick Thomas authored
Expose changed URLs in MR ci_environments_status See merge request gitlab-org/gitlab-ce!22228
-
Evan Read authored
Add the ways needed to authenticate to the registry via CI/CD Closes gitlab-com/support-forum#3825 See merge request gitlab-org/gitlab-ce!21538
-
Evan Read authored
Add Triggering Pipelines docs to API readme See merge request gitlab-org/gitlab-ce!22473
-
- 18 Oct, 2018 10 commits
-
-
Stan Hu authored
Add support for JSON logging for audit events See merge request gitlab-org/gitlab-ce!22471
-
Stan Hu authored
This will add audit_json.log that writes one line per audit event. For example: { "severity":"INFO", "time":"2018-10-17T17:38:22.523Z", "author_id":3, "entity_id":2, "entity_type":"Project", "change":"visibility", "from":"Private", "to":"Public", "author_name":"John Doe4", "target_id":2, "target_type":"Project", "target_details":"namespace2/project2" }
-
Clement Ho authored
Make app/assets/javascripts/jobs/components/job_app.vue prettier See merge request gitlab-org/gitlab-ce!22463
-
Clement Ho authored
Make app/assets/javascripts/jobs/components/job_app.vue prettier (EE-port) See merge request gitlab-org/gitlab-ee!7998
-
Winnie Hellmann authored
-
GitLab Bot authored
-
Achilleas Pipinellis authored
-
Clement Ho authored
CE upstream - 2018-10-18 15:22 UTC Closes #8055 See merge request gitlab-org/gitlab-ee!7999
-
Achilleas Pipinellis authored
-
Achilleas Pipinellis authored
Revised images in group docs to address gitlab-org/gitlab-ce#43422 Closes #43422 See merge request gitlab-org/gitlab-ce!22031
-