User tests: Successful: Unsuccessful:
This will fix the issue when comments deleted on GitHub are not deleted on tracker. Ref #586
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-01-16 15:43:46 |
While testing this, I discovered a "thingy" that causes all issues to be processed when our CLI script runs...
Hmm... How to avoid it? CLI and not CLI are using the same class. Should we pass some kind of parameter or flag to determine who is acting?
Should we pass some kind of parameter or flag to determine who is acting?
I think we should not set the last_modified_date in the store method at all... Do you remember the places where it is used by "non CLI" code?...
Exactly not, but think that in issue add, save and edit.
@allenzhao added a commit message stating a fix of a modified_date bug in dfbb4a5 when he added a check for a db null date but I can't remember what that bug was :(
It seems that we have many places where modified is set :)
@mbabker how often does the cron job run? I've made a comment here more than one hour ago and then deleted it, but still it is not deleted on the tracker.
All I'm going to say is it helps when the code is deployed live (that commit was merged on a weekend I was traveling, forgot to sync up when I got back)
glad that it is working after all
Great stuff
On 30 Jan 2015 13:55, "Dmitry Rekun" notifications@github.com wrote:
glad that it is working after all [image: ]
—
Reply to this email directly or view it on GitHub
#595 (comment).
Yeah this seems to work