- 31 Dec, 2018 11 commits
-
-
Marin Jankovski authored
Stop using deprecated argument to `gem` See merge request gitlab-org/gitlab-ce!24079
-
Kamil Trzciński authored
Add first-class releases API See merge request gitlab-org/gitlab-ce!23795
-
Sean McGivern authored
`--no-rdoc` and `--no-ri` have been deprecated since RubyGems 2.0: https://github.com/rubygems/rubygems/blob/v2.0.0/History.txt#L43 They were finally removed in a recent release: https://github.com/rubygems/rubygems/pull/2354
-
Sean McGivern authored
Update cert-manager chart from v0.5.0 to v0.5.2 Closes #55716 See merge request gitlab-org/gitlab-ce!24025
-
Shinya Maeda authored
-
Shinya Maeda authored
Add spec for all release API - GET, POST, PUT, DELETE. Also, fixes some minior bugs.
-
Shinya Maeda authored
Introduce DELETE endpoint in Release API
-
Alessio Caiazza authored
CreateReleaseService and UpdateReleaseService now takes all the release attributes as constructor parameters. This will simplify attribute expansion
-
Alessio Caiazza authored
-
Alessio Caiazza authored
-
Alessio Caiazza authored
This commit introduces Releases API under /api/v4/projects/:id/releases * We are introducing release policies at project level. * We are deprecating releases changes from tags, both api and web interface. * Tags::CreateService no longer create a release This feature is controlled by :releases_page feature flag
-
- 30 Dec, 2018 1 commit
-
-
Kamil Trzciński authored
Allow user to add cluster when there are ancestor clusters See merge request gitlab-org/gitlab-ce!23569
-
- 28 Dec, 2018 12 commits
-
-
Mike Lewis authored
Fix docs anchor link Closes #36474 See merge request gitlab-org/gitlab-ce!24043
-
Douwe Maan authored
Skip per-commit validations which have already passed on another change/branch Closes #44679 See merge request gitlab-org/gitlab-ce!23984
-
Francisco Javier López authored
-
Kamil Trzciński authored
Correct the ordering of metrics on performance dashboard Closes #51970 See merge request gitlab-org/gitlab-ce!23630
-
Douwe Maan authored
Fix bug commenting LFS images and displaying LFS files Closes #43783 See merge request gitlab-org/gitlab-ce!23812
-
Kushal Pandya authored
Don't hide CI dropdown behind diff summary See merge request gitlab-org/gitlab-ce!24014
-
Kushal Pandya authored
Update condition to visibility collaboration status text, #44642. Closes #44642 See merge request gitlab-org/gitlab-ce!23104
-
Harry Kiselev authored
-
gfyoung authored
Occurs on a repository commit page
-
Sean McGivern authored
Support both 0 and NULL lock_versions See merge request gitlab-org/gitlab-ce!24050
-
Sean McGivern authored
Add kubeclients stub methods on `KubernetesHelpers` See merge request gitlab-org/gitlab-ce!24054
-
Sean McGivern authored
Fix timeout issues retrieving branches via API Closes #55724 See merge request gitlab-org/gitlab-ce!24034
-
- 27 Dec, 2018 16 commits
-
-
Mayra Cabrera authored
Stub methods were added for: - GET service account - PUT service account - GET role binding - PUT role binding
-
Stan Hu authored
Fix tooltip titles for pipeline flags See merge request gitlab-org/gitlab-ce!24027
-
Kushal Pandya authored
Resolve "Redesign project lists UI: Further improvements" Closes #55669 See merge request gitlab-org/gitlab-ce!24011
-
Douwe Maan authored
-
Francisco Javier López authored
This commit, introduced in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/23812, fixes a problem creating a displaying image diff notes when the image is stored in LFS. The main problem was that `Gitlab::Diff::File` was returning an invalid valid in `text?` for this kind of files. It also fixes a rendering problem with other LFS files, like text ones. They LFS pointer shouldn't be shown when LFS is enabled for the project, but they were.
-
Douwe Maan authored
-
Douwe Maan authored
-
Harry Kiselev authored
-
Stan Hu authored
47d4890d changed the order of pagination so that the full list of branches would be passed to Gitaly to determine which ones had been merged, but this operation can timeout for large repositories with many branches. We only need to determine whether the found branches have been merged, so limit the scan to those. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/55724
-
Douwe Maan authored
Removing workhorse_set_content_type feature flag See merge request gitlab-org/gitlab-ce!23930
-
Douwe Maan authored
Use system paths for appearance logos Closes gitlab-ee#6778 See merge request gitlab-org/gitlab-ce!24024
-
Douwe Maan authored
Considerably improve the loading time on merge request's discussion page Closes #52950 See merge request gitlab-org/gitlab-ce!23857
-
Kamil Trzciński authored
Handle nil terminals in Clusters::Platforms::Kubernetes Closes #55551 See merge request gitlab-org/gitlab-ce!23925
-
Kamil Trzciński authored
Add % prefix to milestone reference link text Closes #53907 See merge request gitlab-org/gitlab-ce!23928
-
Sean McGivern authored
Reorder sidebar menu item for group clusters Closes #55536 See merge request gitlab-org/gitlab-ce!24001
-
Sean McGivern authored
Bump CarrierWave to 1.3.0 and remove monkey patches See merge request gitlab-org/gitlab-ce!24019
-