summaryrefslogtreecommitdiff
path: root/app/views/admin/hooks/index.html.haml
Commit message (Collapse)AuthorAgeFilesLines
* Remove deprecated `vlink` classGeorge Tsiolis2018-12-101-1/+1
|
* Unite green buttons under one css classDmitriy Zaporozhets2018-09-191-1/+1
| | | | | | Rename btn-new, btn-create and btn-save to btn-success Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* [skip ci] convert label-gray and label-inverse to badge-gray and badge-inverseClement Ho2018-04-131-2/+2
|
* [skip ci] Convert .label. to .badge.Clement Ho2018-04-131-2/+2
|
* [skip ci] Convert panel related class names to cardClement Ho2018-04-101-2/+2
|
* Render plugins list on system hooks pageDmitriy Zaporozhets2018-03-051-28/+30
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* use class reader instead of dynamic constantAlexis Reigel2018-01-171-2/+2
|
* Change all instances of btn-sm to btn-small to keep things consistentJedidiah2017-09-191-1/+1
|
* Wrong data type when testing webhooksAlexander Randa2017-07-201-4/+4
|
* Merge branch 'bvl-rename-build-events-to-job-events' into 'master' cherry-pick-0663458cDouwe Maan2017-05-161-1/+1
| | | | | | | Rename `build_events` to `job_events` Closes #31620 See merge request !11287
* Revert "Merge branch 'bvl-rename-build-events-to-job-events' into 'master'"Douwe Maan2017-05-151-1/+1
| | | This reverts merge request !11287
* Rename `build_events` to `job_events` in codeBob Van Landuyt2017-05-151-1/+1
|
* Minor cosmetic fixes in hooks admin screenGabriel Mazetto2017-05-121-1/+1
|
* Make the new repository_update_events configurable in System Hooks UIGabriel Mazetto2017-05-121-1/+1
|
* Implement ability to update hooksAlexander Randa2017-04-281-47/+8
|
* Admin section capitalization fixJose Ivan Vargas Lopez2017-04-061-2/+2
|
* HAMLLint: Fix `SpaceBeforeScript` offencesKushal Pandya2016-12-311-1/+1
|
* HAMLLint: Fix `ImplicitDiv` offencesKushal Pandya2016-12-311-2/+1
|
* Update the help_page_path route to accept paths directly instead of using ↵Connor Shea2016-07-111-1/+1
| | | | parameters.
* Added UI to define secret_token for webhook and systemhookfeature/backport-safewebhooksGabriel Mazetto2016-05-021-2/+8
| | | | Codestyle changes to easy EE merge
* Allow enable/disable push events for system hooksDmitriy Zaporozhets2016-04-191-6/+30
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Standardize the way we check for and display form errorsrs-form_errorsRobert Speicher2016-04-041-4/+2
| | | | | | | | | | | | - Some views had a "Close" button. We've removed this, because we don't want users accidentally hiding the validation errors and not knowing what needs to be fixed. - Some views used `li`, some used `p`, some used `span`. We've standardized on `li`. - Some views only showed the first error. We've standardized on showing all of them. - Some views added an `#error_explanation` div, which we've made standard.
* Remove link from system hookrs-issue-12672Robert Speicher2016-01-241-2/+1
| | | | Closes #12672
* Enable SSL verification for Webhooksenable_ssl_verification_web_hookValery Sizov2015-08-261-0/+8
|
* Add a page title to every page.Douwe Maan2015-04-301-0/+1
|
* Refactor buttonsDmitriy Zaporozhets2015-03-141-2/+2
|
* Replace ui-box title with panel-headingDmitriy Zaporozhets2014-05-291-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Replace ui-box with panel.panel-defaultDmitriy Zaporozhets2014-05-291-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Replace existing links to help pages with the new ones.Marin Jankovski2014-05-291-1/+1
|
* Improve alignment of labels in .well-list itemsTom de Bruijn2014-03-281-2/+4
|
* twbs3 for system hooksDmitriy Zaporozhets2014-01-041-5/+5
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Restyle issue form. Replace inputsDmitriy Zaporozhets2014-01-011-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* alert-error to alert-dangerDmitriy Zaporozhets2013-12-311-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Migrate forms and inputs pt1Dmitriy Zaporozhets2013-12-311-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Update form classesDmitriy Zaporozhets2013-12-311-2/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix broken UI for admin system hooksDmitriy Zaporozhets2013-12-131-17/+10
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fixed all the confirm: deprecation warningsJeroen van Baarsen2013-12-101-1/+1
|
* Fix system hook page descriptionDmitriy Zaporozhets2013-10-081-6/+9
|
* Lots of wording improvements for the project settings areaHenry Smith2013-08-151-1/+1
| | | | | | | | | | Summary: - Mostly very small things involving use of "a", "the" etc. - "post-receive" hooks are usually written with the hyphen in the name . - I changed the Web Hooks page to have a title consistent with all the other pages in the settings area. - More consistent usage of full-stops in lists.
* Increase input padding. Minor ui fixesDmitriy Zaporozhets2013-08-081-1/+1
|
* use control-group classes for inline forms in admin areaDmitriy Zaporozhets2013-08-071-2/+2
|
* Dont load bootstrap buttons. Modified css with new buttonsDmitriy Zaporozhets2013-08-011-1/+1
|
* Minor usability improvementsDmitriy Zaporozhets2013-04-181-1/+1
|
* remove old alert messagesDmitriy Zaporozhets2013-01-301-1/+1
|
* replace right with pull-rightDmitriy Zaporozhets2013-01-301-2/+2
|
* refactor buttons pt2Dmitriy Zaporozhets2013-01-291-2/+2
|
* refactor buttons pt1Dmitriy Zaporozhets2013-01-291-1/+1
|
* Tables refactoredrandx2012-09-031-1/+1
|
* fix inline formsCyril2012-08-231-1/+1
|
* Fully embrace Ruby 1.9 hash syntaxRobert Speicher2012-08-101-6/+6
| | | | Didn't bother with files in db/, config/, or features/