Confirmed users
194
edits
Line 99: | Line 99: | ||
** Perhaps copy just the snippets I would like | ** Perhaps copy just the snippets I would like | ||
* Top level keys complete and progress could be 1 float key | * Top level keys complete and progress could be 1 float key | ||
* When using a nonexistent releaseName for status/<releaseName> the GET does not fail, but instead sends a normal JSON response with an empty events value | |||
* Having to split the '+01:00' from sent on pulse messages in order to parse into datetime object for entry into the database. Better way? dateutil is not installed, so that would change dependencies, but from dateutil.parser import parse works great! | |||
** Going to just dump the +01:00 for now, but in the future it could be added by running sent = datetime.strptime('2014-08-08T16:12:59', "%Y-%m-%dT%H:%M:%S") + timedelta(+1) |