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

feat(router): add db interface for /relay #6879

Open
wants to merge 3 commits into
base: relay/api-contract
Choose a base branch
from

Conversation

ShankarSinghC
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?

Checklist

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

@ShankarSinghC ShankarSinghC added A-core Area: Core flows M-database-changes Metadata: This PR involves database schema changes labels Dec 18, 2024
@ShankarSinghC ShankarSinghC self-assigned this Dec 18, 2024
@ShankarSinghC ShankarSinghC requested review from a team as code owners December 18, 2024 13:02
Copy link

semanticdiff-com bot commented Dec 18, 2024

Review changes with  SemanticDiff

Changed Files
File Status
  crates/diesel_models/src/enums.rs  57% smaller
  crates/router/src/routes/routing.rs  23% smaller
  crates/openapi/src/openapi.rs  8% smaller
  crates/openapi/src/routes/routing.rs  6% smaller
  api-reference/openapi_spec.json  0% smaller
  config/deployments/env_specific.toml Unsupported file format
  config/deployments/integration_test.toml Unsupported file format
  config/deployments/production.toml Unsupported file format
  config/deployments/sandbox.toml Unsupported file format
  crates/common_enums/src/enums.rs  0% smaller
  crates/diesel_models/src/lib.rs  0% smaller
  crates/diesel_models/src/query.rs  0% smaller
  crates/diesel_models/src/query/relay.rs  0% smaller
  crates/diesel_models/src/relay.rs  0% smaller
  crates/diesel_models/src/schema.rs  0% smaller
  crates/router/src/db.rs  0% smaller
  crates/router/src/db/relay.rs  0% smaller
  migrations/2024-12-17-141811_add_relay_table/down.sql Unsupported file format
  migrations/2024-12-17-141811_add_relay_table/up.sql Unsupported file format

@hyperswitch-bot hyperswitch-bot bot added the M-api-contract-changes Metadata: This PR involves API contract changes label Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-core Area: Core flows M-api-contract-changes Metadata: This PR involves API contract changes M-database-changes Metadata: This PR involves database schema changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant