summaryrefslogtreecommitdiff
path: root/spec/lib
Commit message (Expand)AuthorAgeFilesLines
* Method for returning issues readable by a userability-batch-issue-checkingYorick Peterse2016-07-291-6/+6
* Merge branch 'new-issue-by-email' into 'master' Douwe Maan2016-07-285-151/+246
|\
| * Merge remote-tracking branch 'upstream/master' into new-issue-by-emailLin Jen-Shin2016-07-281-6/+6
| |\
| * \ Merge remote-tracking branch 'upstream/master' into new-issue-by-emailLin Jen-Shin2016-07-271-0/+25
| |\ \
| * \ \ Merge remote-tracking branch 'upstream/master' into new-issue-by-emailLin Jen-Shin2016-07-2630-995/+853
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'upstream/master' into new-issue-by-emailLin Jen-Shin2016-07-152-0/+12
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'upstream/master' into new-issue-by-emailLin Jen-Shin2016-07-1592-571/+12666
| |\ \ \ \ \
| * | | | | | raise UnknownIncomingEmail when there's no mail_key:Lin Jen-Shin2016-06-201-2/+2
| * | | | | | Add missing require in testsLin Jen-Shin2016-06-151-0/+1
| * | | | | | Merge branch 'master' into new-issue-by-emailLin Jen-Shin2016-06-1575-642/+2838
| |\ \ \ \ \ \
| * | | | | | | Split tests into their own classesLin Jen-Shin2016-05-244-233/+239
| * | | | | | | Merge the places where exceptions could be raisedLin Jen-Shin2016-05-241-0/+8
| * | | | | | | It's for Message-ID so it should be message_idLin Jen-Shin2016-05-201-2/+2
| * | | | | | | Use the authentication_token for finding the userLin Jen-Shin2016-05-201-3/+3
| * | | | | | | Fix a missed renameLin Jen-Shin2016-05-201-2/+2
| * | | | | | | Rename reply_key to mail_keyLin Jen-Shin2016-05-201-11/+11
| * | | | | | | Actually there's no such caseLin Jen-Shin2016-05-201-9/+0
| * | | | | | | Give ProjectNotFound when the project is not readableLin Jen-Shin2016-05-181-2/+2
| * | | | | | | so we use separate classes to handle different tasksLin Jen-Shin2016-05-181-14/+14
| * | | | | | | Report better errors. TODO: Enable skipped testLin Jen-Shin2016-05-161-5/+20
| * | | | | | | Create a new issue via: incoming+group/project+AUTH_TOKEN@...Lin Jen-Shin2016-05-161-1/+19
| * | | | | | | Alloy empty reply for new issues, but not responseLin Jen-Shin2016-05-161-1/+15
| * | | | | | | Implement #3243 New Issue by emailLin Jen-Shin2016-05-161-12/+54
| * | | | | | | Fix a typoLin Jen-Shin2016-05-161-1/+1
* | | | | | | | Reduce instrumentation overheadYorick Peterse2016-07-284-22/+24
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Submit all issues on public projects to Akismet if enabled.Patricio Cano2016-07-261-6/+6
| |_|_|_|_|/ |/| | | | |
* | | | | | Ensure relative paths for video are rewritten as we do for images20189-markdown-video-doesn-t-work-when-the-referenced-video-file-is-in-same-repoRémy Coutable2016-07-261-0/+25
| |_|_|_|/ |/| | | |
* | | | | Use project ID in repository cache to prevent stale data from persisting acro...Stan Hu2016-07-251-6/+7
* | | | | Remove magic comments from Ruby files (!5456)winniehell2016-07-243-6/+0
* | | | | Merge branch 'discussion-model' into 'master' Robert Speicher2016-07-211-3/+43
|\ \ \ \ \
| * | | | | Add Discussion model to represent MR/diff discussiondiscussion-modelDouwe Maan2016-07-201-3/+43
* | | | | | Merge branch '4142-show-inline-video' into 'master' Rémy Coutable2016-07-213-2/+51
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Remove VideoJS and clean the integrationRémy Coutable2016-07-201-8/+17
| * | | | | Use a more powerful query to match videos in img tagsRémy Coutable2016-07-191-10/+16
| * | | | | Get rid of `is_image` in FileUploaderRémy Coutable2016-07-192-2/+0
| * | | | | First support of videos in issues, MRs and notesEric Hayes2016-07-191-0/+36
* | | | | | Merge branch 'migration-downtime-tags' into 'master' Robert Speicher2016-07-202-0/+130
|\ \ \ \ \ \
| * | | | | | Added checks for migration downtimemigration-downtime-tagsYorick Peterse2016-07-202-0/+130
* | | | | | | Ensure to_json methods take optional argumentSean McGivern2016-07-201-0/+24
| |/ / / / / |/| | | | |
* | | | | | Merge branch 'allow-deploy-key-to-download-public-projects' into 'master' Rémy Coutable2016-07-191-11/+61
|\ \ \ \ \ \
| * | | | | | Allow to pull code with deploy key from public projectsallow-deploy-key-to-download-public-projectsKamil Trzcinski2016-07-191-11/+61
| |/ / / / /
* | | | | | Merge branch 'fix/import-export-project-avatar' into 'master' Rémy Coutable2016-07-192-0/+52
|\ \ \ \ \ \
| * | | | | | fix specJames Lopez2016-07-191-1/+1
| * | | | | | squashed - added avatar saver/restorer and specsfix/import-export-project-avatarJames Lopez2016-07-192-0/+52
| |/ / / / /
* | | | | | Use value of `yaml_variables` and `when` from config_processor if undefinedKamil Trzcinski2016-07-191-1/+1
* | | | | | Merge branch 'manual-actions' into 'master' Rémy Coutable2016-07-191-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Add implementation of manual actionsKamil Trzcinski2016-07-181-1/+1
* | | | | | Squashed - fix encoding issuefix/import-export-encodingJames Lopez2016-07-193-11/+23
* | | | | | Merge branch '19820-safer-diffs' into 'master' Douwe Maan2016-07-181-0/+14
|\ \ \ \ \ \
| * | | | | | Collapsed diffs lines/size don't accumulate to overflow diffs.19820-safer-diffsPaco Guzman2016-07-181-0/+14