summaryrefslogtreecommitdiff
path: root/spec
Commit message (Collapse)AuthorAgeFilesLines
* Removed feature: comments on wikiDmitriy Zaporozhets2012-11-291-12/+0
|
* Fix GitLab Markdown helper specRiyad Preukschas2012-11-281-2/+4
|
* Increased test coverageDmitriy Zaporozhets2012-11-214-18/+55
|
* Cover ProjectMover with testsDmitriy Zaporozhets2012-11-212-5/+70
|
* Validate username. Gitlab::Regex addedDmitriy Zaporozhets2012-11-281-0/+1
|
* Fixing and commenting testsDmitriy Zaporozhets2012-11-261-9/+10
|
* Merge pull request #2067 from ↵Dmitriy Zaporozhets2012-11-264-5/+179
|\ | | | | | | | | riyad/diff-and-patch-for-commits-and-merge-requests Diff and patch for commits and merge requests
| * Add specs for exporting merge requests as diff or patchRiyad Preukschas2012-11-252-0/+99
| |
| * Remove merge_request#raw and replace it with formats to #showRiyad Preukschas2012-11-251-5/+5
| | | | | | | | Needed to add a constraint on the id. Otherwise the format was parsed as part of the id.
| * Add specs for exporting commits as diff or patchRiyad Preukschas2012-11-251-0/+74
| |
| * Add diff format to commit#showRiyad Preukschas2012-11-221-0/+1
| |
* | Removed unused specDmitriy Zaporozhets2012-11-251-8/+0
| |
* | Allow project creation in scope of group for non-admin but group ownersDmitriy Zaporozhets2012-11-253-0/+12
| |
* | ReannotatedDmitriy Zaporozhets2012-11-245-4/+22
| |
* | class for moving projectDmitriy Zaporozhets2012-11-242-6/+14
| |
* | Fixing requests after namespaces. Fixed admin bug with access to projectDmitriy Zaporozhets2012-11-2310-55/+21
| |
* | Fix model testsDmitriy Zaporozhets2012-11-234-13/+13
| |
* | Fixed some tests and snippet colorizeDmitriy Zaporozhets2012-11-236-57/+50
| |
* | Fix project.code-related functionalityDmitriy Zaporozhets2012-11-231-2/+1
| |
* | Deprecate code for Project. Use title and pathDmitriy Zaporozhets2012-11-233-9/+2
| |
* | Ability to create project with namespaceDmitriy Zaporozhets2012-11-231-0/+1
| |
* | Move directory with project. Fixed all related path methods to use namespaceDmitriy Zaporozhets2012-11-223-1/+18
|/
* Fixed specDmitriy Zaporozhets2012-11-201-1/+0
|
* ReannotatedDmitriy Zaporozhets2012-11-204-7/+12
|
* Post Receive Refactored. Service hooks also triggered nowDmitriy Zaporozhets2012-11-192-15/+13
|
* Annotated. schema updatedDmitriy Zaporozhets2012-11-1916-87/+100
|
* Service model and service hookDmitriy Zaporozhets2012-11-202-0/+44
|
* Use poltergeist instaead of capybara-webkitDmitriy Zaporozhets2012-11-161-8/+2
|
* Fix specsRiyad Preukschas2012-11-143-29/+34
|
* Merge pull request #1928 from kouno/cleanup-factoriesDmitriy Zaporozhets2012-11-1342-239/+221
|\ | | | | Remove backward compatibility of factories.
| * Remove backward compatibility of factories.Vincent Bonmalais2012-11-1342-239/+221
| |
* | AnnotatedDmitriy Zaporozhets2012-11-071-0/+1
|/
* Merge pull request #1735 from NARKOZ/apiValeriy Sizov2012-11-072-9/+9
|\ | | | | API fixes
| * fix wrong test caseNihad Abbasov2012-10-191-2/+2
| |
| * fix typos in specsNihad Abbasov2012-10-191-4/+4
| |
| * fix mass-assignment error in user create APINihad Abbasov2012-10-191-4/+4
| |
* | Merge branch 'front-end' of https://github.com/NARKOZ/gitlabhq into ↵randx2012-10-271-1/+1
|\ \ | | | | | | | | | | | | | | | | | | NARKOZ-front-end Conflicts: app/views/issues/_form.html.haml
| * | fix typo in specNihad Abbasov2012-10-191-1/+1
| |/
* | we dont show commit message on tags page any morerandx2012-10-261-6/+0
| |
* | Merge pull request #1803 from gitlabhq/api_merge_requestDmitriy Zaporozhets2012-10-251-0/+62
|\ \ | | | | | | Api for merge request
| * | API: fix after reviewValeriy Sizov2012-10-251-6/+6
| | |
| * | API: tests for merge_requestsValeriy Sizov2012-10-251-0/+62
| |/
* | Handle perfomance issue with team import. Model specsDmitriy Zaporozhets2012-10-241-0/+33
|/
* Rename NoteObserver methods and clarify thingsRiyad Preukschas2012-10-181-19/+38
|
* Fixing broken test of project last_activityrandx2012-10-171-16/+16
|
* Added project has_one :last_event assoc. Fixed tab line-height after ↵randx2012-10-171-4/+3
| | | | font-awesome. Increased projects per page on dashboard
* Merge pull request #1692 from riyad/saner-note-methodsDmitriy Zaporozhets2012-10-152-3/+17
|\ | | | | Small Note code cleanup
| * Make Note methods sanerRiyad Preukschas2012-10-132-3/+17
| |
* | Fix notification for notes on a wall.Robb Kidd2012-10-131-1/+1
|/ | | | | The fact that Notes on Walls have a noteable_type value of "nil" got lost in the refactoring of the observer.
* Merge pull request #1685 from jozefvaclavik/masterValeriy Sizov2012-10-121-2/+20
|\ | | | | Hooks API (List one hook & edit)