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

Metadata server running on windows #174

Merged

Commits on Nov 19, 2017

  1. create network alias for windows

    William Denton committed Nov 19, 2017
    Configuration menu
    Copy the full SHA
    330ab47 View commit details
    Browse the repository at this point in the history
  2. support for windows to start the server component in the background

    the server will fail to launch unless in an administrative shell but
    the error is descriptive
    William Denton committed Nov 19, 2017
    Configuration menu
    Copy the full SHA
    6fa9164 View commit details
    Browse the repository at this point in the history
  3. detect if the background server started successfully or not

    if the background server is not launched with administrative rights it
    will terminate immediately.
    
    There are two conditions this delay is hit:
    
    * if running in an elevated command prompt for the first time
    * not run in an elevated command prompt but it should have been
    
    So during normal operation this delay wont be encountered.
    William Denton committed Nov 19, 2017
    Configuration menu
    Copy the full SHA
    73fbee5 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2017

  1. extract StartCredentialProxy to its own function

    William Denton committed Nov 20, 2017
    Configuration menu
    Copy the full SHA
    264b3b9 View commit details
    Browse the repository at this point in the history