summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Method for returning issues readable by a userability-batch-issue-checkingYorick Peterse2016-07-298-10/+355
* Merge branch 'cache-commit-author-lookup' into 'master' Yorick Peterse2016-07-293-1/+37
|\
| * Add specs for caching commit authorStan Hu2016-07-272-7/+35
| * Cache the commit author in RequestStore to avoid extra lookups in PostReceiveStan Hu2016-07-272-1/+9
* | Merge branch '17073-tagscontroller-index-is-terrible-response-time-goes-up-to...Yorick Peterse2016-07-2912-55/+72
|\ \
| * | Fix failing CommitController spec17073-tagscontroller-index-is-terrible-response-time-goes-up-to-5-secondsAlejandro Rodríguez2016-07-281-9/+0
| * | Update to gitlab_git 10.4.1 and take advantage of preserved Ref objectsAlejandro Rodríguez2016-07-2811-46/+72
* | | Merge branch 'fix/use-fewer-queries-for-mr-notes' into 'master' Douwe Maan2016-07-284-3/+12
|\ \ \
| * | | Reduce number of queries made for merge_requests/:id/diffsfix/use-fewer-queries-for-mr-notesAhmad Sherif2016-07-284-3/+12
* | | | Merge branch 'ci-icons-again' into 'master' Jacob Schatz2016-07-286-67/+24
|\ \ \ \
| * | | | Replace ci icons with slightly thicker onesci-icons-againAnnabel Dunstone2016-07-266-67/+24
* | | | | Merge branch 'remove-unpullable-project' into 'master' Robert Speicher2016-07-281-1/+0
|\ \ \ \ \
| * | | | | Remove project which can't be pulled while seedingZ.J. van de Weg2016-07-281-1/+0
* | | | | | Merge branch 'log-project-deletion' into 'master' Stan Hu2016-07-281-1/+4
|\ \ \ \ \ \
| * | | | | | Add a log message when a project is scheduled for destruction for debuggingStan Hu2016-07-281-1/+4
| |/ / / / /
* | | | | | Merge branch 'new-issue-by-email' into 'master' Douwe Maan2016-07-2825-264/+686
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Merge remote-tracking branch 'upstream/master' into new-issue-by-emailLin Jen-Shin2016-07-2845-270/+707
| |\ \ \ \ \ | | |/ / / /
| * | | | | Remove extra entries from auto-merge accidentLin Jen-Shin2016-07-281-2/+0
| * | | | | Merge remote-tracking branch 'upstream/master' into new-issue-by-emailLin Jen-Shin2016-07-2774-217/+721
| |\ \ \ \ \
| * | | | | | Test both for having existing issues or notLin Jen-Shin2016-07-271-2/+12
| * | | | | | Merge some repeated codes to the partialLin Jen-Shin2016-07-272-9/+7
| * | | | | | Add CHANGELOG entry for creating new issues from emailLin Jen-Shin2016-07-271-0/+1
| * | | | | | 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
| * | | | | | Fix duplicated issues partial and two cases need the button:Lin Jen-Shin2016-07-261-10/+10
| * | | | | | Merge remote-tracking branch 'upstream/master' into new-issue-by-emailLin Jen-Shin2016-07-26811-25282/+35189
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into new-issue-by-emailLin Jen-Shin2016-07-1525-94/+117
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into new-issue-by-emailLin Jen-Shin2016-07-151697-12167/+51150
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Links markdown text to docsPhil Hughes2016-07-061-1/+3
| * | | | | | | | | Uses input field for email addressPhil Hughes2016-07-012-4/+18
| * | | | | | | | | Added new issue by email modal windowPhil Hughes2016-06-304-1/+44
| * | | | | | | | | Only return the address if incoming emails is enabled:Lin Jen-Shin2016-06-242-10/+24
| * | | | | | | | | Add Project#new_issue_address(author):Lin Jen-Shin2016-06-232-0/+21
| * | | | | | | | | raise UnknownIncomingEmail when there's no mail_key:Lin Jen-Shin2016-06-202-4/+3
| * | | | | | | | | Use keyword args to be more clear:Lin Jen-Shin2016-06-203-6/+11
| * | | | | | | | | Use a separate line for separate actions:Lin Jen-Shin2016-06-201-1/+2
| * | | | | | | | | Only pass item nameLin Jen-Shin2016-06-153-11/+6
| * | | | | | | | | More space for private concernLin Jen-Shin2016-06-152-0/+2
| * | | | | | | | | Add missing require in testsLin Jen-Shin2016-06-151-0/+1
| * | | | | | | | | Save the list of handlers in a constantLin Jen-Shin2016-06-151-1/+3
| * | | | | | | | | Raise first like an input checkLin Jen-Shin2016-06-151-5/+3
| * | | | | | | | | Avoid assignment in ifLin Jen-Shin2016-06-151-1/+2
| * | | | | | | | | Blank line for privateLin Jen-Shin2016-06-151-0/+1
| * | | | | | | | | A blank line to separate exception raisingLin Jen-Shin2016-06-151-0/+1
| * | | | | | | | | Avoid using bang bangLin Jen-Shin2016-06-151-1/+1
| * | | | | | | | | Rename to project_path which is more accurateLin Jen-Shin2016-06-151-3/+3
| * | | | | | | | | An instruction for what to doLin Jen-Shin2016-06-151-1/+1
| * | | | | | | | | Remove empty lines at the beginning of filesLin Jen-Shin2016-06-152-2/+0
| * | | | | | | | | Merge branch 'master' into new-issue-by-emailLin Jen-Shin2016-06-151732-9593/+33514
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Split tests into their own classesLin Jen-Shin2016-05-244-233/+239