Skip to content
Extraits de code Groupes Projets
  1. avr. 11, 2018
  2. sept. 26, 2017
    • cmrd Senya's avatar
      Memory usage optimization for archive export · c6ed850a
      cmrd Senya a rédigé
      - Removed posts and non contacts from other's data
      - Collections are exported in batches to lower memory footprint
      - In base exporters create User object instead of keeping instance because it caches all associations
      
      closes #7627
      Non vérifiée
      c6ed850a
    • cmrd Senya's avatar
      Memory usage test for archive export · 9f0b74eb
      cmrd Senya a rédigé
      It is not included into the main test suite, because it has :performance tag.
      
      One can run this test using command:
      $ bin/rspec --tag performance spec/integration/export/memory_usage_spec.rb
      
      This test creates additional fixtures set to speed up repeated runs.
      Non vérifiée
      9f0b74eb
  3. sept. 17, 2017
  4. août 14, 2017
  5. août 10, 2017
    • cmrd Senya's avatar
      Update the user data export archive format. · 7374661e
      cmrd Senya a rédigé
      This commit introduces changes to the user data export archive format.
      This extends data set which is included in the archive. This data can be
      then imported to other pods when this feature is implemented.
      
      Also the commit adds the archive format json schema. ATM it is used in
      automatic tests only, but in future it will also be used to validate
      incoming archives.
      Non vérifiée
      7374661e
  6. août 09, 2017
  7. déc. 02, 2016
    • Senya's avatar
      Remove user_methods require line · dd9bda24
      Senya a rédigé
      No need to explicitly require user_methods.rb since it is already required in spec_helper.rb
      
      closes #7236
      dd9bda24
  8. août 08, 2016
  9. juil. 03, 2016
  10. juin 26, 2016
  11. mai 27, 2016
    • cmrd Senya's avatar
      Fix possible duplication of AspectVisibility · 717554ed
      cmrd Senya a rédigé
      No uniqueness control on AspectVisibility resulted in possible having
      multiple AspectVisibility objects in the DB for the same aspect and
      shareable which doesn't make sense. Introduce uniqueness validation
      and fix up tests where duplication happened.
      Non vérifiée
      717554ed
  12. déc. 30, 2015
  13. oct. 13, 2015
  14. avr. 27, 2015
  15. mars 25, 2015
  16. jan. 18, 2015
  17. déc. 10, 2014
  18. déc. 08, 2014
  19. août 23, 2014
  20. juin 09, 2013
    • Florian Staudacher's avatar
      replace mentions of out-of-aspect people in limited posts with just a · 4ee5d5f1
      Florian Staudacher a rédigé
      markdown link to their profile (fixes #2516)
      
      add failing spec for #4160 / #2516
      
      extend the spec a bit more
      
      refactor mention handling in a status message
      
      add method for filtering mentions by aspects
      
      wire mention filtering into the status message model, adapt a few tests to
      work properly
      
      cosmetic changes
      
      shorten helper methods
      
      add changelog entry
      4ee5d5f1
  21. 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
  22. nov. 21, 2012
  23. sept. 26, 2012
    • Jonne Haß's avatar
      query the set url only through #pod_uri in the app · 89c1fd5f
      Jonne Haß a rédigé
      89c1fd5f
    • 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
  24. sept. 15, 2012
  25. sept. 12, 2012
  26. sept. 06, 2012
  27. juin 11, 2012
  28. mai 18, 2012
  29. mai 17, 2012
  30. avr. 06, 2012
  31. avr. 05, 2012
Chargement en cours