-
Notifications
You must be signed in to change notification settings - Fork 157
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added breaking change warning and new version notification on module …
…load (#440) * added notification messages on module load * moved custom message to function * deactivate updated message calls in test tasks * added initial unit test * added module message function to psm1
- Loading branch information
1 parent
02de3c4
commit 682186d
Showing
9 changed files
with
359 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
[ | ||
{ | ||
"msg": "Module Version 8.0.0 will stop supporting all TFS (2017,2018) versions. In the future it will also only keep the newest server versions in the support.", | ||
"toDate": "14/02/2022 23:41:51", | ||
"displayFromVersion": "7.4.0", | ||
"displayToVersion": "8.0.0", | ||
"type": "warning" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
{ | ||
"url": "https://api.github.com/repos/MethodsAndPractices/vsteam/releases/56861123", | ||
"assets_url": "https://api.github.com/repos/MethodsAndPractices/vsteam/releases/56861123/assets", | ||
"upload_url": "https://uploads.github.com/repos/MethodsAndPractices/vsteam/releases/56861123/assets{?name,label}", | ||
"html_url": "https://github.com/MethodsAndPractices/vsteam/releases/tag/v7.5.0", | ||
"id": 56861123, | ||
"author": { | ||
"login": "github-actions[bot]", | ||
"id": 41898282, | ||
"node_id": "MDM6Qm90NDE4OTgyODI=", | ||
"avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", | ||
"gravatar_id": "", | ||
"url": "https://api.github.com/users/github-actions%5Bbot%5D", | ||
"html_url": "https://github.com/apps/github-actions", | ||
"followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", | ||
"following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", | ||
"gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", | ||
"starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", | ||
"subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", | ||
"organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", | ||
"repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", | ||
"events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", | ||
"received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", | ||
"type": "Bot", | ||
"site_admin": false | ||
}, | ||
"node_id": "RE_kwDOBLCmEc4DY6HD", | ||
"tag_name": "v7.5.0", | ||
"target_commitish": "trunk", | ||
"name": "v7.5.0", | ||
"draft": false, | ||
"prerelease": false, | ||
"created_at": "2022-01-11T19:15:48Z", | ||
"published_at": "2022-01-11T19:52:31Z", | ||
"assets": [{ | ||
"url": "https://api.github.com/repos/MethodsAndPractices/vsteam/releases/assets/53730365", | ||
"id": 53730365, | ||
"node_id": "RA_kwDOBLCmEc4DM9w9", | ||
"name": "VSTeam.7.5.0.181.nupkg", | ||
"label": "", | ||
"uploader": { | ||
"login": "github-actions[bot]", | ||
"id": 41898282, | ||
"node_id": "MDM6Qm90NDE4OTgyODI=", | ||
"avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", | ||
"gravatar_id": "", | ||
"url": "https://api.github.com/users/github-actions%5Bbot%5D", | ||
"html_url": "https://github.com/apps/github-actions", | ||
"followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", | ||
"following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", | ||
"gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", | ||
"starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", | ||
"subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", | ||
"organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", | ||
"repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", | ||
"events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", | ||
"received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", | ||
"type": "Bot", | ||
"site_admin": false | ||
}, | ||
"content_type": "raw", | ||
"state": "uploaded", | ||
"size": 199557, | ||
"download_count": 1, | ||
"created_at": "2022-01-11T19:52:32Z", | ||
"updated_at": "2022-01-11T19:52:32Z", | ||
"browser_download_url": "https://github.com/MethodsAndPractices/vsteam/releases/download/v7.5.0/VSTeam.7.5.0.181.nupkg" | ||
}], | ||
"tarball_url": "https://api.github.com/repos/MethodsAndPractices/vsteam/tarball/v7.5.0", | ||
"zipball_url": "https://api.github.com/repos/MethodsAndPractices/vsteam/zipball/v7.5.0", | ||
"body": "## What's Changed\n* Exclude cmdlet Get-VSTeamAccounts from PSAnalyzer plural rule by @SebastianSchuetze in https://github.com/MethodsAndPractices/vsteam/pull/416\n* Added Wiki cmdlets by @gm0d in https://github.com/MethodsAndPractices/vsteam/pull/414\n* Update-VSTeamNuGetPackageVersion added missing project parameter by @SebastianSchuetze in https://github.com/MethodsAndPractices/vsteam/pull/422\n* Migrated Azure Pipelines to Github Actions by @SebastianSchuetze in https://github.com/MethodsAndPractices/vsteam/pull/432\n* Fix Update-VSTeamUserEntitlement to correctly use contentype application/json-patch+json by @thahif in https://github.com/MethodsAndPractices/vsteam/pull/430\n* Multiple bug fixes for github workflow by @SebastianSchuetze in https://github.com/MethodsAndPractices/vsteam/pull/434\n\n## New Contributors\n* @gm0d made their first contribution in https://github.com/MethodsAndPractices/vsteam/pull/414\n* @thahif made their first contribution in https://github.com/MethodsAndPractices/vsteam/pull/430\n\n**Full Changelog**: https://github.com/MethodsAndPractices/vsteam/compare/v7.4.0...v7.5.0", | ||
"discussion_url": "https://github.com/MethodsAndPractices/vsteam/discussions/435", | ||
"mentions_count": 3 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
[ | ||
{ | ||
"msg": "Message for minimum version 5.6.0", | ||
"toDate": "2099-02-14 13:36:17Z", | ||
"displayFromVersion": "5.6.0", | ||
"type": "info" | ||
}, | ||
{ | ||
"msg": "Message for minimum version 7.0.0", | ||
"toDate": "2099-02-13 13:36:17Z", | ||
"displayFromVersion": "7.0.0", | ||
"type": "warning" | ||
}, | ||
{ | ||
"msg": "Message for minimum version 6.9.0", | ||
"toDate": "2021-12-31 23:59:59Z", | ||
"displayFromVersion": "6.9.0", | ||
"type": "warning" | ||
}, | ||
{ | ||
"msg": "Message for minimum version 7.8.0 to maximum version 8.0.0", | ||
"toDate": "2099-12-31 23:59:59Z", | ||
"displayFromVersion": "7.8.0", | ||
"displayToVersion": "8.0.0", | ||
"type": "warning" | ||
} | ||
] |
Oops, something went wrong.