1.应用热度定时更新
2.获取记忆片段 3.根据应用ID和记忆时间戳删除某个记忆片段 4.根据应用ID删除所有记忆片段 5.修改获取用户创建应用列表的返回 6.收藏/取消收藏个人空间的应用 7.配置【已发布的应用】发布至应用广场(上架应用) 8.下架应用 9.获取应用广场中的应用列表 10.收藏/取消收藏应用市场中的应用 11.修改部分细节
2.获取记忆片段 3.根据应用ID和记忆时间戳删除某个记忆片段 4.根据应用ID删除所有记忆片段 5.修改获取用户创建应用列表的返回 6.收藏/取消收藏个人空间的应用 7.配置【已发布的应用】发布至应用广场(上架应用) 8.下架应用 9.获取应用广场中的应用列表 10.收藏/取消收藏应用市场中的应用 11.修改部分细节
Step 1. Fetch and check out the branch for this merge request
git fetch origin git checkout -b task/1004390 origin/task/1004390
Step 2. Review the changes locally
Step 3. Merge the branch and fix any conflicts that come up
git fetch origin git checkout origin/release git merge --no-ff task/1004390
Step 4. Push the result of the merge to GitLab
git push origin release
Note that pushing to GitLab requires write access to this repository.
Tip: You can also checkout merge requests locally by following these guidelines.
This will create a new commit in order to revert the existing changes.