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
2016-12-26Include group parents into read access for project and groupDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-12-15Merge branch 'use-build-instead-create' into 'master' Rémy Coutable
Use build instead create in group spec See merge request !8068
2016-12-14Merge branch 'master' into 'dz-remove-namespaces-path-uniq'Dmitriy Zaporozhets
Merge Request - https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/8013 # Conflicts: # db/schema.rb
2016-12-13Use build instead create in group specSemyon Pupkov
2016-12-12Modify namespace name and path validationDmitriy Zaporozhets
Currently namespace name and path have uniq validaiton which does not allow us to use same group name/path inside different groups. This commit changes validation in next way: * Allow same namespace name with different parent_id * Allow same namespace path. Uniq validation should be handled by routes table Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-12-11Create nested group factoryDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-11-11Make access request specs explicitly enable or disable access requests as ↵Nick Thomas
required
2016-10-27Revert "Revert "Change "Group#web_url" to return "/groups/twitter" rather ↵Dmitriy Zaporozhets
than "/twitter"."" This reverts commit 9dbd5b3cfad10b214ae5ef27c39246bbb74a5077.
2016-10-24Revert "Change "Group#web_url" to return "/groups/twitter" rather than ↵Dmitriy Zaporozhets
"/twitter"." This reverts commit c81ff152e08d58c13efbd50c40dd2e083ac65083.
2016-10-21Change "Group#web_url" to return "/groups/twitter" rather than "/twitter".Adam Niedzielski
Bring back the old behaviour which was changed by 6b90ccb9. Fixes #23527.
2016-10-19Add GroupLabel modelDouglas Barbosa Alexandre
2016-09-15Syntax fixes and better tests for helper methods. Updated docs.Patricio Cano
2016-08-09adds second batch of tests changed to active tensetiagonbotelho
2016-07-12Avoid `describe`-ing symbols in specsRobert Speicher
2016-07-01Exclude requesters from Project#members, Group#members and User#membersRémy Coutable
And create new Project#requesters, Group#requesters scopes. Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-06-16Turn Group#owners into a has_many associationYorick Peterse
This allows the owners to be eager loaded where needed.
2016-06-14UI and copywriting improvementsRémy Coutable
+ Move 'Edit Project/Group' out of membership-related partial + Show the access request buttons only to logged-in users + Put the request access buttons out of in a more visible button + Improve the copy in the #remove_member_message helper Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-06-14Add request access for groupsRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-05-09Remove the annotate gem and delete old annotationsJeroen van Baarsen
In 8278b763d96ef10c6494409b18b7eb541463af29 the default behaviour of annotation has changes, which was causing a lot of noise in diffs. We decided in #17382 that it is better to get rid of the whole annotate gem, and instead let people look at schema.rb for the columns in a table. Fixes: #17382
2016-03-22Address feedbackDouwe Maan
2016-03-21Fix specsDouwe Maan
2016-03-21Fix more specsDouwe Maan
2016-03-18Improve group visibility level featureZeger-Jan van de Weg
2016-03-17Merge 4009-external-users into issue_12658Felipe Artur
2016-03-11Use ILIKE/LIKE for searching groupsYorick Peterse
2016-03-10Add permission level to groupsFelipe Artur
2016-01-06Annotate modelsStan Hu
2016-01-04remove public field from namespace and refactoringValery Sizov
2015-12-09Tag model specsDouwe Maan
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