- 23 Oct, 2018 2 commits
-
-
Steve Azzopardi authored
- Remove duplicate code for settings up the test. - rename the `context` and `it` blocks to be more fluent.
-
Steve Azzopardi authored
Add test for the job page when the available runners for the job are all offline.
-
- 19 Oct, 2018 24 commits
-
-
Filipa Lacerda authored
Removes isJobStuck check from frontend and uses the flag being provided by the API
-
Steve Azzopardi authored
Frontend currently defines when a job is stuck, which we already have in the backend, expose `stuck` field in the `Project::JobsController#show.json` so the duplication of the logic is removed.
-
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
-
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
-
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 14 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
-
Marc Schwede authored
-
Achilleas Pipinellis authored
Fix param typo in Notes documentation See merge request gitlab-org/gitlab-ce!22406
-
Filipa Lacerda authored
-
Achilleas Pipinellis authored
Should be `start_in` not `start_key` See merge request gitlab-org/gitlab-ce!22422
-