Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-20Merge branch 'next-minor' into developBenjamin Neff
2022-07-20Fix deprecation warnings for rails 6.0Benjamin Neff
2021-04-11Fixup rubocop warnings from factory_bot introductionJonne Haß
2021-04-11Update factory_girl to factory_botNtavranis Serafeim
2017-09-17Add `# frozen_string_literal: true` to all filesBenjamin Neff
2017-08-12Fix querying spec, remove `(Post)`Benjamin Neff
2016-11-27require spec_helper in .rspecJustin Ramos
2016-08-08remove pending flag from postsBenjamin Neff
2016-08-01better error message if we webfinger a person with invalid guidBenjamin Neff
2016-03-05add migration for pods-tableBenjamin Neff
2016-03-04Revert "Back out #6723 due to Postgres breakage"Benjamin Neff
2016-03-04Back out #6723 due to Postgres breakageDennis Schubert
2016-03-03fix order with two posts with the same timestamp for all streamsBenjamin Neff
2016-03-03update queries for new ShareVisibilityBenjamin Neff
2014-09-15rspec should now be running a green buildFlorian Staudacher
2014-08-27Two tests failing after rspec 2.99 => 3.0.0khall
2014-08-27Rspec version bump to 2.99khall
2014-08-25Update to Rails 4.1Jonne Haß
2014-01-13replace rspec_reset with obscure reset line stolen from rspec-mocksJonne Haß
2014-01-13replace =~ array matching with match_arrayJonne Haß
2012-09-12update factory girlJonne Haß
2012-05-17Revert "update factory girl" new version does not support 1.8.7 :(Maxwell Salzberg
2012-05-17update factory girlMaxwell Salzberg
2012-04-12deterministic stream order take 2, this time with specJonne Haß
2012-02-10move user modules into user namespace.Dennis Collinson
2012-02-03bang! kill redis cache.danielgrippi
2012-01-22upgrade factory girl there are 3 failing cukes.Maxwell Salzberg
2012-01-14remove unused method and controller action (move_contact)danielgrippi
2011-11-08MS SM save sync cache if you have some sort of contactsMaxwell Salzberg
2011-11-07fix construct_shareable_from_others_query to only include posts from contacts...danielgrippi
2011-11-07get rid of all pending specs except the one that is actually pendingSarah Mei
2011-11-07Fix order-dependent test that would sometimes fail on postgresSarah Mei
2011-11-07Rename and make pending the spec for populating the cacheSarah Mei
2011-11-01use the cache if cache size is less than limitdanielgrippi
2011-10-20DG MS; some refactoringdanielgrippi
2011-10-16Quickfixed federation of StatusMessages with photos only (no text)Manuel Schölling
2011-10-16Make Photos not inherit from PostsManuel Schölling
2011-10-16Introduced ShareableManuel Schölling
2011-10-14refactor streams to be in a Stream module, hopefully they will auto-reload nowMaxwell Salzberg
2011-10-07assert that prep_opts works; reference BaseStream types in lieu of subclassed...Ilya Zhitomirskiy
2011-10-07changed the default order in prep_opts, passing in opts to cache populationIlya Zhitomirskiy
2011-10-05dg iz added some more documentation and only caching on all aspectsIlya Zhitomirskiy
2011-10-04WIP trim is still needed, also possible weirdness with the mockIlya Zhitomirskiy
2011-10-04reding from redis cacheIlya Zhitomirskiy
2011-09-14MS DG update copyrightdanielgrippi
2011-09-12fixed/moved specs; made Person.all_from_aspects scope (move direct AR queryin...danielgrippi
2011-09-09More querying_spec refactoring. #visible_posts now has sufficient test covera...Sarah Mei
2011-09-08Blow out the visible_posts specs so I can more easily see what it's doingSarah Mei
2011-09-06Remove more refs to aspects.first - should make postgres builds greenSarah Mei
2011-06-02Fix stream queryRaphael Sofaer