Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Raise hook url limit | Kirilll Zaycev | 2016-01-15 | 4 | -8/+8 |
| | |||||
* | Use CGI.escape instead of URI.escape, because URI is obsoleted. | Jason Lee | 2016-01-12 | 1 | -2/+2 |
| | | | | ref: https://github.com/ruby/ruby/commit/238b979f1789f95262a267d8df6239806f2859cc | ||||
* | Merge branch 'accept-2xx-status-codes-for-webhooks' into 'master' | Dmitriy Zaporozhets | 2016-01-08 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | Accept 2xx status codes for successful Web hook triggers Closes https://github.com/gitlabhq/gitlabhq/issues/9956 See merge request !2332 | ||||
| * | Accept 2xx status codes for successful Web hook triggers | Stan Hu | 2016-01-07 | 1 | -1/+1 |
| | | | | | | | | Closes https://github.com/gitlabhq/gitlabhq/issues/9956 | ||||
* | | Annotate models | Stan Hu | 2016-01-06 | 4 | -0/+4 |
|/ | |||||
* | Migrate CI::Services and CI::WebHooks to Services and WebHooks | Kamil Trzcinski | 2015-12-10 | 2 | -0/+2 |
| | |||||
* | Add custom UrlValidator | Robert Speicher | 2015-12-07 | 1 | -2/+1 |
| | |||||
* | Handle and report SSL errors in Web hook test. Check for status 200 for success. | Stan Hu | 2015-12-04 | 1 | -17/+19 |
| | | | | | | | | | If a Web hook test fails due to an SSL error or some other error, report the result back to the user instead of an Error 500. Closes #3656 Handle response | ||||
* | Annotate models | Dmitriy Zaporozhets | 2015-11-13 | 4 | -48/+52 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | enable SSL by defaultenable_ssl_by_default | Valery Sizov | 2015-09-17 | 1 | -1/+1 |
| | |||||
* | Enable SSL verification for Webhooksenable_ssl_verification_web_hook | Valery Sizov | 2015-08-26 | 1 | -2/+3 |
| | |||||
* | Add support for Webhook note events | Stan Hu | 2015-05-21 | 4 | -0/+6 |
| | | | | Closes https://github.com/gitlabhq/gitlabhq/issues/6745 | ||||
* | Added X-GitLab-Event header for web hooks | bugagazavr | 2015-05-08 | 2 | -5/+15 |
| | |||||
* | Revert "Added X-GitLab-Event header for web hooks" | Valery Sizov | 2015-04-27 | 1 | -11/+5 |
| | | | | This reverts commit 548f182814acd0f7a110e6c165c186e345901b00. | ||||
* | Added X-GitLab-Event header for web hooks | bugagazavr | 2015-04-25 | 1 | -5/+11 |
| | |||||
* | Don't use URI.regexp to validate since it doens't have start/end anchors. | Douwe Maan | 2015-04-11 | 1 | -1/+1 |
| | |||||
* | Explicitly define ordering in models using default_scope | Dmitriy Zaporozhets | 2015-02-05 | 1 | -0/+1 |
| | |||||
* | Rescue connection reset for web hooks | Dmitriy Zaporozhets | 2015-02-03 | 1 | -1/+1 |
| | |||||
* | Rubocop enabled for: Use spaces inside hash literal braces | Dmitriy Zaporozhets | 2015-02-02 | 1 | -1/+1 |
| | |||||
* | Rescue Net::OpenTimeout exception in web hook | Dmitriy Zaporozhets | 2014-12-29 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Handle web hook exception | Dmitriy Zaporozhets | 2014-12-04 | 1 | -1/+7 |
| | | | | | | | | Write to log if web hook cant be executed. This prevents 500 error when test web hook with invalid URL and prevent exceptions and retries in sidekiq Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Add tag_push_events to project hook api | Kirill Zaitsev | 2014-10-03 | 1 | -0/+1 |
| | |||||
* | Move hook models in separate dir | Dmitriy Zaporozhets | 2014-09-15 | 4 | -0/+116 |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> |