aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/update-stops-data.yml
AgeCommit message (Collapse)Author
2025-11-30Refactor street name processing and remove unused stop downloader scriptAriel Costas Guerrero
- Updated `street_name.py` to simplify street name handling by removing the `re_remove_street_type` regex and exception streets list, replacing them with a dictionary for name replacements. - Deleted the `download-stops.py` script from the Santiago stop downloader, which was no longer needed. - Removed the empty `.gitkeep` file from the overrides directory. - Added a new `VigoController` class to handle stop estimates and timetables, including error handling for missing data. - Introduced `LineFormatterService` to format circulation routes based on specific line conditions.
2025-11-07Remove outdated stop overrides and examples for Vigo transit dataAriel Costas Guerrero
2025-10-22Fix commit and push stuffAriel Costas Guerrero
2025-10-21Implement new Santiago region (WIP)Ariel Costas Guerrero
2025-10-09Reuse existing branch and PR for stops data updates Ariel Costas Guerrero
- Check for existing open PR before creating new branch - Checkout and update existing branch instead of creating timestamped ones - Use force-with-lease to safely update branch with new data - Add timestamped comment to existing PR instead of closing/recreating - Fetch all branches to ensure existing branch is available
2025-06-03Replace AI slop for deleting branch for an actual git commandAriel Costas Guerrero
2025-05-28Fix download scriptAriel Costas Guerrero
2025-05-26Replace Azure SWA with custom serverAriel Costas Guerrero
2025-05-23Update workflowsAriel Costas Guerrero
2025-04-21Replace base python by UVAriel Costas Guerrero
2025-04-20Update stop overridesAriel Costas Guerrero