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

Added enable commenter #1834

Draft
wants to merge 49 commits into
base: main
Choose a base branch
from
Draft

Conversation

rahuldimri
Copy link
Contributor

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Fixes #1387

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • Test A

Does This PR Require a Core Repo Change?

  • Yes. - Link to PR:
  • No.

Checklist:

See contributing.md for styleguide, changelog guidelines, and more.

  • Followed the style guidelines of this project
  • Changelogs have been updated
  • Unit tests have been added
  • Documentation has been updated

@rahuldimri rahuldimri requested a review from a team June 2, 2023 10:53
@shalevr
Copy link
Member

shalevr commented Jun 12, 2023

You can run black --config pyproject.toml .
to fix the lint errors

CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
Copy link
Contributor Author

@rahuldimri rahuldimri left a comment

Choose a reason for hiding this comment

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

Moved under unrealesed section.

CHANGELOG.md Outdated Show resolved Hide resolved
@rahuldimri
Copy link
Contributor Author

@shalevr Could you please have a look and let me know.

@shalevr shalevr enabled auto-merge (squash) June 19, 2023 10:52
@shalevr shalevr disabled auto-merge June 19, 2023 10:57

@mock.patch("mysql.connector.connect")
# pylint: disable=unused-argument
def test_sqlcommenter_disabled(self, event_mocked):
Copy link
Contributor

Choose a reason for hiding this comment

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

@rahuldimri these tests are failing, please take a look. This PR has enough approvals, we only need these tests to pass in order to merge it.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sure let me work on this.

Copy link
Contributor

Choose a reason for hiding this comment

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

@rahuldimri I fixed the failing docs tests, we only need this test case to pass and we can merge this PR ✌️

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@ocelotl let me have a look !!

Copy link
Contributor

Choose a reason for hiding this comment

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

@rahuldimri

Are you still working on this? Still seems like there are test cases that are failing.

Copy link
Contributor

Choose a reason for hiding this comment

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

Hi @rahuldimri , are you still working on this PR?

@emdneto emdneto marked this pull request as draft September 12, 2024 00:28
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.

Add enable_commenter support to mysql
6 participants