Skip to content

Commit 11bd343

Browse files
Remove /api/v1/viewTest.php API endpoint (Kitware#3734)
Thanks to significant work over the course of the last few months, this endpoint is no longer used by CDash itself, and can thus be removed.
1 parent 53397fb commit 11bd343

22 files changed

Lines changed: 210 additions & 2533 deletions

app/Http/Controllers/FilterController.php

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -108,15 +108,6 @@ private static function getFiltersForPage(string $page_id): array
108108
'testoutput',
109109
'time',
110110
],
111-
'viewTest.php' => [
112-
'details',
113-
'label',
114-
'status',
115-
'subproject',
116-
'testname',
117-
'timestatus',
118-
'time',
119-
],
120111
'testOverview.php' => [
121112
'buildname',
122113
'subproject',
@@ -135,8 +126,6 @@ private static function isDatePage(string $page_id): bool
135126
case 'testOverview.php':
136127
case 'viewBuildGroup.php':
137128
return true;
138-
139-
case 'viewTest.php':
140129
default:
141130
return false;
142131
}

app/Http/Controllers/ViewTestController.php

Lines changed: 0 additions & 114 deletions
This file was deleted.

0 commit comments

Comments
 (0)