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

ACL limit args #29153

Merged
Merged

Commits on Nov 24, 2015

  1. A part of ACL function arguments logic

    Dmitry Kuzmenko committed Nov 24, 2015
    Configuration menu
    Copy the full SHA
    025de49 View commit details
    Browse the repository at this point in the history
  2. ACL function arguments: check args and kwargs.

    Dmitry Kuzmenko committed Nov 24, 2015
    Configuration menu
    Copy the full SHA
    f75856b View commit details
    Browse the repository at this point in the history
  3. Minor fix of 'six' usage in ACL function args check

    Dmitry Kuzmenko committed Nov 24, 2015
    Configuration menu
    Copy the full SHA
    a707928 View commit details
    Browse the repository at this point in the history
  4. Fixed LoadAuthTestCase

    Dmitry Kuzmenko committed Nov 24, 2015
    Configuration menu
    Copy the full SHA
    3b9c4d2 View commit details
    Browse the repository at this point in the history
  5. Fixed function arguments ACL logic.

    Dmitry Kuzmenko committed Nov 24, 2015
    Configuration menu
    Copy the full SHA
    0dc876d View commit details
    Browse the repository at this point in the history
  6. ACL function args: test and fixes

    Dmitry Kuzmenko committed Nov 24, 2015
    Configuration menu
    Copy the full SHA
    de5890a View commit details
    Browse the repository at this point in the history
  7. ACL test update and fixes

    Dmitry Kuzmenko committed Nov 24, 2015
    Configuration menu
    Copy the full SHA
    f20d2aa View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2015

  1. ACL test fix.

    Dmitry Kuzmenko committed Nov 25, 2015
    Configuration menu
    Copy the full SHA
    09c4f69 View commit details
    Browse the repository at this point in the history
  2. Fixed use of assert_has_calls in tests.

    The method logic was changed in mock-1.1.0.
    This mades the use of the method compatible with both <1.1.0 and >=1.1.0
    Dmitry Kuzmenko committed Nov 25, 2015
    Configuration menu
    Copy the full SHA
    002b1ef View commit details
    Browse the repository at this point in the history