- 19 Oct, 2018 24 commits
-
-
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
-
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 16 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
-