GabrielRMuller
GabrielRMuller
## Description Hi, I've noticed today while making a commit using VSCode's source control that the options for each file are almost impossible to see when the file is selected,...
added tests for `show`, `update` and `token_delete` in `users_controller`
Related to #789 This is how the button looks, it only appears when the repository has issues.  Although the feature is ready and tested, I do think it could...
Related to #862 I wasn't able to test one of the methods on the controller because it had a couple of errors that made the method not function properly. I...
While making tests for the class (#943), I've noticed that this method wasn't working properly because of two errors: - on line 36 the search for a `RepoSubscription` was not...
Simple tests created to analyze the basics functionalities that these links have to provide. The issue test checks if it contains a link and if the link leads to a...