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

Vpnaas: Create VPN service #760

Merged
merged 23 commits into from
Feb 18, 2018
Merged

Commits on Feb 8, 2018

  1. Added create method for vpn services

    sreinkemeier committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    68aec77 View commit details
    Browse the repository at this point in the history
  2. Added urls to urls file

    sreinkemeier committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    1eacf5a View commit details
    Browse the repository at this point in the history
  3. Added results file for create method

    sreinkemeier committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    c14e678 View commit details
    Browse the repository at this point in the history
  4. Created unit test for vpn service creation

    sreinkemeier committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    16586dd View commit details
    Browse the repository at this point in the history
  5. Added missing extract method to results file

    sreinkemeier committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    9c6e4ca View commit details
    Browse the repository at this point in the history
  6. Made parameter in create API compliant

    sreinkemeier committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    e204816 View commit details
    Browse the repository at this point in the history
  7. Made flavorId parameter optional, fixed unit tests

    sreinkemeier committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    19cfa7c View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2018

  1. Removed space in struct definition

    sreinkemeier committed Feb 14, 2018
    Configuration menu
    Copy the full SHA
    7cbe100 View commit details
    Browse the repository at this point in the history
  2. removed comma in struct

    sreinkemeier committed Feb 14, 2018
    Configuration menu
    Copy the full SHA
    9df9d98 View commit details
    Browse the repository at this point in the history
  3. formatting

    sreinkemeier committed Feb 14, 2018
    Configuration menu
    Copy the full SHA
    fe9da82 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2018

  1. added documentation file doc.go

    sreinkemeier committed Feb 15, 2018
    Configuration menu
    Copy the full SHA
    1cf2dbb View commit details
    Browse the repository at this point in the history
  2. added descriptive comments to fields

    sreinkemeier committed Feb 15, 2018
    Configuration menu
    Copy the full SHA
    d4b3c20 View commit details
    Browse the repository at this point in the history
  3. renamed ToVPNServiceCreateMap to ToServiceCreateMap

    sreinkemeier committed Feb 15, 2018
    Configuration menu
    Copy the full SHA
    acfd9fa View commit details
    Browse the repository at this point in the history
  4. removed faulty description of subnet ID

    sreinkemeier committed Feb 15, 2018
    Configuration menu
    Copy the full SHA
    644a052 View commit details
    Browse the repository at this point in the history
  5. removed field project_id

    sreinkemeier committed Feb 15, 2018
    Configuration menu
    Copy the full SHA
    97f146c View commit details
    Browse the repository at this point in the history
  6. Added acceptance test for vpn service creation

    sreinkemeier committed Feb 15, 2018
    Configuration menu
    Copy the full SHA
    2c9df10 View commit details
    Browse the repository at this point in the history
  7. Removed unnecessary print statement

    sreinkemeier committed Feb 15, 2018
    Configuration menu
    Copy the full SHA
    325cf51 View commit details
    Browse the repository at this point in the history
  8. Formatting

    sreinkemeier committed Feb 15, 2018
    Configuration menu
    Copy the full SHA
    3ee1884 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2018

  1. formatting doc.go file

    sreinkemeier committed Feb 16, 2018
    Configuration menu
    Copy the full SHA
    ede2826 View commit details
    Browse the repository at this point in the history
  2. Changed example in doc.go to verified working example. Also edited so…

    …me formatting on inline comments
    sreinkemeier committed Feb 16, 2018
    Configuration menu
    Copy the full SHA
    c8c578c View commit details
    Browse the repository at this point in the history
  3. Fixed inline formatting for results.go

    sreinkemeier committed Feb 16, 2018
    Configuration menu
    Copy the full SHA
    c529c58 View commit details
    Browse the repository at this point in the history
  4. Added comparison to created object at the end

    sreinkemeier committed Feb 16, 2018
    Configuration menu
    Copy the full SHA
    d5115ce View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2018

  1. Changed individual attribute comparisons in unit test to struct compa…

    …rison. Also changed AdminStateUp type from *bool to bool
    sreinkemeier committed Feb 17, 2018
    Configuration menu
    Copy the full SHA
    2dc358c View commit details
    Browse the repository at this point in the history