middleware
middleware copied to clipboard
✨ Open-source DORA metrics platform for engineering teams ✨
### Description: Repo names are clipped when I search then in the integrations page ### Expected behavior: I should be able to see full names ### Actual behavior: When I...
### Description: A user might be a part of multiple orgs and while selecting the repositories, it becomes confusing to find the right org. ### Expected behavior: It would be...
### Description: I was unable to run `dev.sh` as requested because of a package version mismatch. Can we please mention the pre-req versions for each project dependency?
## Why do we need this ? TeamRepos.prod_branch is no longer used in analytics, rather TeamRepos.prod_branches is used. ## Acceptance Criteria - [ ] Find it's usages and deprecate them...
## Why do we need this ? id column that is primary key in TeamIncidentService is not required, we can drop it and use (team_id, service_id) as primary key. ##...
## Why do we need this ? The Team Repos and Team Incidents Logic should have not been added to Incident Service, Refactor it to it's own service ## Acceptance...
## Why do we need this ? Currently, the _set_unused_repos_as_inactive method defies the single responsibility, that a method should have. Decouple it and create APIs for each small part. ##...
## Why do we need this ? Currently a lot of logic for team repos is written in Repo Layer. The logic should remain in service layer. Refer #147 for...
**Why is this required?** The lead time attribute in the PullRequests model is no longer cached and should be deprecated. This change was made to align with the new calculation...