Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bloomfire api connection #1

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open

Commits on Dec 22, 2012

  1. modified into valid package

    Jirka Schaefer committed Dec 22, 2012
    Configuration menu
    Copy the full SHA
    c0145fb View commit details
    Browse the repository at this point in the history
  2. documenation and setup.py fix

    Jirka Schaefer committed Dec 22, 2012
    Configuration menu
    Copy the full SHA
    87458ef View commit details
    Browse the repository at this point in the history
  3. Update README.rst

    patroqueeet committed Dec 22, 2012
    Configuration menu
    Copy the full SHA
    a309266 View commit details
    Browse the repository at this point in the history
  4. Update README.rst

    patroqueeet committed Dec 22, 2012
    Configuration menu
    Copy the full SHA
    19749ef View commit details
    Browse the repository at this point in the history
  5. Update README.rst

    patroqueeet committed Dec 22, 2012
    Configuration menu
    Copy the full SHA
    8511e1b View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2012

  1. fixed setup.py

    Jirka Schaefer committed Dec 27, 2012
    Configuration menu
    Copy the full SHA
    5e45e43 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2013

  1. removed wrong package def2

    Jirka Schaefer committed Jan 8, 2013
    Configuration menu
    Copy the full SHA
    b431fca View commit details
    Browse the repository at this point in the history
  2. reverted mistake

    patroqueeet committed Jan 8, 2013
    Configuration menu
    Copy the full SHA
    952a0b9 View commit details
    Browse the repository at this point in the history
  3. added package_dir

    patroqueeet committed Jan 8, 2013
    Configuration menu
    Copy the full SHA
    9433a4d View commit details
    Browse the repository at this point in the history
  4. removed init.py

    Jirka Schaefer committed Jan 8, 2013
    Configuration menu
    Copy the full SHA
    a8a271a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e367ff2 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2013

  1. Make outgoing requests to bloomfire proxy-capable; required by web se…

    …rvers that do not support direct access to the internet for security reasons.
    isolationism committed Jan 22, 2013
    Configuration menu
    Copy the full SHA
    9ec4348 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2013

  1. added closing each connection to bloomfire api properly

    the API class did not close the connection before.
    This might be the source of the Bloomfire-can't-connect error, as it vanishes after each rebuild aka server restart. Its not a guaranteed solution, but closing connections is always a good thing.
    patroqueeet committed Apr 9, 2013
    Configuration menu
    Copy the full SHA
    8b4d8d5 View commit details
    Browse the repository at this point in the history