-
-
Notifications
You must be signed in to change notification settings - Fork 100
Implement Stage Instances #1725
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 28 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
cb9f9f5
Implement Stage instances
ashwinvin 67996b8
Rebased and improved
null-domain f5704cc
Fix failing test
null-domain ddef5a2
Don't cry, towncrier
null-domain d99b5d5
Add missing attributes to Stage instances
null-domain f7fd4d5
Don't use spec_set in stageinstance mock app test
null-domain 1a77a6a
Update tests/hikari/events/test_stage_events.py
null-domain f42191a
Remove deprecated stage instance privacy level
null-domain f2e78d6
Lowercase *every instance of "stage instance"
null-domain ff65fb6
Triple quote docstring
null-domain 36ce0b9
Cast guild_scheduled_event_id to snowflake
null-domain b8ec2c1
Move note about UnauthorizedError to the right place
null-domain d4f114a
Turns out g_s_e_id is always in the payload, just set as None
null-domain ef7ed23
Correct info/raised exc about non-existent stage instance
null-domain 7aed3d3
Remove unused imports, black changes
null-domain 3bfaf63
Fix failing tests, remove remaining refs to deprecated attribute
null-domain e666ed5
guild_scheduled_event_id should be None instead of UNDEFINED
null-domain 594c3a6
Remove unused import
null-domain cbd64c9
Extract guild_scheduled_event_id to its own variable
davfsa e2f4b43
Add missing tests
null-domain 6692e38
Merge branch 'master' into feat/stage-instances
null-domain 423302d
Merge branch 'master' into feat/stage-instances
null-domain a6dd630
Update hikari/internal/routes.py
null-domain 0358720
Update hikari/api/rest.py
null-domain 144f93d
Update hikari/api/rest.py
null-domain 257e387
Merge branch 'master' into feat/stage-instances
null-domain e1b0cf4
Merge branch 'master' into thommo-stage-instances-patch
tandemdude 8429ded
Address PR comments and fix flake8 errors
tandemdude 5bc6021
Update hikari/stage_instances.py
tandemdude 1d71179
Apply suggestions from code review
tandemdude 6dd22a4
Address final comments, ensure pipelines pass
tandemdude 2cf82d7
Implement StageInstancePrivacyLevel, fix incorrect tests
tandemdude 944d49b
Remove stage_instance_id from events, fix formatting
tandemdude aa0025b
Fix tests and flake8
tandemdude 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Implement stage instances |
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.