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

Added cmdlets for add, get and remove for classification nodes, iterations and areas #286

Merged
merged 28 commits into from
May 12, 2020
Merged

Added cmdlets for add, get and remove for classification nodes, iterations and areas #286

merged 28 commits into from
May 12, 2020

Conversation

SebastianSchuetze
Copy link
Collaborator

@SebastianSchuetze SebastianSchuetze commented Mar 16, 2020

PR Summary

Adding the follwoing cmdlet

  • Add-VSTeamClassificationNode
  • Add-VSTeamIteration
  • Add-VSTeamArea
  • Get-VSTeamIteration
  • Get-VSTeamArea
  • Remove-VSTeamArea
  • Remove-VSTeamIteration
  • Remove-VSTeamClassificationNode

the last for only use the more basic functions using the ClassificationNode. But inproves usability and are basically just a wrapper.

PR Checklist

@SebastianSchuetze SebastianSchuetze changed the title topic/Add-VSTeamClassificationNode added Add-VSTeamClassificationNode and more specific cmdlets Mar 16, 2020
@DarqueWarrior
Copy link
Collaborator

I assume this is a work in progress? I only see one file changed.

@SebastianSchuetze
Copy link
Collaborator Author

SebastianSchuetze commented Mar 16, 2020

Yes, it is WIP. Just wanted to make use of the pipelines already. Then we mark PRs as in Progress in the future.

@SebastianSchuetze
Copy link
Collaborator Author

#276 is related

@SebastianSchuetze SebastianSchuetze self-assigned this Apr 19, 2020
@SebastianSchuetze SebastianSchuetze added the enhancement Improvements that do not include new features label Apr 19, 2020
@SebastianSchuetze SebastianSchuetze marked this pull request as draft April 19, 2020 18:15
@SebastianSchuetze SebastianSchuetze changed the title added Add-VSTeamClassificationNode and more specific cmdlets added cmdlets for add and update for classification nodes, iterations and areas Apr 27, 2020
@SebastianSchuetze SebastianSchuetze changed the title added cmdlets for add and update for classification nodes, iterations and areas added cmdlets for add and remove for classification nodes, iterations and areas Apr 27, 2020
@SebastianSchuetze SebastianSchuetze marked this pull request as ready for review April 27, 2020 19:24
@DarqueWarrior
Copy link
Collaborator

You want me to help you convert these functions to use the attributes?

@SebastianSchuetze
Copy link
Collaborator Author

@DarqueWarrior yes, please. I guess you talk about the changes you made?

@SebastianSchuetze
Copy link
Collaborator Author

Finally got the unit tests running. Also added Get-VSTeamIteration and Get-VSTeamArea. Now we have Add, Get and Remove cmdlets completed with unit tests.

Also adjusted to the new project attribute. I saw that there is still 3-4 cmdlet who use the old approach. I will handle it in another PR.

@SebastianSchuetze SebastianSchuetze changed the title added cmdlets for add and remove for classification nodes, iterations and areas added cmdlets for add, get and remove for classification nodes, iterations and areas May 12, 2020
@SebastianSchuetze SebastianSchuetze changed the title added cmdlets for add, get and remove for classification nodes, iterations and areas Added cmdlets for add and remove for classification nodes, iterations and areas May 12, 2020
@SebastianSchuetze SebastianSchuetze changed the title Added cmdlets for add and remove for classification nodes, iterations and areas Added cmdlets for add, get and remove for classification nodes, iterations and areas May 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvements that do not include new features
Projects
None yet
2 participants