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

fix(masking): mask email while logging SQL query #4455

Merged
merged 3 commits into from Apr 25, 2024

Conversation

dracarys18
Copy link
Member

@dracarys18 dracarys18 commented Apr 24, 2024

Type of Change

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

Description

round off for ms when precision set to 3 is generating faulty seconds value of 60, having a larger precision so that rounding off doesnt happen (permanent fix is to update time crate once issue is resolved)

hotfix pr: #4436

Additional Changes

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

Motivation and Context

round off for ms when precision set to 3 is generating faulty seconds value of 60, having a larger precision so that rounding off doesnt happen (permanent fix is to update time crate once issue is resolved)

How did you test it?

run unit tests by generating timestamps, no specific integration tests

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
  • I added a CHANGELOG entry if applicable

@dracarys18 dracarys18 self-assigned this Apr 24, 2024
@dracarys18 dracarys18 requested review from a team as code owners April 24, 2024 14:02
@dracarys18 dracarys18 changed the title chore(deps): change precision point of time fix(masking): mask email while logging SQL query Apr 24, 2024
@dracarys18 dracarys18 linked an issue Apr 24, 2024 that may be closed by this pull request
@Gnanasundari24 Gnanasundari24 merged commit 51bcf28 into hotfix-2024.04.12.1 Apr 25, 2024
24 of 36 checks passed
@Gnanasundari24 Gnanasundari24 deleted the time/fix branch April 25, 2024 09:58
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.

[BUG] Mask Email while logging SQL query
4 participants