Skip to content
Extraits de code Groupes Projets
  1. juin 20, 2014
  2. mars 30, 2014
  3. mars 24, 2014
    • Jonne Haß's avatar
      Replace .rvmrc by .ruby-version · 1b70f6fe
      Jonne Haß a rédigé
      Also relax the requirement. The .ruby-version represents
      merely a recomendation for the Ruby version. The incompability
      issues in the Ruby world are far less currently, than they were
      when we introduced strict version enforcement. Thus strict
      enforcement is no longer appropiate. Same holds for RubyGems.
      
      This implicity also removes the recomendation on using RVM.
      The .ruby-version file is supported by all major Ruby version
      managers. Gemsets are no longer a needed feature since Bundler
      handles multiple concurrrently installed Gems just well.
      1b70f6fe
  4. jan. 18, 2014
  5. déc. 21, 2013
  6. déc. 04, 2013
  7. sept. 01, 2013
  8. août 27, 2013
  9. juin 27, 2013
  10. juin 17, 2013
  11. juin 02, 2013
  12. mai 20, 2013
  13. mai 17, 2013
  14. mai 01, 2013
  15. avr. 20, 2013
  16. avr. 15, 2013
    • Jonne Haß's avatar
      Refactor script/server · aca134d5
      Jonne Haß a rédigé
      * Made style consistent
      * Add helper functions to print messages
      * Abort script if critical command fails
      * Made number of started Sidekiq workers configurable again
      aca134d5
  17. avr. 02, 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
  19. fév. 24, 2013
  20. fév. 18, 2013
  21. fév. 17, 2013
  22. fév. 03, 2013
  23. jan. 08, 2013
  24. déc. 06, 2012
  25. nov. 30, 2012
  26. nov. 24, 2012
  27. nov. 23, 2012
  28. nov. 22, 2012
  29. nov. 16, 2012
Chargement en cours