-
Notifications
You must be signed in to change notification settings - Fork 88
feat: Implement arrivals-and-departures-for-location endpoint #787
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
ARCoder181105
wants to merge
31
commits into
OneBusAway:main
Choose a base branch
from
ARCoder181105:feature/arrivals-departures-for-location
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
38a7b54
feat(maglev): implement arrivals-and-departures-for-location endpoint
ARCoder181105 7c79faf
fix double prefix in situation id
ARCoder181105 f7a3490
fixes
ARCoder181105 2ee7f01
feat: achieve full parity for arrivals-and-departures-for-location en…
ARCoder181105 4c74707
fix: correct lastUpdateTime serialization, nearbyStopIds radius, and …
ARCoder181105 3c21702
style: replace map[string]interface{} with map[string]any in response…
ARCoder181105 3b9bffc
fix: block-based prediction propagation and blockTripSequence parity
ARCoder181105 5b09806
Merge branch 'OneBusAway:main' into feature/arrivals-departures-for-l…
ARCoder181105 2ae4e5a
added ASC to query.sql
ARCoder181105 074a94e
internal/restapi/arrivals_and_departures_for_location.go
ARCoder181105 b34b613
ran fmt
ARCoder181105 faeb9e1
rafactor arrivalsAndDeparturesForLocationHandler as per sonar cloud
ARCoder181105 0204e8b
Refactor arrivalsAndDeparturesForLocationHandler to reduce cognitive …
ARCoder181105 96eab9c
Refactor buildArrivalsFromLocationStopTimes to reduce cognitive compl…
ARCoder181105 1cd4a6c
Refactor location handlers to reduce Cognitive Complexity below 15
ARCoder181105 e069e08
Remove unused params variable from fetchStopTimesForDayOffset
ARCoder181105 9d3989b
Remove unused queryTime parameter from getLocationNearbyStops
ARCoder181105 16533b7
fix: achieve API parity for location arrivals (filters, layovers, fre…
ARCoder181105 17b5af7
fix: remove non-standard scheduled field and add position-based numbe…
ARCoder181105 22f6d5f
Merge branch 'main' into feature/arrivals-departures-for-location
ARCoder181105 7e11bb5
layover fix
ARCoder181105 a84f621
fix(api): add missing agency prefix to routeId and stopId in situatio…
ARCoder181105 94d3ede
updated openaAPI
ARCoder181105 de22fdf
some parity minor fixes
ARCoder181105 001e99e
Merge branch 'OneBusAway:main' into feature/arrivals-departures-for-l…
ARCoder181105 838338c
fixes the test failure dure to time
ARCoder181105 5367457
some minor revert and fixes
ARCoder181105 ccf440f
file name change added handler at the end
ARCoder181105 2223c20
Merge branch 'main' into feature/arrivals-departures-for-location
ARCoder181105 6ccc6c4
refactor(restapi): reduce cognitive complexity and parameter count in…
ARCoder181105 5da7ad8
fix: address PR feedback for location handler and tests
ARCoder181105 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.