middleware
middleware copied to clipboard
✨ Open-source DORA metrics platform for engineering teams ✨
### Problem Our current PR cycle time calculation has inaccuracies for PRs that start in draft state. We currently measure: ``` cycle_time = (time when PR state changed) - (time...
Bumps the npm_and_yarn group in /web-server with 2 updates: [axios](https://github.com/axios/axios) and [cross-spawn](https://github.com/moxystudio/node-cross-spawn). Updates `axios` from 1.7.7 to 1.7.8 Release notes Sourced from axios's releases. Release v1.7.8 Release notes: Bug Fixes...
## Linked Issue(s) #598 ## Acceptance Criteria fulfillment - [x] **Enable HTTP/2 in development mode.** - [ ] **Enable HTTP/2 in production mode .** - [ ] **Generate automated self-signed...
## Linked Issue(s) None ## Acceptance Criteria fulfillment None ## Proposed changes (including videos or screenshots) I just fixed a typo in the readme. ## Further comments None ## Summary...
## Linked Issue(s) Closes #207 ## Acceptance Criteria Fulfillment - [x] Added a Python backend API to fetch a team’s pull requests merged without any review. ## Proposed Changes -...
### Description: The order and content of logs in UI for all services is inconsistent with actual log file in container. Some of the logs are being rendered twice as...
### Description: The readme refers to "Run in Ona" at Developer Setup > Using GitPod. Clicking the button creates an Ona environment but fails to build middleware. ### Steps to...
### Description: Client-side requests 400 when self-hosting. ### Steps to reproduce: 1. visit https://fe-dora.onrender.com/welcome (this instance can have cold start or be interrupted) 2. check devtool request against `https://fe-dora.onrender.com/api/auth/session` This...
## Proposed changes (including videos or screenshots) Add healthcheck routes that can be used with Kubernetes readiness processes. Two routes have been added: - `/ping` that return a plain text...
## Why do we need this ? It would be great to have Single Sign-On (SSO) options for login, such as Okta, Google, Microsoft, and generic OAuth. This would enhance...