Skip to content

Commit

Permalink
update workflow submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
Barenboim committed Jan 6, 2025
1 parent 3796acb commit a176e2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ rules_proto_toolchains()

git_repository(
name = "workflow",
commit = "3e8f57160a4d1d9e2510bb37767c236351c34a41",
commit = "5fbe73f5aaf15f2178a20b51756196c00a9dd297",
remote = "https://github.com/sogou/workflow.git")

new_git_repository(
Expand Down
2 changes: 1 addition & 1 deletion workflow
Submodule workflow updated 58 files
+11 −3 BUILD
+1 −1 CMakeLists.txt
+2 −1 CMakeLists_Headers.txt
+1 −0 README.md
+2 −0 README_cn.md
+7 −3 docs/about-conditional.md
+3 −2 docs/about-counter.md
+4 −1 docs/about-go-task.md
+9 −5 docs/about-timer.md
+4 −3 docs/en/about-counter.md
+3 −3 docs/en/about-timer.md
+2 −2 docs/en/tutorial-09-http_file_server.md
+10 −2 docs/en/tutorial-12-mysql_cli.md
+0 −39 docs/tutorial-05-http_proxy.md
+2 −2 docs/tutorial-09-http_file_server.md
+10 −3 docs/tutorial-12-mysql_cli.md
+116 −0 docs/tutorial-18-redis_subscriber.md
+7 −0 src/client/CMakeLists.txt
+57 −50 src/client/WFConsulClient.cc
+2 −2 src/client/WFMySQLConnection.h
+129 −0 src/client/WFRedisSubscriber.cc
+240 −0 src/client/WFRedisSubscriber.h
+3 −0 src/client/xmake.lua
+8 −8 src/factory/FileTaskImpl.cc
+37 −0 src/factory/HttpTaskImpl.cc
+8 −2 src/factory/MySQLTaskImpl.cc
+140 −1 src/factory/RedisTaskImpl.cc
+37 −0 src/factory/RedisTaskImpl.inl
+1 −1 src/factory/WFAlgoTaskFactory.inl
+0 −50 src/factory/WFHttpServerTask.h
+1 −1 src/factory/WFTask.h
+69 −27 src/factory/WFTaskFactory.cc
+27 −33 src/factory/WFTaskFactory.h
+33 −20 src/factory/WFTaskFactory.inl
+1 −0 src/include/workflow/RedisTaskImpl.inl
+0 −1 src/include/workflow/WFHttpServerTask.h
+1 −0 src/include/workflow/WFRedisSubscriber.h
+42 −28 src/kernel/Communicator.cc
+2 −2 src/kernel/Communicator.h
+1 −3 src/kernel/SubTask.h
+59 −18 src/kernel/poller.c
+0 −22 src/manager/WFFacilities.h
+3 −2 src/nameservice/UpstreamPolicies.cc
+20 −2 src/nameservice/WFServiceGovernance.cc
+10 −22 src/nameservice/WFServiceGovernance.h
+4 −4 src/protocol/PackageWrapper.cc
+7 −2 src/protocol/PackageWrapper.h
+28 −24 src/protocol/ProtocolMessage.h
+4 −3 src/protocol/SSLWrapper.h
+2 −1 src/server/WFServer.cc
+66 −67 src/util/StringUtil.cc
+1 −16 test/CMakeLists.txt
+1 −1 test/upstream_unittest.cc
+1 −0 tutorial/CMakeLists.txt
+3 −2 tutorial/tutorial-02-redis_cli.cc
+150 −0 tutorial/tutorial-18-redis_subscriber.cc
+1 −1 tutorial/xmake.lua
+1 −1 xmake.lua

0 comments on commit a176e2d

Please sign in to comment.