Ecosyste.ms: Timeline

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

rymarczy

rymarczy created a review on a pull request on mbta/actions

View on GitHub

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?

View on GitHub

rymarczy created a review on a pull request on mbta/actions

View on GitHub

rymarczy pushed 1 commit to rr-deploy-ephemeral-storage mbta/actions

View on GitHub

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

View on GitHub

rymarczy created a review on a pull request on mbta/actions

View on GitHub

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 pushed 1 commit to rr-deploy-ephemeral-storage mbta/actions

View on GitHub

rymarczy created a branch on mbta/actions

rr-deploy-ephemeral-storage - GitHub Actions used by MBTA projects

rymarczy created a tag on mbta/lamp

v1.2.0 - Lightweight Application for Measuring Performance

rymarczy pushed 1 commit to main mbta/lamp
  • FIX : add uint32 parquet type (#459) Bus Performance Event parquet files utilize a new parquet type unit32 that was ... 3aa9f08

View on GitHub

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 pushed 1 commit to main mbta/lamp
  • FIX: Reset RT_ALERTS Ingestion dataset on schema change (#457) The RT_ALERTS dataset that we ingest produces parquet... e08367a

View on GitHub

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 pushed 1 commit to main mbta/lamp
  • FEAT: Add tripID field to glides trip_updates ingestion #458 Ingest new tripId field from Glides kinesis stream. T... b67232c

View on GitHub

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 pushed 1 commit to fix-re-alerts-ingestion-schema-change mbta/lamp

View on GitHub

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 pushed 1 commit to main mbta/lamp
  • FEAT: Publish BUS Performance files to Tableau #455 This change reads daily bus_event files from the public S3 buc... 1b98406

View on GitHub

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

rymarczy pushed 3 commits to publish_bus_performance_tableau mbta/lamp
  • FEAT: Add `last_trip` to ingestion Trip Descriptor for GTFS-RT (#456) add last_trip field to gtfs trip descriptor ... 68bbfee
  • FEAT: Write Bus Performance metrics to S3 Bucket (#451) This change creates real-time bus performance parquet files ... e194fe8
  • publish bus files to tableau 352e11b

View on GitHub

rymarczy closed a pull request on mbta/lamp
FEAT: Write Bus Performance metrics to S3 Bucket
This change creates real-time bus performance parquet files and writes them to a partition on the S3 `PUBLIC_ARCHIVE_BUCKET`. This process has been successfully run locally (using staging bucket...
rymarczy pushed 1 commit to main mbta/lamp
  • FEAT: Add `last_trip` to ingestion Trip Descriptor for GTFS-RT (#456) add last_trip field to gtfs trip descriptor ... 68bbfee

View on GitHub

rymarczy closed a pull request on mbta/lamp
FEAT: Add `last_trip` to ingestion Trip Descriptor for GTFS-RT
Performed an audit of available GTFS-RT fields to confirm no other fields were missing from the LAMP ingestion application. `last_trip` is the only field found that was not already being ingest...
rymarczy created a review comment on a pull request on mbta/lamp
I don't think so. That assert is essentially a no-op. My guess is that it was in there as a place-holder before the full test function was written, and then it was never removed.

View on GitHub

Load more