homer icon indicating copy to clipboard operation
homer copied to clipboard

Homer is a Slack bot intended to help you to easily share and follow Gitlab merge requests.

Results 12 homer issues
Sort by recently updated
recently updated
newest added

**Currently** The rule is an exact match. For example if the gitlab username is `[email protected]` it will try to find a slack user based exactly on this criteria. In some...

Error message `Failed to to fetch slack user with emails ***` is displayed because it's hardcoded. [Line code](https://github.com/ManoManoTech/homer/blob/main/src/core/services/slack.ts#L98-L99) I can open an MR if you want

I've stumbled upon this project today and was wondering: wouldn't it be possible to implement mechanism for drawing reviewers? In larger teams it would be great if every member was...

enhancement

``` POSTGRES_PORT=5432 POSTGRES_DATABASE_NAME=homer ```

enhancement

Not sure how feasible this is, but it might be nice to be able to generate a calendar (an ICS file) of the releases.

enhancement

The logging part to make homer production ready requires some documentation. The code for logging is [here](https://github.com/ManoManoTech/homer/blob/main/src/core/services/logger.ts#L12-L19)

Here is an example on how to do so: https://github.com/doctrine/collections/blob/2.2.x/.github/dependabot.yml

good first issue