phpmyadmin / error-reporting-server

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

Sync Report status based on linked Github issue's state #164

Closed devenbansod closed 7 years ago

devenbansod commented 7 years ago

To be set as a cron job which runs cd /to/app/dir && php webroot/cron_dispatcher.php github/sync_issue_status

Fix #160

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

codecov[bot] commented 7 years ago

Codecov Report

Merging #164 into master will decrease coverage by 1.25%. The diff coverage is 0%.

@@             Coverage Diff              @@
##             master     #164      +/-   ##
============================================
- Coverage     48.61%   47.35%   -1.26%     
- Complexity      333      338       +5     
============================================
  Files            26       26              
  Lines          1549     1590      +41     
============================================
  Hits            753      753              
- Misses          796      837      +41
nijel commented 7 years ago

Looks good, can you please add the deployment instructions?

nijel commented 7 years ago

Merged, thanks for your contribution!

nijel commented 7 years ago

BTW: Can not it have same entry point as other cron jobs? (./bin/cake stats or ./bin/cake clean_old_notifs)