| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Improve web hook data. Use clonable url in repo info | Dmitriy Zaporozhets | 2012-12-23 | 1 | -1/+1 |
| * | Fix import rake task and tests | Dmitriy Zaporozhets | 2012-12-23 | 1 | -0/+1 |
| * | Implement UsersProject project_access validation | Dmitriy Zaporozhets | 2012-12-22 | 5 | -5/+7 |
| * | Fixed wierd gitlab markdown issue | Dmitriy Zaporozhets | 2012-12-22 | 1 | -2/+2 |
| * | Fixed tests | Dmitriy Zaporozhets | 2012-12-21 | 2 | -8/+8 |
| * | Merge pull request #2305 from gitlabhq/fix_gfm_auto_complete | Dmitriy Zaporozhets | 2012-12-21 | 1 | -0/+8 |
| |\ | |||||
| | * | refactoring gfm_autocomplete | Valeriy Sizov | 2012-12-20 | 1 | -0/+8 |
| * | | Fix gravatar and ldap config | Riyad Preukschas | 2012-12-20 | 1 | -2/+2 |
| * | | Update uses of Gitolite.config.foo settings | Riyad Preukschas | 2012-12-20 | 6 | -9/+9 |
| * | | Cleanup after issues refactor and fix test | Dmitriy Zaporozhets | 2012-12-20 | 1 | -0/+3 |
| * | | Refactor issues, Remove ajax | Dmitriy Zaporozhets | 2012-12-19 | 1 | -1/+1 |
| * | | Make tests green for postgres | Dmitriy Zaporozhets | 2012-12-18 | 1 | -5/+5 |
| * | | Split commit_id and noteable_id for Note | Dmitriy Zaporozhets | 2012-12-18 | 2 | -6/+6 |
| |/ | |||||
| * | Account role spec | Dmitriy Zaporozhets | 2012-12-16 | 2 | -12/+48 |
| * | Moving repositories spec to roles. Added missing spec for project | Dmitriy Zaporozhets | 2012-12-15 | 2 | -92/+96 |
| * | Uncommented test observing comment event | Dmitriy Zaporozhets | 2012-12-14 | 1 | -11/+13 |
| * | Fixed event.allowed? with event.proper? | Dmitriy Zaporozhets | 2012-12-14 | 1 | -1/+1 |
| * | added NamespacedProject role. Extended project info displayed for admin. Fixe... | Dmitriy Zaporozhets | 2012-12-14 | 1 | -1/+12 |
| * | Fix spec/workers/post_receive_spec.rb | Dmitriy Zaporozhets | 2012-12-13 | 1 | -2/+2 |
| * | Add ace editor to snippets | Dmitriy Zaporozhets | 2012-12-12 | 1 | -3/+2 |
| * | Fix project hook spec | Riyad Preukschas | 2012-12-10 | 1 | -1/+1 |
| * | Merge pull request #2222 from jojosch/add-test-help-raketasks | Riyad Preukschas | 2012-12-10 | 1 | -0/+5 |
| |\ | |||||
| | * | add help/raketasks to routing spec | Johannes Schleifenbaum | 2012-12-08 | 1 | -0/+5 |
| * | | Fix worker specs to parse namespaces | Dmitriy Zaporozhets | 2012-12-09 | 1 | -4/+8 |
| |/ | |||||
| * | Merge pull request #2208 from jouve/username2 | Ariejan de Vroom | 2012-12-07 | 2 | -14/+14 |
| |\ | |||||
| | * | replace user.name by user.username in GFM | Cyril | 2012-12-07 | 2 | -14/+14 |
| * | | allow customize gravatar url | Sergey Linnik | 2012-12-07 | 1 | -0/+22 |
| |/ | |||||
| * | fix failing spec | Sergey Linnik | 2012-12-06 | 1 | -1/+1 |
| * | Rewrite project security model tests | Dmitriy Zaporozhets | 2012-12-05 | 1 | -11/+82 |
| * | Remove annoying failing spec | Dmitriy Zaporozhets | 2012-12-03 | 1 | -12/+0 |
| * | Merge pull request #2124 from NARKOZ/api | Dmitriy Zaporozhets | 2012-12-02 | 2 | -1/+9 |
| |\ | |||||
| | * | API: get a single wall note | Nihad Abbasov | 2012-12-01 | 1 | -0/+8 |
| | * | API version returns last version set | Nihad Abbasov | 2012-12-01 | 1 | -1/+1 |
| * | | Refactored profile to resource. Added missing flash notice on successfull upd... | Dmitriy Zaporozhets | 2012-12-02 | 2 | -19/+16 |
| |/ | |||||
| * | Merge pull request #2017 from duksis/backup_restore | Dmitriy Zaporozhets | 2012-11-30 | 1 | -0/+46 |
| |\ | |||||
| | * | Stub for Dir.chdir as it is not needed | Hugo Duksis | 2012-11-20 | 1 | -0/+1 |
| | * | tests for issue #1984 | Hugo Duksis | 2012-11-19 | 1 | -0/+45 |
| * | | API: ability to create a wall note | Nihad Abbasov | 2012-11-29 | 1 | -0/+8 |
| * | | API: create new notes | Nihad Abbasov | 2012-11-29 | 1 | -0/+20 |
| * | | API: get a single note | Nihad Abbasov | 2012-11-29 | 1 | -2/+20 |
| * | | API: list wall, snippet and issue notes | Nihad Abbasov | 2012-11-29 | 1 | -0/+52 |
| * | | Refactor abilities. Added ProjectUpdate context. Fixed few bugs with namespaces | Dmitriy Zaporozhets | 2012-11-29 | 2 | -2/+3 |
| * | | Removed feature: comments on wiki | Dmitriy Zaporozhets | 2012-11-29 | 1 | -12/+0 |
| * | | Fix GitLab Markdown helper spec | Riyad Preukschas | 2012-11-28 | 1 | -2/+4 |
| * | | Increased test coverage | Dmitriy Zaporozhets | 2012-11-21 | 4 | -18/+55 |
| * | | Cover ProjectMover with tests | Dmitriy Zaporozhets | 2012-11-21 | 2 | -5/+70 |
| * | | Validate username. Gitlab::Regex added | Dmitriy Zaporozhets | 2012-11-28 | 1 | -0/+1 |
| * | | Fixing and commenting tests | Dmitriy Zaporozhets | 2012-11-26 | 1 | -9/+10 |
| * | | Merge pull request #2067 from riyad/diff-and-patch-for-commits-and-merge-requ... | Dmitriy Zaporozhets | 2012-11-26 | 4 | -5/+179 |
| |\ \ | |||||
| | * | | Add specs for exporting merge requests as diff or patch | Riyad Preukschas | 2012-11-25 | 2 | -0/+99 |
