Skip to content
Extraits de code Groupes Projets
  1. jan. 04, 2016
  2. sept. 27, 2015
  3. août 29, 2015
  4. juin 19, 2015
  5. mai 04, 2015
  6. mars 25, 2015
  7. mars 02, 2015
  8. jan. 24, 2015
  9. déc. 08, 2014
  10. déc. 01, 2014
  11. nov. 16, 2014
  12. jan. 25, 2014
    • Jonne Haß's avatar
      Make toggle aspect call synchronous and bump capybaras wait timeout · 8b807192
      Jonne Haß a rédigé
      in features/desktop/aspect_navigation.feature:18 we quickly leave the page
      before waiting for the request to finish. By making the HTTP call
      synchronous we wait for it to finish before we reflect the change in the DOM,
      thus giving Capybara a chance to wait for it. Also let Capybara wait longer.
      This should random failures of the aforementioned cuke rarer.
      8b807192
  13. 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
  14. mars 15, 2013
  15. 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
  16. juin 11, 2012
  17. mai 10, 2012
  18. avr. 10, 2012
  19. avr. 05, 2012
  20. avr. 04, 2012
  21. avr. 03, 2012
  22. mars 31, 2012
  23. mars 29, 2012
  24. mars 28, 2012
  25. fév. 19, 2012
  26. fév. 10, 2012
  27. fév. 02, 2012
Chargement en cours