Skip to content
Extraits de code Groupes Projets
  1. avr. 24, 2013
  2. avr. 22, 2013
  3. avr. 21, 2013
  4. avr. 10, 2013
  5. avr. 09, 2013
  6. avr. 08, 2013
  7. avr. 07, 2013
  8. avr. 06, 2013
  9. avr. 05, 2013
  10. avr. 04, 2013
  11. avr. 02, 2013
  12. avr. 01, 2013
  13. mars 31, 2013
  14. mars 30, 2013
  15. mars 28, 2013
  16. mars 26, 2013
  17. mars 24, 2013
  18. 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
    • Jonne Haß's avatar
      End the require mess · 3fc3b249
      Jonne Haß a rédigé
      * Rename and reorganize post fetcher to fix autoloading, also let it use
        Faradays default connection so we get nice redirects
      * Add initializer to load libs at a central place
      * added lib dir to autoload_once paths to increase thread safety
      * Moved lib/exceptions.rb to lib/diaspora/ to conform namespacing
      3fc3b249
  19. mars 18, 2013
  20. mars 15, 2013
  21. mars 12, 2013
  22. mars 11, 2013
  23. mars 10, 2013
  24. mars 09, 2013
  25. mars 08, 2013
  26. mars 07, 2013
  27. mars 06, 2013
Chargement en cours