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

update-klaw-core #130

Closed
wants to merge 5 commits into from

Conversation

Rawshansharma
Copy link
Contributor

Fix #103

Copy link
Contributor

@programmiri programmiri left a comment

Choose a reason for hiding this comment

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

Thanks for your PR 🙏 I left two comments.

@@ -7,6 +7,4 @@ ignorecase: true
swap:
"(?<!Apache )kafka": Apache Kafka
"(?i)api": API
"(?i)kafka connect": Kafka Connect
"(?i)klaw core": Klaw Core
"(?i)klaw": Klaw
Copy link
Contributor

Choose a reason for hiding this comment

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

Removing the rules for "Klaw" and "Kafka Connect" from here should not be part of this PR, could you remove that?

Copy link
Contributor

Choose a reason for hiding this comment

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

Could you also remove the rule for "Kafka Connect"? It's not part of this PR.

.github/vale/styles/Klaw/branding.yml Outdated Show resolved Hide resolved
Signed-off-by: Raushan Sharma <[email protected]>
Signed-off-by: Raushan Sharma <[email protected]>
Signed-off-by: Raushan Sharma <[email protected]>
@@ -7,6 +7,4 @@ ignorecase: true
swap:
"(?<!Apache )kafka": Apache Kafka
"(?i)api": API
"(?i)kafka connect": Kafka Connect
"(?i)klaw core": Klaw Core
"(?i)klaw": Klaw
Copy link
Contributor

Choose a reason for hiding this comment

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

Could you also remove the rule for "Kafka Connect"? It's not part of this PR.

@@ -5,7 +5,7 @@
## About

This is the Klaw documentation repository. Welcome 👋 🎉
You can find source code and all content for our ([klaw-project.io](https://www.klaw-project.io/) site here.
You can find source code and all content for our ([Klaw-project.io](https://www.klaw-project.io/) site here.
Copy link
Contributor

Choose a reason for hiding this comment

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

Changing spelling of "Klaw" should not be part of this PR, since it's for the rule "Klaw Core", can you reverse this one?

@@ -36,7 +36,7 @@ in the Klaw-core module to enable the use of Google account login.

5. Configure an existing SUPERADMIN user from AD to approve new users in the following property for username:

<klaw[email protected]>
<Klaw[email protected]>
Copy link
Contributor

Choose a reason for hiding this comment

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

Changing spelling of "Klaw" should not be part of this PR, since it's for the rule "Klaw Core", can you reverse this one?

@@ -17,7 +17,7 @@ To enable authentication with the Klaw database, follow these steps:
encryption key to encrypt your password before it is stored in the database. The encryption key is used to secure and
protect your password.

klaw.jasypt.encryptor.secretkey=kw2021secretkey
Klaw.jasypt.encryptor.secretkey=kw2021secretkey
Copy link
Contributor

Choose a reason for hiding this comment

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

Changing spelling of "Klaw" should not be part of this PR, since it's for the rule "Klaw Core", can you reverse this one?

@@ -50,7 +50,7 @@ Kafka® and Klaw using SSL protocol:
icon that is available on the right-hand side of each cluster
row.
9. Open the `application.properties` file located in the
[klaw/cluster-api/src/main/resources] directory.
[Klaw/cluster-api/src/main/resources] directory.
Copy link
Contributor

Choose a reason for hiding this comment

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

Changing spelling of "Klaw" should not be part of this PR, since it's for the rule "Klaw Core", can you reverse this one?


[cluster-api-2.4.0.jar ⬇](https://github.com/Aiven-Open/klaw/releases/download/v2.4.0/cluster-api-2.4.0.jar)

### Sources

[klaw-2.4.0.zip ⬇](https://github.com/Aiven-Open/klaw/archive/refs/tags/v2.4.0.zip)
[Klaw-2.4.0.zip ⬇](https://github.com/Aiven-Open/klaw/archive/refs/tags/v2.4.0.zip)
Copy link
Contributor

Choose a reason for hiding this comment

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

Changing spelling of "Klaw" should not be part of this PR, since it's for the rule "Klaw Core", can you reverse this one?

@@ -16,13 +16,13 @@ schemas from schema registry to Klaw, and vice versa.

### Binaries

[klaw-2.5.0.jar ⬇︎](https://github.com/Aiven-Open/klaw/releases/download/v2.5.0/klaw-2.5.0.jar)
[Klaw-2.5.0.jar ⬇︎](https://github.com/Aiven-Open/klaw/releases/download/v2.5.0/klaw-2.5.0.jar)
Copy link
Contributor

Choose a reason for hiding this comment

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

Changing spelling of "Klaw" should not be part of this PR, since it's for the rule "Klaw Core", can you reverse this one?


[cluster-api-2.5.0.jar ⬇](https://github.com/Aiven-Open/klaw/releases/download/v2.5.0/cluster-api-2.5.0.jar)

### Sources

[klaw-2.5.0.zip ⬇](https://github.com/Aiven-Open/klaw/archive/refs/tags/v2.5.0.zip)
[Klaw-2.5.0.zip ⬇](https://github.com/Aiven-Open/klaw/archive/refs/tags/v2.5.0.zip)
Copy link
Contributor

Choose a reason for hiding this comment

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

Changing spelling of "Klaw" should not be part of this PR, since it's for the rule "Klaw Core", can you reverse this one?

@@ -14,13 +14,13 @@ Klaw version 2.5.1 is a patch release primarily aimed at enhancing MySQL support

### Binaries

- [klaw-2.5.1.jar ⬇︎](https://github.com/Aiven-Open/klaw/releases/download/v2.5.1/klaw-2.5.1.jar)
- [Klaw-2.5.1.jar ⬇︎](https://github.com/Aiven-Open/klaw/releases/download/v2.5.1/klaw-2.5.1.jar)
Copy link
Contributor

Choose a reason for hiding this comment

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

Changing spelling of "Klaw" should not be part of this PR, since it's for the rule "Klaw Core", can you reverse this one?


- [cluster-api-2.5.1.jar ⬇](https://github.com/Aiven-Open/klaw/releases/download/v2.5.1/cluster-api-2.5.1.jar)

### Sources

- [klaw-2.5.1.zip ⬇](https://github.com/Aiven-Open/klaw/archive/refs/tags/v2.5.1.zip)
- [Klaw-2.5.1.zip ⬇](https://github.com/Aiven-Open/klaw/archive/refs/tags/v2.5.1.zip)
Copy link
Contributor

Choose a reason for hiding this comment

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

Changing spelling of "Klaw" should not be part of this PR, since it's for the rule "Klaw Core", can you reverse this one?

@programmiri
Copy link
Contributor

Hi @Rawshansharma I see you requested a new review. Did you check the comments I left? I can't see changes related to that, could you make sure your PR is up to date?

@Rawshansharma Rawshansharma marked this pull request as draft October 16, 2023 14:17
@programmiri
Copy link
Contributor

Hi @Rawshansharma do you want to continue with this PR? It's stale for a bit now. It's not a problem if you don't, I just need to know, so I could open the issue up again for other Hacktoberfest folks :) If I don't hear from you, I would do that by end of the week.

@programmiri
Copy link
Contributor

Hi! I'm going to close this pull request and open the issue up again in case someone wants to add some contribution to hacktoberfest right before the end.

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.

Update docs to use the term "Klaw Core" correctly
2 participants