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

refactor: use strum::EnumString implementation for connector name conversions #1052

Merged
merged 31 commits into from
May 19, 2023

Conversation

nachiketkanore
Copy link
Contributor

Type of Change

  • Bugfix
  • New feature
  • Enhancement
  • Refactoring
  • Dependency updates
  • Documentation
  • CI/CD

Description

Additional Changes

  • This PR modifies the API contract
  • This PR modifies the database schema
  • This PR modifies application configuration/environment variables

Motivation and Context

How did you test it?

  • added 3 unit tests supporting the change

Checklist

  • I formatted the code cargo +nightly fmt --all
  • I addressed lints thrown by cargo clippy
  • I reviewed submitted code
  • I added unit tests for my changes where possible
  • I added a CHANGELOG entry if applicable

@nachiketkanore nachiketkanore requested a review from a team as a code owner May 4, 2023 13:23
@SanchithHegde
Copy link
Member

@nachiketkanore Could you comment on #1042 that you've taken it up? Please ensure that you do so for any further issues that you take up.

jarnura
jarnura previously approved these changes May 4, 2023
@jarnura jarnura added the S-waiting-on-review Status: This PR has been implemented and needs to be reviewed label May 4, 2023
@SanchithHegde SanchithHegde added A-core Area: Core flows C-refactor Category: Refactor labels May 4, 2023
NishantJoshi00
NishantJoshi00 previously approved these changes May 5, 2023
@SanchithHegde SanchithHegde added S-waiting-on-author Status: This PR is incomplete or needs to address review comments and removed S-waiting-on-review Status: This PR has been implemented and needs to be reviewed labels May 5, 2023
@SanchithHegde SanchithHegde added S-design Status: There's a problem here, but no obvious solution; or the solution raises other questions and removed S-waiting-on-author Status: This PR is incomplete or needs to address review comments labels May 11, 2023
jarnura
jarnura previously approved these changes May 16, 2023
SanchithHegde
SanchithHegde previously approved these changes May 17, 2023
Copy link
Member

@SanchithHegde SanchithHegde 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 the PR, @nachiketkanore!

@jagan-jaya The add_connector script will have to be updated to accommodate this change. I feel it's best we have it as a separate PR.

@jarnura jarnura added this pull request to the merge queue May 17, 2023
@jarnura jarnura added S-ready-for-merge and removed S-waiting-on-review Status: This PR has been implemented and needs to be reviewed labels May 17, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks May 17, 2023
@SanchithHegde SanchithHegde added this pull request to the merge queue May 17, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks May 17, 2023
auto-merge was automatically disabled May 18, 2023 12:56

Head branch was pushed to by a user without write access

@nachiketkanore nachiketkanore dismissed stale reviews from SanchithHegde and jarnura via a51b50a May 18, 2023 12:56
@SanchithHegde SanchithHegde added this pull request to the merge queue May 19, 2023
Merged via the queue into juspay:main with commit 2809425 May 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-core Area: Core flows C-refactor Category: Refactor
Projects
No open projects
Status: Merged
Development

Successfully merging this pull request may close these issues.

[FEATURE] replace manual implementation using from_str function of strum
6 participants