-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fixed release_date in janitor.py #428
Conversation
Thanks for your contribution and the quick fix! |
Codecov ReportBase: 85.39% // Head: 85.39% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## master #428 +/- ##
=======================================
Coverage 85.39% 85.39%
=======================================
Files 13 13
Lines 1150 1150
=======================================
Hits 982 982
Misses 168 168
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Could you please add the PR text to the commit message? |
The janitor would fail if a branch node contained a date value. As a result, the branches.json, latest.json and overview.json files are never created and therefore acu and/or luci-app-attendedsysupgrade would not be able to update from the asu instance. Converting json node values to string by default fixes the issue. Signed-off-by: Marc Ahlgrim <marc@onemarcfifty.com>
72d6164
to
8592980
Compare
added PR text to commit |
Awesome thank you very much! |
The janitor would fail if a branch node contained a date value. As a result, the branches.json, latest.json and overview.json files are never created and therefore acu and/or luci-app-attendedsysupgrade would not be able to update from the asu instance.
Converting json node values to string by default fixes the issue.
This fixes #427
Signed-off-by: Marc Ahlgrim marc@onemarcfifty.com