Branch: refs/heads/master
Home: https://github.com/phpmyadmin/error-reporting-server
Commit: 891bdfafedd97e4aff2383294890c2c93c2fe61e
https://github.com/phpmyadmin/error-reporting-server/commit/891bdfafedd97e4…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-07-11 (Tue, 11 Jul 2017)
Changed paths:
M src/Model/Table/IncidentsTable.php
Log Message:
-----------
Limit number of stored errors to 20
Anyway the first error is usually the most interesting one.
Fixes #138
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/error-reporting-server
Commit: 39d29ece95a505d0e17babc73b75f4c4c03e6f9d
https://github.com/phpmyadmin/error-reporting-server/commit/39d29ece95a505d…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-07-11 (Tue, 11 Jul 2017)
Changed paths:
M .travis.yml
M composer.json
Log Message:
-----------
Remove Coveralls support
It seems to be broken for ages without anybody noticing, so it is
apparently not needed.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 7f3e635126f0d4916b9128bf34fe2d08373827da
https://github.com/phpmyadmin/error-reporting-server/commit/7f3e635126f0d49…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-07-11 (Tue, 11 Jul 2017)
Changed paths:
M src/Controller/GithubController.php
M src/Shell/SyncGithubIssueStatesShell.php
M tests/TestCase/Controller/GithubControllerTest.php
Log Message:
-----------
Use configuration to indicate execution from cron rather than define
The define really can not be changed in tests leading to problems in
case of different test order.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Compare: https://github.com/phpmyadmin/error-reporting-server/compare/e3bd7149d07c..…
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/error-reporting-server
Commit: 3d80228addc2f20e48bce1a21fec6539db93a36a
https://github.com/phpmyadmin/error-reporting-server/commit/3d80228addc2f20…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-07-11 (Tue, 11 Jul 2017)
Changed paths:
M src/Shell/SyncGithubIssueStatesShell.php
Log Message:
-----------
Apparently this can be already defined
Depending on the tests ordering.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 2f972330189c881ecddfc5a166265906ecea4201
https://github.com/phpmyadmin/error-reporting-server/commit/2f972330189c881…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-07-11 (Tue, 11 Jul 2017)
Changed paths:
M tests/TestCase/Controller/IncidentsControllerTest.php
Log Message:
-----------
Revert "Ensure the test email is used for tests"
This reverts commit 056908f8b97f4969c7ec8d30f107468f33ac2b64.
Already done in the bootstrap.
Commit: 8d9cb51b564787de9faa6908395af4c4b7bc70ad
https://github.com/phpmyadmin/error-reporting-server/commit/8d9cb51b564787d…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-07-11 (Tue, 11 Jul 2017)
Changed paths:
M src/Model/Table/IncidentsTable.php
Log Message:
-----------
Fix return value in case of invalid data
We should provide same structure as in case of success.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: e3bd7149d07c773ed1c202b5003c93e761833a19
https://github.com/phpmyadmin/error-reporting-server/commit/e3bd7149d07c773…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-07-11 (Tue, 11 Jul 2017)
Changed paths:
M tests/TestCase/Controller/IncidentsControllerTest.php
Log Message:
-----------
Do not provide array as input element content
Otherwise fwrite will fail.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Compare: https://github.com/phpmyadmin/error-reporting-server/compare/056908f8b97f..…