summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3149 from m4tthumphrey/api-deploy-keysDmitriy Zaporozhets2013-03-061-0/+57
|\
| * Project deploy keys APIMatt Humphrey2013-03-051-0/+57
* | Merge pull request #3156 from m4tthumphrey/api-system-hooksDmitriy Zaporozhets2013-03-061-0/+69
|\ \
| * | System hooks API.Matt Humphrey2013-03-061-0/+69
| |/
* | Add and fix some tests for routing.Sato Hiroyuki2013-03-062-6/+16
|/
* fixed omniauth email specDmitriy Zaporozhets2013-03-051-1/+1
* Merge branch 'omniauth_no_email_1' of https://github.com/gliptak/gitlabhq int...Dmitriy Zaporozhets2013-03-051-0/+6
|\
| * Don't email omniauth created usersGabor Liptak2012-09-191-2/+10
* | User's blocked field refactored to use state machineAndrew8xx82013-03-041-3/+3
* | Merge branch 'team-and-group-descriptions' of https://github.com/Undev/gitlab...Dmitriy Zaporozhets2013-03-011-0/+1
|\ \
| * | Description added to user temas factoryAndrew8xx82013-02-281-0/+1
* | | fix admin users testsDmitriy Zaporozhets2013-02-281-4/+4
* | | Issue helper tests improvedAndrew8xx82013-02-281-3/+29
* | | Default value for issues_tracker setting addedAndrew8xx82013-02-281-2/+1
* | | Issues helper improvedAndrew8xx82013-02-281-0/+54
* | | New field addedAndrew8xx82013-02-282-0/+22
* | | Project issue tracker functions refactoredAndrew8xx82013-02-283-16/+37
* | | Issue tracker field added to projectsAndrew8xx82013-02-282-0/+17
|/ /
* | fixed popen testDmitriy Zaporozhets2013-02-271-1/+1
* | specs for api/internalDmitriy Zaporozhets2013-02-261-0/+103
* | specs for Gitlab::PopenDmitriy Zaporozhets2013-02-262-2/+35
* | remove tests for unexisting methodsDmitriy Zaporozhets2013-02-262-21/+0
* | Merge branch 'state-machine-stage-2' of https://github.com/Undev/gitlabhq int...Dmitriy Zaporozhets2013-02-261-0/+6
|\ \
| * | State machine added for merge_status fieldAndrew8xx82013-02-201-0/+6
* | | Fixing testsDmitriy Zaporozhets2013-02-251-2/+0
* | | Move git post push logic to serviceDmitriy Zaporozhets2013-02-253-131/+111
* | | Merge pull request #3052 from Undev/system-hook-observer-improvesDmitriy Zaporozhets2013-02-251-0/+41
|\ \ \
| * | | System hooks execution moved to System hook serviceAndrew8xx82013-02-201-0/+41
* | | | Restore old order for MR lists. Fix failing testsDmitriy Zaporozhets2013-02-212-2/+2
* | | | Fix merge request closed filter. Fixed one more testDmitriy Zaporozhets2013-02-211-1/+3
* | | | Removing ambiguity and non-working selectorsDmitriy Zaporozhets2013-02-214-6/+8
* | | | Fixing rspec after upgrade to capybara pt1Dmitriy Zaporozhets2013-02-214-33/+55
* | | | Team features are green nowDmitriy Zaporozhets2013-02-211-1/+1
* | | | Monkeypatch satellite call for merge request in testsDmitriy Zaporozhets2013-02-211-0/+7
* | | | improve selectors to pass capybara 2.0Dmitriy Zaporozhets2013-02-211-3/+2
* | | | move capybara scenarios to spec/featuresDmitriy Zaporozhets2013-02-2118-1/+3
* | | | Add LoginHelpers to feature typeDmitriy Zaporozhets2013-02-211-0/+1
| |/ / |/| |
* | | Removed unnecessary paramter hash. Also tidied up hash format in hook creatio...Matt Humphrey2013-02-201-3/+2
* | | Fix RESTfulness of project hook deletions by APIMatt Humphrey2013-02-201-3/+2
* | | Merge pull request #2988 from Asquera/error_project_limitDmitriy Zaporozhets2013-02-201-0/+20
|\ \ \
| * | | API: tests to show incorrect behavior when reaching project limitSebastian Ziebell2013-02-141-0/+20
* | | | Merge pull request #3011 from Asquera/fix_access_to_nonvisible_hookDmitriy Zaporozhets2013-02-201-10/+32
|\ \ \ \ | |_|/ / |/| | |
| * | | API: fixes visibility of project hookSebastian Ziebell2013-02-161-10/+32
| |/ /
* | | Merge branch 'state-machine' of https://github.com/Undev/gitlabhq into Undev-...Dmitriy Zaporozhets2013-02-1912-264/+206
|\ \ \
| * | | Creating test values moved to beforeAndrew8xx82013-02-181-6/+11
| * | | Additional tests added to IssueAndrew8xx82013-02-181-0/+12
| * | | Additional tests added to MilestoneAndrew8xx82013-02-182-0/+33
| * | | Issue uses StateMachine nowAndrew8xx82013-02-185-107/+80
| * | | Milestone uses StateMachine nowAndrew8xx82013-02-182-7/+12
| * | | Merge Request uses StateMachine nowAndrew8xx82013-02-181-0/+17