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

Part 1 of LDAP Backend OCS Api #3162

Merged
merged 12 commits into from Jan 26, 2017
Merged

Part 1 of LDAP Backend OCS Api #3162

merged 12 commits into from Jan 26, 2017

Commits on Jan 18, 2017

  1. LDAP OCS Api for create config

    Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
    blizzz committed Jan 18, 2017
    Configuration menu
    Copy the full SHA
    689df9a View commit details
    Browse the repository at this point in the history
  2. LDAP OCS Api for delete config

    Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
    blizzz committed Jan 18, 2017
    Configuration menu
    Copy the full SHA
    a515de5 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2017

  1. fix and extend behat tests

    Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
    blizzz committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    18a75be View commit details
    Browse the repository at this point in the history
  2. add LDAP OCS Api for modifying a configuration

    Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
    blizzz committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    01d469d View commit details
    Browse the repository at this point in the history
  3. test against OCS v2 instead

    Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
    blizzz committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    f2c9d04 View commit details
    Browse the repository at this point in the history
  4. LDAP OCS Api for show config

    Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
    blizzz committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    1f7b08b View commit details
    Browse the repository at this point in the history
  5. also, let ldap integration tests run

    Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
    blizzz committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    22528f4 View commit details
    Browse the repository at this point in the history
  6. fix indentation

    Signed-off-by: Morris Jobke <hey@morrisjobke.de>
    MorrisJobke committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    31a0821 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2017

  1. enable user_ldap app for tests

    Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
    blizzz committed Jan 20, 2017
    Configuration menu
    Copy the full SHA
    08b31fc View commit details
    Browse the repository at this point in the history
  2. LDAP PUT command now supports setting multiple keys at once

    Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
    blizzz committed Jan 20, 2017
    Configuration menu
    Copy the full SHA
    9ca4065 View commit details
    Browse the repository at this point in the history
  3. fix deletion for configIDs < s10

    Also move ensureConfigIDExists checks into try, it might throw DB
    related exceptions
    
    Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
    blizzz committed Jan 20, 2017
    Configuration menu
    Copy the full SHA
    91ed70f View commit details
    Browse the repository at this point in the history
  4. remove outdated scenario

    covered by "Delete a non-existing configuration"
    
    Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
    blizzz committed Jan 20, 2017
    Configuration menu
    Copy the full SHA
    680fef7 View commit details
    Browse the repository at this point in the history