Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
rymarczy pushed 1 commit to main mbta/dmap-import
- CHORE: Add new ods-qlik tables (#33) This change adds new tables to the ods-qlik loader process. All tables were tes... eb0c5f6
rymarczy closed a pull request on mbta/dmap-import
CHORE: Add new ods-qlik tables
This change adds new tables to the ods-qlik loader process. All tables were tested locally and loaded with no errors. The `EDW.DEVICE_EVENT` table is quite large. Locally the history table is 1...rymarczy created a review comment on a pull request on mbta/dmap-import
@grejdi-mbta added KPI tables.
rymarczy pushed 1 commit to main mbta/dmap-import
- [dmap-import] FEAT: Log error when DMAP API file contains no records (#32) The change logs an Error/Exception if dma... 32448bc
rymarczy closed a pull request on mbta/dmap-import
[dmap-import] FEAT: Log error when DMAP API file contains no records.
The change logs an Error/Exception if dmap-import API download contains no records. Cubic should not be publishing API downloads without records. This change will propagate notifications of emp...rymarczy created a comment on a pull request on mbta/dmap-import
> We explicitly asked Cubic to publish DMAP entries without records, so that we can tell that DMAP is working even if there are no records for a particular extract. Asana task: https://app.asana.co...
rymarczy opened a pull request on mbta/dmap-import
[dmap-import] FEAT: Log error when DMAP API file contains no records.
The change logs an Error/Exception if dmap-import API download contains no records. Cubic should not be publishing API downloads without records. This change will propagate notifications of emp...rymarczy created a branch on mbta/dmap-import
rr-dmap-error-empty-dataset - Import DMAP data into a PostgreSQL database
rymarczy closed a pull request on mbta/lamp
FIX: Bump dataset versions to load back-filled revenue data
This change bumps the datasets versions for "subway-on-time-performance-v1" and "LAMP_ALL_RT_fields" so they will incorporate the historical revenue data that has been backfilled by our ad-hoc task...rymarczy opened a pull request on mbta/actions
Drop run-ecs-fargate-task
The `run-ecs-fargate-task` has been superseded by the `ecs-run-task`. A search of all `mbta` repos returned no results showing active use of the `run-ecs-fargate-task` task. Asana task: htt...rymarczy created a branch on mbta/actions
rr-remove-run-ecs-fargate-task - GitHub Actions used by MBTA projects
rymarczy pushed 1 commit to main mbta/actions
- FEAT: new ecs-run-task action for starting EventBridge tasks via GHA (#62) The change adds a new action that allows ... 2b75f00
rymarczy closed a pull request on mbta/actions
FEAT: new ecs-run-task action for starting EventBridge tasks via GHA
The change adds a new action that allows an ECS task, that is usually run via EventBridge scheduling, to be manually started via Github Action. A version of this action is already in use in the...rymarczy created a review comment on a pull request on mbta/actions
Generally, they are designed to not run continuously. The service starts, does some work and then exits when the work is complete. They are kind of like long running lambda functions.
rymarczy opened a pull request on mbta/lamp
FIX: Bump dataset versions to load back-filled revenue data
This change bumps the datasets versions for "subway-on-time-performance-v1" and "LAMP_ALL_RT_fields" so they will incorporate the historical revenue data that has been backfilled by our ad-hoc task...rymarczy created a branch on mbta/lamp
bump-rail-datasets-revenue - Lightweight Application for Measuring Performance
rymarczy pushed 1 commit to main mbta/dmap-import
- FEAT: run dmap-import task via GHA (#31) New Github action for manually triggering run of dmap-import task. 974ead5
rymarczy closed a pull request on mbta/dmap-import
FEAT: run dmap-import task via GHA
New Github action for manually triggering run of `dmap-import` task. Relies on a couple other PRs to be implemented: https://github.com/mbta/actions/pull/62 https://github.com/mbta/devops/pu...rymarczy opened a pull request on mbta/dmap-import
FEAT: run dmap-import task via GHA
New Github action for manually triggering run of `dmap-import` task. Relies on a couple other PRs to be implemented: https://github.com/mbta/actions/pull/62 https://github.com/mbta/devops/pu...rymarczy opened a pull request on mbta/actions
FEAT: new ecs-run-task action for starting EventBridge tasks via GHA
The change adds a new action that allows an ECS task, that is usually run via EventBridge scheduling, to be manually started via Github Action. A version of this action is already in use in the...rymarczy created a branch on mbta/actions
rr-ecs-run-task-action - GitHub Actions used by MBTA projects