Add data-dog audit-bundle for audit trail logs #UAT

This commit is contained in:
Kendrick Chan 2018-03-11 22:35:28 +08:00
parent 017a8bb30d
commit fa37cbb5a9
4 changed files with 76 additions and 1 deletions

View file

@ -5,6 +5,7 @@
"php": "^7.1.3", "php": "^7.1.3",
"ext-iconv": "*", "ext-iconv": "*",
"creof/doctrine2-spatial": "^1.2", "creof/doctrine2-spatial": "^1.2",
"data-dog/audit-bundle": "^0.1.10",
"guzzlehttp/guzzle": "^6.3", "guzzlehttp/guzzle": "^6.3",
"sensio/framework-extra-bundle": "^5.1", "sensio/framework-extra-bundle": "^5.1",
"symfony/console": "^4.0", "symfony/console": "^4.0",

72
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "5f0891f0acd5a0d27efb15cbb37c7041", "content-hash": "3b4c26c90ddb342f0b30fe22f0203470",
"packages": [ "packages": [
{ {
"name": "creof/doctrine2-spatial", "name": "creof/doctrine2-spatial",
@ -221,6 +221,76 @@
], ],
"time": "2016-05-03T16:15:16+00:00" "time": "2016-05-03T16:15:16+00:00"
}, },
{
"name": "data-dog/audit-bundle",
"version": "v0.1.10",
"source": {
"type": "git",
"url": "https://github.com/DATA-DOG/DataDogAuditBundle.git",
"reference": "fa1f88b97d023a2148bc628923ffd08e4b6e5da3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/DATA-DOG/DataDogAuditBundle/zipball/fa1f88b97d023a2148bc628923ffd08e4b6e5da3",
"reference": "fa1f88b97d023a2148bc628923ffd08e4b6e5da3",
"shasum": ""
},
"require": {
"doctrine/orm": "^2.4",
"php": ">=5.4.0",
"symfony/framework-bundle": "^2.6|^3.0|^4.0"
},
"require-dev": {
"data-dog/pager-bundle": "^0.2",
"doctrine/doctrine-bundle": "^1.6",
"doctrine/doctrine-fixtures-bundle": "^2.2",
"doctrine/orm": "^2.5",
"ext-pdo": "*",
"ext-pdo_sqlite": "*",
"knplabs/knp-menu-bundle": "^2.0",
"knplabs/knp-time-bundle": "^1.3",
"php": ">=5.6.0",
"phpunit/phpunit": "~4.7.0",
"sensio/framework-extra-bundle": "^3.0.2",
"symfony/symfony": "^3.0|^4.0"
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "0.1.x-dev"
}
},
"autoload": {
"psr-4": {
"DataDog\\AuditBundle\\": "src/DataDog/AuditBundle"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "DataDog Team",
"homepage": "http://datadog.lt"
},
{
"name": "Symfony2 Community",
"homepage": "http://github.com/DATA-DOG/DataDogAuditBundle/contributors"
}
],
"description": "Audit bundle for symfony2 and doctrine orm, logs any database change",
"homepage": "http://github.com/DATA-DOG/DataDogAuditBundle",
"keywords": [
"Audit",
"Symfony2",
"bundle",
"doctrine",
"log",
"orm"
],
"time": "2018-01-11T14:17:37+00:00"
},
{ {
"name": "doctrine/annotations", "name": "doctrine/annotations",
"version": "v1.6.0", "version": "v1.6.0",

View file

@ -11,4 +11,5 @@ return [
Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true], Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle::class => ['dev' => true, 'test' => true], Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle::class => ['dev' => true, 'test' => true],
Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true], Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true],
DataDog\AuditBundle\DataDogAuditBundle::class => ['all' => true],
]; ];

View file

@ -1,4 +1,7 @@
{ {
"data-dog/audit-bundle": {
"version": "v0.1.10"
},
"doctrine/annotations": { "doctrine/annotations": {
"version": "1.0", "version": "1.0",
"recipe": { "recipe": {