-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Use new predictions V2 channel behind feature flag (#423)
* refactor: PredctionsStreamDataResponse => PredictionsWithAssociations * test(PredictionsRepository): tests for v2 channel * test(PredictionsByStopJoinResponse): unit tests for static funcs * feat(StopDetailsPage): Using v2 predictions channel * fix(PredictionsRepositoryTests): Fix mock * fix(android tests): Add connectV2 stub * fix(NearbyTransitPageTest): one more missing connectV2 * fix(AppVariant): restore staging * fix(PredictionsRepositoryTests): fix test failing on ios * fix: resolve bad merge resolution in MockPredictionsRepository' * Update iosApp/iosApp/Pages/NearbyTransit/NearbyTransitView.swift Co-authored-by: Melody Horn <[email protected]> * test(StopDetailsPageTest): actually assert that departures are updated * refactor(PredictionsByStopJoinResponse): move functions out of companion --------- Co-authored-by: Melody Horn <[email protected]>
- Loading branch information
1 parent
e792b6e
commit 20151ec
Showing
19 changed files
with
1,137 additions
and
159 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
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
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
Oops, something went wrong.