We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63b37ed commit 02a3d61Copy full SHA for 02a3d61
pkg/app/AppListingService.go
@@ -380,6 +380,8 @@ func (impl AppListingServiceImpl) FetchAppsByEnvironmentV2(fetchAppListingReques
380
return []*AppView.AppEnvironmentContainer{}, 0, nil
381
}
382
383
+ // Currently AppStatus is available in Db for only ArgoApps
384
+ // We fetch AppStatus on the fly for Helm Apps from scoop, So AppStatus filter will be applied in last
385
// fun to check if "HIBERNATING" exists in fetchAppListingRequest.AppStatuses
386
isFilteredOnHibernatingStatus := impl.isFilteredOnHibernatingStatus(fetchAppListingRequest)
387
// remove ""HIBERNATING" from fetchAppListingRequest.AppStatuses
0 commit comments