Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Removed unused spec | Dmitriy Zaporozhets | 2012-11-25 | 1 | -8/+0 | |
* | | | Allow project creation in scope of group for non-admin but group owners | Dmitriy Zaporozhets | 2012-11-25 | 3 | -0/+12 | |
* | | | Reannotated | Dmitriy Zaporozhets | 2012-11-24 | 5 | -4/+22 | |
* | | | class for moving project | Dmitriy Zaporozhets | 2012-11-24 | 2 | -6/+14 | |
* | | | Fixing requests after namespaces. Fixed admin bug with access to project | Dmitriy Zaporozhets | 2012-11-23 | 10 | -55/+21 | |
* | | | Fix model tests | Dmitriy Zaporozhets | 2012-11-23 | 4 | -13/+13 | |
* | | | Fixed some tests and snippet colorize | Dmitriy Zaporozhets | 2012-11-23 | 6 | -57/+50 | |
* | | | Fix project.code-related functionality | Dmitriy Zaporozhets | 2012-11-23 | 1 | -2/+1 | |
* | | | Deprecate code for Project. Use title and path | Dmitriy Zaporozhets | 2012-11-23 | 3 | -9/+2 | |
* | | | Ability to create project with namespace | Dmitriy Zaporozhets | 2012-11-23 | 1 | -0/+1 | |
* | | | Move directory with project. Fixed all related path methods to use namespace | Dmitriy Zaporozhets | 2012-11-22 | 3 | -1/+18 | |
|/ / | ||||||
* | | Fixed spec | Dmitriy Zaporozhets | 2012-11-20 | 1 | -1/+0 | |
* | | Reannotated | Dmitriy Zaporozhets | 2012-11-20 | 4 | -7/+12 | |
* | | Post Receive Refactored. Service hooks also triggered now | Dmitriy Zaporozhets | 2012-11-19 | 2 | -15/+13 | |
* | | Annotated. schema updated | Dmitriy Zaporozhets | 2012-11-19 | 16 | -87/+100 | |
* | | Service model and service hook | Dmitriy Zaporozhets | 2012-11-20 | 2 | -0/+44 | |
|/ | ||||||
* | Use poltergeist instaead of capybara-webkit | Dmitriy Zaporozhets | 2012-11-16 | 1 | -8/+2 | |
* | Fix specs | Riyad Preukschas | 2012-11-14 | 3 | -29/+34 | |
* | Merge pull request #1928 from kouno/cleanup-factories | Dmitriy Zaporozhets | 2012-11-13 | 42 | -239/+221 | |
|\ | ||||||
| * | Remove backward compatibility of factories. | Vincent Bonmalais | 2012-11-13 | 42 | -239/+221 | |
* | | Annotated | Dmitriy Zaporozhets | 2012-11-07 | 1 | -0/+1 | |
|/ | ||||||
* | Merge pull request #1735 from NARKOZ/api | Valeriy Sizov | 2012-11-07 | 2 | -9/+9 | |
|\ | ||||||
| * | fix wrong test case | Nihad Abbasov | 2012-10-19 | 1 | -2/+2 | |
| * | fix typos in specs | Nihad Abbasov | 2012-10-19 | 1 | -4/+4 | |
| * | fix mass-assignment error in user create API | Nihad Abbasov | 2012-10-19 | 1 | -4/+4 | |
* | | Merge branch 'front-end' of https://github.com/NARKOZ/gitlabhq into NARKOZ-fr... | randx | 2012-10-27 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | fix typo in spec | Nihad Abbasov | 2012-10-19 | 1 | -1/+1 | |
| |/ | ||||||
* | | we dont show commit message on tags page any more | randx | 2012-10-26 | 1 | -6/+0 | |
* | | Merge pull request #1803 from gitlabhq/api_merge_request | Dmitriy Zaporozhets | 2012-10-25 | 1 | -0/+62 | |
|\ \ | ||||||
| * | | API: fix after review | Valeriy Sizov | 2012-10-25 | 1 | -6/+6 | |
| * | | API: tests for merge_requests | Valeriy Sizov | 2012-10-25 | 1 | -0/+62 | |
| |/ | ||||||
* | | Handle perfomance issue with team import. Model specs | Dmitriy Zaporozhets | 2012-10-24 | 1 | -0/+33 | |
|/ | ||||||
* | Rename NoteObserver methods and clarify things | Riyad Preukschas | 2012-10-18 | 1 | -19/+38 | |
* | Fixing broken test of project last_activity | randx | 2012-10-17 | 1 | -16/+16 | |
* | Added project has_one :last_event assoc. Fixed tab line-height after font-awe... | randx | 2012-10-17 | 1 | -4/+3 | |
* | Merge pull request #1692 from riyad/saner-note-methods | Dmitriy Zaporozhets | 2012-10-15 | 2 | -3/+17 | |
|\ | ||||||
| * | Make Note methods saner | Riyad Preukschas | 2012-10-13 | 2 | -3/+17 | |
* | | Fix notification for notes on a wall. | Robb Kidd | 2012-10-13 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #1685 from jozefvaclavik/master | Valeriy Sizov | 2012-10-12 | 1 | -2/+20 | |
|\ | ||||||
| * | Update spec/requests/api/projects_spec.rb | jozefvaclavik | 2012-10-12 | 1 | -2/+1 | |
| * | Update projects_spec.rb for Hook list and edit | jozefvaclavik | 2012-10-12 | 1 | -2/+21 | |
* | | Reduce complexity: replace case statement with method lookup. | Robb Kidd | 2012-10-11 | 1 | -1/+1 | |
|/ | ||||||
* | Separate observing of Note and MergeRequests | Robb Kidd | 2012-10-10 | 4 | -0/+351 | |
* | Merge pull request #1629 from riyad/show-notes-indicator-for-commits-and-merg... | Dmitriy Zaporozhets | 2012-10-10 | 1 | -0/+15 | |
|\ | ||||||
| * | Make MRs also count and display its commits' notes | Riyad Preukschas | 2012-10-10 | 1 | -0/+15 | |
* | | Move emoji auto-complete helper to ApplicationHelper | Riyad Preukschas | 2012-10-10 | 1 | -10/+0 | |
|/ | ||||||
* | Add emoji_for_completion helper | Riyad Preukschas | 2012-10-09 | 1 | -0/+10 | |
* | Annotated | Dmitriy Zaporozhets | 2012-10-09 | 13 | -0/+208 | |
* | tests fix | Andrey Kumanyaev | 2012-10-09 | 7 | -10/+10 | |
* | API: add project snippets listing | Nihad Abbasov | 2012-10-08 | 1 | -0/+9 |