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

MkChecks implementation #1622

Merged
merged 3 commits into from
Mar 23, 2023
Merged

MkChecks implementation #1622

merged 3 commits into from
Mar 23, 2023

Conversation

volodya-lombrozo
Copy link
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
Contributor Author

@yegor256 Could you have a look, please?

pom.xml Outdated
@@ -116,6 +116,11 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<artifactId>guava</artifactId>
<version>31.1-jre</version>
</dependency>
<dependency>
<groupId>org.cactoos</groupId>
Copy link
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
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
Contributor Author

@yegor256 Reminder

@yegor256
Copy link
Member

@rultor merge

@rultor
Copy link
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
Contributor

rultor commented Mar 23, 2023

@rultor merge

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

@volodya-lombrozo
Copy link
Contributor Author

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

@yegor256
Copy link
Member

@rultor release, tag is 1.6.1

@rultor
Copy link
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
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