summaryrefslogtreecommitdiff
path: root/spec/models
Commit message (Expand)AuthorAgeFilesLines
...
* | Fixed random failing testDmitriy Zaporozhets2013-04-101-1/+1
* | Merge branch 'feature/refactoring_scopes_pr' of https://github.com/Undev/gitl...Dmitriy Zaporozhets2013-04-091-2/+2
|\ \
| * | Fix testsAndrey Kumanyaev2013-04-031-2/+2
* | | save each notification setting with ajax on changeDmitriy Zaporozhets2013-04-042-6/+8
* | | Fixed API file raw functionality, Fixed tree controller tests. Added BlobCont...Dmitriy Zaporozhets2013-04-031-2/+2
|/ /
* | Dont init repo on every create(:repo)Dmitriy Zaporozhets2013-04-012-2/+2
* | Project.repository should never be nil so you can call repository.exists? or ...Dmitriy Zaporozhets2013-04-012-29/+22
* | Fix tests and remove app/models/repository.rbDmitriy Zaporozhets2013-03-313-151/+1
* | Use existing methods for branch names: Ex use @repository.branch_names instea...Dmitriy Zaporozhets2013-03-311-1/+12
* | Merge pull request #3406 from docwhat/in_projectsDmitriy Zaporozhets2013-03-301-1/+20
|\ \
| * | Fixed UsersProject.in_projectsChristian Höltje2013-03-261-1/+20
| |/
* | annotatedDmitriy Zaporozhets2013-03-272-0/+2
* | stub notification in event modelDmitriy Zaporozhets2013-03-261-0/+1
|/
* Move directory logic out of model. Use Gitlab:Shell class to interact with fi...Dmitriy Zaporozhets2013-03-211-1/+1
* Merge branch 'use_gollum_wikis' of https://github.com/DanKnox/gitlabhq into D...Dmitriy Zaporozhets2013-03-152-0/+360
|\
| * Replace current Wiki system with Gollum Wikis.Dan Knox2013-03-092-0/+360
* | reannotatedDmitriy Zaporozhets2013-03-158-27/+31
|/
* Merge branch 'master' into fixes/apiSebastian Ziebell2013-03-052-3/+57
|\
| * User's blocked field refactored to use state machineAndrew8xx82013-03-041-3/+3
| * New field addedAndrew8xx82013-02-281-0/+21
| * Project issue tracker functions refactoredAndrew8xx82013-02-281-0/+33
* | Merge branch 'master' into fixes/apiSebastian Ziebell2013-02-275-152/+6
|\ \ | |/
| * 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
| * | Move git post push logic to serviceDmitriy Zaporozhets2013-02-252-131/+0
| |/
* | API: fixes test if project limit is reachedSebastian Ziebell2013-02-201-1/+1
|/
* Merge branch 'state-machine' of https://github.com/Undev/gitlabhq into Undev-...Dmitriy Zaporozhets2013-02-195-72/+48
|\
| * Creating test values moved to beforeAndrew8xx82013-02-181-6/+11
| * Additional tests added to IssueAndrew8xx82013-02-181-0/+12
| * Additional tests added to MilestoneAndrew8xx82013-02-181-0/+27
| * Issue uses StateMachine nowAndrew8xx82013-02-181-1/+1
| * Milestone uses StateMachine nowAndrew8xx82013-02-181-7/+2
| * Merge Request uses StateMachine nowAndrew8xx82013-02-183-7/+7
| * Issuable consern uses StateMachine nowAndrew8xx82013-02-183-63/+0
| * State renamed to merge_statusAndrew8xx82013-02-181-1/+1
* | Tests to validate that invalid keys are rejectedJaakko Kantojärvi2013-02-171-1/+5
|/
* Constants in Events looks good nowAndrew8xx82013-02-132-2/+2
* fixing tests after refactoringDmitriy Zaporozhets2013-02-111-6/+1
* fix deploy key specDmitriy Zaporozhets2013-02-071-2/+2
* Fixed: post-receive, project remove, testsDmitriy Zaporozhets2013-02-052-17/+0
* add path and path_with_namespace to api project entityDmitriy Zaporozhets2013-01-315-2/+40
* fix testsDmitriy Zaporozhets2013-01-281-2/+5
* Merge pull request #2746 from gitlabhq/features/teamsDmitriy Zaporozhets2013-01-254-1/+16
|\
| * repair rspec (remove and rename files)Andrey Kumanyaev2013-01-241-1/+1
| * Added UserTeam core models (team and m-t-m relationships) and updated other m...Andrey Kumanyaev2013-01-243-0/+15
* | fix specDmitriy Zaporozhets2013-01-251-1/+1
|/
* fix testsValeriy Sizov2013-01-222-5/+0
* Increase Issue description size to 10k. Fixes #2545Dmitriy Zaporozhets2013-01-191-1/+1
* Improve CreateContext call. Fixed testDmitriy Zaporozhets2013-01-181-30/+0