Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/error-reporting-server
  Commit: e74ea21525d7e3b4d0945a8c4b474d62a4c132ea
      
https://github.com/phpmyadmin/error-reporting-server/commit/e74ea21525d7e3b4d0945a8c4b474d62a4c132ea
  Author: Deven Bansod <[email protected]>
  Date:   2017-05-22 (Mon, 22 May 2017)

  Changed paths:
    M src/Model/Table/IncidentsTable.php
    M tests/TestCase/Model/Table/IncidentsTableTest.php

  Log Message:
  -----------
  Log extremely long reports and don't save them

The text field in MySQL database holds 65535 characters maximum. If the length 
of
submitted incident is more than that, most likely it will throw an error and 
truncate
the data anyway.

Related to #137, #138, #140

Signed-off-by: Deven Bansod <[email protected]>


  Commit: 4ef8dd4d9c5c53a86d6e3e8d6b6b8810fb198c03
      
https://github.com/phpmyadmin/error-reporting-server/commit/4ef8dd4d9c5c53a86d6e3e8d6b6b8810fb198c03
  Author: Deven Bansod <[email protected]>
  Date:   2017-05-23 (Tue, 23 May 2017)

  Changed paths:
    M tests/TestCase/Model/Table/IncidentsTableTest.php

  Log Message:
  -----------
  Fix errors in tests

Use `[]` notation to add new elements in array instead of array_push

Signed-off-by: Deven Bansod <[email protected]>


  Commit: 2a5c559e3c283f10f883060a979f436bbad6dfe2
      
https://github.com/phpmyadmin/error-reporting-server/commit/2a5c559e3c283f10f883060a979f436bbad6dfe2
  Author: Michal Čihař <[email protected]>
  Date:   2017-05-23 (Tue, 23 May 2017)

  Changed paths:
    M src/Model/Table/IncidentsTable.php
    M tests/TestCase/Model/Table/IncidentsTableTest.php

  Log Message:
  -----------
  Merge pull request #149 from devenbansod/log_long_reports

Log extremely long reports and don't save them


Compare: 
https://github.com/phpmyadmin/error-reporting-server/compare/f09d6f79bfe8...2a5c559e3c28
_______________________________________________
Git mailing list
[email protected]
https://lists.phpmyadmin.net/mailman/listinfo/git

Reply via email to