46
edits
| Line 111: | Line 111: | ||
You can check out the code on [https://github.com/sergiocharpineljr/ispdb/tree/automated_checks my automated_checks branch]. | You can check out the code on [https://github.com/sergiocharpineljr/ispdb/tree/automated_checks my automated_checks branch]. | ||
=== 06/ | === 06/07 - 13/07 === | ||
Now automated checks feature is almost done. I've added checks for suggesting better authentication methods (if available) and for testing if the configured auth method is supported. Those informations are obtained from ehlo responses. These checks are now being displayed on the details page instead of open a new tab/window. | Now automated checks feature is almost done. I've added checks for suggesting better authentication methods (if available) and for testing if the configured auth method is supported. Those informations are obtained from ehlo responses. These checks are now being displayed on the details page instead of open a new tab/window. | ||
| Line 118: | Line 118: | ||
After finishing automated checks feature, I'll start to work on [https://bugzilla.mozilla.org/show_bug.cgi?id=588155 Bug 588155 - Allow all values from config file XML to be put in the ISPDB database]. I hope to finish [https://bugzilla.mozilla.org/show_bug.cgi?id=526468 Bug 526468 - Can't enter several documentation URLs] until the end of this week. | After finishing automated checks feature, I'll start to work on [https://bugzilla.mozilla.org/show_bug.cgi?id=588155 Bug 588155 - Allow all values from config file XML to be put in the ISPDB database]. I hope to finish [https://bugzilla.mozilla.org/show_bug.cgi?id=526468 Bug 526468 - Can't enter several documentation URLs] until the end of this week. | ||
=== 13/07 - 20/07 === | |||
Finally, I'm done with automated checks feature. You can check out the code [https://github.com/mozilla/ispdb/pull/7 here]. | |||
Now I'm working on [https://bugzilla.mozilla.org/show_bug.cgi?id=526468 Bug 526468 - Can't enter several documentation URLs] and [https://bugzilla.mozilla.org/show_bug.cgi?id=518319 Bug 518319 - Allow documentation pages in more languages]. It's getting a little tricky because we have nested forms with ManyToMany fields. | |||
edits