summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | API: changed status codes for project hooks functionsSebastian Ziebell2013-02-121-2/+22
| * | | | | | | | Merge branch 'master' into fixes/apiSebastian Ziebell2013-02-126-13/+8
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Fixes test that checks status code of hook creationSebastian Ziebell2013-02-081-1/+1
| * | | | | | | | | Adding a project hook returns status code 400 if url is not givenSebastian Ziebell2013-02-081-3/+26
| * | | | | | | | | API: refined status code handling when adding or updating a project memberSebastian Ziebell2013-02-081-0/+43
| * | | | | | | | | Merge branch 'master' into fixes/apiSebastian Ziebell2013-02-0826-101/+306
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Test to check a user must be part of the team to see project.Sebastian Ziebell2013-02-061-0/+6
| * | | | | | | | | | Status code 400 is returned if body is missing on note creation.Sebastian Ziebell2013-02-061-0/+30
| * | | | | | | | | | Tests added to check status codes when handling milestone via APISebastian Ziebell2013-02-061-0/+24
| * | | | | | | | | | Test added to check creation of note to a non-existent MR via APISebastian Ziebell2013-02-061-0/+5
| * | | | | | | | | | Creating MR comment without a note returns status code 400 (Bad request)Sebastian Ziebell2013-02-061-0/+5
| * | | | | | | | | | Creating or updating a MR returns more informative status codes.Sebastian Ziebell2013-02-061-0/+30
| * | | | | | | | | | Don't crash when removing a user that's not project memberFelix Gilcher2013-02-011-0/+11
* | | | | | | | | | | block user should not be able to pushDmitriy Zaporozhets2013-03-071-28/+49
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | fix stubbed repoDmitriy Zaporozhets2013-03-071-0/+5
* | | | | | | | | | Merge pull request #3146 from amacarthur/AdminAPIsDmitriy Zaporozhets2013-03-063-0/+80
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Additional Admin APIsAngus MacArthur2013-03-053-0/+80
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | 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