summaryrefslogtreecommitdiff
path: root/app/workers
Commit message (Expand)AuthorAgeFilesLines
* remove API calls from CE to CIci_closer_integrationValery Sizov2015-09-181-12/+0
* Merge remote-tracking branch 'origin/master' into ci-and-ce-sitting-in-a-tree...Kamil Trzcinski2015-09-151-0/+34
|\
| * Import forked repositories asynchronously to prevent large repositories from ...Stan Hu2015-09-111-0/+34
* | Merge branch 'master' into ci-and-ce-sitting-in-a-tree-k-i-s-s-i-n-gDmitriy Zaporozhets2015-09-092-13/+26
|\ \ | |/
| * FogBugz project importJared Szechy2015-09-081-13/+22
| * Expire cache when merge request source branch was removedfix-branches-cache-after-mergeDmitriy Zaporozhets2015-08-281-0/+4
* | Merge branch 'master' into ci-and-ce-sitting-in-a-tree-k-i-s-s-i-n-gDouwe Maan2015-08-262-14/+21
|\ \ | |/
| * Merge branch 'handle-smtp-input-errors' into 'master'Dmitriy Zaporozhets2015-08-251-14/+19
| |\
| | * Gracefully handle SMTP user input errors (e.g. incorrect email addresses) to ...Stan Hu2015-08-191-14/+19
| * | Ignore empty incoming messages.Douwe Maan2015-08-241-0/+2
* | | Groundwork for merging CI into CEDouwe Maan2015-08-253-0/+38
|/ /
* | Remove user OAuth tokens stored in database for Bitbucket, GitHub, and GitLabStan Hu2015-08-231-1/+2
* | Block blocked users from replying to threads by email.reply-by-emailDouwe Maan2015-08-211-0/+2
* | Merge branch 'master' into reply-by-emailDouwe Maan2015-08-203-14/+19
|\ \ | |/
| * Revert "Merge branch 'revert-satellites' into 'master' "Dmitriy Zaporozhets2015-08-113-14/+19
* | Make error class names more consistent.Douwe Maan2015-08-201-2/+2
* | Extract ReplyParser and AttachmentUploader from Receiver.Douwe Maan2015-08-201-8/+8
* | Send a rejection email when the incoming email couldn't be processed.Douwe Maan2015-08-191-6/+31
* | Changes and stuff.Douwe Maan2015-08-181-1/+1
* | Reply by email POCDouwe Maan2015-08-181-0/+22
|/
* Revert "Merge branch 'drop-satellites'"Dmitriy Zaporozhets2015-08-113-19/+14
* Trigger post-receive hoooks when commits are made by GitLabtrigger-hooksDmitriy Zaporozhets2015-08-101-1/+1
* Merge branch 'master' into drop-satellitesDmitriy Zaporozhets2015-08-042-1/+16
|\
| * Avoid cache building for super-weird case when repository root_ref is nilDmitriy Zaporozhets2015-07-171-1/+4
| * Store commit count in project tableadvanced-cacheDmitriy Zaporozhets2015-07-172-2/+5
| * Build missing cache items in background job after each pushDmitriy Zaporozhets2015-07-171-0/+9
* | Huge refactoring for accepting merge requestsDmitriy Zaporozhets2015-07-162-13/+19
* | Remove satellitesDmitriy Zaporozhets2015-07-151-1/+0
|/
* Add Irker service configuration optionsStan Hu2015-07-051-2/+2
* Added X-GitLab-Event header for web hooksbugagazavr2015-05-082-4/+4
* Revert "Added X-GitLab-Event header for web hooks"Valery Sizov2015-04-272-4/+4
* Added X-GitLab-Event header for web hooksbugagazavr2015-04-252-4/+4
* Let commit model know about its project.Douwe Maan2015-04-241-2/+1
* Merge branch 'google-code-import' into 'master'Douwe Maan2015-04-151-0/+2
|\
| * Allow projects to be imported from Google Code.Douwe Maan2015-04-031-0/+2
* | Merge branch 'regex-start-of-string' into 'master'Dmitriy Zaporozhets2015-04-121-2/+2
|\ \
| * | Use `\A` and `\z` in regexes instead of `^` and `$`.Douwe Maan2015-04-101-2/+2
| |/
* | CI forking: testsValery Sizov2015-04-061-2/+2
* | CI project forkingValery Sizov2015-04-061-0/+12
|/
* Add tests.Douwe Maan2015-03-311-0/+1
* Small code cleanup.Douwe Maan2015-03-311-8/+4
* Archive repositories in background worker.Douwe Maan2015-03-311-0/+46
* Fix EmailsOnPush.fix-emailsonpushDouwe Maan2015-03-261-1/+9
* Merge branch 'emailsonpush-create-delete' into 'master'Dmitriy Zaporozhets2015-03-231-18/+27
|\
| * Clean up code by using keyword arguments.Douwe Maan2015-03-231-8/+8
| * Send EmailsOnPush email when branch or tag is created or deleted.Douwe Maan2015-03-181-12/+21
* | Fewer constants, more helpers.Douwe Maan2015-03-191-3/+3
|/
* Prevent gitlab-shell character encoding issues by receiving its changes as ra...Douwe Maan2015-03-151-1/+16
* Use Gitlab::Git helper methods and constants as much as possible.Douwe Maan2015-03-103-11/+5
* Merge branch 'emails-on-push'Dmitriy Zaporozhets2015-03-081-4/+20
|\