|
@@ -4,8 +4,11 @@
|
|
|
<option name="autoReloadType" value="ALL" />
|
|
|
</component>
|
|
|
<component name="ChangeListManager">
|
|
|
- <list default="true" id="f5220264-ecf0-4305-ada3-6105184077a7" name="Changes" comment="提交">
|
|
|
+ <list default="true" id="f5220264-ecf0-4305-ada3-6105184077a7" name="Changes" comment="群聊过滤撤回得消息">
|
|
|
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/rpc/messagecenter/init/init.go" beforeDir="false" afterPath="$PROJECT_DIR$/rpc/messagecenter/init/init.go" afterDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/rpc/messagecenter/logs/access.log" beforeDir="false" afterPath="$PROJECT_DIR$/rpc/messagecenter/logs/access.log" afterDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/rpc/messagecenter/test/message_test.go" beforeDir="false" afterPath="$PROJECT_DIR$/rpc/messagecenter/test/message_test.go" afterDir="false" />
|
|
|
<change beforePath="$PROJECT_DIR$/service/message_mail_box.go" beforeDir="false" afterPath="$PROJECT_DIR$/service/message_mail_box.go" afterDir="false" />
|
|
|
</list>
|
|
|
<option name="SHOW_DIALOG" value="false" />
|
|
@@ -86,7 +89,7 @@
|
|
|
<recent name="D:\workspace\top_project\SocialPlatform\messageCenter\api" />
|
|
|
</key>
|
|
|
</component>
|
|
|
- <component name="RunManager" selected="Go 构建.messageRpc">
|
|
|
+ <component name="RunManager" selected="Go 测试.bp.jydev.jianyu360.cn/SocialPlatform/messageCenter/rpc/messagecenter/test 中的 Test_FindMessage">
|
|
|
<configuration default="true" type="GoApplicationRunConfiguration" factoryName="Go Application">
|
|
|
<module name="messageCenter" />
|
|
|
<working_directory value="$PROJECT_DIR$" />
|
|
@@ -180,7 +183,7 @@
|
|
|
<pattern value="^\QTest_Count\E$" />
|
|
|
<method v="2" />
|
|
|
</configuration>
|
|
|
- <configuration name="bp.jydev.jianyu360.cn/SocialPlatform/messageCenter/rpc/messagecenter/test 中的 Test_test1" type="GoTestRunConfiguration" factoryName="Go Test" temporary="true" nameIsGenerated="true">
|
|
|
+ <configuration name="bp.jydev.jianyu360.cn/SocialPlatform/messageCenter/rpc/messagecenter/test 中的 Test_FindMessage" type="GoTestRunConfiguration" factoryName="Go Test" temporary="true" nameIsGenerated="true">
|
|
|
<module name="messageCenter" />
|
|
|
<working_directory value="$PROJECT_DIR$/rpc/messagecenter/test" />
|
|
|
<root_directory value="$PROJECT_DIR$" />
|
|
@@ -189,19 +192,19 @@
|
|
|
<directory value="$PROJECT_DIR$" />
|
|
|
<filePath value="$PROJECT_DIR$" />
|
|
|
<framework value="gotest" />
|
|
|
- <pattern value="^\QTest_test1\E$" />
|
|
|
+ <pattern value="^\QTest_FindMessage\E$" />
|
|
|
<method v="2" />
|
|
|
</configuration>
|
|
|
- <configuration name="bp.jydev.jianyu360.cn/SocialPlatform/messageCenter/service 中的 TestChatGroupService_ChatGroupAdd/群组新增" type="GoTestRunConfiguration" factoryName="Go Test" temporary="true" nameIsGenerated="true">
|
|
|
+ <configuration name="bp.jydev.jianyu360.cn/SocialPlatform/messageCenter/rpc/messagecenter/test 中的 Test_test1" type="GoTestRunConfiguration" factoryName="Go Test" temporary="true" nameIsGenerated="true">
|
|
|
<module name="messageCenter" />
|
|
|
- <working_directory value="$PROJECT_DIR$/service" />
|
|
|
+ <working_directory value="$PROJECT_DIR$/rpc/messagecenter/test" />
|
|
|
<root_directory value="$PROJECT_DIR$" />
|
|
|
<kind value="PACKAGE" />
|
|
|
- <package value="bp.jydev.jianyu360.cn/SocialPlatform/messageCenter/service" />
|
|
|
+ <package value="bp.jydev.jianyu360.cn/SocialPlatform/messageCenter/rpc/messagecenter/test" />
|
|
|
<directory value="$PROJECT_DIR$" />
|
|
|
<filePath value="$PROJECT_DIR$" />
|
|
|
<framework value="gotest" />
|
|
|
- <pattern value="^\QTestChatGroupService_ChatGroupAdd\E$/^\Q群组新增\E$" />
|
|
|
+ <pattern value="^\QTest_test1\E$" />
|
|
|
<method v="2" />
|
|
|
</configuration>
|
|
|
<configuration name="bp.jydev.jianyu360.cn/SocialPlatform/messageCenter/service 中的 TestMessaggeService_Count/未读信息总数" type="GoTestRunConfiguration" factoryName="Go Test" temporary="true" nameIsGenerated="true">
|
|
@@ -224,16 +227,16 @@
|
|
|
<item itemvalue="Go 测试.bp.jydev.jianyu360.cn/SocialPlatform/messageCenter/rpc/messagecenter/test 中的 Test_Count (1)" />
|
|
|
<item itemvalue="Go 测试.bp.jydev.jianyu360.cn/SocialPlatform/messageCenter/rpc/messagecenter/test 中的 Test_Count" />
|
|
|
<item itemvalue="Go 测试.bp.jydev.jianyu360.cn/SocialPlatform/messageCenter/rpc/messagecenter/test 中的 Test_test1" />
|
|
|
- <item itemvalue="Go 测试.bp.jydev.jianyu360.cn/SocialPlatform/messageCenter/service 中的 TestChatGroupService_ChatGroupAdd/群组新增" />
|
|
|
<item itemvalue="Go 测试.bp.jydev.jianyu360.cn/SocialPlatform/messageCenter/service 中的 TestMessaggeService_Count/未读信息总数" />
|
|
|
+ <item itemvalue="Go 测试.bp.jydev.jianyu360.cn/SocialPlatform/messageCenter/rpc/messagecenter/test 中的 Test_FindMessage" />
|
|
|
</list>
|
|
|
<recent_temporary>
|
|
|
<list>
|
|
|
+ <item itemvalue="Go 测试.bp.jydev.jianyu360.cn/SocialPlatform/messageCenter/rpc/messagecenter/test 中的 Test_FindMessage" />
|
|
|
<item itemvalue="Go 测试.bp.jydev.jianyu360.cn/SocialPlatform/messageCenter/rpc/messagecenter/test 中的 Test_Count (1)" />
|
|
|
<item itemvalue="Go 测试.bp.jydev.jianyu360.cn/SocialPlatform/messageCenter/rpc/messagecenter/test 中的 Test_test1" />
|
|
|
<item itemvalue="Go 测试.bp.jydev.jianyu360.cn/SocialPlatform/messageCenter/rpc/messagecenter/test 中的 Test_Count" />
|
|
|
<item itemvalue="Go 测试.bp.jydev.jianyu360.cn/SocialPlatform/messageCenter/service 中的 TestMessaggeService_Count/未读信息总数" />
|
|
|
- <item itemvalue="Go 测试.bp.jydev.jianyu360.cn/SocialPlatform/messageCenter/service 中的 TestChatGroupService_ChatGroupAdd/群组新增" />
|
|
|
</list>
|
|
|
</recent_temporary>
|
|
|
</component>
|
|
@@ -276,7 +279,8 @@
|
|
|
<MESSAGE value="历史聊天记录查询" />
|
|
|
<MESSAGE value="未读消息修改" />
|
|
|
<MESSAGE value="提交" />
|
|
|
- <option name="LAST_COMMIT_MESSAGE" value="提交" />
|
|
|
+ <MESSAGE value="群聊过滤撤回得消息" />
|
|
|
+ <option name="LAST_COMMIT_MESSAGE" value="群聊过滤撤回得消息" />
|
|
|
</component>
|
|
|
<component name="VgoProject">
|
|
|
<integration-enabled>true</integration-enabled>
|