summaryrefslogtreecommitdiff
path: root/spec/models
Commit message (Expand)AuthorAgeFilesLines
* cattr_accessor is not threadsafe!Dmitriy Zaporozhets2013-06-111-1/+0
* Merge pull request #4206 from babatakao/authorize_all_teams_to_adminDmitriy Zaporozhets2013-06-061-0/+17
|\
| * Authorize all teams to admin: fix 500 error on showing team page.babatakao2013-06-051-0/+17
* | Selectable deploy keys contain master projectsbabatakao2013-06-051-0/+22
|/
* Merge branch 'gist' of https://github.com/Andrew8xx8/gitlabhq into Andrew8xx8...Dmitriy Zaporozhets2013-06-044-4/+32
|\
| * Typo in realtion name fixedAndrew8xx82013-03-251-1/+1
| * Tests fixedAndrew8xx82013-03-251-1/+1
| * Association form user to snippets addedAndrew8xx82013-03-241-0/+1
| * Project snippet moved to separate modelAndrew8xx82013-03-242-3/+30
* | Merge branch 'add-defaults-create-group-team' of https://github.com/dmedvinsk...Dmitriy Zaporozhets2013-05-271-0/+18
|\ \
| * | Add settings for user permission defaultsDmitry Medvinsky2013-05-161-0/+18
* | | Update poltergeist and should-matchersDmitriy Zaporozhets2013-05-231-4/+0
|/ /
* | Merge pull request #3275 from Undev/feature/code_cleanup_remove_old_hashesDmitriy Zaporozhets2013-05-072-2/+2
|\ \
| * | remove trailing spacesAndrey Kumanyaev2013-05-052-2/+2
* | | modify api to work with new deploy keysDmitriy Zaporozhets2013-05-061-1/+2
* | | Model specs for DeployKeysDmitriy Zaporozhets2013-05-063-24/+44
|/ /
* | Merge pull request #3597 from amacarthur/fork-pull-requestDmitriy Zaporozhets2013-05-022-0/+57
|\ \
| * | updated fork feature to use gitlab-shell for v5 of gitlabAngus MacArthur2013-04-152-0/+57
* | | change user_spec to pass postgresDmitriy Zaporozhets2013-04-151-4/+4
|/ /
* | Specs refactoring to reduce test time. Disabled observers by default for specsDmitriy Zaporozhets2013-04-101-1/+1
* | Remove Wiki and db table since we use gollum nowDmitriy Zaporozhets2013-04-101-35/+0
* | 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 HoĢˆ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