-
Notifications
You must be signed in to change notification settings - Fork 0
Fix member-add bug + dept-aware org matching + Cassandra cleanups #212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 32 commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
80b8bb4
docs(spec): member-add improvements + DM dedup + CreatedBy/TargetUser…
claude d74f22d
docs(plan): implementation plan for member-add improvements + cleanups
claude 7cec150
feat(pipelines): add GetCapacityCheckPipeline + GetAddMemberCandidate…
claude 53d0a73
feat(model): add SectTCName, DeptID, DeptName, DeptTCName fields to User
claude 0830109
feat(room-service): add (deptId, account) index for deptId-matching p…
claude 982ecd6
feat(room-worker): add ListAddMemberCandidates with per-candidate flags
claude 8c4037d
fix(chat-frontend): dedup reply navigates directly without summaries-…
claude b355d52
refactor(cassandra): drop unused target_user column from message schema
claude a4acacd
feat(pipelines): match deptId alongside sectId in candidate $or
claude 304a646
feat(room-service): enrichment prefers dept on overlap with Go-side c…
claude 417e396
fix(room-worker): create individual room_members row on org→individua…
claude 03ca925
refactor(room-worker): OrgMemberStatus carries (Name,TCName,IsDept); …
claude e276653
feat(room-worker): processRemoveOrg uses dept-first tiebreak with dis…
claude fba650a
refactor(room-worker): drop Room.CreatedBy, extract reconcileRoomOnDu…
claude f2948da
test: add pipeline unit tests + strengthen DM concurrent test; polish…
claude c391578
fix: 4 review findings — reconcileRoomOnDuplicateKey idempotency, spu…
claude 8d8ff8f
feat(room-service): ListOrgMembers matches sectId OR deptId
vjauhari-work 6e8fe4a
chore(sast): pin runtime toolchain on sast-vuln target
vjauhari-work 9f43bd1
feat(room-service): reject phantom org IDs and accounts at request time
vjauhari-work 840d41d
refactor(room-worker): address PR #171 follow-up review findings
vjauhari-work 1dae96a
fix: apply branch-review findings — panic→error, backfill fail-hard, …
vjauhari-work c96381f
chore(make): drop COMPOSE_BAKE/COMPOSE_PARALLEL_LIMIT from `make up`
vjauhari-work 8c0072a
fix: resolve coderabbit findings on PR #212
vjauhari-work b622e57
docs(client-api): document users/orgs/channels on Create Room
claude f6aa582
refactor(room-service,room-worker): drop unused single-row CRUD store…
claude f9ffd62
refactor: drop shouldRotate guard and BaseKeyVersion per PR #171 review
claude c234aa9
docs: drop stale createdBy / createdByAccount from Room and Create Room
claude 34c6e2b
fix: address remaining CodeRabbit findings on PR #212
claude 9cf5c78
docs(client-api): widen userCount note for create-with-initial-members
claude 64b9ff4
refactor(room-service): fold FindExistingOrgIDs dedupe into one pass
claude c217679
perf(room-service): collapse FindExistingOrgIDs into one Mongo round-…
claude aa90024
revert: drop $unionWith aggregation in FindExistingOrgIDs
claude 0b5ccbe
perf(pipelines): project $lookup sub-results to {_id: 1}
claude 6618d23
refactor(pipelines): drop GetCapacityCheckPipeline — duplicate of Get…
claude cd10c27
refactor(room-worker): single-pass dept-first tiebreak in processRemo…
claude 8925c05
fix(room-worker): preserve sub when removed org has a sibling coverin…
claude File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.