Branch: refs/heads/master
Home: https://github.com/phpmyadmin/error-reporting-server
Commit: ab30f10a20360bef3038bb2bee5754cda89b0bb3
https://github.com/phpmyadmin/error-reporting-server/commit/ab30f10a20360be…
Author: Deven Bansod <devenbansod.bits(a)gmail.com>
Date: 2017-07-03 (Mon, 03 Jul 2017)
Changed paths:
M composer.json
M src/Controller/GithubController.php
M src/Template/Github/create_issue.ctp
A tests/Fixture/comment_response.json
A tests/Fixture/issue_response.json
A tests/TestCase/Controller/GithubControllerTest.php
Log Message:
-----------
Add tests for Github Controller
* Use php-mock/php-mock-phpunit for mocking php functions like `curl_exec`, `curl_getinfo`
* Remove unnecessary processing of pma version in create_issue form
Signed-off-by: Deven Bansod <devenbansod.bits(a)gmail.com>
Commit: 6d849dd79ffb2ece6df0ef577d6b40e96a87b47e
https://github.com/phpmyadmin/error-reporting-server/commit/6d849dd79ffb2ec…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-07-05 (Wed, 05 Jul 2017)
Changed paths:
M composer.json
M src/Controller/GithubController.php
M src/Template/Github/create_issue.ctp
A tests/Fixture/comment_response.json
A tests/Fixture/issue_response.json
A tests/TestCase/Controller/GithubControllerTest.php
Log Message:
-----------
Merge pull request #170 from devenbansod/add_tests_github
Add tests for GitHub controller
Compare: https://github.com/phpmyadmin/error-reporting-server/compare/b75e3a6c9b8c..…
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/error-reporting-server
Commit: d5f53d09fb8d309d8a5c3e9d746f174bf565ae57
https://github.com/phpmyadmin/error-reporting-server/commit/d5f53d09fb8d309…
Author: Deven Bansod <devenbansod.bits(a)gmail.com>
Date: 2017-06-30 (Fri, 30 Jun 2017)
Changed paths:
M src/Shell/StatsShell.php
M tests/Fixture/DevelopersFixture.php
M tests/Fixture/NotificationsFixture.php
M tests/Fixture/ReportsFixture.php
A tests/TestCase/Shell/CleanOldNotifsShellTest.php
A tests/TestCase/Shell/StatsShellTest.php
A tests/TestCase/Shell/SyncGithubIssueStatesShellTest.php
Log Message:
-----------
Add tests for Shells
Signed-off-by: Deven Bansod <devenbansod.bits(a)gmail.com>
Commit: 1b43390d021ccf097ca4e631ee61cbdca72498a9
https://github.com/phpmyadmin/error-reporting-server/commit/1b43390d021ccf0…
Author: Deven Bansod <devenbansod.bits(a)gmail.com>
Date: 2017-07-02 (Sun, 02 Jul 2017)
Changed paths:
M src/Controller/GithubController.php
M src/Controller/IncidentsController.php
M src/Controller/ReportsController.php
M tests/Fixture/DevelopersFixture.php
M tests/Fixture/IncidentsFixture.php
M tests/Fixture/NotificationsFixture.php
M tests/Fixture/ReportsFixture.php
M tests/TestCase/Controller/ReportsControllerTest.php
M tests/TestCase/Model/Table/ReportsTableTest.php
R tests/TestCase/Shell/SyncGithubIssueStatesShellTest.php
Log Message:
-----------
Fix tests
Signed-off-by: Deven Bansod <devenbansod.bits(a)gmail.com>
Commit: b75e3a6c9b8c0e856d8f829f94e0353161feea24
https://github.com/phpmyadmin/error-reporting-server/commit/b75e3a6c9b8c0e8…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-07-05 (Wed, 05 Jul 2017)
Changed paths:
M src/Controller/GithubController.php
M src/Controller/IncidentsController.php
M src/Controller/ReportsController.php
M src/Shell/StatsShell.php
M tests/Fixture/DevelopersFixture.php
M tests/Fixture/IncidentsFixture.php
M tests/Fixture/NotificationsFixture.php
M tests/Fixture/ReportsFixture.php
M tests/TestCase/Controller/ReportsControllerTest.php
M tests/TestCase/Model/Table/ReportsTableTest.php
A tests/TestCase/Shell/CleanOldNotifsShellTest.php
A tests/TestCase/Shell/StatsShellTest.php
Log Message:
-----------
Merge pull request #168 from devenbansod/add_tests_shell
Add tests for shells
Compare: https://github.com/phpmyadmin/error-reporting-server/compare/83780eb46075..…