Permalink
Commits on Jun 30, 2014
  1. Bump pin of web graceful shutdown package

    Picks up SIGTERM support and suppression of an expected error at
    shutdown-time.
    committed Jun 30, 2014
  2. Use 1.3-based package for graceful web shutdowns

    Also add a /sleep web endpoint to make it easier to try out.
    committed Jun 30, 2014
Commits on Jun 29, 2014
  1. Todo update

    committed Jun 29, 2014
  2. Upgrade to Go 1.3

    committed Jun 29, 2014
  3. Add working Travis config

    committed Jun 29, 2014
  4. Add missing database result error checks

    Closes #2.
    committed Jun 29, 2014
  5. Fix up pre-commit script

    committed Jun 29, 2014
  6. Merge branch 'official-trusty'

    committed Jun 29, 2014
  7. @gorsuch

    use the official trusty vm

    gorsuch committed with Jun 16, 2014
  8. Todo Go 1.3

    committed Jun 29, 2014
Commits on Jun 17, 2014
  1. We've ended up going this

    committed Jun 17, 2014
  2. Note on migrations

    committed Jun 17, 2014
  3. Shared on Twitter

    committed Jun 17, 2014
  4. Fix scripting after refactor

    committed Jun 17, 2014
  5. Note client gaps

    committed Jun 17, 2014
  6. Note goreman issue

    committed Jun 17, 2014
  7. Document deploy setup/teardown

    committed Jun 17, 2014
  8. Move service to top level

    Move service to top level to avoid pgpin-api nesting. Punt on other
    components - web, cli, client for now.
    committed Jun 17, 2014
  9. Version the API with v1 in path

    committed Jun 17, 2014
  10. Remove goji/graceful handlers for non-web cases

    See zenazn/goji#35 for details.
    committed Jun 17, 2014
  11. Just going to punt this for now

    committed Jun 17, 2014
Commits on Jun 16, 2014
  1. Todo note

    committed Jun 16, 2014
  2. Normalize comment

    committed Jun 16, 2014
  3. Normalize db timestamps

    Just used create / created_at and delete / deleted at, as we try
    to normalize the model approach overall.
    committed Jun 16, 2014
  4. Introduce more standard "model" file

    This is less ambiguous than "data" and aligns with conventions used
    by e.g. Pliny.
    committed Jun 16, 2014
  5. Further refactor our pg and redis functionality

    Provides better separation between generic glue and app-specific
    functionality.
    committed Jun 16, 2014
  6. Refactor DataPinList to accept value interpolations

    Use in scheduler to avoid fmt.Sprintf'ing an SQL query.
    committed Jun 16, 2014
  7. Merge model into data for now

    committed Jun 16, 2014