summaryrefslogtreecommitdiff
path: root/spec/features/projects/settings/integration_settings_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-1/+1
* Replaces `tag: true` into `:tag` in the specsJacopo2017-10-071-1/+1
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-1/+1
* Remove superfluous type defs in specsKeifer Furzland2017-07-271-1/+1
* Wrong data type when testing webhooksAlexander Randa2017-07-201-12/+13
* Auto-correct ProjectPathHelper violationsRobert Speicher2017-07-061-5/+5
* Change gitlab_sign_in to sign_in where possibleRobert Speicher2017-06-291-1/+1
* Change `login_as` uses to `gitlab_sign_in`Robert Speicher2017-06-191-1/+1
* Implement web hooks loggingAlexander Randa2017-05-251-4/+48
* Merge branch 'bvl-rename-build-events-to-job-events' into 'master' cherry-pick-0663458cDouwe Maan2017-05-161-0/+2
* Revert "Merge branch 'bvl-rename-build-events-to-job-events' into 'master'"Douwe Maan2017-05-151-2/+0
* Rename `build_events` to `job_events` in codeBob Van Landuyt2017-05-151-0/+2
* Implement ability to update hooksAlexander Randa2017-04-281-0/+94