* 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 |
||
|---|---|---|
| app | ||
| config | ||
| db | ||
| features | ||
| graphics | ||
| lib | ||
| public | ||
| script | ||
| spec | ||
| vendor/assets/javascripts | ||
| .foreman | ||
| .gitignore | ||
| .pairs | ||
| .powenv | ||
| .powrc | ||
| .rspec | ||
| .rvmrc | ||
| .slugignore | ||
| .travis.yml | ||
| AUTHORS | ||
| Capfile | ||
| Changelog.md | ||
| config.ru | ||
| COPYRIGHT | ||
| FederationProcfile | ||
| Gemfile | ||
| Gemfile.lock | ||
| GNU-AGPL-3.0 | ||
| Guardfile | ||
| Procfile | ||
| Rakefile | ||
| README.md | ||
| redis-integration1.conf | ||
| redis-integration2.conf | ||
Diaspora*
Diaspora is a privacy-aware, personally-controlled, do-it-all open source social network. Check out our project site.
With Diaspora you can:
- Make cool stuff
- Share it across the web
- Own your own data
Quick Start:
Here's how you can get a development environment up and running. This is where any new pod runner should start, as well as people looking to contribute to D*. This script assumes you have a basic Rails setup installed.
Step 1: Run the script and follow the on screen instructions.
bash <(curl https://raw.github.com/diaspora/diaspora/master/script/install.sh)
Step 2: Run the development server
rails s
then visit 'http://localhost:3000' in your browser.
Step 3 (for developers): Run tests
rake
Step 4 (for everyone): Party.
Want a production setup? Having trouble with install script? Want to install D* the slow way?
Look to more specific install guides here.
Contributing
We love community contributions, and we work extra hard to make sure every code contribution is looked at and given feedback. To help everyone involved, please review our Pull Request Guidelines to make sure all contributions are submitted smoothly.
Documentation is available on our wiki
Also, feel free to jump in and check things that need to be done in our Community Pivotal Tracker
Before submitting code, please sign our Contributor License Agreement Sign Here



