Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maintanance and added IsNull method #72

Merged
merged 12 commits into from
Sep 10, 2023
Merged

Maintanance and added IsNull method #72

merged 12 commits into from
Sep 10, 2023

Conversation

coenm
Copy link
Owner

@coenm coenm commented Aug 30, 2023

  • Remove CanHandleMultipleRepositories() method from interface,
  • Changed signature Enumerable<RepositoryActionBase> IActionToRepositoryActionMapper.Map(RepositoryAction action, IEnumerable<Repository> repository, ActionMapperComposition actionMapperComposition) from IEnumerable<Repository> to single Repository.
  • using more and more of IRepository instead of Repository
  • Bugfix in loading repository specific configuration. Wrong file was loaded.
  • New method: IsNullMethod (ie IsNull(..) to be used in actions.
  • Add logging to measure the time of loading the context menu

@sonarcloud
Copy link

sonarcloud bot commented Sep 8, 2023

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

20.0% 20.0% Coverage
0.0% 0.0% Duplication

idea Catch issues before they fail your Quality Gate with our IDE extension sonarlint SonarLint

@coenm coenm added bug 🐛 Bug Fixes enhancement 🚀 Enhancements breaking-change 🚨 Breaking Changes labels Sep 9, 2023
@coenm coenm changed the title Maintanance Maintanance and added IsNull method Sep 10, 2023
@coenm coenm merged commit ad63317 into main Sep 10, 2023
4 of 5 checks passed
@coenm coenm deleted the feature/maintanance branch September 10, 2023 07:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking-change 🚨 Breaking Changes bug 🐛 Bug Fixes enhancement 🚀 Enhancements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant