Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ABYSMILER #32

Open
wants to merge 69 commits into
base: main
Choose a base branch
from
Open

ABYSMILER #32

wants to merge 69 commits into from

Commits on Aug 12, 2023

  1. docs:new file name documents, add README for project build and sql fi…

    …les run in it
    yunyin committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    fb51c7c View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. 完成sql文件

    yunyin committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    8c7b1e1 View commit details
    Browse the repository at this point in the history
  2. 提交.gitkeep防止空文件夹忽略

    yunyin committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    dd17c2d View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. 完成流程图

    bubulunda committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    16dbca1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from life-studied/doc

    接收sql文件
    MorkCarpenter authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    6c07154 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

  1. Add files via upload

    Abysmiler authored Aug 19, 2023
    Configuration menu
    Copy the full SHA
    66f1ac1 View commit details
    Browse the repository at this point in the history
  2. Add files via upload

    Ohgiao authored Aug 19, 2023
    Configuration menu
    Copy the full SHA
    3f55656 View commit details
    Browse the repository at this point in the history
  3. 提交流程图

    yunyin committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    22ce2c1 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'yunyin' into doc

    yunyin committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    a26454b View commit details
    Browse the repository at this point in the history
  5. 提交sql对应的gorm结构体

    yunyin committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    24c9eeb View commit details
    Browse the repository at this point in the history
  6. Merge branch 'yunyin' into doc

    yunyin committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    c97719a View commit details
    Browse the repository at this point in the history
  7. 提交流程图

    MorkCarpenter committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    f3d0e36 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #2 from life-studied/xiaofeng_branch

    添加赞和喜欢列表的流程图
    life-studied authored Aug 19, 2023
    Configuration menu
    Copy the full SHA
    d7542db View commit details
    Browse the repository at this point in the history
  9. Delete 用户信息接口.jpg

    Ohgiao authored Aug 19, 2023
    Configuration menu
    Copy the full SHA
    f6aaf81 View commit details
    Browse the repository at this point in the history
  10. Add files via upload

    Ohgiao authored Aug 19, 2023
    Configuration menu
    Copy the full SHA
    c77f108 View commit details
    Browse the repository at this point in the history
  11. Delete 用户信息.png

    Ohgiao authored Aug 19, 2023
    Configuration menu
    Copy the full SHA
    3d517bd View commit details
    Browse the repository at this point in the history
  12. Add files via upload

    Ohgiao authored Aug 19, 2023
    Configuration menu
    Copy the full SHA
    510a787 View commit details
    Browse the repository at this point in the history
  13. Merge branch 'No8' into doc

    yunyin committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    23c46f9 View commit details
    Browse the repository at this point in the history
  14. 完成

    bubulunda committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    cbbceb3 View commit details
    Browse the repository at this point in the history
  15. Add files via upload

    c1184387860 authored Aug 19, 2023
    Configuration menu
    Copy the full SHA
    27620aa View commit details
    Browse the repository at this point in the history
  16. Merge pull request #3 from life-studied/zuimeng

    Add files via upload
    life-studied authored Aug 19, 2023
    Configuration menu
    Copy the full SHA
    5300b82 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2023

  1. change the message in controller

    yunyin committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    3d062ab View commit details
    Browse the repository at this point in the history
  2. change the go mod

    yunyin committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    1d1acef View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. 测试viper管理配置以及gorm连接MySQL

    小小重构了一下项目,添加global(全局变量组),initialize,config包以及config.yaml来连接数据库,viper包在go1.17下好像没法导包,我测试把go.mod改成go 1.16或者1.20就行了
    c1184387860 committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    6b29b96 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8 from life-studied/zuimeng_mysql

    测试viper管理配置以及gorm连接MySQL
    life-studied authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    bb06de5 View commit details
    Browse the repository at this point in the history
  3. 修改.gitignore

    yunyin committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    975d5cb View commit details
    Browse the repository at this point in the history
  4. 删除额外的文件

    yunyin committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    3e54b07 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b122ae6 View commit details
    Browse the repository at this point in the history
  6. 上一次提交的补充提交

    yunyin committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    3236285 View commit details
    Browse the repository at this point in the history
  7. 更改router,删除sum,以及和之前的一样完成了评论列表这个Get接口 (#14)

    * CommentList查询的controller层和service,dao层雏形的编写
    
    为了方便返回值,在三个层的下面设立了model包来存储结构体,并且修改了响应值的结构体类型方便返回,如有需要协调的我重新修改。
    
    * 测试一下用viper配置config文件来操作数据访问层
    
    * 增强了点耦合性,把service层的方法调用也改成了实例调用的形式,防止和其他人出现不一样的误差
    
    其他方面就是把不必要的属性增加了“-”符号,这些属性在json返回时不会被一并提交上去
    
    * Update config.go
    
    * 修改router,删掉sum
    c1184387860 authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    8279ef0 View commit details
    Browse the repository at this point in the history
  8. finish controller、service (#12)

    * finish controller、service
    
    * 已改成user
    bubulunda authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    56b3936 View commit details
    Browse the repository at this point in the history
  9. 删除额外的文件

    yunyin committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    2f57ba8 View commit details
    Browse the repository at this point in the history
  10. 完成feed接口

    yunyin committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    c720ba1 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Abysmiler (#16)

    * Update comment.go
    
    * Create response
    
    * Delete response
    
    * Add files via upload
    
    * Delete Go-Project/response directory
    
    * Update comment.go
    
    * Update common.go
    
    * Create comment.go
    
    * Update common.go
    
    * Create CommentService
    
    * Delete CommentService
    
    * Create CommentService.go
    
    * Update comment.go
    
    * Update common.go
    
    * Update comment.go
    
    * Update common.go
    
    * Update CommentService.go
    
    * Add files via upload
    Abysmiler authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    381ad4f View commit details
    Browse the repository at this point in the history
  2. Bulunda (#17)

    * finish controller、service
    
    * 已改成user
    
    * finish
    
    * 删除的东西
    
    * 小修改
    bubulunda authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    5c7c8db View commit details
    Browse the repository at this point in the history
  3. finish dao

    yunyin committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    99568da View commit details
    Browse the repository at this point in the history
  4. 添加测试文档目录

    yunyin committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    b9d56aa View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Abysmiler (#20)

    * Update comment.go
    
    * Create response
    
    * Delete response
    
    * Add files via upload
    
    * Delete Go-Project/response directory
    
    * Update comment.go
    
    * Update common.go
    
    * Create comment.go
    
    * Update common.go
    
    * Create CommentService
    
    * Delete CommentService
    
    * Create CommentService.go
    
    * Update comment.go
    
    * Update common.go
    
    * Update comment.go
    
    * Update common.go
    
    * Update CommentService.go
    
    * Add files via upload
    
    * Update comment.go
    
    * Update comment.go
    
    * Update comment.go
    
    * Update CommentService.go
    
    * Add files via upload
    
    * Update comment.go
    
    * Update CommentService.go
    Abysmiler authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    eef8185 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'yunyin' into dev

    yunyin committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    665b56d View commit details
    Browse the repository at this point in the history
  3. 初步完善Favorite接口 (#21)

    * 完善点赞/喜欢列表接口的controller层
    
    * revert:暂时完善dao层
    
    本次回滚至8.24日提交[暂时完善dao层],回滚原因:合并了有误代码导致无法编译
    
    这是一次硬提交,合并该提交将导致大量需要解决的冲突
    
    * fix:修复http返回值永远为200的问题
    
    当调用favorite接口时,将会根据代码执行情况返回不同的http返回值。并且修改了打印报错的方式,使favrite接口打印的错误均为红底白字
    
    该提交后,favorite接口的bug将更容易被发现
    MorkCarpenter authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    7aaebc6 View commit details
    Browse the repository at this point in the history
  4. 提交

    EEcchh committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    85ac01e View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2023

  1. first (#22)

    Co-authored-by: Yunyin <[email protected]>
    Ohgiao and life-studied authored Aug 27, 2023
    Configuration menu
    Copy the full SHA
    49754dc View commit details
    Browse the repository at this point in the history
  2. update user.go

    yunyin committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    d589e6a View commit details
    Browse the repository at this point in the history
  3. update

    yunyin committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    bd07944 View commit details
    Browse the repository at this point in the history
  4. update

    yunyin committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    5aedca3 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. update

    yunyin committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    3ae56b2 View commit details
    Browse the repository at this point in the history
  2. update

    yunyin committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    5cf0afd View commit details
    Browse the repository at this point in the history
  3. update

    yunyin committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    0f5bfd5 View commit details
    Browse the repository at this point in the history
  4. merge Echo to dev

    yunyin committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    b6e3612 View commit details
    Browse the repository at this point in the history
  5. merge conflict

    yunyin committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    b7753e7 View commit details
    Browse the repository at this point in the history
  6. add init cache from mysql function

    yunyin committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    99ab73d View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. update

    yunyin committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    4801c65 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'Echo' into dev

    yunyin committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    87fbd5d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa8c90c View commit details
    Browse the repository at this point in the history
  4. update publish funcitoni

    yunyin committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    828e297 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'yunyin' into dev

    yunyin committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    ab79591 View commit details
    Browse the repository at this point in the history
  6. 修复favorite接口的bug (#24)

    * doc:提交测试用例
    
    残缺的测试用例,压力测试结果奇奇怪怪。大概率是因为我学艺不精
    
    * ?
    
    * fix Favorite接口修复
    
    修复bug:1.接收到参数但是判断为未接收到参数2.重复为同一个视频生成like(现在同一个视频只会出现一个like) 3.查询喜欢列表不返回用户信息和视频信息
    
    小封 [email protected]
    MorkCarpenter authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    3de9671 View commit details
    Browse the repository at this point in the history
  7. update feed

    yunyin committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    8a57e90 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4c2fe71 View commit details
    Browse the repository at this point in the history
  9. update comment action function

    yunyin committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    ba25e94 View commit details
    Browse the repository at this point in the history
  10. 添加测试用例

    yunyin committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    35bf418 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. 修改后测试评论接口 (#26)

    * 改进comment使其能通过测试
    
    * 修改后测试评论接口
    
    ---------
    
    Co-authored-by: Yunyin <[email protected]>
    c1184387860 and life-studied authored Aug 30, 2023
    Configuration menu
    Copy the full SHA
    f1c1114 View commit details
    Browse the repository at this point in the history
  2. No8 (#27)

    * Add files via upload
    
    * Delete 用户信息接口(自测).md
    
    * Add files via upload
    
    * Update user.go
    
    ---------
    
    Co-authored-by: Yunyin <[email protected]>
    Ohgiao and life-studied authored Aug 30, 2023
    Configuration menu
    Copy the full SHA
    0348abf View commit details
    Browse the repository at this point in the history
  3. update README

    yunyin committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    6325aa9 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. update

    yunyin committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    966e6d4 View commit details
    Browse the repository at this point in the history
  2. update

    yunyin committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    085b8b7 View commit details
    Browse the repository at this point in the history
  3. update

    yunyin committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    b70ef3a View commit details
    Browse the repository at this point in the history
  4. update

    yunyin committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    1714732 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. update

    yunyin committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    8d3a0c0 View commit details
    Browse the repository at this point in the history