Skip to content

feat: add user audit service#31

Closed
samfert wants to merge 1 commit into
mainfrom
feature/user-audit
Closed

feat: add user audit service#31
samfert wants to merge 1 commit into
mainfrom
feature/user-audit

Conversation

@samfert

@samfert samfert commented Dec 3, 2025

Copy link
Copy Markdown
Owner

Summary

Adds a new UserAuditService to track and retrieve user audit logs in the User-Service microservice.

Changes

  • Added UserAuditService.java with:
    • getAuditLogs(userId) - Retrieve audit logs for a specific user
    • hashAuditData(data) - Hash audit data for integrity verification
    • generateAuditId() - Generate unique audit entry IDs

@samfert samfert force-pushed the feature/user-audit branch 2 times, most recently from 3448c87 to 189a02a Compare December 3, 2025 21:38
@github-actions

github-actions Bot commented Dec 3, 2025

Copy link
Copy Markdown

🤖 Devin AI Quality Gate Remediation Triggered

A SonarQube Quality Gate Remediation Specialist (Devin AI) has been assigned to fix all quality gate failures.

📊 Quality Gate Analysis

  • Total Issues: 6
  • Vulnerabilities: 1 🔴
  • Bugs: 3 🐛
  • Code Smells: 2 💨
  • Security Hotspots: 0 🔥

🔗 Links


Note: Devin will push a fix to this branch. The workflow will automatically re-run to validate.

@github-actions

github-actions Bot commented Dec 3, 2025

Copy link
Copy Markdown

🤖 Devin Triggered

Devin has been assigned to fix the quality gate failures.

📊 Quality Gate Analysis

  • Total Issues: 6
  • Vulnerabilities: 1 🔴
  • Bugs: 3 🐛
  • Code Smells: 2 💨
  • Security Hotspots: 0 🔥

🔗 Links


Note: Devin will push a fix to this branch. The workflow will automatically re-run to validate.

@samfert samfert force-pushed the feature/user-audit branch from 189a02a to 720b94f Compare December 3, 2025 21:39
@github-actions

github-actions Bot commented Dec 3, 2025

Copy link
Copy Markdown

🤖 Devin Triggered

Devin has been assigned to fix the quality gate failures.

📊 Quality Gate Analysis

  • Total Issues: 6
  • Vulnerabilities: 1 🔴
  • Bugs: 3 🐛
  • Code Smells: 2 💨
  • Security Hotspots: 0 🔥

🔗 Links


Note: Devin will push a fix to this branch. The workflow will automatically re-run to validate.

@samfert samfert force-pushed the feature/user-audit branch from 720b94f to 35f0192 Compare December 3, 2025 21:41
@samfert samfert closed this Dec 3, 2025
@samfert samfert deleted the feature/user-audit branch December 3, 2025 21:41
@sonarqubecloud

sonarqubecloud Bot commented Dec 3, 2025

Copy link
Copy Markdown

Quality Gate Failed Quality Gate failed

Failed conditions
4 Security Hotspots
E Security Rating on New Code (required ≥ A)
E Reliability Rating on New Code (required ≥ A)
B Maintainability Rating on New Code (required ≥ A)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

@github-actions

github-actions Bot commented Dec 3, 2025

Copy link
Copy Markdown

🤖 Devin Triggered

Devin has been assigned to fix the quality gate failures.

📊 Quality Gate Analysis

  • Total Issues: 6
  • Vulnerabilities: 1 🔴
  • Bugs: 3 🐛
  • Code Smells: 2 💨
  • Security Hotspots: 0 🔥

🔗 Links


Note: Devin will push a fix to this branch. The workflow will automatically re-run to validate.

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.

1 participant