| Commit message (Expand) | Author | Age | Files | Lines |
* | fix part of specs | Valery Sizov | 2015-09-14 | 1 | -96/+98 |
* | rubocop satisfy | Valery Sizov | 2015-09-14 | 1 | -6/+6 |
* | Merge branch 'master' into ci-and-ce-sitting-in-a-tree-k-i-s-s-i-n-g | Dmitriy Zaporozhets | 2015-09-09 | 3 | -2/+82 |
|\ |
|
| * | Merge branch 'global_labels' into 'master' | Dmitriy Zaporozhets | 2015-09-09 | 1 | -0/+8 |
| |\ |
|
| | * | added spinach for glabal labelsglobal_labels | Valery Sizov | 2015-09-03 | 1 | -0/+8 |
| * | | FogBugz project import | Jared Szechy | 2015-09-08 | 1 | -0/+65 |
| |/ |
|
| * | Don't notify users without access to the project when they are (accidentally)...dont-notify-users-without-project-access | Douwe Maan | 2015-08-26 | 1 | -2/+9 |
* | | Move helpers back to original directory | Dmitriy Zaporozhets | 2015-09-09 | 7 | -12/+12 |
* | | Refactor CI tests | Dmitriy Zaporozhets | 2015-09-09 | 7 | -0/+427 |
|/ |
|
* | Create cross-reference for closing references on commits pushed to non-defaul... | Maƫl Valais | 2015-08-22 | 1 | -23/+34 |
* | Merge branch 'master' into reply-by-email | Douwe Maan | 2015-08-20 | 2 | -6/+1 |
|\ |
|
| * | Revert "Merge branch 'revert-satellites' into 'master'
" | Dmitriy Zaporozhets | 2015-08-11 | 2 | -6/+1 |
* | | Test Email::AttachmentUploader. | Douwe Maan | 2015-08-20 | 1 | -24/+24 |
|/ |
|
* | Revert "Merge branch 'drop-satellites'" | Dmitriy Zaporozhets | 2015-08-11 | 2 | -1/+6 |
* | Merge branch 'master' into merge-notifsmerge-notifs | Douwe Maan | 2015-08-06 | 2 | -6/+1 |
|\ |
|
| * | Fix merge request creation without branch selected | Dmitriy Zaporozhets | 2015-08-05 | 1 | -5/+0 |
| * | Improve tests to use real branches in merge requests | Dmitriy Zaporozhets | 2015-08-04 | 1 | -1/+1 |
* | | Send notification to all participants when MR is merged. | Douwe Maan | 2015-07-30 | 1 | -1/+6 |
|/ |
|
* | Check that project was actually created rather than just validated in import:... | Stan Hu | 2015-07-29 | 1 | -1/+1 |
* | Create project services on Project creationrs-dev-issue-306 | Robert Speicher | 2015-07-25 | 1 | -0/+7 |
* | Only create :admin user in the one test where it's used | Robert Speicher | 2015-07-25 | 1 | -2/+3 |
* | Update specs.fix-api-project-transfer | Douwe Maan | 2015-07-11 | 1 | -5/+5 |
* | Use stub_application_setting in a few more specs | Robert Speicher | 2015-07-06 | 5 | -22/+6 |
* | Merge branch 'master' into rubocop-for-tests | Dmitriy Zaporozhets | 2015-06-23 | 3 | -18/+26 |
|\ |
|
| * | Fix `raise_error` without an argument deprecation warnings | Robert Speicher | 2015-06-22 | 1 | -1/+1 |
| * | Fix GitPushService spec | Robert Speicher | 2015-06-22 | 1 | -4/+6 |
| * | Replace remaining references to `Note.create_cross_reference_note` | Robert Speicher | 2015-06-22 | 2 | -7/+7 |
| * | Update mock and stub syntax for specs | Robert Speicher | 2015-06-22 | 1 | -10/+16 |
* | | Fix Style/IndentationWidth cop violations | Stan Hu | 2015-06-22 | 1 | -3/+3 |
* | | Fix Style/AlignHash cop violations | Stan Hu | 2015-06-22 | 2 | -4/+8 |
* | | Fix Style/Blocks cop violations | Robert Speicher | 2015-06-22 | 3 | -20/+16 |
* | | Fix Style/TrailingBlankLines cop violations | Robert Speicher | 2015-06-22 | 2 | -2/+0 |
* | | Fix Style/IndentationConsistency cop violations | Robert Speicher | 2015-06-22 | 2 | -4/+4 |
* | | Remove unnecessary whitespace between let and ( | Dmitriy Zaporozhets | 2015-06-22 | 4 | -15/+15 |
|/ |
|
* | Merge branch 'fix-ext-issue-webbased-hooks' into 'master' | Douwe Maan | 2015-06-16 | 1 | -0/+9 |
|\ |
|
| * | Fix hooks for web based events with external issue references | Daniel Gerhardt | 2015-06-14 | 1 | -0/+9 |
* | | Merge branch 'fix-post-receive-external-tracker' into 'master' | Douwe Maan | 2015-06-15 | 2 | -0/+19 |
|\ \
| |/
|/| |
|
| * | Fix post-receive errors on a push when an external issue tracker is configured | Stan Hu | 2015-06-12 | 2 | -0/+19 |
* | | Change `foo.should` syntax to `expect(foo).to` in specs | Robert Speicher | 2015-06-13 | 3 | -12/+10 |
* | | Change `foo.should_not` syntax to `expect(foo).not_to` in specs | Robert Speicher | 2015-06-13 | 2 | -4/+4 |
|/ |
|
* | Skip repo removing whem remove user or group | Dmitriy Zaporozhets | 2015-06-03 | 1 | -0/+44 |
* | Add tests for project destroy servicerepo-remove | Dmitriy Zaporozhets | 2015-06-03 | 1 | -0/+34 |
* | Support editing target branch of merge request | Stan Hu | 2015-05-29 | 2 | -1/+24 |
* | Merge branch 'rs-to_reference' into 'master' | Dmitriy Zaporozhets | 2015-05-27 | 1 | -5/+5 |
|\ |
|
| * | Make use of to_reference in more specs | Robert Speicher | 2015-05-26 | 1 | -5/+5 |
* | | Change one-character variable namers-title-change-note | Robert Speicher | 2015-05-27 | 2 | -4/+4 |
* | | Add a note when an Issue or Merge Request's title changes | Robert Speicher | 2015-05-26 | 3 | -8/+63 |
|/ |
|
* | Add support for Webhook note events | Stan Hu | 2015-05-21 | 1 | -0/+2 |
* | Fix specs.unauthorized-participants | Douwe Maan | 2015-05-15 | 3 | -7/+12 |
* | Call merge request web hook for each commits | Arthur Gautier | 2015-05-13 | 1 | -2/+16 |