summaryrefslogtreecommitdiff
path: root/features/steps/project/hooks.rb
Commit message (Collapse)AuthorAgeFilesLines
* Implement web hooks loggingAlexander Randa2017-05-251-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 viewsJose Ivan Vargas Lopez2017-04-061-2/+2
|
* Don't use FFaker in factories, use sequences insteadRémy Coutable2017-04-031-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 controllersJose Ivan Vargas2017-01-181-3/+3
| | | | Added a test for the integrations controller
* Fix test failuresJacob Vosmaer2016-05-091-1/+1
|
* Updated testsproject-webhooks-uiPhil Hughes2016-04-261-2/+2
|
* web hooks to webhooksashleys2016-03-101-2/+2
|
* Fix specStan Hu2015-12-041-3/+1
|
* Enable SSL verification for Webhooksenable_ssl_verification_web_hookValery Sizov2015-08-261-0/+13
|
* Update all `should`-style syntax to `expect` in featuresRobert Speicher2015-06-121-7/+7
|
* Update ffaker gemRobert Speicher2015-05-201-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.9Vinnie Okada2015-02-141-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 Santilli2014-09-261-2/+2
|
* Prefix Spinach features with Spinach::Features::.Ciro Santilli2014-09-221-1/+1
|
* Prevent 500 if hook url is down, fixes #7376Robert Schilling2014-07-291-0/+12
|
* Do not execute hooks on empty projects, fixes #6108Robert Schilling2014-07-271-6/+20
|
* Remove dir prefix and suffix from tests inside dir.Ciro Santillli2014-02-231-0/+38