| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Standardize the way we check for and display form errorsrs-form_errors | Robert Speicher | 2016-04-04 | 1 | -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. | ||||
| * | web hooks to webhooks | ashleys | 2016-03-10 | 1 | -5/+5 |
| | | |||||
| * | Issue #5817 wording of the web hooks updated on issue and merge events | iqualisoni | 2016-01-11 | 1 | -2/+2 |
| | | |||||
| * | Migrate CI::Services and CI::WebHooks to Services and WebHooks | Kamil Trzcinski | 2015-12-10 | 1 | -1/+8 |
| | | |||||
| * | defined class prepend-top-10 used for alignment issue | Thirumal S | 2015-11-05 | 1 | -1/+1 |
| | | |||||
| * | form group alignment issue fixed in webhook index page | Thirumal S | 2015-10-30 | 1 | -1/+1 |
| | | |||||
| * | Enable SSL verification for Webhooksenable_ssl_verification_web_hook | Valery Sizov | 2015-08-26 | 1 | -0/+8 |
| | | |||||
| * | Add support for Webhook note events | Stan Hu | 2015-05-21 | 1 | -1/+8 |
| | | | | | Closes https://github.com/gitlabhq/gitlabhq/issues/6745 | ||||
| * | Add a page title to every page. | Douwe Maan | 2015-04-30 | 1 | -0/+1 |
| | | |||||
| * | Refactor buttons | Dmitriy Zaporozhets | 2015-03-14 | 1 | -2/+2 |
| | | |||||
| * | Upgrade to Rails 4.1.9 | Vinnie Okada | 2015-02-14 | 1 | -3/+3 |
| | | | | | | | 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. | ||||
| * | Replace ui-box title with panel-heading | Dmitriy Zaporozhets | 2014-05-29 | 1 | -1/+1 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Replace ui-box with panel.panel-default | Dmitriy Zaporozhets | 2014-05-29 | 1 | -1/+1 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Replace existing links to help pages with the new ones. | Marin Jankovski | 2014-05-29 | 1 | -1/+1 |
| | | |||||
| * | Added tag_push_events to the web_hooks | Jeroen van Baarsen | 2014-03-05 | 1 | -1/+8 |
| | | | | | | * Added a scope to the web_hooks model * Added extra checkbooks in de hooks overview window | ||||
| * | Use more specific class names: grouped -> btn-grouped | Dmitriy Zaporozhets | 2014-02-20 | 1 | -2/+2 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | minor language fixes | Michael Moll | 2014-01-07 | 1 | -4/+4 |
| | | |||||
| * | alert-error to alert-danger | Dmitriy Zaporozhets | 2013-12-31 | 1 | -1/+1 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Style project edit section | Dmitriy Zaporozhets | 2013-12-31 | 1 | -7/+6 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Migrate forms and inputs pt1 | Dmitriy Zaporozhets | 2013-12-31 | 1 | -1/+1 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Update form classes | Dmitriy Zaporozhets | 2013-12-31 | 1 | -4/+4 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Fix header case | Dmitriy Zaporozhets | 2013-12-13 | 1 | -1/+1 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Fixed all the confirm: deprecation warnings | Jeroen van Baarsen | 2013-12-10 | 1 | -1/+1 |
| | | |||||
| * | Improve help page for Project web hooks | Dmitriy Zaporozhets | 2013-12-04 | 1 | -44/+0 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | UI with event types for Project WebHooks | Dmitriy Zaporozhets | 2013-12-04 | 1 | -8/+35 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Include project_id in webhook payload. | Marin Jankovski | 2013-10-14 | 1 | -0/+1 |
| | | |||||
| * | Lots of wording improvements for the project settings area | Henry Smith | 2013-08-15 | 1 | -7/+8 |
| | | | | | | | | | | | 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 fixes | Dmitriy Zaporozhets | 2013-08-08 | 1 | -1/+1 |
| | | |||||
| * | use control-group classes for inline forms in project area pages | Dmitriy Zaporozhets | 2013-08-07 | 1 | -2/+2 |
| | | |||||
| * | Dont load bootstrap buttons. Modified css with new buttons | Dmitriy Zaporozhets | 2013-08-01 | 1 | -1/+1 |
| | | |||||
| * | Replace %h5.title with div.title | Dmitriy Zaporozhets | 2013-07-13 | 1 | -1/+1 |
| | | |||||
| * | Move projects controllers/views in Projects module | Dmitriy Zaporozhets | 2013-06-23 | 2 | -0/+77 |
