summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'new-issue-by-email' into 'master' Douwe Maan2016-07-2812-152/+363
|\
| * Merge remote-tracking branch 'upstream/master' into new-issue-by-emailLin Jen-Shin2016-07-2810-20/+228
| |\
| * \ Merge remote-tracking branch 'upstream/master' into new-issue-by-emailLin Jen-Shin2016-07-2721-96/+301
| |\ \
| * | | Test both for having existing issues or notLin Jen-Shin2016-07-271-2/+12
| * | | Update the description a bitLin Jen-Shin2016-07-261-2/+2
| * | | Test if we're showing the modal and has the right emailLin Jen-Shin2016-07-261-0/+19
| * | | Merge remote-tracking branch 'upstream/master' into new-issue-by-emailLin Jen-Shin2016-07-26166-4805/+6166
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'upstream/master' into new-issue-by-emailLin Jen-Shin2016-07-153-1/+16
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'upstream/master' into new-issue-by-emailLin Jen-Shin2016-07-15381-2952/+21674
| |\ \ \ \ \
| * | | | | | Only return the address if incoming emails is enabled:Lin Jen-Shin2016-06-241-8/+20
| * | | | | | Add Project#new_issue_address(author):Lin Jen-Shin2016-06-231-0/+16
| * | | | | | 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-15298-2300/+12631
| |\ \ \ \ \ \
| * | | | | | | 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-202-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-182-15/+15
| * | | | | | | 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-164-3/+39
| * | | | | | | Alloy empty reply for new issues, but not responseLin Jen-Shin2016-05-162-1/+33
| * | | | | | | Implement #3243 New Issue by emailLin Jen-Shin2016-05-162-12/+77
| * | | | | | | Fix a typoLin Jen-Shin2016-05-161-1/+1
* | | | | | | | Merge branch '20308-fix-title-that-is-show-in-the-dropdown-toggle-button-on-p...Rémy Coutable2016-07-281-4/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix the title of the toggle dropdown buttonHerminio Torres2016-07-281-4/+4
* | | | | | | | | Merge branch 'reduce-instrumentation-overhead' into 'master' Rémy Coutable2016-07-284-22/+24
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Reduce instrumentation overheadYorick Peterse2016-07-284-22/+24
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Add commit stats to commit api responsedixpac2016-07-281-0/+4
|/ / / / / / / /
* | | | | | | | Merge branch 'akismet-ui-check' into 'master' Douwe Maan2016-07-273-10/+39
|\ \ \ \ \ \ \ \
| * | | | | | | | Submit all issues on public projects to Akismet if enabled.Patricio Cano2016-07-262-10/+8
| * | | | | | | | Submit new issues created via the WebUI by non project members to Akismet for...Patricio Cano2016-07-261-0/+31
* | | | | | | | | Merge branch 'fix-19538' into 'master' Robert Speicher2016-07-272-0/+59
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix Project#to_param to keep invalid project suitable for use in URLsDouglas Barbosa Alexandre2016-07-273-23/+20
| * | | | | | | | | Add feature specs for edit project settingsDouglas Barbosa Alexandre2016-07-271-0/+41
| * | | | | | | | | Fix renaming repository when name contains invalid chars under settingsDouglas Barbosa Alexandre2016-07-271-0/+21
* | | | | | | | | | Merge branch 'simple-cov' into 'master' Robert Speicher2016-07-272-4/+56
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Introduce SimpleCovEnv singleton helper and use itGrzegorz Bizon2016-07-212-28/+47
| * | | | | | | | | Improve simplecov config to avoid missing filesGrzegorz Bizon2016-07-211-1/+9
| * | | | | | | | | Update configuration of SimpleCovKamil Trzcinski2016-07-212-13/+23
| * | | | | | | | | Store all simplecov configuration in one fileKamil Trzcinski2016-07-212-11/+19
| * | | | | | | | | Remove unused simplecov-rcovKamil Trzcinski2016-07-211-1/+0
| * | | | | | | | | Merge coverage reportKamil Trzcinski2016-07-211-1/+9
* | | | | | | | | | Merge branch 'allow-skipping-users-in-autocomplete' into 'master' Robert Speicher2016-07-271-0/+13
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Allow skipping users in autocompleteallow-skipping-users-in-autocompleteSean McGivern2016-07-271-0/+13
* | | | | | | | | | | Merge branch '5571-hipchat-notifications-missing-colors' into 'master' Robert Speicher2016-07-271-6/+24
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |