summaryrefslogtreecommitdiff
path: root/features/steps/admin/settings.rb
Commit message (Collapse)AuthorAgeFilesLines
* Migrate CI::Services and CI::WebHooks to Services and WebHooksKamil Trzcinski2015-12-101-0/+2
|
* Allow custom info to be added to Help pageJeroen van Baarsen2015-09-181-0/+1
| | | | | | Fixes #2536 Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
* capitalize URL in "Home page URL"Ben Bodenmiller2015-08-171-1/+1
|
* Fix features syntaxRobert Speicher2015-06-221-3/+3
|
* Call `page.all` instead of `all` in feature stepsRobert Speicher2015-06-121-1/+1
| | | | | | | There's a naming conflict between Capybara and rspec-matchers which both define the `all` method. See https://github.com/jnicklas/capybara/issues/1396
* Update all `should`-style syntax to `expect` in featuresRobert Speicher2015-06-121-8/+8
|
* Fix bug where Slack service channel was not saved in admin template settings.Stan Hu2015-04-241-1/+12
| | | | | | Consolidate allowed parameters in one place to avoid these kinds of bugs in the future. Closes https://github.com/gitlabhq/gitlabhq/issues/9181
* Include missing events and fix save functionality in admin service template ↵Stan Hu2015-03-231-0/+29
| | | | | | settings form Closes #1275
* Add tests to home page url redirectDmitriy Zaporozhets2015-01-161-2/+4
|
* Improve application settings and write testsDmitriy Zaporozhets2015-01-081-0/+16