Skip to content

feat: add user search service#28

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

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

Conversation

@samfert

@samfert samfert commented Dec 3, 2025

Copy link
Copy Markdown
Owner

Summary

Adds a new UserSearchService to enable searching users by name in the User-Service microservice.

Changes

  • Added UserSearchService.java with:
    • searchUsers(query) - Search users by name pattern
    • hashToken(token) - Hash authentication tokens
    • generateId() - Generate unique user IDs

Testing

  • Unit tests
  • Integration tests with database

@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.

@samfert samfert force-pushed the feature/user-search branch from 1a55d13 to ab0e8a4 Compare December 3, 2025 21:21
@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.

@samfert samfert force-pushed the feature/user-search branch from ab0e8a4 to a000e8b Compare December 3, 2025 21:28
@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.

@samfert samfert force-pushed the feature/user-search branch from a000e8b to ccaca38 Compare December 3, 2025 21:32
@sonarqubecloud

sonarqubecloud Bot commented Dec 3, 2025

Copy link
Copy Markdown

Quality Gate Failed Quality Gate failed

Failed conditions
3 Security Hotspots
E Reliability Rating on New Code (required ≥ A)
E Security 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

@samfert samfert closed this Dec 3, 2025
@samfert samfert deleted the feature/user-search branch December 3, 2025 21:33
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