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
2019-07-25Remove code related to object hierarchy in MySQLHeinrich Lee Yu
These are not required because MySQL is not supported anymore
2019-04-09Move Contribution Analytics related spec in ↵Imre Farkas
spec/features/groups/group_page_with_external_authorization_service_spec to EE
2019-04-05Revert "Merge branch 'if-57131-external_auth_to_ce' into 'master'"Andreas Brandl
This reverts merge request !26823
2019-04-05Move Contribution Analytics related spec in ↵Imre Farkas
spec/features/groups/group_page_with_external_authorization_service_spec to EE
2019-01-22Fix review commentsBrett Walker
including refactoring, disabling sourcepos for pipelines that don't need it, and minimizing spec changes by disabling sourcepos when not testing for it explicitly.
2019-01-21Enable CommonMark source line position informationBrett Walker
This adds 'data-sourcepos' to tags, indicating which line of markdown it came from. Sets the stage for intelligently manipulating specific lines of markdown.
2018-07-11Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao
2017-12-24Rendering of emoji's in Group-OverviewJacopo
Allows rendering of emoji's in the Group Overview.
2017-10-12Use polymorphism for common attributes in `GroupChildEntity`Bob Van Landuyt
2017-10-05Optimize finding a membership for a user to avoid extra queriesBob Van Landuyt
2017-10-04Replace `full_path`, `path` & `web_url` with a single `relative_path`Bob Van Landuyt
2017-10-04Include `can_leave` for a groupBob Van Landuyt
2017-10-04Render group children using the same entityBob Van Landuyt
2017-10-04Add serializer for group childrenBob Van Landuyt