Skip to content
This repository was archived by the owner on Jun 23, 2023. 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: mklymyshyn/arango-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: appscluster/arango-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 5 files changed
  • 2 contributors

Commits on May 22, 2014

  1. Added basicConfig to logging and separated the use of the libraries a…

    …vailable for opening URLs to use either PyCurl or Urllib2 and not to load both.
    appscluster committed May 22, 2014
    Configuration menu
    Copy the full SHA
    2d8ca9f View commit details
    Browse the repository at this point in the history
  2. Added basicConfig to logging and separated the use of the libraries a…

    …vailable for opening URLs to use either PyCurl or Urllib2 and not to load both.
    appscluster committed May 22, 2014
    Configuration menu
    Copy the full SHA
    4abd543 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e306846 View commit details
    Browse the repository at this point in the history
  4. Update README.rst

    appscluster committed May 22, 2014
    Configuration menu
    Copy the full SHA
    88f1fe7 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2014

  1. Update README.rst

    Title corrected
    appscluster committed May 30, 2014
    Configuration menu
    Copy the full SHA
    d2f8475 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2014

  1. Update README.rst

    New instructions added for enabling authentication and changing the root account password
    appscluster committed Jun 3, 2014
    Configuration menu
    Copy the full SHA
    7396491 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2014

  1. 1. default initialisation temporarily disabled and used RequestsClien…

    …t.config directly instead.
    
    2. Added exception handling for status code 401 authentication failure to ArangoDB
    appscluster committed Jun 13, 2014
    Configuration menu
    Copy the full SHA
    8aa7e0b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/appscluster/arango-python

    Conflicts:
    	arango/clients/__init__.py
    appscluster committed Jun 13, 2014
    Configuration menu
    Copy the full SHA
    0d8afef View commit details
    Browse the repository at this point in the history
  3. version updated

    appscluster committed Jun 13, 2014
    Configuration menu
    Copy the full SHA
    b09b991 View commit details
    Browse the repository at this point in the history
  4. Update README.rst

    Instruction updated
    appscluster committed Jun 13, 2014
    Configuration menu
    Copy the full SHA
    605a234 View commit details
    Browse the repository at this point in the history
  5. Update README.rst

    Fixed typo
    appscluster committed Jun 13, 2014
    Configuration menu
    Copy the full SHA
    280a6e1 View commit details
    Browse the repository at this point in the history
Loading