Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement web hooks logging | Alexander Randa | 2017-05-25 | 1 | -75/+0 |
| | | | | | | | | * implemented logging of project and system web hooks * implemented UI for user area (project hooks) * implemented UI for admin area (system hooks) * implemented retry of logged webhook * NOT imeplemented log remover | ||||
* | Fixed button capitalisation for Projects in views | Jose Ivan Vargas Lopez | 2017-04-06 | 1 | -2/+2 |
| | |||||
* | Don't use FFaker in factories, use sequences instead | Rémy Coutable | 2017-04-03 | 1 | -2/+2 |
| | | | | | | | FFaker can generate data that randomly break our test suite. This simplifies our factories and use sequences which are more predictive. Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Fixed spinach feature tests for the services and hooks controllers | Jose Ivan Vargas | 2017-01-18 | 1 | -3/+3 |
| | | | | Added a test for the integrations controller | ||||
* | Fix test failures | Jacob Vosmaer | 2016-05-09 | 1 | -1/+1 |
| | |||||
* | Updated testsproject-webhooks-ui | Phil Hughes | 2016-04-26 | 1 | -2/+2 |
| | |||||
* | web hooks to webhooks | ashleys | 2016-03-10 | 1 | -2/+2 |
| | |||||
* | Fix spec | Stan Hu | 2015-12-04 | 1 | -3/+1 |
| | |||||
* | Enable SSL verification for Webhooksenable_ssl_verification_web_hook | Valery Sizov | 2015-08-26 | 1 | -0/+13 |
| | |||||
* | Update all `should`-style syntax to `expect` in features | Robert Speicher | 2015-06-12 | 1 | -7/+7 |
| | |||||
* | Update ffaker gem | Robert Speicher | 2015-05-20 | 1 | -1/+1 |
| | | | | | | Adds a version requirement which it didn't have before, at 2.0.0. This version has breaking API changes in that the namespace is now `FFaker` instead of `Faker`. | ||||
* | Upgrade to Rails 4.1.9 | Vinnie Okada | 2015-02-14 | 1 | -2/+2 |
| | | | | | | Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers. | ||||
* | Remove unnecessary page. from tests. | Ciro Santilli | 2014-09-26 | 1 | -2/+2 |
| | |||||
* | Prefix Spinach features with Spinach::Features::. | Ciro Santilli | 2014-09-22 | 1 | -1/+1 |
| | |||||
* | Prevent 500 if hook url is down, fixes #7376 | Robert Schilling | 2014-07-29 | 1 | -0/+12 |
| | |||||
* | Do not execute hooks on empty projects, fixes #6108 | Robert Schilling | 2014-07-27 | 1 | -6/+20 |
| | |||||
* | Remove dir prefix and suffix from tests inside dir. | Ciro Santillli | 2014-02-23 | 1 | -0/+38 |