summaryrefslogtreecommitdiff
path: root/spec/models
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sorting-users-in-admin' into 'master'Dmitriy Zaporozhets2014-10-131-0/+28
|\
| * Admin: user sortingValery Sizov2014-10-131-0/+28
* | Fix testsDmitriy Zaporozhets2014-10-101-2/+2
* | Use 8chars short sha for commit in viewsDmitriy Zaporozhets2014-10-101-1/+1
* | Use short_id instead of [0..N] for short version of commit shaDmitriy Zaporozhets2014-10-102-3/+3
|/
* annotateValery Sizov2014-10-0911-90/+89
* Snippets: public/internal/privateValery Sizov2014-10-091-0/+4
* Merge branch 'master' into buildbox-serviceKeith Pitt2014-10-087-12/+138
|\
| * Merge branch 'slack_integration' into 'master'Dmitriy Zaporozhets2014-10-061-9/+25
| |\
| | * Accommodate new webhook url format.Marin Jankovski2014-10-061-0/+21
| | * Fix slack service speck.Marin Jankovski2014-10-061-9/+4
| * | Merge pull request #7964 from mr-vinn/task-listsMarin Jankovski2014-10-062-0/+8
| |\ \
| | * | Add specs for tasksVinnie Okada2014-10-052-0/+8
| | |/
| * | Prevent PG::Error exception when check commit reference on commitDmitriy Zaporozhets2014-10-061-0/+20
| |/
| * Make Mentionables work for cross-project refsVinnie Okada2014-10-032-3/+15
| * Add Pushover service integrationSullivan SENECHAL2014-10-032-0/+70
* | Added support for BuildboxKeith Pitt2014-10-081-0/+78
|/
* Add specs for Repository#last_commit_for_pathDmitriy Zaporozhets2014-09-291-0/+6
* Faster branch contains detection for commitDmitriy Zaporozhets2014-09-291-0/+15
* Fix branch APIDmitriy Zaporozhets2014-09-251-1/+1
* Fix MR commenting system when new commits pushedDmitriy Zaporozhets2014-09-231-0/+56
* Replace project_access attribute with access_level in specs and APIDmitriy Zaporozhets2014-09-153-20/+20
* Replace old references of users_project & users_groupDmitriy Zaporozhets2014-09-145-5/+5
* Huge replace of old users_project and users_group referencesDmitriy Zaporozhets2014-09-148-78/+37
* Add Member AR modelDmitriy Zaporozhets2014-09-141-0/+15
* Serialize services propertiesDrew Blessing2014-09-106-36/+6
* Annotate modelsDmitriy Zaporozhets2014-08-254-0/+27
* Add spec on labels validationjubianchi2014-08-201-0/+23
* Merge branch 'ldap/cache_check' into 'master'Dmitriy Zaporozhets2014-08-131-0/+34
|\
| * Skip LDAP cache check when LDAP is disabledJacob Vosmaer2014-08-061-10/+21
| * Add a spec for User#requires_ldap_check?Jacob Vosmaer2014-08-061-0/+23
* | Fix testsDmitriy Zaporozhets2014-08-071-13/+3
* | Fix commit specsDmitriy Zaporozhets2014-08-011-4/+7
* | Fix project and notes specsDmitriy Zaporozhets2014-08-011-14/+11
* | Recreate tmp/tests on each test runDmitriy Zaporozhets2014-07-312-47/+45
* | Label and LabelLink models for implementing own GitLab labelsDmitriy Zaporozhets2014-07-292-0/+17
* | Merge branch 'star' of https://github.com/cirosantilli/gitlabhq into cirosant...Dmitriy Zaporozhets2014-07-242-0/+109
|\ \
| * | Move destroy user feature to spec.Ciro Santilli2014-07-171-3/+14
| * | Add star count, view logic, more tests.Ciro Santilli2014-07-172-6/+73
| * | Add project stars.Ciro Santilli2014-07-172-0/+31
| |/
* | Merge pull request #6650 from lloeki/wiki_images_attachmentsDmitriy Zaporozhets2014-07-231-0/+34
|\ \ | |/ |/|
| * Added ability to serve files in wiki repositoryLoic Nageleisen2014-06-071-0/+34
* | Fix user model specsDmitriy Zaporozhets2014-06-301-47/+11
* | Remove mass assgnment specsDmitriy Zaporozhets2014-06-2616-23/+0
* | Merge branch 'remove-observers' into 'master'Dmitriy Zaporozhets2014-06-235-35/+33
|\ \
| * | Fix project deletion and testsDmitriy Zaporozhets2014-06-172-25/+4
| * | Remove rails observers from applicationDmitriy Zaporozhets2014-06-173-10/+1
| * | Remove UsersGroup observerDmitriy Zaporozhets2014-06-171-0/+28
* | | Fix permission issue with highest access level for groupDmitriy Zaporozhets2014-06-201-21/+51
|/ /
* | Detect closing issues in Merge Request descriptionJacob Vosmaer2014-06-131-0/+8