Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-12-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-11-23Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-11-14Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-11-12Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-10-28Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-09-04Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-08-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-07-21Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-07-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-04-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-04-21Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-04-09Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-04-08Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-31Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-30Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-04Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-08-17UI for disabling group/project email notificationBrett Walker
- Adds UI to configure in group and project settings - Removes notification configuration for users when disabled at group or project level
2019-07-25Remove code related to object hierarchy in MySQLHeinrich Lee Yu
These are not required because MySQL is not supported anymore
2019-06-27Remove group_clusters feature flagThong Kuah
Now we have terminals for instance and group clusters we can remove the FF now. Deploying to group clusters has been working without complaints too.
2019-05-30Apply suggestion to app/helpers/groups_helper.rbManeschi Romain
2019-05-29delete group confirm popup mention projects deletionRomain Maneschi
2019-04-02Fix group transfer selection possibilitiesPeter Marko
2019-03-14Security Dashboard as default view for groupsGilbert Roulot
Add a supporting code to separate groups#show and groups#details which is required for the proper implementation of the Group Overview content and Security Dashboard option for it
2018-12-19Rename GroupHierarchy into ObjectHierarchyJarka Košanová
- we now use the hierarchy class also for epics - also rename supports_nested_groups? into supports_nested_objects? - move it to a concern
2018-12-05Unify into :group_clusters feature flagThong Kuah
With this MR, group clusters is now functional, so default to enabled. Have a single setting on the root ancestor group to enabled or disable group clusters feature as a whole
2018-11-08Adds feature flag for Group ClustersMayra Cabrera
As the frontend is still in progress and other related backend is still in prgress we need a feature flag to turn off Group Clusters.
2018-11-08Adds Kubernetes sidebar for groupsThong Kuah
As this is the only item in this menu, make Kubernetes the link for the sidebar item too.
2018-10-23Sync group sidebar template with EEsamdbeckham
- Allow to extend nav links for the Group sidebar
2018-09-07Enable frozen string for app/helpers/**/*.rbgfyoung
Partially addresses #47424.
2018-08-09Add default avatar to groupGeorge Tsiolis
2018-07-06Create cross project group featuresBob Van Landuyt
This allows us to check specific abilities in views, while still enabling/disabling them at once.
2018-04-08Projects and groups badges settings UIFrancisco Javier López
2018-03-05Address review commentsFelipe Artur
2018-03-03Bring one group board to CEFelipe Artur
2018-02-27Fix subgroup issue and MR pages empty states and countsSean McGivern
Previously, these wouldn't count issues or MRs in subgroups - meaning that if _this_ group had no issues or MRs, we'd show the empty state, which was wrong.
2018-02-22Port `read_cross_project` ability from EEBob Van Landuyt
2018-02-06Merge branch 'fix/show-sidebar-sub-level-items-for-billing' into 'master'Sean McGivern
Override group sidebar links See merge request gitlab-org/gitlab-ce!16942
2018-02-06Override group sidebar linksGeorge Tsiolis
2018-02-0631885 - Ability to transfer a single group to another groupMayra Cabrera
2017-10-10Changed Group Icon URL Back to try optionTim Zallmann
2017-10-09Fix for Lint Error + Upload TestTim Zallmann
2017-10-09Based on MR simplified the logicTim Zallmann
2017-10-06Removed 2 uncommented linesTim Zallmann
2017-10-04Created group_icon and group_icon_urlTim Zallmann
Tests for these new helper methods
2017-10-04Making private project avatars use local paths + Some Group IconsTim Zallmann
2017-09-22Inform user that current shared projects will remain sharedDouwe Maan
2017-09-14Fixed width of sub-group in breadcrumb dropdownPhil Hughes
Closes #37745