-
Notifications
You must be signed in to change notification settings - Fork 224
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(spaces): migrate drains:{set,get} to spaces topic
This commit partially migrates the `drains:set` and `drains:get` commands for `spaces` under the `spaces` topic, so they can be accessed from `spaces:drains:set` and `spaces:drains:get`. The rationale here is that these are `spaces`-specific commands, and there is significant semantic overlap between `drains:add` and `drains:set`. This makes it clearer that these commands are `spaces`-specific. In order to not break comaptibility with existing workflows, the old `drains:{set,get}` commands will continue to work, but remain hidden.
- Loading branch information
Showing
5 changed files
with
72 additions
and
63 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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