- avr. 11, 2018
-
-
Benjamin Neff a rédigé
This feature only worked on the same pod and was more confusing than useful.
-
- sept. 26, 2017
-
-
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
-
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.
-
- sept. 17, 2017
-
-
Benjamin Neff a rédigé
-
- août 14, 2017
-
-
cmrd Senya a rédigé
This commit introduces support for AccountMigration federation message receive. It covers the cases when the new home pod for a user is remote respective to the recepient pod of the message. It also allows to initiate migration locally by a podmin from the rails console. This will give the pods a possibility to understand the account migration event on the federation level and thus future version which will implement migration will be backward compatible with the pods starting from this commit.
-
cmrd Senya a rédigé
Add explicit mutual contact creation to the DataGenerator#generic_user_data which is used in account deletion tests.
-
cmrd Senya a rédigé
-
Benjamin Neff a rédigé
-
- août 10, 2017
-
-
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.
-
- août 09, 2017
-
-
cmrd Senya a rédigé
This commit refactors account deletion spec by moving data creation to a helper object DataGenerator.
-
- déc. 02, 2016
-
-
Senya a rédigé
No need to explicitly require user_methods.rb since it is already required in spec_helper.rb closes #7236
-
- août 08, 2016
-
-
cmrd Senya a rédigé
in order to support adding new aspect to a dropdown without full page reload
-
- juil. 03, 2016
-
-
Steffen van Bergerem a rédigé
-
- juin 26, 2016
-
-
Benjamin Neff a rédigé
-
Benjamin Neff a rédigé
-
Benjamin Neff a rédigé
-
Benjamin Neff a rédigé
-
- mai 27, 2016
-
-
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.
-
- déc. 30, 2015
-
-
Benjamin Neff a rédigé
-
- oct. 13, 2015
-
-
cmrd Senya a rédigé
closes #6499
-
- avr. 27, 2015
-
-
Florian Staudacher a rédigé
-
- mars 25, 2015
-
-
Jonne Haß a rédigé
-
- jan. 18, 2015
-
-
Marcelo Briones a rédigé
-
- déc. 10, 2014
-
-
Marcelo Briones a rédigé
Conversation recipient validated - Conversation foreign recipient not required to be validated. - Added 'peter' as spec_helper user. - New fixture, new statistic values. - Clearer identifier names
-
- déc. 08, 2014
-
-
Jonne Haß a rédigé
-
- août 23, 2014
-
-
Jonne Haß a rédigé
-
- juin 09, 2013
-
-
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
-
- mars 21, 2013
-
-
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
-
- nov. 21, 2012
-
-
Fabián Rodríguez a rédigé
-
- sept. 26, 2012
-
-
Jonne Haß a rédigé
-
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
-
- sept. 15, 2012
-
-
Jonne Haß a rédigé
-
- sept. 12, 2012
-
-
Jonne Haß a rédigé
-
- sept. 06, 2012
-
-
Jonne Haß a rédigé
-
- juin 11, 2012
-
-
Steven Hancock a rédigé
- `Rails.root` is a `Pathname`, so let's use `Rails.root.join` - Clean up most of the remaining `File.join`s
-
- mai 18, 2012
-
-
Maxwell Salzberg a rédigé
-
- mai 17, 2012
-
-
Maxwell Salzberg a rédigé
This reverts commit c52342b7.
-
Maxwell Salzberg a rédigé
-
- avr. 06, 2012
-
-
Florian Staudacher a rédigé
... when running with 1.9.3 everything's peachy :/
-
- avr. 05, 2012
-
-
Florian Staudacher a rédigé
-