Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-08-02Implement pipeline hooks, extracted from !5525Lin Jen-Shin
Closes #20115
2016-06-03Backported from EE shared form for web hooksPhil Hughes
2016-05-30Small fixes and added to the changelogGabriel Mazetto
2016-05-30Add Admin UI to enable Wiki Page events webhook in projectsGabriel Mazetto
2016-05-16Fixed project settings alert colorsPhil Hughes
In another MR, the class name was changed making all the alert messages have no background color
2016-05-02Added UI to define secret_token for webhook and systemhookGabriel Mazetto
Codestyle changes to easy EE merge
2016-04-26Project webhooks updated UIPhil Hughes
Closes #13993
2016-04-19Allow enable/disable push events for system hooksDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-04-05Standardize the way we check for and display form errorsRobert Speicher
- 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.
2016-03-10web hooks to webhooksashleys
2016-01-11Issue #5817 wording of the web hooks updated on issue and merge eventsiqualisoni
2015-12-10Migrate CI::Services and CI::WebHooks to Services and WebHooksKamil Trzcinski
2015-11-05defined class prepend-top-10 used for alignment issueThirumal S
2015-10-30form group alignment issue fixed in webhook index pageThirumal S
2015-08-26Enable SSL verification for WebhooksValery Sizov
2015-05-22Add support for Webhook note eventsStan Hu
Closes https://github.com/gitlabhq/gitlabhq/issues/6745
2015-04-30Add a page title to every page.Douwe Maan
2015-03-14Refactor buttonsDmitriy Zaporozhets
2015-02-14Upgrade to Rails 4.1.9Vinnie Okada
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.
2014-05-29Replace ui-box title with panel-headingDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-05-29Replace ui-box with panel.panel-defaultDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-05-29Replace existing links to help pages with the new ones.Marin Jankovski
2014-03-05Added tag_push_events to the web_hooksJeroen van Baarsen
* Added a scope to the web_hooks model * Added extra checkbooks in de hooks overview window
2014-02-20Use more specific class names: grouped -> btn-groupedDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-01-07minor language fixesMichael Moll
2013-12-31alert-error to alert-dangerDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-12-31Style project edit sectionDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-12-31Migrate forms and inputs pt1Dmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-12-31Update form classesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-12-13Fix header caseDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-12-10Fixed all the confirm: deprecation warningsJeroen van Baarsen
2013-12-04Improve help page for Project web hooksDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-12-04UI with event types for Project WebHooksDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-10-14Include project_id in webhook payload.Marin Jankovski
2013-08-15Lots of wording improvements for the project settings areaHenry Smith
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.
2013-08-08Increase input padding. Minor ui fixesDmitriy Zaporozhets
2013-08-08use control-group classes for inline forms in project area pagesDmitriy Zaporozhets
2013-08-01Dont load bootstrap buttons. Modified css with new buttonsDmitriy Zaporozhets
2013-07-13Replace %h5.title with div.titleDmitriy Zaporozhets
2013-06-23Move projects controllers/views in Projects moduleDmitriy Zaporozhets