Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

rymarczy

rymarczy opened a pull request on mbta/dmap-import
FIX: Also Drop Tables for migration
I thought these tables get automatically dropped if we delete the status file, but that is not the case. Explicitly drop these tables when deleting the status files to force full table reset.
rymarczy created a branch on mbta/dmap-import

hotfix-drop-null-tables - Import DMAP data into a PostgreSQL database

rymarczy created a tag on mbta/dmap-import

v1.2.8 - Import DMAP data into a PostgreSQL database

rymarczy pushed 1 commit to main mbta/dmap-import
  • FIX: Handle NULL values in Key columns for Update operation (#36) This change joins Primary Key columns using IS NOT... 3c224db

View on GitHub

rymarczy closed a pull request on mbta/dmap-import
FIX: Handle NULL values in Key columns for Update operation
PR #34 allowed ODS Primary Key columns to contain NULL values. However, this change broke our updating process because NULL != NULL when doing JOIN operations. This change joins Primary Key col...
rymarczy opened a pull request on mbta/dmap-import
FIX: Handle NULL values in Key columns for Update operation
PR #34 allowed ODS Primary Key columns to contain NULL values. However, this change broke our updating process because NULL != NULL when doing JOIN operations. This change joins Primary Key col...
rymarczy pushed 1 commit to fix-null-primary-key-updates mbta/dmap-import
  • handle null key column updates 7fb8bf6

View on GitHub

rymarczy created a branch on mbta/dmap-import

fix-null-primary-key-updates - Import DMAP data into a PostgreSQL database

rymarczy pushed 1 commit to main mbta/lamp
  • FIX: Upgrade pm_event_id coumns to BIGINT Type (#473) This change updates the pm_event_id columns from int to bigint... e5b923a

View on GitHub

rymarczy closed a pull request on mbta/lamp
FIX: Upgrade pm_event_id coumns to BIGINT Type
Staging started throwing errors because the pm_event_id column ran out of integer numbers. This change updates the pm_event_id columns from int to bigint so we don't run out of keys.
rymarczy pushed 1 commit to fix-upgrade-event-id-big-int mbta/lamp

View on GitHub

rymarczy pushed 1 commit to fix-upgrade-event-id-big-int mbta/lamp

View on GitHub

rymarczy pushed 1 commit to fix-upgrade-event-id-big-int mbta/lamp

View on GitHub

rymarczy created a branch on mbta/lamp

fix-upgrade-event-id-big-int - Lightweight Application for Measuring Performance

rymarczy created a review on a pull request on mbta/dmap-import
Tested locally and the table loaded without error. :cake:

View on GitHub

rymarczy created a tag on mbta/lamp

v1.2.5 - Lightweight Application for Measuring Performance

rymarczy pushed 1 commit to main mbta/lamp
  • FIX: Compressed GTFS Edge Case (#472) This change updates local folder creation for the compress-gtfs process to cre... 7df9a5e

View on GitHub

rymarczy closed a pull request on mbta/lamp
FIX: Compressed GTFS Edge Case
I believe we ran into an edge case because for the GTFS Compression process because a new schedule was issued on new years eve. This change creates a local year folder for 1 extra year in the fu...
rymarczy opened a pull request on mbta/lamp
FIX: Compressed GTFS Edge Case
I believe we ran into an edge case because for the GTFS Compression process because a new schedule was issued on new years eve. This change creates a local year folder for 1 extra year in the fu...
rymarczy created a branch on mbta/lamp

gtfs-compress-new-year-edge - Lightweight Application for Measuring Performance