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

Keys API changes #4960

Merged
merged 5 commits into from
Nov 1, 2018
Merged

Keys API changes #4960

merged 5 commits into from
Nov 1, 2018

Commits on Oct 31, 2018

  1. Add private information to the user keys API

    This adjusts the keys API to give out private information to user keys if
    the current user is the owner or an admin.
    
    Signed-off-by: Andrew Thornton <[email protected]>
    zeripath committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    ad4160c View commit details
    Browse the repository at this point in the history
  2. Add private information to the deploy keys api

    This commit adds more information to the deploy keys to allow for back
    reference in to the main keys list. It also adds information about the
    repository that the key is referring to.
    
    Signed-off-by: Andrew Thornton <[email protected]>
    zeripath committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    8b85fee View commit details
    Browse the repository at this point in the history
  3. Add ability to search keys by fingerprint

    This commit adds the functionality to search ssh-keys by fingerprint of
    the ssh-key. Deploy keys per repository can also be searched. There is
    no current clear API point to allow search of all deploy keys by
    fingerprint or keyID.
    
    Signed-off-by: Andrew Thornton <[email protected]>
    zeripath committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    6bd8fb1 View commit details
    Browse the repository at this point in the history
  4. Add integration test

    zeripath committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    a1baff5 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2018

  1. Configuration menu
    Copy the full SHA
    ce53323 View commit details
    Browse the repository at this point in the history