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

refactor(cmd/gf): refactor command gf gen service with AST #3488

Merged
merged 39 commits into from
May 27, 2024

Commits on Apr 14, 2024

  1. up

    oldme-git committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    7977bcb View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. 增加更多的测试用例

    oldme-git committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    299d009 View commit details
    Browse the repository at this point in the history
  2. 补充版权信息

    oldme-git committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    8c731bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    429a38a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a2fbf05 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cda7d3c View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    d930d91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c4418e View commit details
    Browse the repository at this point in the history
  3. 完善GetLogicItemInSrc

    oldme-git committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    7b8f227 View commit details
    Browse the repository at this point in the history
  4. 跳过私有方法

    oldme-git committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    b2d0a83 View commit details
    Browse the repository at this point in the history
  5. 获取pkgitems

    oldme-git committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    02bef4f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5e5ea1e View commit details
    Browse the repository at this point in the history
  7. 完善CalculateItemsInSrc

    oldme-git committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    57207e6 View commit details
    Browse the repository at this point in the history
  8. 完善CalculateItemsInSrc

    oldme-git committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    db2e615 View commit details
    Browse the repository at this point in the history
  9. 命名对齐标准库

    oldme-git committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    23c73c4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0214ed5 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. 调整结构

    oldme-git committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    67560a6 View commit details
    Browse the repository at this point in the history
  2. 测试文件规范化

    oldme-git committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    6517da4 View commit details
    Browse the repository at this point in the history
  3. 测试文件规范化

    oldme-git committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    c69c31d View commit details
    Browse the repository at this point in the history
  4. 增添多目录测试

    oldme-git committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    ed310d3 View commit details
    Browse the repository at this point in the history
  5. 增添多目录测试

    oldme-git committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    9aa3dc5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    856119c View commit details
    Browse the repository at this point in the history
  7. 完善func item

    oldme-git committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    3372f0c View commit details
    Browse the repository at this point in the history
  8. gogf#3492 测试文件

    oldme-git committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    cd809dc View commit details
    Browse the repository at this point in the history
  9. 增加更多的测试

    oldme-git committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    844252c View commit details
    Browse the repository at this point in the history
  10. done!

    oldme-git committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    a1bd2c6 View commit details
    Browse the repository at this point in the history
  11. 删除多余文件

    oldme-git committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    2e2463d View commit details
    Browse the repository at this point in the history
  12. 重命名文件名

    oldme-git committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    3f9db25 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. up

    oldme-git committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    bccfe13 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    8be3b51 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. temp

    oldme-git committed May 2, 2024
    Configuration menu
    Copy the full SHA
    520776d View commit details
    Browse the repository at this point in the history
  2. done1

    oldme-git committed May 2, 2024
    Configuration menu
    Copy the full SHA
    c4ac360 View commit details
    Browse the repository at this point in the history
  3. 使用协程生成文件

    oldme-git committed May 2, 2024
    Configuration menu
    Copy the full SHA
    bf91abe View commit details
    Browse the repository at this point in the history
  4. 协程安全

    oldme-git committed May 2, 2024
    Configuration menu
    Copy the full SHA
    594f606 View commit details
    Browse the repository at this point in the history
  5. 协程安全兼容Go 1.18

    oldme-git committed May 2, 2024
    Configuration menu
    Copy the full SHA
    9b15b17 View commit details
    Browse the repository at this point in the history
  6. 协程安全兼容Go 1.18

    oldme-git committed May 2, 2024
    Configuration menu
    Copy the full SHA
    34d37fa View commit details
    Browse the repository at this point in the history
  7. 使用gfile.PutBytes

    oldme-git committed May 2, 2024
    Configuration menu
    Copy the full SHA
    fb7a217 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    fc59b5b View commit details
    Browse the repository at this point in the history
  2. up

    增加新的测试数据
    oldme-git committed May 24, 2024
    Configuration menu
    Copy the full SHA
    8dd24cc View commit details
    Browse the repository at this point in the history