Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
rymarczy created a review comment on a pull request on mbta/actions
I put the same function in each file. Did you mean to have one function in a separate file and source that file into both deploy scrips?
rymarczy created a review comment on a pull request on mbta/actions
They should be the same between the two files, I can work on moving them into a function
rymarczy opened a pull request on mbta/actions
FEAT: register-task-definition with ephemeral-storage during deploy
I have been working to add an option to specify `ephemeral-storage` values for ECS Task Definitions with https://github.com/mbta/terraform_modules/pull/48 and https://github.com/mbta/terraform_modu...rymarczy created a branch on mbta/actions
rr-deploy-ephemeral-storage - GitHub Actions used by MBTA projects
rymarczy closed a pull request on mbta/lamp
FIX: Add parquet uint32 type to hyper file type mapping
Bus Performance Event parquet files utilize a new parquet type `unit32` that was not properly being converted to it's hyper file type equivalent. This change adds the correct type mapping.rymarczy opened a pull request on mbta/lamp
FIX: Add parquet uint32 type to hyper file type mapping
Bus Performance Event parquet files utilize a new parquet type `unit32` that was not properly being converted to it's hyper file type equivalent. This change adds the correct type mapping.rymarczy created a branch on mbta/lamp
fix-new-tableau-hyper-dtype - Lightweight Application for Measuring Performance
rymarczy closed a pull request on mbta/lamp
FIX: Reset RT_ALERTS Ingestion dataset on schema change
The RT_ALERTS dataset that we ingest produces parquet files that contain columns consisting of struct types. If the struct type of the column changes, a newly ingested dataset can not be merged wit...rymarczy closed a pull request on mbta/lamp
FEAT: Add tripID field to glides trip_updates ingestion
Ingest new `tripId` field from Glides kinesis stream. This field is flattened into it's own column, so merging with existing datasets should cause no issues. Asana Task: https://app.asana.com/0...rymarczy opened a pull request on mbta/lamp
FEAT: Add tripID field to glides trip_updates ingestion
Ingest new `tripId` field from Glides kinesis stream. This field is flattened into it's own column, so merging with existing datasets should cause no issues. Asana Task: https://app.asana.com/0...rymarczy created a branch on mbta/lamp
feat_add_TripId_glides_ingest - Lightweight Application for Measuring Performance
rymarczy opened a pull request on mbta/lamp
FIX: Reset RT_ALERTS Ingestion dataset on schema change
The RT_ALERTS dataset that we ingest produces parquet files that contain columns consisting of struct types. If the struct type of the column changes, a newly ingested dataset can not be merged wit...rymarczy closed a pull request on mbta/lamp
FEAT: Publish BUS Performance files to Tableau
This PR is currently sitting on top of https://github.com/mbta/lamp/pull/451 I can re-base once #451 is merged into main. This change reads daily bus_event files from the public S3 bucket, co...rymarczy created a branch on mbta/lamp
fix-re-alerts-ingestion-schema-change - Lightweight Application for Measuring Performance