theorose49 14e8a62f76
All checks were successful
build-and-push / build (push) Successful in 32s
fix(mail): 답장도 리스트에 각각 표시(스레드 단위 가시성) + 동기화 진행 신호
- 가시성을 메일 단위 → '내가 참여한 스레드 전체'로: 한 스레드에서 한 통이라도
  from/to/cc면 그 스레드의 원문·답장 모두 노출(각각의 행). 무관 스레드는 숨김.
- isSyncing(): 백필/수동 동기화 진행 중이면 mails 응답에 syncing=true → 프론트 폴링

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-30 14:01:33 +09:00

spin-backend

배포: infra repomanifests/apps/internal/spin-backend/ → ArgoCD ApplicationSet appsinternal ns.

CI

master 또는 main push → Gitea Actions 가 image build + push (:<sha> + :latest) → git.special-partners.com/admin/spin-backend.

빌드 결과는 자동 배포됩니다 — ArgoCD Image Updater 가 :latest digest 변화를 추적해 infra repo 에 digest 를 write-back 하고 ArgoCD 가 새 이미지로 sync 합니다. (kubectl set image 불필요)

필요 repo secrets (Settings → Actions → Secrets and Variables)

환경 변수

.env.sample 참고. 클러스터에선 K8s Secret/value로 자동 주입.

컨테이너 port

8080 (Dockerfile EXPOSE). 변경 시 deployment.yaml의 containerPort 같이 수정.

Description
No description provided
Readme 340 KiB
Languages
Go 99.7%
Dockerfile 0.3%