Skip to content
This repository has been archived by the owner on Nov 14, 2018. It is now read-only.

Here's a first pass at using shielded #16

Closed
wants to merge 20 commits into from
Closed

Commits on Jul 30, 2013

  1. Configuration menu
    Copy the full SHA
    326d581 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    720a447 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into shielded

    Conflicts:
    	badgr/services.py
    chadwhitacre committed Jul 30, 2013
    Configuration menu
    Copy the full SHA
    874068d View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2013

  1. Configuration menu
    Copy the full SHA
    2187dbc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47e9f8a View commit details
    Browse the repository at this point in the history
  3. Add local.env to build process

    So we can configure a REDIS_URL
    chadwhitacre committed Jul 31, 2013
    Configuration menu
    Copy the full SHA
    a6d66d8 View commit details
    Browse the repository at this point in the history
  4. Cache PNG data in Redis

    chadwhitacre committed Jul 31, 2013
    Configuration menu
    Copy the full SHA
    fa0d3c0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c9d7fd3 View commit details
    Browse the repository at this point in the history
  6. Add a _test service

    This service will make an HTTP call to ourself (the new /random.txt
    path) if the value is "random."
    chadwhitacre committed Jul 31, 2013
    Configuration menu
    Copy the full SHA
    518ea64 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d285ea1 View commit details
    Browse the repository at this point in the history
  8. Rename generic to noop

    This is more descriptive
    chadwhitacre committed Jul 31, 2013
    Configuration menu
    Copy the full SHA
    b112136 View commit details
    Browse the repository at this point in the history
  9. Tweak test service

    Add a 2 second sleep and trim the value.
    chadwhitacre committed Jul 31, 2013
    Configuration menu
    Copy the full SHA
    0679610 View commit details
    Browse the repository at this point in the history
  10. First pass at "always fresh" algorithm

    This refreshes transforms asynchronously after the first one. Stale
    buttons for stale projects, fresh buttons for fresh projects.
    chadwhitacre committed Jul 31, 2013
    Configuration menu
    Copy the full SHA
    7b1e0e9 View commit details
    Browse the repository at this point in the history
  11. Move config to environ

    chadwhitacre committed Jul 31, 2013
    Configuration menu
    Copy the full SHA
    51e051e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1d007fe View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    38c1511 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    dc3db52 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    558d81b View commit details
    Browse the repository at this point in the history
  16. Expire png data after all

    Prevent the long tail from bloating our Redis.
    chadwhitacre committed Jul 31, 2013
    Configuration menu
    Copy the full SHA
    4d3f901 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    40cd626 View commit details
    Browse the repository at this point in the history