[TASK] Initial commit of the gitlab commit webhook
This is the first commit in the public git repository if the gitlab commit webhook.
parents
No related branches found
No related tags found
Showing
- .gitignore 5 additions, 0 deletions.gitignore
- Classes/Utility/GeneralUtility.php 294 additions, 0 deletionsClasses/Utility/GeneralUtility.php
- Classes/Webhook.php 323 additions, 0 deletionsClasses/Webhook.php
- README.md 67 additions, 0 deletionsREADME.md
- Ressources/StyleSheets/Diff.css 205 additions, 0 deletionsRessources/StyleSheets/Diff.css
- Ressources/StyleSheets/Mail.css 72 additions, 0 deletionsRessources/StyleSheets/Mail.css
- Ressources/Templates/Commit.html 29 additions, 0 deletionsRessources/Templates/Commit.html
- composer.json 27 additions, 0 deletionscomposer.json
- config.yaml.example 30 additions, 0 deletionsconfig.yaml.example
- gitlab.php 44 additions, 0 deletionsgitlab.php
.gitignore
0 → 100755
Classes/Utility/GeneralUtility.php
0 → 100755
Classes/Webhook.php
0 → 100755
README.md
0 → 100755
Ressources/StyleSheets/Diff.css
0 → 100755
Ressources/StyleSheets/Mail.css
0 → 100755
Ressources/Templates/Commit.html
0 → 100755
composer.json
0 → 100755
{ | ||
"name": "sgalinski/webhooks", | ||
"description": "Webhook library for Gitlab", | ||
"require": { | ||
"m4tthumphrey/php-gitlab-api": "dev-master", | ||
"symfony/dom-crawler": "2.4.*", | ||
"symfony/yaml": "2.4.*", | ||
"symfony/css-selector": "2.4.*", | ||
"swiftmailer/swiftmailer": "5.0.*", | ||
"twig/twig": "1.15.*", | ||
"tijsverkoyen/css-to-inline-styles": "dev-master" | ||
}, | ||
"keywords": ["gitlab"], | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "Markus Günther", | ||
"email": "markus@sgalinski.de" | ||
} | ||
], | ||
"autoload": { | ||
"psr-4": { | ||
"SGalinski\\": "Classes/" | ||
} | ||
}, | ||
"minimum-stability": "beta" | ||
} |
config.yaml.example
0 → 100755
gitlab.php
0 → 100755
Please register or sign in to comment