Skip to content

Rename and move basic authentication service file#1610

Merged
MarceloRGonc merged 2 commits intomainfrom
mg/OPS-3003-7
Nov 13, 2025
Merged

Rename and move basic authentication service file#1610
MarceloRGonc merged 2 commits intomainfrom
mg/OPS-3003-7

Conversation

@MarceloRGonc
Copy link
Copy Markdown
Contributor

Part of OPS-3003.

Copilot AI review requested due to automatic review settings November 13, 2025 09:50
@linear
Copy link
Copy Markdown

linear Bot commented Nov 13, 2025

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR reorganizes the authentication service structure by moving the basic authentication service file into a dedicated basic subdirectory and updating all import references accordingly. This change supports better code organization and modularity within the authentication module.

Key Changes

  • Moved authentication-service.ts from app/authentication/ to app/authentication/basic/
  • Updated import path within the moved file to reference password-hasher relatively
  • Updated all consumer imports across seed files and controllers to reflect the new location

Reviewed Changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
packages/server/api/src/app/database/seeds/seed-admin.ts Updated import path to reference authentication service in new basic subdirectory
packages/server/api/src/app/database/seeds/dev-seeds.ts Updated import path to reference authentication service in new basic subdirectory
packages/server/api/src/app/authentication/basic/authentication-service.ts Updated internal import to use relative path for password-hasher
packages/server/api/src/app/authentication/authentication.controller.ts Updated import path to reference authentication service in new basic subdirectory

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@sonarqubecloud
Copy link
Copy Markdown

@MarceloRGonc MarceloRGonc merged commit 8cb0420 into main Nov 13, 2025
21 checks passed
@MarceloRGonc MarceloRGonc deleted the mg/OPS-3003-7 branch November 13, 2025 10:14
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.

3 participants