-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #493 from ix-ax/492-correct-the-paths-to-certifica…
…tion-files-in-all-apps Correct the paths to certification files in all apps
- Loading branch information
Showing
37 changed files
with
250,864 additions
and
21 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
25 changes: 25 additions & 0 deletions
25
scripts/ready_for_review_ptku_you_plus_the_other_if_neccessary.ps1
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,25 @@ | ||
$gitStatus = git status | ||
if($gitStatus -notcontains "nothing to commit, working tree clean") | ||
{ | ||
Write-Output "Working tree is not clean. Commit and push your local changes and run this script again afterwards." | ||
} | ||
else | ||
{ | ||
$currentBranch = $(git branch --show-current) | ||
Write-Output "Working tree is clean. Marking '$currentBranch' as ready fore review" | ||
$AdditionalReviewers = Read-Host "Please enter the additional reviewers names: i.e.: my_boss_github_name, his_boss_github_name, etc. (upto the galaxy owner)" | ||
$ReviewComment = Read-Host "Please enter a comment for the reviewers, for empty press enter" | ||
Write-Output "currentBranch: $currentBranch" | ||
Write-Output "AdditionalReviewers: $AdditionalReviewers" | ||
$Reviewers = "PTKu,@me" + "," + $AdditionalReviewers | ||
$ReviewersArray = $Reviewers -split "," | ForEach-Object { $_.Trim() } | ||
$ReviewersString = $ReviewersArray -join "," | ||
$Command = "gh pr edit --add-reviewer " + $ReviewersString | ||
Invoke-Expression $Command | ||
if ($ReviewComment -ne "") { | ||
$Command = "gh pr comment -b """ + $ReviewComment + """" | ||
Invoke-Expression $Command | ||
} | ||
gh pr ready | ||
} | ||
|
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
2,721 changes: 2,721 additions & 0 deletions
2,721
src/components.abb.robotics/app/gsd/source/GSDML-V2.43-ABB-Robotics-OmniCore-20230327.xml
Large diffs are not rendered by default.
Oops, something went wrong.
2,658 changes: 2,658 additions & 0 deletions
2,658
...components.abb.robotics/app/gsd/source/gsdml-v2.33-abb-robotics-robot-device-20180814.xml
Large diffs are not rendered by default.
Oops, something went wrong.
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
7,473 changes: 7,473 additions & 0 deletions
7,473
...lluff.identification/app/gsd/source/GSDML-V2.33-Balluff-BNI-PNT-507-005-Z040-20180901.xml
Large diffs are not rendered by default.
Oops, something went wrong.
1,513 changes: 1,513 additions & 0 deletions
1,513
src/components.cognex.vision/app/gsd/source/gsdml-v2.31-cognex-dataman-20170215.xml
Large diffs are not rendered by default.
Oops, something went wrong.
1,527 changes: 1,527 additions & 0 deletions
1,527
src/components.cognex.vision/app/gsd/source/gsdml-v2.34-cognex-insightclassb-20200327.xml
Large diffs are not rendered by default.
Oops, something went wrong.
1,280 changes: 1,280 additions & 0 deletions
1,280
src/components.cognex.vision/app/gsd/source/gsdml-v2.42-cognex-datamanclassb-20220124.xml
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.