Skip to content

Version 0.3.2

Compare
Choose a tag to compare
@bbengfort bbengfort released this 13 Apr 14:39
· 28 commits to master since this release

Some changes to the web application to attempt to solve SEGFAULT errors and to make the status and the logs more readable. This is just a quick hotfix to make sure we have decent monitoring in the app.

The app can be found online at http://baleen.districtdatalabs.com.

Deployed: Wednesday, April 13, 2016
Contributors: Benjamin Bengfort

Changes

  • Bootstrapified the status page
  • Added a job history listing to status page
  • Added a duration computation to the Job model
  • Created a mongoengine Log model
  • Added in a helper for flask.ext.MongoEngine to make db connections better
  • Removed log file reading and now read from the database
  • Added in Flask humanize for better visibility in the status page