Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | API: fixes return codes for notes, documentation updated | Sebastian Ziebell | 2013-02-20 | 3 | -41/+203 |
* | Merge branch 'master' into fixes/api | Sebastian Ziebell | 2013-02-20 | 3 | -7/+6 |
|\ | |||||
| * | Merge pull request #3053 from m4tthumphrey/api-delete-hook-by-id | Dmitriy Zaporozhets | 2013-02-20 | 3 | -8/+6 |
| |\ | |||||
| | * | Removed unnecessary paramter hash. Also tidied up hash format in hook creatio... | Matt Humphrey | 2013-02-20 | 1 | -3/+2 |
| | * | Fix RESTfulness of project hook deletions by API | Matt Humphrey | 2013-02-20 | 3 | -6/+5 |
| |/ | |||||
* | | API: fixes test if project limit is reached | Sebastian Ziebell | 2013-02-20 | 1 | -1/+1 |
* | | Merge branch 'master' into fixes/api | Sebastian Ziebell | 2013-02-20 | 134 | -862/+1119 |
|\ \ | |/ | |||||
| * | Merge pull request #2988 from Asquera/error_project_limit | Dmitriy Zaporozhets | 2013-02-20 | 2 | -1/+21 |
| |\ | |||||
| | * | API: refactored last fix, project limit in web client is fixed too | Sebastian Ziebell | 2013-02-14 | 2 | -2/+2 |
| | * | API: fixes return code when creating last project before reaching limit | Sebastian Ziebell | 2013-02-14 | 1 | -1/+1 |
| | * | API: tests to show incorrect behavior when reaching project limit | Sebastian Ziebell | 2013-02-14 | 1 | -0/+20 |
| * | | Merge pull request #3011 from Asquera/fix_access_to_nonvisible_hook | Dmitriy Zaporozhets | 2013-02-20 | 2 | -10/+33 |
| |\ \ | |||||
| | * | | API: fixes visibility of project hook | Sebastian Ziebell | 2013-02-16 | 2 | -10/+33 |
| * | | | Merge pull request #3038 from dmedvinsky/commit-time | Dmitriy Zaporozhets | 2013-02-20 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * | | | Add commit full time tooltip to `commited_ago` | Dmitry Medvinsky | 2013-02-19 | 1 | -1/+1 |
| * | | | | Merge pull request #3045 from eldios/patch-1 | Dmitriy Zaporozhets | 2013-02-20 | 1 | -1/+1 |
| |\ \ \ \ | |||||
| | * | | | | Update doc/install/installation.md | Lele | 2013-02-20 | 1 | -1/+1 |
| | |/ / / | |||||
| * | | | | Merge pull request #3043 from sjmulder/state-seed | Dmitriy Zaporozhets | 2013-02-20 | 2 | -2/+2 |
| |\ \ \ \ | |||||
| | * | | | | Update seeds for state columns | Sijmen Mulder | 2013-02-19 | 2 | -2/+2 |
| | |/ / / | |||||
| * | | | | API docs: fix new milestone parameters | Nihad Abbasov | 2013-02-20 | 1 | -1/+0 |
| |/ / / | |||||
| * | | | Merge pull request #3034 from Andrew8xx8/patch-2 | Dmitriy Zaporozhets | 2013-02-19 | 1 | -4/+0 |
| |\ \ \ | |||||
| | * | | | Event already has author relation | Andrew Kulakov | 2013-02-19 | 1 | -4/+0 |
| |/ / / | |||||
| * | | | Merge pull request #3032 from raphendyr/fix_development_environment | Dmitriy Zaporozhets | 2013-02-19 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * | | | Fix development fixture for gitlab_shell | Jaakko Kantojärvi | 2013-02-19 | 1 | -1/+1 |
| * | | | | Fix private flag for project | Dmitriy Zaporozhets | 2013-02-19 | 2 | -4/+4 |
| |/ / / | |||||
| * | | | Merge branch 'Undev-state-machine' | Dmitriy Zaporozhets | 2013-02-19 | 55 | -418/+511 |
| |\ \ \ | |||||
| | * \ \ | Merge branch 'state-machine' of https://github.com/Undev/gitlabhq into Undev-... | Dmitriy Zaporozhets | 2013-02-19 | 55 | -418/+511 |
| | |\ \ \ | |/ / / / | |||||
| | * | | | Javascript widget fixed | Andrew8xx8 | 2013-02-19 | 1 | -1/+1 |
| | * | | | Migrations iproved | Andrew8xx8 | 2013-02-19 | 3 | -34/+11 |
| | * | | | Migrations refactored ro support data convertion | Andrew8xx8 | 2013-02-18 | 17 | -60/+125 |
| | * | | | Creating test values moved to before | Andrew8xx8 | 2013-02-18 | 1 | -6/+11 |
| | * | | | Hash syntax improved | Andrew8xx8 | 2013-02-18 | 3 | -7/+7 |
| | * | | | Debug remomved | Andrew8xx8 | 2013-02-18 | 1 | -1/+0 |
| | * | | | States events fixed | Andrew8xx8 | 2013-02-18 | 7 | -16/+17 |
| | * | | | Observer refactored to use StateMachine events | Andrew8xx8 | 2013-02-18 | 1 | -4/+12 |
| | * | | | Spinach tests fixed | Andrew8xx8 | 2013-02-18 | 3 | -9/+7 |
| | * | | | Additional tests added to Issue | Andrew8xx8 | 2013-02-18 | 1 | -0/+12 |
| | * | | | Additional tests added to Milestone | Andrew8xx8 | 2013-02-18 | 2 | -0/+33 |
| | * | | | Migrations for StateMachine refactoring added | Andrew8xx8 | 2013-02-18 | 8 | -19/+69 |
| | * | | | Issue uses StateMachine now | Andrew8xx8 | 2013-02-18 | 13 | -135/+134 |
| | * | | | Milestone uses StateMachine now | Andrew8xx8 | 2013-02-18 | 7 | -25/+39 |
| | * | | | Merge Request uses StateMachine now | Andrew8xx8 | 2013-02-18 | 4 | -4/+21 |
| | * | | | Merge Request uses StateMachine now | Andrew8xx8 | 2013-02-18 | 15 | -132/+107 |
| | * | | | Issuable consern uses StateMachine now | Andrew8xx8 | 2013-02-18 | 4 | -74/+2 |
| | * | | | State renamed to merge_status | Andrew8xx8 | 2013-02-18 | 5 | -14/+19 |
| | * | | | State machine gem added | Andrew8xx8 | 2013-02-18 | 2 | -0/+5 |
| * | | | | Merge pull request #3013 from crystax/master | Dmitriy Zaporozhets | 2013-02-19 | 2 | -3/+3 |
| |\ \ \ \ | |||||
| | * | | | | Syntax fix of sorting groups/users | Dmitry Moskalchuk | 2013-02-19 | 2 | -3/+3 |
| | * | | | | Sort groups/namespaces by human name | Dmitry Moskalchuk | 2013-02-16 | 2 | -3/+3 |
| | * | | | | Sort groups alphabetically on dashboard page | Dmitry Moskalchuk | 2013-02-16 | 1 | -1/+1 |