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

[HLRC] Add support for put privileges API #35679

Merged

Commits on Nov 19, 2018

  1. [HLRC] Add support for put privileges API

    This commit adds support for API to create or update
    application privileges.
    
    Note: I have used the ApplicationPrivilege and Tests from the changes
    done for get privileges API (by Ioannis) and have modified
    to support toXContent.
    Yogesh Gaikwad committed Nov 19, 2018
    Configuration menu
    Copy the full SHA
    914dc0b View commit details
    Browse the repository at this point in the history
  2. Remove unused import.

    Yogesh Gaikwad committed Nov 19, 2018
    Configuration menu
    Copy the full SHA
    7f8e4b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    69f158e View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2018

  1. Address review comments

    Yogesh Gaikwad committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    66be0a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4bf07c5 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2018

  1. Changes after merge

    - Corrected the toXContent for PutPrivilegesRequest
    for multiple privileges in application.
    - Changes to address TODO in testGetPrivileges
    - modified tests to test the scenario that got missed earlier
    Yogesh Gaikwad committed Nov 22, 2018
    Configuration menu
    Copy the full SHA
    99b2647 View commit details
    Browse the repository at this point in the history
  2. precommit, removed unused import

    Yogesh Gaikwad committed Nov 22, 2018
    Configuration menu
    Copy the full SHA
    9f5219b View commit details
    Browse the repository at this point in the history
  3. Update delete privileges to avoid using low level client

    +Fix random test failure
    Yogesh Gaikwad committed Nov 22, 2018
    Configuration menu
    Copy the full SHA
    8048adb View commit details
    Browse the repository at this point in the history
  4. uff, forgot to run precommit

    Yogesh Gaikwad committed Nov 22, 2018
    Configuration menu
    Copy the full SHA
    0619451 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2018

  1. Address review comments

    Yogesh Gaikwad committed Nov 27, 2018
    Configuration menu
    Copy the full SHA
    9f5b178 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3d47c2 View commit details
    Browse the repository at this point in the history
  3. Address feedback, correct documentation

    Yogesh Gaikwad committed Nov 27, 2018
    Configuration menu
    Copy the full SHA
    5690591 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2018

  1. Configuration menu
    Copy the full SHA
    19fbd61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1119a8 View commit details
    Browse the repository at this point in the history
  3. Remove duplicate check

    Yogesh Gaikwad committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    5e358e4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a9e4df9 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2018

  1. Address review comment

    Yogesh Gaikwad committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    e7f77f6 View commit details
    Browse the repository at this point in the history