middleware icon indicating copy to clipboard operation
middleware copied to clipboard

✨ Open-source DORA metrics platform for engineering teams ✨

Results 110 middleware issues
Sort by recently updated
recently updated
newest added

### 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...

bug

### 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...

enhancement
javascript
web-server

### 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?

bug
good first issue
help wanted
dev experience
hacktoberfest

## 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...

enhancement
good first issue
hacktoberfest

## 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. ##...

enhancement
good first issue

## 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...

enhancement
good first issue

## 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. ##...

enhancement
good first issue
hacktoberfest

## 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...

enhancement
good first issue

**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...

enhancement
good first issue