Skip to content
Extraits de code Groupes Projets
  1. juin 26, 2016
  2. jan. 05, 2016
  3. jan. 04, 2016
  4. déc. 13, 2015
  5. oct. 29, 2015
  6. mars 25, 2015
  7. mars 18, 2015
  8. fév. 27, 2015
  9. déc. 10, 2014
  10. déc. 08, 2014
  11. déc. 01, 2014
  12. oct. 03, 2014
  13. août 27, 2014
  14. jan. 13, 2014
  15. mars 21, 2013
    • Jonne Haß's avatar
      Bye Resque. Ohai Sidekiq. · 79a79d65
      Jonne Haß a rédigé
      * Dropped all references to Resque
      * Moved all jobs under app/workers since that's the Sidekiq convention
      * Renamed Jobs module to Worker to match new location
      * Adapted all jobs to Sidekiq
      * Replaced all enqueue calls with perform_async
      * Dropped Resque hacks from specs and features, replaced with
        sidekig/testing in RSpec and sidekig/testing/inline in Cucumber
      * Updated scripts to start a Sidekiq server
      * Inline Sidekiq sinatra app
      * Let Sidekiq create the actual Redis instance
      * Workaround already initialized constant warnings in service models
      * Resolved ToDo in one job definition by creating proper exception clases
        for some errors in receiving posts
      * Added sidekiq section to configuration to make it completly
        configurable to the user
      * Add Sidekiq middleware for clean backtraces
      * Delay HttpMulti retry to give offline pods a chance to come back up
      * Do not retry on GUID already taken and alike errors
      * Be graceful about deleted posts in GatherOEmbedData
      79a79d65
  16. mars 15, 2013
  17. sept. 26, 2012
    • Jonne Haß's avatar
      New configuration system · 2a4db54d
      Jonne Haß a rédigé
      * Throw away old system
      * Add new system
      * Add new example files
      * Replace all calls
      * add the most important docs
      * Add Specs
      * rename disable_ssl_requirement to require_ssl
      * cloudfiles isn't used/called in our code
      * since community_spotlight.list is only used as enable flag replace it with such one and remove all legacy and irelevant codepaths around it
      * die if session secret is unset and on heroku
      * First basic infrastructure for version information
      2a4db54d
  18. juin 14, 2012
  19. juin 11, 2012
  20. juin 04, 2012
  21. avr. 19, 2012
  22. avr. 05, 2012
  23. mars 31, 2012
  24. fév. 19, 2012
  25. fév. 10, 2012
  26. jan. 14, 2012
  27. oct. 28, 2011
Chargement en cours