Skip to content

MkChecks implementation#1622

Merged
rultor merged 3 commits intojcabi:masterfrom
volodya-lombrozo:mk_checks
Mar 23, 2023
Merged

MkChecks implementation#1622
rultor merged 3 commits intojcabi:masterfrom
volodya-lombrozo:mk_checks

Conversation

@volodya-lombrozo
Copy link
Copy Markdown
Contributor

I started implementing a feature related to Checks, but I quickly realized that I lacked testing capabilities. Therefore, I decided to improve my implementation by adding correct implementations of MkChecks and MkCheck. In my pull request, I added the following changes:

  1. Implemented MkChecks and MkCheck.
  2. Added tests for MkChecks and MkCheck.
  3. Moved the Status and Conclusion enums into the Check interface.

Please, let me know if that PR too big, I'll try to split it.

@volodya-lombrozo
Copy link
Copy Markdown
Contributor Author

@yegor256 Could you have a look, please?

pom.xml Outdated
<version>31.1-jre</version>
</dependency>
<dependency>
<groupId>org.cactoos</groupId>
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@volodya-lombrozo can't you use Guava instead? It's already in the list of dependencies and provides the same functionality of turning an Iterable to a List.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@yegor256 Done. Could you have a look, again, please?

@volodya-lombrozo
Copy link
Copy Markdown
Contributor Author

@yegor256 Reminder

@yegor256
Copy link
Copy Markdown
Member

@rultor merge

@rultor
Copy link
Copy Markdown
Contributor

rultor commented Mar 23, 2023

@rultor merge

@yegor256 OK, I'll try to merge now. You can check the progress of the merge here

@rultor rultor merged commit 9dd5d2e into jcabi:master Mar 23, 2023
@rultor
Copy link
Copy Markdown
Contributor

rultor commented Mar 23, 2023

@rultor merge

@yegor256 Done! FYI, the full log is here (took me 3min)

@volodya-lombrozo
Copy link
Copy Markdown
Contributor Author

@yegor256 Could you release a new version, please? 1.6.1 I guess.

@yegor256
Copy link
Copy Markdown
Member

@rultor release, tag is 1.6.1

@rultor
Copy link
Copy Markdown
Contributor

rultor commented Mar 23, 2023

@rultor release, tag is 1.6.1

@yegor256 OK, I will release it now. Please check the progress here

@rultor
Copy link
Copy Markdown
Contributor

rultor commented Mar 23, 2023

@rultor release, tag is 1.6.1

@yegor256 Done! FYI, the full log is here (took me 38min)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants