Action feed prototype using a JSON Field

Review Request #3153 — Created June 19, 2012 and discarded — Latest diff uploaded

Information

Review Board

Reviewers

In case anyone is curious, this was the implementation suggested by Christian (keeping the history as a JSONField in the ReviewRequests table) and the script used to fill the database.

 
contrib/misc/fill_actions.py
reviewboard/settings.py
reviewboard/reviews/admin.py
reviewboard/reviews/datagrids.py
reviewboard/reviews/models.py
reviewboard/reviews/urls.py
reviewboard/reviews/views.py
reviewboard/reviews/evolutions/__init__.py
reviewboard/reviews/templatetags/reviewtags.py
reviewboard/static/rb/css/action-feed.less
reviewboard/templates/reviews/action_feed.html
reviewboard/templates/reviews/dashboard.html
reviewboard/webapi/tests.py
Loading...