Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Block blocked users from replying to threads by email.reply-by-email | Douwe Maan | 2015-08-21 | 1 | -0/+2 |
| | |||||
* | Merge branch 'master' into reply-by-email | Douwe Maan | 2015-08-20 | 3 | -14/+19 |
|\ | |||||
| * | Revert "Merge branch 'revert-satellites' into 'master' " | Dmitriy Zaporozhets | 2015-08-11 | 3 | -14/+19 |
| | | | | | | | | | | This reverts commit 5daf44b7c86e0e2641a902b1da8b01d91fa3dbfa, reversing changes made to 2f706fbd231cabe7a76a5d17ac44285aaaf8592c. | ||||
* | | Make error class names more consistent. | Douwe Maan | 2015-08-20 | 1 | -2/+2 |
| | | |||||
* | | Extract ReplyParser and AttachmentUploader from Receiver. | Douwe Maan | 2015-08-20 | 1 | -8/+8 |
| | | |||||
* | | Send a rejection email when the incoming email couldn't be processed. | Douwe Maan | 2015-08-19 | 1 | -6/+31 |
| | | |||||
* | | Changes and stuff. | Douwe Maan | 2015-08-18 | 1 | -1/+1 |
| | | |||||
* | | Reply by email POC | Douwe Maan | 2015-08-18 | 1 | -0/+22 |
|/ | |||||
* | Revert "Merge branch 'drop-satellites'" | Dmitriy Zaporozhets | 2015-08-11 | 3 | -19/+14 |
| | | | | | | | This reverts commit 957e849f41d96fa9778fcdd06792d2f0274b29ab, reversing changes made to 6b9dbe9f5a175a8162abf296367f561bab3eea1a. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Trigger post-receive hoooks when commits are made by GitLabtrigger-hooks | Dmitriy Zaporozhets | 2015-08-10 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Merge branch 'master' into drop-satellites | Dmitriy Zaporozhets | 2015-08-04 | 2 | -1/+16 |
|\ | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Avoid cache building for super-weird case when repository root_ref is nil | Dmitriy Zaporozhets | 2015-07-17 | 1 | -1/+4 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Store commit count in project tableadvanced-cache | Dmitriy Zaporozhets | 2015-07-17 | 2 | -2/+5 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Build missing cache items in background job after each push | Dmitriy Zaporozhets | 2015-07-17 | 1 | -0/+9 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | Huge refactoring for accepting merge requests | Dmitriy Zaporozhets | 2015-07-16 | 2 | -13/+19 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | Remove satellites | Dmitriy Zaporozhets | 2015-07-15 | 1 | -1/+0 |
|/ | |||||
* | Add Irker service configuration options | Stan Hu | 2015-07-05 | 1 | -2/+2 |
| | | | | | | Closes #1713 Closes #1714 Closes gitlab-com/support-forum#139 | ||||
* | Added X-GitLab-Event header for web hooks | bugagazavr | 2015-05-08 | 2 | -4/+4 |
| | |||||
* | Revert "Added X-GitLab-Event header for web hooks" | Valery Sizov | 2015-04-27 | 2 | -4/+4 |
| | | | | This reverts commit 548f182814acd0f7a110e6c165c186e345901b00. | ||||
* | Added X-GitLab-Event header for web hooks | bugagazavr | 2015-04-25 | 2 | -4/+4 |
| | |||||
* | Let commit model know about its project. | Douwe Maan | 2015-04-24 | 1 | -2/+1 |
| | |||||
* | Merge branch 'google-code-import' into 'master' | Douwe Maan | 2015-04-15 | 1 | -0/+2 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Import projects from Google Code. Resolves #1257. Issue import logic almost entirely taken from https://gitlab.com/o9000/google-code-to-gitlab ( :hearts: @o9000). ### To do - [x] List projects from Google Takeout file - [x] Import Git repository - [x] Import issues - [x] Link to correct attachment URL (https://code.google.com/p/support-tools/issues/detail?id=50) - [x] Handle deleted attachments - [x] Handle blockedOn attribute - [x] Add directions on how to get data from Google Takeout ### Import instructions  ### Imported issue  See merge request !471 | ||||
| * | Allow projects to be imported from Google Code. | Douwe Maan | 2015-04-03 | 1 | -0/+2 |
| | | |||||
* | | Merge branch 'regex-start-of-string' into 'master' | Dmitriy Zaporozhets | 2015-04-12 | 1 | -2/+2 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | Fix persistent XSS vulnerability around profile website URLs. Fixes gitlab/gitlab-ee#268 See merge request !1761 | ||||
| * | | Use `\A` and `\z` in regexes instead of `^` and `$`. | Douwe Maan | 2015-04-10 | 1 | -2/+2 |
| |/ | |||||
* | | CI forking: tests | Valery Sizov | 2015-04-06 | 1 | -2/+2 |
| | | |||||
* | | CI project forking | Valery Sizov | 2015-04-06 | 1 | -0/+12 |
|/ | |||||
* | Add tests. | Douwe Maan | 2015-03-31 | 1 | -0/+1 |
| | |||||
* | Small code cleanup. | Douwe Maan | 2015-03-31 | 1 | -8/+4 |
| | |||||
* | Archive repositories in background worker. | Douwe Maan | 2015-03-31 | 1 | -0/+46 |
| | |||||
* | Fix EmailsOnPush.fix-emailsonpush | Douwe Maan | 2015-03-26 | 1 | -1/+9 |
| | |||||
* | Merge branch 'emailsonpush-create-delete' into 'master' | Dmitriy Zaporozhets | 2015-03-23 | 1 | -18/+27 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Send EmailsOnPush email when branch or tag is created or deleted. Addresses #1951, #1957 and #1925.     See merge request !1709 | ||||
| * | Clean up code by using keyword arguments. | Douwe Maan | 2015-03-23 | 1 | -8/+8 |
| | | |||||
| * | Send EmailsOnPush email when branch or tag is created or deleted. | Douwe Maan | 2015-03-18 | 1 | -12/+21 |
| | | |||||
* | | Fewer constants, more helpers. | Douwe Maan | 2015-03-19 | 1 | -3/+3 |
|/ | |||||
* | Prevent gitlab-shell character encoding issues by receiving its changes as ↵ | Douwe Maan | 2015-03-15 | 1 | -1/+16 |
| | | | | raw data. | ||||
* | Use Gitlab::Git helper methods and constants as much as possible. | Douwe Maan | 2015-03-10 | 3 | -11/+5 |
| | |||||
* | Merge branch 'emails-on-push' | Dmitriy Zaporozhets | 2015-03-08 | 1 | -4/+20 |
|\ | | | | | | | | | | | Conflicts: app/controllers/projects/services_controller.rb app/models/project_services/emails_on_push_service.rb | ||||
| * | Send EmailsOnPush when deleting commits using force push. | Douwe Maan | 2015-02-25 | 1 | -2/+10 |
| | | | | | | | | See #1924. | ||||
| * | Add option to disable code diffs to EmailOnPush. | Douwe Maan | 2015-02-25 | 1 | -2/+10 |
| | | | | | | | | See #1950 | ||||
| * | Add option to send EmailsOnPush from committer email if domain matches. | Douwe Maan | 2015-02-25 | 1 | -2/+2 |
| | | | | | | | | See #1809. | ||||
* | | Add Irker service | Aorimn | 2015-03-01 | 1 | -0/+169 |
| | | | | | | | | | | | | | | | | | | | | Irker is a gateway which sends IRC messages on git updates. This new service provides an interface to this gateway, integrated in Gitlab, for each updates. As per the guidelines, this commit adds the new feature in the CHANGELOG, tests and documentation. See http://www.catb.org/esr/irker/ | ||||
* | | Delete deploy key from Bitbucket after importing. | Douwe Maan | 2015-02-24 | 1 | -18/+18 |
| | | |||||
* | | Add Bitbucket importer. | Douwe Maan | 2015-02-24 | 1 | -0/+2 |
|/ | |||||
* | gitlab.com importer: refactorig | Valery Sizov | 2015-02-05 | 1 | -7/+7 |
| | |||||
* | GitLab.com integration: refactoring | Valery Sizov | 2015-02-05 | 1 | -1/+1 |
| | |||||
* | GitLab integration. Importer | Valery Sizov | 2015-02-05 | 1 | -0/+2 |
| | |||||
* | Merge branch 'github_importer' | Dmitriy Zaporozhets | 2015-01-13 | 1 | -1/+7 |
|\ | | | | | | | | | Conflicts: app/helpers/projects_helper.rb | ||||
| * | Github Importer | Valery Sizov | 2015-01-10 | 1 | -1/+7 |
| | | |||||
* | | Make automerge via satellite | Dmitriy Zaporozhets | 2015-01-09 | 1 | -0/+13 |
|/ |