| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Specs refactoring to reduce test time. Disabled observers by default for specs | Dmitriy Zaporozhets | 2013-04-10 | 12 | -112/+99 |
| | | |||||
| * | Remove Wiki and db table since we use gollum now | Dmitriy Zaporozhets | 2013-04-10 | 1 | -35/+0 |
| | | |||||
| * | Remove wiki migrator. We dont need it any more. Users should migrate to 5.0 ↵ | Dmitriy Zaporozhets | 2013-04-10 | 1 | -219/+0 |
| | | | | | first | ||||
| * | Reduce notes_on_merge_requests_spec time from 3 min to 1min | Dmitriy Zaporozhets | 2013-04-10 | 1 | -55/+41 |
| | | |||||
| * | Cleanup gfm tests | Dmitriy Zaporozhets | 2013-04-10 | 1 | -72/+3 |
| | | |||||
| * | Merge pull request #3464 from jrmithdobbs/fix_overlapping_testcase_name | Dmitriy Zaporozhets | 2013-04-10 | 1 | -3/+3 |
| |\ | | | | | Fix overlapping test case names. | ||||
| | * | Fix overlapping test case names. | Douglas Huff | 2013-04-07 | 1 | -3/+3 |
| | | | |||||
| * | | Fixed random failing test | Dmitriy Zaporozhets | 2013-04-10 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'feature/refactoring_scopes_pr' of ↵ | Dmitriy Zaporozhets | 2013-04-09 | 1 | -2/+2 |
| |\ \ | |/ |/| | | | | | | | | | https://github.com/Undev/gitlabhq into Undev-feature/refactoring_scopes_pr Conflicts: db/schema.rb | ||||
| | * | Fix tests | Andrey Kumanyaev | 2013-04-03 | 1 | -2/+2 |
| | | | |||||
| * | | remove outdated routing specs | Dmitriy Zaporozhets | 2013-04-07 | 1 | -8/+0 |
| | | | |||||
| * | | save each notification setting with ajax on change | Dmitriy Zaporozhets | 2013-04-04 | 2 | -6/+8 |
| | | | |||||
| * | | specs for repository tag_names, branch_names | Dmitriy Zaporozhets | 2013-04-03 | 1 | -0/+16 |
| | | | |||||
| * | | decorate commits in Gitlab::Git::repository with valid class | Dmitriy Zaporozhets | 2013-04-03 | 1 | -0/+11 |
| | | | |||||
| * | | keep same dir structure for specs as in lib/ | Dmitriy Zaporozhets | 2013-04-03 | 4 | -19/+0 |
| | | | |||||
| * | | Fixed API file raw functionality, Fixed tree controller tests. Added ↵ | Dmitriy Zaporozhets | 2013-04-03 | 3 | -5/+42 |
| | | | | | | | | | BlobController specs | ||||
| * | | fixed blame and mr factory | Dmitriy Zaporozhets | 2013-04-03 | 3 | -4/+8 |
| |/ | |||||
| * | fix test | Dmitriy Zaporozhets | 2013-04-02 | 1 | -1/+1 |
| | | |||||
| * | fixed test using repo with commits but old factory | Dmitriy Zaporozhets | 2013-04-01 | 8 | -19/+10 |
| | | |||||
| * | fix tests | Dmitriy Zaporozhets | 2013-04-01 | 3 | -8/+5 |
| | | |||||
| * | fix facotries | Dmitriy Zaporozhets | 2013-04-01 | 2 | -3/+3 |
| | | |||||
| * | Use project_with_code factory where necessary | Dmitriy Zaporozhets | 2013-04-01 | 6 | -6/+6 |
| | | |||||
| * | Dont init repo on every create(:repo) | Dmitriy Zaporozhets | 2013-04-01 | 4 | -6/+9 |
| | | |||||
| * | Project.repository should never be nil so you can call repository.exists? or ↵ | Dmitriy Zaporozhets | 2013-04-01 | 5 | -36/+29 |
| | | | | | | | repository.empty? Also specify separate project factory for project with filled repo | ||||
| * | Use Gitlab::Git:: for git features across application | Dmitriy Zaporozhets | 2013-04-01 | 1 | -2/+5 |
| | | |||||
| * | define TestEnv and keep all global stubs in one place | Dmitriy Zaporozhets | 2013-04-01 | 3 | -72/+64 |
| | | |||||
| * | Fix stubbed repo | Dmitriy Zaporozhets | 2013-04-01 | 1 | -6/+2 |
| | | |||||
| * | Decorate Gitlab::Git::Commit with Commit | Dmitriy Zaporozhets | 2013-03-31 | 1 | -1/+1 |
| | | |||||
| * | Fix tests and remove app/models/repository.rb | Dmitriy Zaporozhets | 2013-03-31 | 4 | -153/+3 |
| | | |||||
| * | specs for Gitlab::Git::Repository and Gitlab::Git::Commit | Dmitriy Zaporozhets | 2013-03-31 | 2 | -0/+155 |
| | | |||||
| * | Use existing methods for branch names: Ex use @repository.branch_names ↵ | Dmitriy Zaporozhets | 2013-03-31 | 1 | -1/+12 |
| | | | | | instead of @repository.heads.map(&:name) | ||||
| * | Merge pull request #3396 from Andrew8xx8/issue-button-fix | Dmitriy Zaporozhets | 2013-03-30 | 1 | -0/+27 |
| |\ | | | | | New issue button was not follows to external tracker if it is selected. ... | ||||
| | * | New issue button was not follows to external tracker if it is selected. ↵ | Andrew8xx8 | 2013-03-26 | 1 | -0/+27 |
| | | | | | | | | | fixed #3386 | ||||
| * | | Merge pull request #3406 from docwhat/in_projects | Dmitriy Zaporozhets | 2013-03-30 | 1 | -1/+20 |
| |\ \ | | | | | | | Fixed UsersProject.in_projects | ||||
| | * | | Fixed UsersProject.in_projects | Christian Höltje | 2013-03-26 | 1 | -1/+20 |
| | | | | | | | | | | | | | | | | | | | I discovered while trying to use UserTeam#remove_member() that UsersProject.in_projects was broken. So I wrote test cases to test what I was trying to do and fixed the underlying problem. | ||||
| * | | | refactor wall.js. style wall page a bit | Dmitriy Zaporozhets | 2013-03-28 | 1 | -8/+0 |
| | | | | |||||
| * | | | inslude author & assignee to note notification recipients | Dmitriy Zaporozhets | 2013-03-28 | 1 | -27/+58 |
| | | | | |||||
| * | | | rebuild notification on notes logic | Dmitriy Zaporozhets | 2013-03-28 | 1 | -0/+39 |
| | | | | |||||
| * | | | Fix notify specs. Fix merge request close via api | Dmitriy Zaporozhets | 2013-03-28 | 1 | -2/+2 |
| | | | | |||||
| * | | | Improve notification service tests | Dmitriy Zaporozhets | 2013-03-28 | 1 | -9/+20 |
| | | | | |||||
| * | | | Add close issue/mr methods to Notify. Refactored Notificationservice | Dmitriy Zaporozhets | 2013-03-28 | 1 | -3/+3 |
| | | | | |||||
| * | | | add watchers to email recipients list. Add emails for close/merge MR | Dmitriy Zaporozhets | 2013-03-28 | 1 | -9/+112 |
| | | | | |||||
| * | | | Prepare UI for notification settings | Dmitriy Zaporozhets | 2013-03-27 | 1 | -11/+0 |
| | | | | |||||
| * | | | notification scaffold | Dmitriy Zaporozhets | 2013-03-27 | 3 | -0/+39 |
| | | | | |||||
| * | | | annotated | Dmitriy Zaporozhets | 2013-03-27 | 2 | -0/+2 |
| | | | | |||||
| * | | | stub notification in event model | Dmitriy Zaporozhets | 2013-03-26 | 1 | -0/+1 |
| | | | | |||||
| * | | | refactor observers test since email logic moved to service | Dmitriy Zaporozhets | 2013-03-26 | 4 | -161/+10 |
| | | | | |||||
| * | | | use NotificationService for handle notify logic when MR created | Dmitriy Zaporozhets | 2013-03-26 | 2 | -14/+21 |
| |/ / | |||||
| * | | Merge pull request #3398 from Andrew8xx8/spork | Dmitriy Zaporozhets | 2013-03-26 | 1 | -43/+58 |
| |\ \ | | | | | | | Spork support added | ||||
| | * | | Spork support added | Andrew8xx8 | 2013-03-26 | 1 | -43/+58 |
| | |/ | |||||
