-
Notifications
You must be signed in to change notification settings - Fork 329
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: rename flow task to flow (#3833)
* refactor: rename to `MIN_USER_FLOW_ID` * refactor: rename to `FLOW_ID_SEQ` * refactor: rename to `flow_id_sequence` * refactor: rename to `FlowMetadataManager` * refactor: rename flow_task.rs to flow.rs * refactor: rename to FlowInfoManager * refactor: rename to FlowName * refactor: rename to FlownodeFlow * refactor: rename to TableFlow * refactor: remove TASK * refactor: rename to __flow * refactor: rename to flow_id * refactor: rename to flow_name * refactor: update comments * refactor: rename to flow_metadata_manager * refactor: rename to flow_metadata_allocator * refactor: rename to FlowMetadataAllocator * refactor: rename task suffix * refactor: rename FlowTask to FlowInfo * refactor: rename FlowTaskScoped to FlowScoped * refactor: rename FlowTaskId to FlowId * chore: bump proto to b5412f7 * chore: apply suggestions from CR * chore: apply suggestions from CR * chore: apply suggestions from CR
- Loading branch information
Showing
32 changed files
with
1,115 additions
and
1,153 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
Oops, something went wrong.