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
2015-11-18Group methods for filtering public/visible groupsYorick Peterse
These methods will be used to get a list of groups, optionally restricted to only those visible to a given user.
2015-11-13Annotate modelsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-11-05 Allow groups to appear in the search results if the group owner allows itValery Sizov
2015-05-26Add `to_reference` for models that support referencesRobert Speicher
Now there is a single source of information for which attribute a model uses to be referenced, and its special character.
2015-02-12Updated rspec to rspec 3.x syntaxJeroen van Baarsen
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
2014-09-14Replace old references of users_project & users_groupDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-09-14Huge replace of old users_project and users_group referencesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-04-09Re-annotate modelsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-01-28added group avatarsSteven Thonus
2013-10-14Update user access level when adding to group.Marin Jankovski
2013-10-01Annotate!Dmitriy Zaporozhets
2013-09-26Ignore owner_id for Group in testsDmitriy Zaporozhets
2013-06-26group add_users specDmitriy Zaporozhets
2013-03-15reannotatedDmitriy Zaporozhets
2012-11-29Refactor abilities. Added ProjectUpdate context. Fixed few bugs with namespacesDmitriy Zaporozhets
2012-11-21Increased test coverageDmitriy Zaporozhets
2012-11-25ReannotatedDmitriy Zaporozhets
2012-11-23Fix model testsDmitriy Zaporozhets
2012-11-19Annotated. schema updatedDmitriy Zaporozhets
2012-10-09tests fixAndrey Kumanyaev
2012-10-02refactored factory + fixed testsDmitriy Zaporozhets
2012-10-02Group entity. Group has many projectsDmitriy Zaporozhets