summaryrefslogtreecommitdiff
path: root/spec/lib
Commit message (Expand)AuthorAgeFilesLines
* Modify GitHub importer to be retryableAhmad Sherif2016-10-281-2/+5
* Merge branch 'fix/gh-import-bugs' into 'master' Sean McGivern2016-10-281-0/+1
|\
| * Fix applying labels for GitHub-imported MRsAhmad Sherif2016-10-271-0/+1
* | Merge branch '21645-mail_room_sentinel'Douwe Maan2016-10-271-0/+49
|\ \ | |/ |/|
| * Updated mail_room and added sentinel support to Reply by Email21645-mail_room_sentinelGabriel Mazetto2016-10-261-0/+49
* | Don't schedule ProjectCacheWorker unless neededproject-cache-worker-schedulingYorick Peterse2016-10-251-14/+29
|/
* Add failing test for #21420winniehell2016-10-241-11/+29
* Add relative url support to routing contrainersDmitriy Zaporozhets2016-10-241-0/+10
* Preserve note_type and position for notes from emailsLin Jen-Shin2016-10-201-11/+13
* Merge branch 'feature/group-level-labels' into 'master' Douwe Maan2016-10-199-17/+226
|\
| * Update specs to cope with new label types and prioritiesJames Lopez2016-10-195-9/+51
| * Fix GitHub importer specDouglas Barbosa Alexandre2016-10-191-1/+1
| * Reuse LabelsFinder on Issueable#add_labels_by_namesDouglas Barbosa Alexandre2016-10-191-3/+4
| * fix rubocop warningJames Lopez2016-10-191-2/+4
| * Fix import/export labels to cope with project and group labels. Added relevan...James Lopez2016-10-193-6/+66
| * Unfold references for group labels when moving issue to another projectDouglas Barbosa Alexandre2016-10-192-3/+105
| * Add Label attributes: type, and group_id to safe model attributesDouglas Barbosa Alexandre2016-10-191-0/+2
* | Merge branch 'issue_828' into 'master' Douwe Maan2016-10-192-26/+63
|\ \ | |/ |/|
| * Prevent wrong markdown on issue ids when project has Jira service activatedissue_828Felipe Artur2016-10-192-26/+63
* | Merge branch 'fix-escaping' into 'master' Sean McGivern2016-10-191-0/+5
|\ \ | |/ |/|
| * fix: commit messages being double-escaped in activies tabamaia2016-10-181-0/+5
* | Merge branch 'backport-git-access-spec-changes' into 'master' Douwe Maan2016-10-191-6/+6
|\ \
| * | Backport git access spec changes from EEbackport-git-access-spec-changesSean McGivern2016-10-181-6/+6
| |/
* | Merge branch '22191-delete-dynamic-envs-mr' into 'master' Rémy Coutable2016-10-192-2/+110
|\ \
| * \ Merge remote-tracking branch 'origin/master' into 22191-delete-dynamic-envs-mr22191-delete-dynamic-envs-mrKamil Trzcinski2016-10-181-0/+1
| |\ \
| * | | Add logical validation to gitlab-ci.ymlKamil Trzcinski2016-10-181-0/+46
| * | | Merge remote-tracking branch 'origin/master' into 22191-delete-dynamic-envs-mrKamil Trzcinski2016-10-181-0/+11
| |\ \ \ | | | |/ | | |/|
| * | | Fix specsKamil Trzcinski2016-10-172-2/+2
| * | | Add specs to test on_stop and action on environmentsKamil Trzcinski2016-10-171-2/+2
| * | | Improve after code reviewKamil Trzcinski2016-10-171-0/+62
* | | | Merge branch '22782-external-link-filter-with-non-lowercase-scheme' into 'mas...Sean McGivern2016-10-181-0/+34
|\ \ \ \
| * | | | Add Nofollow for uppercased scheme in external urlthe-undefined2016-10-181-0/+34
| | |/ / | |/| |
* | | | Merge branch 'pipeline-emails' into 'master' Kamil Trzciński2016-10-182-1/+42
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge remote-tracking branch 'upstream/master' into pipeline-emailspipeline-emailsLin Jen-Shin2016-10-183-6/+23
| |\ \ \ | | |/ /
| * | | Merge remote-tracking branch 'upstream/master' into pipeline-emailsLin Jen-Shin2016-10-146-9/+177
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'upstream/master' into pipeline-emailsLin Jen-Shin2016-10-0818-52/+566
| |\ \ \ \
| * | | | | Add pipeline_email_service. Fixes:Lin Jen-Shin2016-10-041-1/+2
| * | | | | Merge remote-tracking branch 'upstream/master' into pipeline-emailsLin Jen-Shin2016-10-0420-52/+878
| |\ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into pipeline-emailsLin Jen-Shin2016-09-2113-51/+641
| |\ \ \ \ \ \
| * | | | | | | Make various trace methods take last_lines argument:Lin Jen-Shin2016-09-211-0/+40
* | | | | | | | Merge branch 'master' into issue_19734_2Phil Hughes2016-10-181-0/+11
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | Merge branch 'master' into merge-conflicts-editor-2Alfredo Sumaran2016-10-172-6/+12
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | Add blob_ace_mode to conflict content responseSean McGivern2016-10-131-0/+11
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Add visibility level to project repositoryissue_19734_2Felipe Artur2016-10-171-0/+1
| |/ / / / / |/| | | | |
* | | | | | Add RTL support to markdown rendererEbrahim Byagowi2016-10-162-6/+12
|/ / / / /
* | | | | Merge branch '22591-Convert-UTF-8-Emoji-to-Gitlab-emoji' into 'master' Rémy Coutable2016-10-131-1/+84
|\ \ \ \ \
| * | | | | Convert UTF-8 Emoji to Gitlab emojiJohan H2016-10-131-0/+16
| * | | | | Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-cehenrik2016-10-122-5/+90
| |\ \ \ \ \
| * | | | | | Convert unicode emojis to images.henrik2016-10-111-2/+69
* | | | | | | Merge branch 'feature/issues-board' into 'master' Sean McGivern2016-10-131-1/+1
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |