Skip to content
Extraits de code Groupes Projets
  1. août 24, 2015
    • Florian Staudacher's avatar
      Add connection test for pods in the network · ea397ffd
      Florian Staudacher a rédigé
      * add a class for checking pod connectivity
      * extend pod model to handle new functionality
      * add an admin frontend to list pods and re-trigger checks manually
      * add a daily worker to run through all the pods
      * add unit tests for most of the new code
      ea397ffd
  2. août 21, 2015
  3. juil. 18, 2015
  4. juil. 05, 2015
  5. mai 24, 2015
  6. mai 16, 2015
  7. mai 04, 2015
  8. avr. 01, 2015
  9. mars 03, 2015
  10. fév. 27, 2015
  11. jan. 14, 2015
  12. déc. 08, 2014
    • Jonne Haß's avatar
      Bye opengraph_parser, hi open_graph_reader · 74a6f425
      Jonne Haß a rédigé
      opengraph_parser is basically unmainted, issues are ignored
      or deliberately closed without fixing. It pollutes the global
      namespace and has no verification of correctness.
      
      The opengraph gem has basically the same issues, not really maintained,
      unreleased patches on master since over a year, not really smart either.
      
      So I created my own version and while at it, why not strive try to be
      complete and robust, although it's still a work in progress.
      
      This also improves general URL detection by parsing them
      from the message after stripping markdown.
      
      An additional dependency was added to support
      fetching sites that require cookies to work at all.
      For the same reason Faraday's default redirect limit was
      bumped.
      74a6f425
  13. oct. 16, 2014
    • Jason Robinson's avatar
      Maintenance feature to remove old users · 69c35669
      Jason Robinson a rédigé
      Add Sidetiq webview to the Sidekiq monitoring panel
      
      Add rake task maintenance:queue_users_for_removal
      This basically just triggers an immediate run of the normal maintenance remove old users functionality that is normally (if enabled) scheduled to run once a day via sidetiq
      
      Add extra safety when checking for user removal due to inactivity.
      Now also user.last_seen will also be checked to make sure a user will not be removed in the event that the Devise rememember me login functionality has stopped the users remove_after timestamp from being removed.
      
      Add initializer for maintenance job.
      Add warning about mail being disabled if remove_old_users maintenance is enabled.
      69c35669
  14. sept. 20, 2014
  15. sept. 08, 2014
  16. août 28, 2014
  17. août 27, 2014
  18. août 23, 2014
  19. jan. 27, 2014
  20. jan. 15, 2014
  21. jan. 13, 2014
  22. août 04, 2013
  23. juil. 02, 2013
  24. mai 25, 2013
  25. 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
Chargement en cours