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

Lipkau feature/get edit medta #65

Merged
merged 9 commits into from
Dec 30, 2016
Merged

Commits on Nov 8, 2016

  1. Configuration menu
    Copy the full SHA
    13f28c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8866c90 View commit details
    Browse the repository at this point in the history
  3. added Unit Tests

    lipkau committed Nov 8, 2016
    Configuration menu
    Copy the full SHA
    f01aed7 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2016

  1. Configuration menu
    Copy the full SHA
    c2f307a View commit details
    Browse the repository at this point in the history
  2. fixed name of Function file

    lipkau committed Nov 9, 2016
    Configuration menu
    Copy the full SHA
    1f361bf View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2016

  1. Merge branch 'feature/GetEditMedta' of git://github.com/lipkau/PSJira…

    … into lipkau-feature/GetEditMedta
    replicaJunction committed Dec 30, 2016
    Configuration menu
    Copy the full SHA
    b392555 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62fd98f View commit details
    Browse the repository at this point in the history
  3. Added InModuleScope tag

    Test was failing because ConvertFrom-Json2 is not defined as public, so it wasn't a known PS command when the test was run outside the scope of the module.
    replicaJunction committed Dec 30, 2016
    Configuration menu
    Copy the full SHA
    d8b989f View commit details
    Browse the repository at this point in the history
  4. Corrected JSON syntax and adjusted formatting

    There was an extra bracket at the end of the JSON {found using an external JSON tool).
    
    Also reduced the number of spaces in the JSON for convenience.
    replicaJunction committed Dec 30, 2016
    Configuration menu
    Copy the full SHA
    3c55d95 View commit details
    Browse the repository at this point in the history