Skip to content
This repository was archived by the owner on Oct 1, 2020. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: poise/application_python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: cjerdonek/chef-application_python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 4 files changed
  • 1 contributor

Commits on Oct 19, 2013

  1. Configuration menu
    Copy the full SHA
    3999e3f View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2013

  1. Add supervisor_logfile attribute.

    This commit requires the supervisord_logfile attribute of the supervisor_service
    which was added to the supervisor cookbook here:
    
      cjerdonek/chef-supervisor@0cac366
    cjerdonek committed Oct 28, 2013
    Configuration menu
    Copy the full SHA
    a4902c5 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2013

  1. Configuration menu
    Copy the full SHA
    d009063 View commit details
    Browse the repository at this point in the history
  2. Run gunicorn from the django virtualenv if django is there.

    This lets us follow the following guidance on the Django web site:
    
    "If you are using Django 1.4 or newer, it’s highly recommended to simply
    run your application with the WSGI interface using the gunicorn command
    as described above."
    
    (from https://docs.djangoproject.com/en/1.6/howto/deployment/wsgi/gunicorn/#using-gunicorn-s-django-integration )
    cjerdonek committed Nov 2, 2013
    Configuration menu
    Copy the full SHA
    c439253 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2013

  1. Configuration menu
    Copy the full SHA
    39140b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f13186e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    85d9618 View commit details
    Browse the repository at this point in the history
Loading