Commit Graph

14 Commits

Author SHA1 Message Date
GitLab Bot e9322e019b Add latest changes from gitlab-org/gitlab@master 2021-08-24 18:10:53 +00:00
Yorick Peterse 2039c8280d
Disable existing offenses for the CodeReuse cops
This whitelists all existing offenses for the various CodeReuse cops, of
which most are triggered by the CodeReuse/ActiveRecord cop.
2018-09-11 17:32:00 +02:00
gfyoung dce26700b2 Enable frozen string in app/serializers/**/*.rb
Partially addresses #47424.
2018-07-23 11:27:39 -07:00
Tim Zallmann 892b02e890 Created group_icon and group_icon_url
Tests for these new helper methods
2017-10-04 14:27:09 +02:00
Alfredo Sumaran a0f13d2f52 Expose correct path to group 2017-06-16 08:54:20 +00:00
Douwe Maan 4934c70961 Expose human group access on GroupEntity 2017-06-07 22:40:37 -05:00
Douwe Maan e56556e1fe Use group and project finders instead of direct ActiveRecord relations 2017-06-07 20:22:34 -05:00
Alfredo Sumaran 3427912ed4 Expose avatar URL for groups 2017-06-06 19:21:53 -05:00
Alfredo Sumaran 9535717c06 Rename exposed property for better understanding 2017-05-31 15:11:06 -05:00
Alfredo Sumaran a9921e9d5d Expose number_projects and number_users for groups endpoint 2017-05-30 04:24:51 -05:00
Alfredo Sumaran fb1e7eae99 Expose has_subgroups for groups endpoint
This is needed because we have to know before hand if the group has subgroups. If the group doesn’t have subgroups we will not let the user to click a group row to fetch subgroups, also we will hide caret icon which is used to indicate the row can be expanded.
2017-05-30 03:53:00 -05:00
Alfredo Sumaran ac79d21eb3 Expose can_edit for groups endpoint 2017-05-30 03:28:38 -05:00
Alfredo Sumaran 184e67da6d Expose edit and leave path for groups endpoint 2017-05-30 03:09:37 -05:00
Dmitriy Zaporozhets 5bce197b61
Serialize groups as json for Dashboard::GroupsController
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-05-04 23:45:02 +03:00