Skip to content

[CHA-1578] refactor: code generated from openapi specs#32

Merged
mogita merged 131 commits intomainfrom
cha-1578_openapi-refactor-codegen
Mar 5, 2026
Merged

[CHA-1578] refactor: code generated from openapi specs#32
mogita merged 131 commits intomainfrom
cha-1578_openapi-refactor-codegen

Conversation

@mogita
Copy link
Contributor

@mogita mogita commented Dec 15, 2025

Submit a pull request

CLA

  • I have signed the Stream CLA (required).
  • The code changes follow best practices
  • Code changes are tested (add some information if not applicable)

Description of the pull request

Copilot AI review requested due to automatic review settings December 15, 2025 17:16
Copy link

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.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@mogita mogita force-pushed the cha-1578_openapi-refactor-codegen branch from f84c0cf to 27cbb5b Compare February 17, 2026 11:00
@mogita mogita changed the title refactor: code generated from refactored openapi specs [CHA-1578] refactor: code generated from openapi specs Feb 17, 2026
@cursor
Copy link

cursor bot commented Feb 19, 2026

You have run out of free Bugbot PR reviews for this billing cycle. This will reset on March 16.

To receive reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.

@mogita
Copy link
Contributor Author

mogita commented Feb 19, 2026

@coderabbitai review

mogita and others added 9 commits February 26, 2026 21:26
Adds ChatTestBase.java extending BasicTest with helpers for:
- createTestUsers(n): create n users with unique IDs
- createTestChannel(creatorId): create messaging channel
- createTestChannelWithMembers(creatorId, memberIds): create channel with members
- sendTestMessage(type, id, userId, text): send message, return messageId
- deleteUsersWithRetry(userIds): hard-delete with rate-limit retry
- waitForTask(taskId): poll async task until completed/failed
- randomString(n): generate random alphanumeric string

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Create 2 users, delete them via deleteUsers API with rate-limit retry,
capture task_id from response, and poll waitForTask until completed.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@mogita mogita merged commit b412461 into main Mar 5, 2026
1 of 4 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