Skip to content

Commit

Permalink
Merge pull request #78 from hpi-swa-teaching/issue/68-remove-info-for…
Browse files Browse the repository at this point in the history
…-remote-testing-entities

Remove Info Buttons for Remote Testing Entities
  • Loading branch information
SebastianWagner2 authored Jun 6, 2021
2 parents 80d9f30 + 8f45339 commit 26d6ef4
Show file tree
Hide file tree
Showing 36 changed files with 6 additions and 205 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ gitHubActionFunctionalityDictionary
'Resume' -> #resumeSelectedGitHubActions.
'Run' -> #resumeSelectedGitHubActions.
'Edit' -> #editGitHubActions.
'Info' -> #infoGitHubActions.
'Results' -> #resultsGitHubActions.
'Remove' -> #removeSelectedGitHubActions
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,5 @@ testingEntityInfoDictionary

^ IdentityDictionary
newFrom: {
#watcher -> ATDDWatcherInfo.
#travisStatus -> ATDDTravisStatusInfo.
#gitHubAction -> ATDDGitHubActionInfo
#watcher -> ATDDWatcherInfo
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ travisStatusFunctionalityDictionary
'Resume' -> #resumeSelectedTravisStatuses.
'Run' -> #resumeSelectedTravisStatuses.
'Edit' -> #editTravisStatuses.
'Info' -> #infoTravisStatuses.
'Results' -> #resultsTravisStatuses.
'Remove' -> #removeSelectedTravisStatuses
}

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"changedWatchers" : "ng 6/3/2021 15:05",
"defaultButtonHeight" : "vxr 7/4/2019 18:31",
"defaultExtent" : "swi 6/5/2019 16:49",
"gitHubActionFunctionalityDictionary" : "sw 5/28/2021 11:54",
"gitHubActionFunctionalityDictionary" : "BF 6/5/2021 20:04",
"gitHubActionListDictionary" : "ClassTest 5/30/2021 16:29",
"gitHubActionUIDictionary" : "sw 5/28/2021 11:54",
"globalFunctionalityDictionary" : "OM 6/6/2021 14:35",
Expand All @@ -22,10 +22,10 @@
"testingEntitiesAmount" : "ClassTest 5/29/2021 00:05",
"testingEntityEditorDictionary" : "ClassTest 5/28/2021 23:58",
"testingEntityHeaderDictionary" : "ClassTest 5/30/2021 15:55",
"testingEntityInfoDictionary" : "ClassTest 5/30/2021 15:55",
"testingEntityInfoDictionary" : "BF 6/5/2021 20:08",
"testingEntityResultsDictionary" : "ClassTest 5/30/2021 15:55",
"testingEntityUIDictionary" : "ClassTest 5/30/2021 15:55",
"travisStatusFunctionalityDictionary" : "sw 5/28/2021 11:52",
"travisStatusFunctionalityDictionary" : "BF 6/5/2021 20:05",
"travisStatusListDictionary" : "ClassTest 5/30/2021 16:29",
"travisStatusUIDictionary" : "ClassTest 5/30/2021 16:17",
"update" : "ng 6/4/2021 19:39",
Expand Down Expand Up @@ -63,8 +63,6 @@
"headerForTestingEntity:" : "BF 5/30/2021 15:22",
"headerFrame" : "BF 5/30/2021 14:53",
"heightPerTestingEntity" : "ClassTest 5/29/2021 00:05",
"infoGitHubActions" : "sw 5/26/2021 00:01",
"infoTravisStatuses" : "sw 5/26/2021 00:01",
"infoWatchers" : "sw 5/26/2021 00:01",
"label" : "vxr 7/4/2019 18:32",
"listFrame" : "ClassTest 5/30/2021 16:13",
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,5 @@ testingEntityDictionary

^ IdentityDictionary
newFrom: {
#watcher -> ATDDWatcherInfo.
#travisStatus -> ATDDTravisStatusInfo.
#gitHubAction -> ATDDGitHubActionInfo
#watcher -> ATDDWatcherInfo
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"defaultExtent" : "swi 6/19/2019 14:51",
"defaultInputFieldHeight" : "vxr 6/20/2019 12:22",
"label" : "ls 7/25/2019 07:45",
"testingEntityDictionary" : "ClassTest 5/30/2021 00:07" },
"testingEntityDictionary" : "BF 6/5/2021 20:08" },
"instance" : {
"buildAdditionalInputFieldsWith:" : "vxr 6/20/2019 11:57",
"buildWith:" : "sw 5/26/2021 00:07",
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,5 @@
"testResumeButtonResumesSelectedWatcher" : "ng 6/3/2021 12:42",
"testRunAllButtonRunsEverything" : "ng 6/3/2021 12:43",
"testRunButtonRunsSelectedWatcher" : "ng 6/3/2021 12:43",
"testTravisInfoButtonWorks" : "ng 6/3/2021 12:49",
"testWatcherInfoButtonWorks" : "ng 6/3/2021 12:50",
"testWatcherResultsButtonWorks" : "ng 6/3/2021 12:51" } }

0 comments on commit 26d6ef4

Please sign in to comment.