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
path: root/lib/tasks
AgeCommit message (Expand)Author
2011-07-22Getting repost back to almost green.Raphael Sofaer
2011-07-22Drop the integration databases in rebuildRaphael Sofaer
2011-07-10Seed in rebuildRaphael Sofaer
2011-07-06Don't use the pretty formatter on CIRaphael Sofaer
2011-07-06Rake cucumber should be prettyRaphael Sofaer
2011-07-05Use schema:load on CIRaphael Sofaer
2011-07-05Schema:load in ci breaks it, because we would need to drop and re-create as wellRaphael Sofaer
2011-07-05Why migrate on CI? Schema load.Raphael Sofaer
2011-07-02Put the cruisecontrol stuff back in the cruise rake task, rather than a method.Raphael Sofaer
2011-07-02I have no idea why travis ran the specs twice, but let's try again.Raphael Sofaer
2011-07-02Take some stuff out of the travis run, I think we need to use headless instea...Raphael Sofaer
2011-07-02Put it all in the travis yml fileRaphael Sofaer
2011-07-02More travis stuffRaphael Sofaer
2011-06-29Some stuff to not need an application.yml in CIRaphael Sofaer
2011-06-15fixed whitespace task mentioned in bug 1041cyberkov
2011-06-10Change rebuild back to using migrateRaphael Sofaer
2011-06-07load schema instead of migrating on rake db:rebuilddanielgrippi
2011-06-07remove unused rake taskdanielgrippi
2011-06-01Compress the database dump during backupRaphael Sofaer
2011-06-01Wrap integration rake in MissingSourceFile rescue to avoid failure when the t...Raphael Sofaer
2011-05-29Don't need to export the selenium server port anymore on CI. Yay!Sarah Mei
2011-05-29Remove vendored jasmine; use normal jasmine gem. thx @tubbo for the prompt.Sarah Mei
2011-05-26Multi-server integration tests are now possibleRaphael Sofaer
2011-05-14Update rspecRaphael Sofaer
2011-04-07Move rspec rake stuff into loaderror begin-rescue so that we can deploy with ...Raphael Sofaer
2011-04-07Increase time between thin restarts, rescue jasmine load failure for deployin...Raphael Sofaer
2011-03-22service users is greenzhitomirskiyi
2011-03-14Changing message to text, partway done, deleted data conversionRaphael Sofaer
2011-03-09Merge branch 'private_messages'danielgrippi
2011-03-02addedthe controllers and the views for the message and the conversation inbox...zhitomirskiyi
2011-03-02Add rcov taskRaphael Sofaer
2011-03-02Delete statistic and data point modelsRaphael Sofaer
2011-02-18iz ms wip fixing contactController destroymaxwell
2011-02-12Clean up the public/uploads folder after ci runs.Sarah Mei
2011-02-04Revert "added prune method"maxwell
2011-02-04added prune methodmaxwell
2011-02-03zomg actually set the db and use itmaxwell
2011-02-03added db to variablesmaxwell
2011-02-03add equalsmaxwell
2011-02-03adding loading of user and password from database.ymlmaxwell
2011-02-03add mysql dump cron and taskmaxwell
2011-02-02Re-enable running a single cucumber feature on the command lineSarah Mei
2011-01-23Standardize how we're requiring config/environmentSarah Mei
2011-01-22This much untested code makes me sad. But I fixed the bug whereby no rake tas...Sarah Mei
2011-01-21statistics class does distributions and averages on its DataPointszhitomirskiyi
2011-01-21added users_with_posts_today to DataPointzhitomirskiyi
2011-01-21added methods to statistics rake taskzhitomirskiyi
2011-01-20stats rake file now works with mysql; productionzhitomirskiyi
2011-01-20check to see if rails is already loaded in a couple of placesmaxwell
2011-01-18a little begin rescue magic for uploading to s3zhitomirskiyi