Add Filtering, HealthCheck, Better Tests (#350)

feat: add filtering when choosing merge requests (#346)
feat: Add healthcheck (#345)
refactor: Move to gomock (#349)
feat: Makes the remote of the plugin configurable (#348)

This is a #MINOR release.
This commit is contained in:
Harrison (Harry) Cramer
2024-08-23 14:01:59 -04:00
committed by GitHub
parent aa5d3c1f52
commit 4ae623cd65
61 changed files with 2174 additions and 1082 deletions

View File

@@ -29,9 +29,6 @@ To view these help docs and to get more detailed help information, please run `:
This will checkout the branch locally, and open the plugin's reviewer pane.
NOTE: At the moment, the plugin assumes that the remote where you want to merge your feature branch
is called "origin".
For more detailed information about the Lua APIs please run `:h gitlab.nvim.api`
## Installation