phpmyadmin / error-reporting-server

phpMyAdmin server side component for the error reporting system
MIT License
19 stars 28 forks source link

Run Github issue state synchronization through CakePHP shell interface #166

Closed devenbansod closed 7 years ago

devenbansod commented 7 years ago

@nijel's comment at https://github.com/phpmyadmin/error-reporting-server/pull/164#issuecomment-311724387 makes sense. This would not need cron_dispatcher.php at all and now can be run as ./bin/cake sync_github_issue_states

Signed-off-by: Deven Bansod devenbansod.bits@gmail.com

codecov[bot] commented 7 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@061eb31). Click here to learn what that means. The diff coverage is 0%.

@@            Coverage Diff            @@
##             master     #166   +/-   ##
=========================================
  Coverage          ?   46.51%           
  Complexity        ?      341           
=========================================
  Files             ?       27           
  Lines             ?     1619           
  Branches          ?        0           
=========================================
  Hits              ?      753           
  Misses            ?      866           
  Partials          ?        0
nijel commented 7 years ago

Merged, thanks for your contribution!