- 19 Oct, 2018 14 commits
-
-
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
-
Achilleas Pipinellis authored
-
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
-
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
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 26 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
-
Achilleas Pipinellis authored
-
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
-
Achilleas Pipinellis authored
Should be `start_in` not `start_key` See merge request gitlab-org/gitlab-ce!22422
-
Clement Ho authored
Associate Rakefile with Ruby icon in diffs Closes #52654 See merge request gitlab-org/gitlab-ce!22341
-
Stan Hu authored
repository check doc: fix a broken link See merge request gitlab-org/gitlab-ce!22444
-
Stan Hu authored
Remove beta status on hashed storage and reference to production readiness review. See merge request gitlab-org/gitlab-ce!22457
-
Stan Hu authored
Update README ruby version 2.3->2.4 See merge request gitlab-org/gitlab-ce!22466
-
Stan Hu authored
Use monotonic time in computing web hook execution time Closes #52855 See merge request gitlab-org/gitlab-ce!22448
-
Phil Hughes authored
Fixes broken test in master for ci status bagde Closes #52886 See merge request gitlab-org/gitlab-ce!22465
-
Robert Speicher authored
Multiple spring rake commands cause "NameError: uninitialized constant HamlLint::Linter" Closes #52843 See merge request gitlab-org/gitlab-ce!22437
-
J.D. Bean authored
-
Achilleas Pipinellis authored
Remove broken link See merge request gitlab-org/gitlab-ce!22284
-
Achilleas Pipinellis authored
Link to Nurtch doc site. See merge request gitlab-org/gitlab-ce!22399
-
J.D. Bean authored
-
Douglas Barbosa Alexandre authored
Rails5: fix deployment model spec See merge request gitlab-org/gitlab-ce!22428
-
Alessio Caiazza authored
-
Rémy Coutable authored
[QA] Fix resource API fabrication documentation See merge request gitlab-org/gitlab-ce!22461
-
Alessio Caiazza authored
GET :namespace/merge_requests/:id/ci_environments_status complexity already reached a limit for a direct serialization from an hash computed at within the controller function. Here we introduce a virtual model EnvironmentStatus and its serializer.
-
Filipa Lacerda authored
-
Marcia Ramos authored
Split troubleshooting docs review apps in own section See merge request gitlab-org/gitlab-ce!22462
-