Skip to content

Commit

Permalink
remove log stuff and add own module for that
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-martz committed Feb 25, 2020
1 parent af19f3a commit b1c7e31
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 285 deletions.
4 changes: 4 additions & 0 deletions Block/Chart.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
*/
class Chart extends Template
{
/**
* @todo fix model usage use webapi log!!!
*/

/**
* @var array
*/
Expand Down
13 changes: 0 additions & 13 deletions Cron/Clear.php

This file was deleted.

21 changes: 0 additions & 21 deletions Model/Request.php

This file was deleted.

16 changes: 0 additions & 16 deletions Model/ResourceModel/Collection.php

This file was deleted.

21 changes: 0 additions & 21 deletions Model/ResourceModel/Resource.php

This file was deleted.

99 changes: 0 additions & 99 deletions Plugin/Rest/Api.php

This file was deleted.

5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#### WebApi Stats

Note: Currently in Development, do not use in production!!!!

This module shows you some information about usage of endpoints in a nice graph.
95 changes: 0 additions & 95 deletions Setup/InstallSchema.php

This file was deleted.

3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
}
],
"require": {
"magento/module-webapi": ">=100.0.2"
"magento/module-webapi": ">=100.0.2",
"jonathan-martz/magento2-webapi-log": "dev-master"
},
"type": "magento2-module",
"license": "MIT",
Expand Down
9 changes: 0 additions & 9 deletions etc/crontab.xml

This file was deleted.

10 changes: 0 additions & 10 deletions etc/webapi_rest/di.xml

This file was deleted.

0 comments on commit b1c7e31

Please sign in to comment.