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
2017-05-10Enable the Style/TrailingCommaInLiteral copRémy Coutable
Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-01-22adds test suiteTiago Botelho
2017-01-22adds events to services api deserializationTiago Botelho
2016-12-09Grapify the service APIRobert Schilling
2016-05-09Remove the annotate gem and delete old annotationsJeroen van Baarsen
In 8278b763d96ef10c6494409b18b7eb541463af29 the default behaviour of annotation has changes, which was causing a lot of noise in diffs. We decided in #17382 that it is better to get rid of the whole annotate gem, and instead let people look at schema.rb for the columns in a table. Fixes: #17382
2016-05-06Annotate the modelsZeger-Jan van de Weg
2016-01-06Annotate modelsStan Hu
2015-05-03Re-annotate modelsStan Hu
2015-03-23Clean up code by using keyword arguments.Douwe Maan
2015-03-18Send EmailsOnPush email when branch or tag is created or deleted.Douwe Maan
2015-03-09Merge branch 'emails-on-push'Dmitriy Zaporozhets
Conflicts: app/controllers/projects/services_controller.rb app/models/project_services/emails_on_push_service.rb
2015-03-05Re-annotate modelsDmitriy Zaporozhets
2015-03-03Set supported events per project service.Douwe Maan
2015-03-03Code style, directory structure.Douwe Maan
2015-03-03Issue #595: Support Slack notifications upon issue and merge request eventsStan Hu
1) Adds a DB migration for all services to toggle on push, issue, and merge events. 2) Upon an issue or merge request event, fire service hooks. 3) Slack service supports custom messages for each of these events. Other services not supported at the moment. 4) Label merge request hooks with their corresponding actions.
2015-02-25Clarify EmailsOnPushService options.Douwe Maan
2015-02-25Add option to disable code diffs to EmailOnPush.Douwe Maan
See #1950
2015-02-25Add option to send EmailsOnPush from committer email if domain matches.Douwe Maan
See #1809.
2015-02-12Annotate services. Add a link to service template.Marin Jankovski
2014-10-09annotateValery Sizov
2014-09-10Serialize services propertiesDrew Blessing
2014-06-26Project services to strong paramsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-04-09Re-annotate modelsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-02-21Add Gemnasium Service for GitlabBinsztock Rémy
Conflicts: db/schema.rb
2013-12-18Move EmailOnPush logic to async workerDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-12-17Better description to EmailsOnPush serviceDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-12-17Email on push: dont send email if new branch was pushed or branch was removedDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-12-17Add new method to mailer for deliver emails with push infoDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-12-17Add project_services dir to autoload pathDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-12-17Create EmailsOnPushService modelDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>