summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Update linguist and pygments #1602Valeriy Sizov2012-10-021-2/+2
* #1585 Api for user creation: rspecValeriy Sizov2012-10-021-0/+21
* Move ProjectHooks from spec/requests to spinachrandx2012-09-271-43/+0
* tests for: Profile -> Historyrandx2012-09-271-0/+6
* Add nav_link helper to TabHelperRobert Speicher2012-09-261-0/+44
* Add current_action? helperRobert Speicher2012-09-261-0/+19
* Use Rails.root.join where appropriateRobert Speicher2012-09-262-3/+3
* Speed up request specs a bitRobert Speicher2012-09-262-4/+12
* Rename branches and tags Repo methods to branch_names and tag_namesRobert Speicher2012-09-261-4/+4
* Remove atom Dashboard spec that no longer appliesRobert Speicher2012-09-261-7/+0
* Clean up project access specRobert Speicher2012-09-261-78/+92
* Fix GFM request specRobert Speicher2012-09-261-2/+2
* Fix Repository role specRobert Speicher2012-09-261-6/+6
* Add CommitsController spec to make sure atom feeds workRobert Speicher2012-09-261-0/+22
* Add Compare#index and Compare#create actionsRobert Speicher2012-09-261-0/+5
* Updates to routing specsRobert Speicher2012-09-261-46/+11
* Allow current_controller? helper to take an Array of optionsRobert Speicher2012-09-261-0/+5
* Add current_controller? helper methodRobert Speicher2012-09-261-0/+14
* Factories - Format project path and codeRobert Speicher2012-09-261-2/+2
* Remove Commits#compare, add CompareControllerRobert Speicher2012-09-261-5/+7
* Rename RefExtractor to ExtractsPathRobert Speicher2012-09-262-2/+60
* Update RefExtractor to handle atom feedsRobert Speicher2012-09-261-11/+5
* Add BlobController, remove Refs#blobRobert Speicher2012-09-262-12/+7
* Add BlameController, remove Refs#blame actionRobert Speicher2012-09-262-11/+8
* Another RefExtractor refactorRobert Speicher2012-09-261-24/+43
* Update usages of tree_file_project_ref_path to project_tree_pathRobert Speicher2012-09-262-2/+2
* Add TreeController and specRobert Speicher2012-09-262-0/+44
* Enable tree resource, remove old tree routesRobert Speicher2012-09-261-14/+7
* Add ref_extractor helper module for upcoming controllersRobert Speicher2012-09-261-0/+39
* Use Commit#show instead of Commits#show to view a single commitRobert Speicher2012-09-262-3/+12
* Add routing specs for new routesRobert Speicher2012-09-261-0/+59
* set activerecord whitelist_attributes to trueNihad Abbasov2012-09-2612-26/+56
* Comment removedAlex Denisov2012-09-261-1/+0
* Merge branch 'master' into fix_project_access_notificationAlex Denisov2012-09-266-97/+185
|\
| * Protect users projects_limit from mass assignment.Marin Jankovski2012-09-261-0/+26
| * whitespaceNihad Abbasov2012-09-211-0/+4
| * API: SSH keys belong to user entityNihad Abbasov2012-09-212-74/+62
| * API: commits belong to project repositoryNihad Abbasov2012-09-212-29/+21
| * Merge pull request #1521 from NARKOZ/apiDmitriy Zaporozhets2012-09-211-22/+32
| |\
| | * add API for project team membersNihad Abbasov2012-09-211-22/+32
| * | APi for commits. Better api docsDmitriy Zaporozhets2012-09-211-0/+29
| |/
| * Merge branch 'api' of https://github.com/NARKOZ/gitlabhq into apirandx2012-09-201-2/+2
| |\
| | * API: return 401 for invalid sessionNihad Abbasov2012-09-201-2/+2
| * | fix broken specNihad Abbasov2012-09-201-1/+1
| |/
| * I want be able to get token via api. Used for mobile applicationsDmitriy Zaporozhets2012-09-201-0/+39
* | master mergedAlex Denisov2012-09-2025-204/+1227
|\ \ | |/
| * Escape text passed to gfm by link_to_gfmRobert Speicher2012-09-191-1/+8
| * Simplify is_within matcherRobert Speicher2012-09-191-5/+1
| * Merge branch 'master' into ssh_keys_apiAlex Denisov2012-09-164-1/+751
| |\
| | * Move project-related routing specs to their own fileRobert Speicher2012-09-162-397/+398