baobab icon indicating copy to clipboard operation
baobab copied to clipboard

DEPRECATED - The application that powers Gandi's Status website (status.gandi.net).

Results 9 baobab issues
Sort by recently updated
recently updated
newest added

No index was created index_together wasn't available at the time

Using an invalid value as the limit parameter will raise an error with an invalid message: ``` % curl http://baobab.local/api/events'?limit=20truc' Invalid limit '%s' provided. Please provide a positive integer. ```...

Error will be a dict: ``` { 'error': 'This is a message explaing the error', 'field': 'field_name' } ``` if the error is on a 'filter' or 'sort' parameters (query...

It seems most of the errors are not returned as JSON but at text/html ``` % curl -D/dev/stderr http://baobab.local/api/events'?some-filter' HTTP/1.1 500 INTERNAL SERVER ERROR Content-Type: text/html; charset=utf-8 Date: Tue, 04...

When two (or more) events are opened on the same day, the timeline show the events and the box of the last event overlap the box of the older events....

It might be a good idea to add a link to the [project page](https://github.com/Gandi/baobab) among the header links

enhancement

due to the version on npm/node an error occurred and so the build failed

it's currently impossible to build the package for the Wheezy version of Debian: - package python-irc (= 8.5.3) doesn't not exist, it's only on Jessie - package npm doesn't not...

update code to use more updated version: - django 1.7 - tastypie 0.12.0 - remove south to use django's migration

enhancement