Skip to content

fix: remove sql password from code and hard-coded URL, change permiss…#155

Merged
koishi510 merged 2 commits into
mainfrom
dev
Mar 14, 2026
Merged

fix: remove sql password from code and hard-coded URL, change permiss…#155
koishi510 merged 2 commits into
mainfrom
dev

Conversation

@koishi510
Copy link
Copy Markdown
Owner

…ion to job level

Related Issue

Summary

Change Type

  • New Feature (feat)
  • Bug Fix (fix)
  • Refactoring (refactor)
  • Documentation (docs)
  • Dependency / Configuration (chore)

Self-Check Checklist

Backend (Go):

  • go build ./... passes
  • go vet ./... passes
  • gofmt produces no diff

Frontend (Vue):

  • npm run lint passes
  • npm run typecheck passes

General:

  • Removed all temporary debug output
  • No sensitive data in the code

Test Steps

  1. Pull branch and install dependencies:
    cd backend && go mod download
    cd ../frontend && npm install
  2. Start the application:
    make dev-backend    # Terminal 1
    make dev-frontend   # Terminal 2
  3. Verification steps:
    • ...

@sonarqubecloud
Copy link
Copy Markdown

@koishi510 koishi510 merged commit 52c2892 into main Mar 14, 2026
13 checks passed
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.

2 participants