- 05 Nov, 2018 1 commit
-
-
blackst0ne authored
-
- 30 Oct, 2018 1 commit
-
-
blackst0ne authored
-
- 29 Oct, 2018 6 commits
-
-
Clement Ho authored
-
Jacques Erasmus authored
-
Takuya Noguchi authored
-
Alessio Caiazza authored
-
Kushal Pandya authored
-
Thong Kuah authored
Even though we currently only should have one group for a cluster, we allow the flexibility to associate to other groups in the future. This also matches the runner <=> groups association. - Adds Cluster#first_group, aliased to Cluster#group. For the conceivable future, a cluster will have at most one group. - Prevent mixing of group and project clusters. If project type clusters, it should only have projects assigned. Similarly with groups. - Default cluster_type to :project_type. As it's very small table we can set default and null: false in one release.
-
- 28 Oct, 2018 1 commit
-
-
Shinya Maeda authored
-
- 27 Oct, 2018 1 commit
-
-
blackst0ne authored
-
- 26 Oct, 2018 20 commits
-
-
Jasper Maes authored
-
George Tsiolis authored
-
Peter Leitzen authored
-
Winnie Hellmann authored
-
Sean McGivern authored
Move access checks to their own method so they can be overridden, and port an EE-only method to exist in CE too, with an EE-specific override.
-
Brett Walker authored
-
Heinrich Lee Yu authored
-
Eagllus authored
-
Shinya Maeda authored
-
Filipa Lacerda authored
-
Jacques Erasmus authored
-
Heinrich Lee Yu authored
-
Heinrich Lee Yu authored
-
Heinrich Lee Yu authored
-
Heinrich Lee Yu authored
-
Heinrich Lee Yu authored
-
Heinrich Lee Yu authored
-
Heinrich Lee Yu authored
-
Heinrich Lee Yu authored
-
blackst0ne authored
-
- 25 Oct, 2018 10 commits
-
-
James Ramsay authored
The short commit message may be truncated making the truncated portion unreadable. The title of the link should be the commit message so that the commit message is shown when hovering the commit message anchor. Closes gitlab-org/gitlab-ce#42673
-
Winnie Hellmann authored
-
Winnie Hellmann authored
-
Winnie Hellmann authored
-
Bob Van Landuyt authored
This makes sure the user_status for the user of a label event is preloaded. Otherwise it would not be rendered in the fake system note.
-
Winnie Hellmann authored
-
Nick Thomas authored
This functionality is needed for SSH push mirroring support, which is a CE feature.
-
Steve Azzopardi authored
-
Phil Hughes authored
Also fixed a bug where discussions wouldn't be assigned to a line when switching from discussion tab to changes tab
-
Tiago Botelho authored
Before we would need to identify a user when pushing through the GitLab UI. Since this is no longer the case we can remove the identification by commit and instead, use the identify_using_user
-