Skip to content
Extraits de code Groupes Projets
  1. avr. 11, 2021
  2. sept. 17, 2017
  3. nov. 25, 2016
  4. sept. 19, 2015
  5. mai 22, 2015
  6. mai 19, 2015
  7. mai 07, 2015
  8. déc. 01, 2014
  9. mars 30, 2014
  10. juil. 03, 2013
  11. mai 19, 2013
    • Jonne Haß's avatar
      Refactor config/ directory · ac147cc9
      Jonne Haß a rédigé
      * Get rid of early pathname requirement
      * Use require_relative where approciate
      * Drop unused files
      * Imported new application.rb, environment.rb and environments/* from fresh Rails app
      * Cleaned up boot.rb
      * Load config in boot.rb
      * Deduplicate environments/integration*.rb
      * Move username blacklist into defaults.yml
      * Ruby 1.9 Hash syntax everywhere
      * Reorganize lib/diaspora/markdownify to match conventions
      * Get rid of full path requires where possible
      * Add dummy content to production section diaspora.yml.example to prevent warning
      * Drop sqlite? method
      * Move postgres? method into ConfigurationMethods
      * Drop token authentication from User
      ac147cc9
  12. avr. 04, 2013
  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 05, 2013
  15. jan. 16, 2013
  16. nov. 30, 2012
  17. nov. 29, 2012
  18. oct. 19, 2012
  19. sept. 26, 2012
    • Jonne Haß's avatar
    • 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
  20. sept. 15, 2012
  21. jan. 27, 2012
  22. jan. 24, 2012
  23. jan. 16, 2012
  24. jan. 14, 2012
Chargement en cours