Keyword cleanup
[oweals/karmaworld.git] / fabfile.py
2014-03-04 williambratchesMerge branch 'master' of https://github.com/FinalsClub...
2014-02-24 Charles ConnellMerge branch 'master' into quizzes
2014-02-20 Bryanmaking fabric better for VM deployment and btw #335
2014-02-19 Bryan BonvalletNeed to use remote user not local user.
2014-01-22 Bryan BonvalletMerge pull request #297 from FinalsClub/broken-footer...
2014-01-22 Bryan BonvalletMerge pull request #298 from FinalsClub/gitignore-usde...
2014-01-22 Jacob Hilkerfix typo in csv name generation 298/head
2014-01-17 Bryanadded pip workaround closes #282; documented what fabri...
2014-01-16 Bryanweird merge problem?
2014-01-14 Bryanimproved version management; adding vm-specific pip...
2014-01-14 Bryanworkaround for #270
2013-12-29 Bryanmaking fabfile consistent by replacing celery[d]? with...
2013-12-29 Bryanminor fix for when no virtualenvs are found
2013-12-29 Bryaninstall pdf2htmlEX on deployment
2013-12-27 Bryanfixing one typo and making string formatting consistent.
2013-12-27 BryanTurning two SSH piped commands into a single one.
2013-12-25 BryanMaking virtualenv more dynamic for #222; fixing a misse...
2013-12-25 BryanCleaning up here, beta, and prod env methods
2013-12-25 BryanMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-12-25 Bryanremoved wrong user/group hardcoding, closing #216....
2013-12-21 Charles ConnellThe process to get pdf2htmlEX installed on beta
2013-12-20 Bryanresolving merge conflict by adding both requirements.
2013-12-19 Bryanfixing the example drive.py, properly importing it...
2013-12-18 Bryan BonvalletMerge pull request #164 from FinalsClub/filepick.io
2013-12-17 BryanMerge remote-tracking branch 'origin/filepick.io' into...
2013-12-17 BryanMerge filepick.io into feature_vagrant_startup
2013-12-13 Bryanupdating changed function name
2013-12-12 Bryanfetch USDE csv and import it closes #195
2013-12-12 Bryanautomating USDE course synchronization for #195, but...
2013-12-11 Bryancollecting static in case static hosting is not done...
2013-12-11 Bryanclosing #191 by adding the VM's private SSH key into...
2013-12-10 BryanFilling out additional example files for storing secrets.
2013-12-04 Bryanpulling in nginx config
2013-12-04 Bryanfixing typos
2013-12-04 Bryanseparating env, code, and project directories while...
2013-12-02 Bryanfirst_deploy completes, supervisord runs (#174), but...
2013-11-27 Bryan Bonvalletcreating directory structure for supervisord files...
2013-11-27 Bryan Bonvalletget supervisord up and running for #174
2013-11-23 Bryan Bonvalletremoving a function that is probably important but...
2013-11-23 Bryan BonvalletReplacing all instances of env.run with virtenv_exec...
2013-11-23 Bryan BonvalletRemoving here() antipattern, fixing virtualenv deployme...
2013-08-28 Seth WoodworthMerge branch 'filepick.io' of https://github.com/Finals...
2013-08-28 Seth WoodworthMerge remote-tracking branch 'origin/fabric' into fp.io
2013-07-15 bobcallMore silly changes
2013-07-15 bobcallmore minor changes to fabfile and changed location...
2013-07-09 bobcallsyntax issues
2013-07-09 bobcallmore fabfile changes
2013-07-03 bobcallLatest changes to fabfile.py and confs/prod/supervisord...
2013-07-01 bobcallindentation issue
2013-07-01 bobcallFixed syntax error and missing '--daemon'
2013-07-01 bobcallAdded the ability to start gunicorn
2013-07-01 bobcallmore changes to fab file
2013-06-30 bobcallfleshed out fabfile, still needs work, but conceptually...
2013-06-29 bobcallAdded remote support and the ability to pull code
2013-06-28 bobcallAdded new fabfile.py to branch fabric
2013-03-18 Charles HolbrowMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-03-18 Seth WoodworthMerge pull request #100 from LucianU/master
2013-03-08 Lucian UrsuMade deployment work on local machines.
2013-02-28 Lucian UrsuAdded another task that handles the first deploy.
2013-02-28 Lucian UrsuChanged the deploy task to only deploy new changes...
2013-02-28 Lucian UrsuRenamed and fixed a task and added more tasks, all...
2013-02-22 Lucian UrsuAdded tasks to manage the gunicorn process. Fixes #86.
2013-02-22 Lucian UrsuUsing a single, more general function to manage supervi...
2013-02-22 Lucian UrsuAdded Fabric tasks for celeryd. Fixes #87.
2013-02-22 Lucian UrsuUpdated the 'update_code' task to also checkout the...
2013-02-22 Lucian UrsuAlso specifying the branch in the environment-related...
2013-02-22 Lucian UrsuSpecifying the path to the conf files in the environmen...
2013-02-22 Lucian UrsuSplit the static files management into several tasks.
2013-02-22 Lucian UrsuAdded a 'here' task which runs commands locally. Specif...
2013-02-22 Lucian UrsuRemoved the env.run variable, because it's not needed.
2013-02-22 Lucian UrsuUsing a single task to sync the db and run migrations.
2013-02-22 Lucian UrsuAdded the 'task' decorator to some functions that are...
2013-02-22 Lucian UrsuRemoved unused command from fabfile.
2013-01-18 Charles HolbrowMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-01-16 bobcallAdded missing env.run to fabfile.py
2013-01-15 Seth WoodworthMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-01-15 Seth Woodworthimporting much of Lucian's fabfile.py from django-start...
2013-01-09 Seth Woodworthchmod +x fabfile.py
2013-01-02 Seth Woodworthbasing the django project on rdegges' django-skel