- 19 Oct, 2018 32 commits
-
-
Artur Martsinkovskyi 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
-
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
-
Stan Hu authored
Catch `RedirectionTooDeep` Exception in webhooks Closes #52692 See merge request gitlab-org/gitlab-ce!22447
-
Heinrich Lee Yu authored
-
Chantal Rollison 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 8 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
-