Skip to content

feat: sync api.yaml and fix api endpoints#45

Merged
MZC-CSC merged 13 commits into
mainfrom
develop
Jun 16, 2026
Merged

feat: sync api.yaml and fix api endpoints#45
MZC-CSC merged 13 commits into
mainfrom
develop

Conversation

@MZC-CSC

@MZC-CSC MZC-CSC commented Jun 16, 2026

Copy link
Copy Markdown
Owner

Summary

api endpoint 최신화

포함된 변경 내역

  • sync api.yaml across three configs — conf/api.yaml, conf/docker/api.yaml 전체 동기화
  • fix(api): Organization/Group 엔드포인트 제거 및 Createuser 경로 복구
  • feat(api): PostInfraDynamicReview 엔드포인트 추가
  • ci: add AI direct commit attribution check workflow (ci: add AI direct commit attribution check workflow #42)
  • chore: add .worktrees to .gitignore

dev4unet and others added 13 commits June 12, 2026 09:34
Add a GitHub Actions workflow that blocks pull requests containing AI attribution trailers in commit messages and AI tool emails in author/committer fields from being merged into protected branches.

The workflow runs on pull_request and push events. On detection it fails the status check and posts a failure comment explaining the policy intent (DCO/Sign-off/CLA implications, the 2026-05-08 community proposal) and the required fix steps (amend or interactive rebase).

Canonical source: https://github.com/MZC-CSC/cmig-workflow/blob/main/conf/workflow-templates/no-ai-trace.yml
ci: add AI direct commit attribution check workflow
/ns/{nsId}/infraDynamicReview POST 엔드포인트가 api.yaml에 누락되어
mc-web-console에서 호출 시 404가 발생하는 문제 수정
- mc-iam-manager의 Organization/Group 관련 serviceActions 제거
- ResetUserPassword, AssignRoleToUser 액션 제거
- Createuser resourcePath를 /api/users로 복구
- Fill missing serviceActions across conf/api.yaml, conf/docker/api.yaml,
  and mc-web-console api.yaml (union, excluding mc-observability)
- Add PostInfraDynamicReview to all three
- Unify user endpoints to /api/users and /api/users/id/{userId}
- Fix typo key Getminingdbtags": -> Getminingdbtags:
sync: update serviceActions from mc-web-console conf/api.yaml
- mc-infra-manager: 196 → 338 actions (PascalCase 명명 규칙으로 전면 갱신)
- mc-observability: 53 → 68 actions (전면 교체)
- mc-iam-manager: 132 → 130 actions (assignGroupPlatformRole 등 추가, 구형 4개 제거)
- mc-application-manager: +GetAppMgrReadyz
- mc-data-manager: +GetDataMgrReadyz
- mc-workflow-manager: +GetWorkflowReadyz
- mc-infra-connector, mc-cost-optimizer: 변경 없음
- conf/docker/api.yaml도 동일하게 갱신
sync(api): update serviceActions from mc-web-console
@MZC-CSC MZC-CSC merged commit 56a2ea2 into main Jun 16, 2026
2 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.

3 participants