summaryrefslogtreecommitdiff
path: root/spec
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #5305 from saymedia/masterDmitriy Zaporozhets2013-10-141-1/+1
|\ | | | | Fix the sigil for merge request emails
| * Fix the sigil for merge request emailsAbe Hassan2013-10-081-1/+1
| |
* | Include project_id in webhook payload.Marin Jankovski2013-10-141-0/+1
| |
* | Merge branch 'relative_links_in_documentation' of ↵Dmitriy Zaporozhets2013-10-114-5/+29
|\ \ | | | | | | | | | /home/git/repositories/gitlab/gitlabhq
| * | Test if markdown is rendered properly.Marin Jankovski2013-10-113-5/+5
| | |
| * | Merge branch 'master' into relative_links_in_documentationMarin Jankovski2013-10-112-1/+39
| |\ \
| * \ \ Merge branch 'master' into relative_links_in_documentationMarin Jankovski2013-10-107-11/+72
| |\ \ \
| * | | | Rename method to avoid clashes.Marin Jankovski2013-10-091-0/+24
| | |_|/ | |/| |
* | | | Merge branch 'wiki_backup' of /home/git/repositories/gitlab/gitlabhqDmitriy Zaporozhets2013-10-111-0/+21
|\ \ \ \ | |_|_|/ |/| | |
| * | | Add GollumWiki#empty? methodJacob Vosmaer2013-10-091-0/+21
| | | |
* | | | Merge pull request #5253 from karlhungus/feature-api-download-archiveDmitriy Zaporozhets2013-10-101-0/+12
|\ \ \ \ | | | | | | | | | | Feature api download archive
| * | | | Remove file compairsonIzaak Alpert2013-10-101-8/+0
| | | | | | | | | | | | | | | | | | | | Change-Id: Id2cae87c8cd383bc6cbcbdecf0f77c161bb82eab
| * | | | Added more tests for archive apiIzaak Alpert2013-10-101-0/+9
| | | | | | | | | | | | | | | | | | | | Change-Id: I2b0752bc2593a944d42dde0ffe0ef9ce408228a5
| * | | | feature API call to download repo archiveIzaak Alpert2013-10-101-0/+11
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | defaults to HEAD Conflicts: spec/requests/api/repositories_spec.rb Change-Id: Id114aca6c59d75f18e49bf9f33809a04e010bfb6
* | | | Updated missed stylesIzaak Alpert2013-10-101-2/+5
| | | | | | | | | | | | | | | | Change-Id: I05e02ff7e36e2350cdf5d2b94095ada9760a204e
* | | | Fix style issuesIzaak Alpert2013-10-101-1/+1
| | | | | | | | | | | | | | | | Change-Id: I1ffe18414b7f6eae38d7860a8e3b64a9a185273f
* | | | Brings this fix inline with updates to masterIzaak Alpert2013-10-101-0/+23
|/ / / | | | | | | | | | Change-Id: Ia50c3ac043b4c927ca59cbbdc2bba42f73e550e4
* | | Fix profile specsDmitriy Zaporozhets2013-10-093-5/+5
|/ /
* | API: specs for remove projectDmitriy Zaporozhets2013-10-091-0/+38
| |
* | Remove test case that cause Mysql DeadlockDmitriy Zaporozhets2013-10-091-6/+0
| |
* | Merge pull request #5291 from astratto/title_issue_trackersDmitriy Zaporozhets2013-10-091-0/+11
|\ \ | | | | | | Use proper titles for issues trackers
| * | Use proper titles for issues trackersStefano Tortarolo2013-10-091-0/+11
| |/
* | avatar upload on profile pageSteven Thonus2013-10-091-0/+18
|/
* Mention SystemHook user_id in sample. Extend testsDmitriy Zaporozhets2013-10-081-28/+20
|
* Add user_id to system hook when new user createdDmitriy Zaporozhets2013-10-081-1/+1
|
* Fix merge request model specDmitriy Zaporozhets2013-10-071-2/+2
|
* Remove group api specsDmitriy Zaporozhets2013-10-071-0/+38
|
* Merge pull request #5216 from bladealslayer/feature/flowdock_integrationDmitriy Zaporozhets2013-10-041-0/+48
|\ | | | | Added Flowdock integration support via a service.
| * Added Flowdock integration support via a service.Boyan Tabakov2013-09-291-0/+48
| | | | | | | | Added test for the FlowdockService.
* | Annotate!Dmitriy Zaporozhets2013-10-014-2/+4
| |
* | Fix Api session specDmitriy Zaporozhets2013-09-301-1/+0
| |
* | Merge pull request #5213 from bladealslayer/feature/user_api_extendedDmitriy Zaporozhets2013-09-291-1/+46
|\ \ | | | | | | Extended User API to expose admin and can_create_group for user creation...
| * | Added test cases to verify admin status of users created via API.Boyan Tabakov2013-09-291-0/+19
| | |
| * | Extended User API to expose admin and can_create_group for user ↵Boyan Tabakov2013-09-291-1/+27
| | | | | | | | | | | | | | | | | | | | | creation/updating. Also, is_admin and can_create_group are exposed in the user information. Fixed attributes_for_keys to process properly keys with boolean values (since false.present? is false).
* | | Make rake gitlab:test worksDmitriy Zaporozhets2013-09-291-0/+2
| |/ |/|
* | Use phantomjs for jasmine tests. Fixed broken oneDmitriy Zaporozhets2013-09-292-35/+32
| |
* | Respect authorization in Repository APIDmitriy Zaporozhets2013-09-291-1/+12
|/ | | | | * dont allow protect/unprotect branches for users without master permissions * dont allow access to Repository api for guests
* Remove issues search rspec since we test it with spinach tooDmitriy Zaporozhets2013-09-261-34/+0
|
* Ignore owner_id for Group in testsDmitriy Zaporozhets2013-09-267-20/+34
|
* Merge pull request #5146 from karlhungus/feature-api-search-for-projects-by-nameDmitriy Zaporozhets2013-09-251-0/+38
|\ | | | | Added search for projects by name to api
| * Added search for projects by name to apiIzaak Alpert2013-09-231-0/+38
| | | | | | | | | | | | | | | | | | GITLAB-1283 (GITLAB-869) Change-Id: I611e7e93f6292de08e1edc8d3ea77cf9087b6ded Conflicts: config/initializers/1_settings.rb
* | Extend profile security specsDmitriy Zaporozhets2013-09-251-0/+27
| |
* | Dashboard security specsDmitriy Zaporozhets2013-09-251-0/+55
| |
* | Public/Private projects security specsDmitriy Zaporozhets2013-09-253-474/+469
| |
* | Group security testsDmitriy Zaporozhets2013-09-251-0/+83
|/
* Update for readabilityIzaak Alpert2013-09-221-1/+1
| | | | | fixed a test a broke in the configurable theme PR Change-Id: Id894506941bc01ab0d259d48ca7ff9b80bb2c57e
* Added ldap testsIzaak Alpert2013-09-221-46/+5
| | | | Change-Id: Ifd77615b3b92d7d8bca92b8875aa8204356cfd85
* Allows username only updates to ldap propertiesIzaak Alpert2013-09-221-0/+98
| | | | | | | | | -when logging in if users are allowed to login with just usernames in ldap we will update uid of the user if their uid is out of date Conflicts: spec/lib/auth_spec.rb Change-Id: Ia171b3d5133da86edc18c0d08ecfaf6a174f2574
* Merge pull request #5116 from karlhungus/feature-configurable-themeDmitriy Zaporozhets2013-09-221-9/+12
|\ | | | | Make users theme configurable
| * Make users theme configurableIzaak Alpert2013-09-221-9/+12
| | | | | | | | | | | | | | | | | | | | | | GITLAB-1262 Change-Id: I690cb8ea294df53ebe8405a519c23c501af2c21a Conflicts: app/models/user.rb config/initializers/1_settings.rb spec/models/user_spec.rb