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

完成验收答辩 #50

Merged
merged 161 commits into from
Jun 7, 2024
Merged

完成验收答辩 #50

merged 161 commits into from
Jun 7, 2024

Commits on Apr 15, 2024

  1. Enable CI/CD for dev branch (#4)

    * Create go.yml
    
    * Add go.sum, delete vendor, modify target branch to dev
    sjtuzc954 authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    3fbecf0 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    1b94946 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from GMH233/feature/types

    feat: 增加Pod相关类型声明
    sjtuzc954 authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    5392c9e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a2a263 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

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

Commits on Apr 20, 2024

  1. Configuration menu
    Copy the full SHA
    fba327a View commit details
    Browse the repository at this point in the history
  2. feat: complete addpod in runtime

    someonetang authored and unknown committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    144fa70 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    240ec5f View commit details
    Browse the repository at this point in the history
  4. refactor: kubelet包结构

    sjtuzc954 committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    baf9193 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8e1248a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cf168cc View commit details
    Browse the repository at this point in the history
  7. Merge pull request #6 from GMH233/feature/kubelet-iter1-zc

    feat: kubelet与apiserver交互并创建pod用例完成
    sjtuzc954 authored Apr 20, 2024
    Configuration menu
    Copy the full SHA
    08f6d96 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Configuration menu
    Copy the full SHA
    88673b2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7 from GMH233/feature/kubelet-iter1-zc

    feat: 增加runtime pod数据结构
    sjtuzc954 authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    457a2b6 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. feat: add GetAllPods & GetPodStatus

    unknown committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    a53be15 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8 from GMH233/feature/kubelet-iter1-tz

    feat: add GetAllPods & GetPodStatus
    someonetang authored Apr 26, 2024
    Configuration menu
    Copy the full SHA
    8151a67 View commit details
    Browse the repository at this point in the history
  3. feat: 完成pod状态回传至apiserver (#9)

    * feat: 初步实现runtime cache
    
    * feat: 初步实现pleg
    
    * feat: syncLoop接收生命周期事件
    
    * feat: 完成mock pod的实时状态获取
    
    * feat: 完成pod状态回传
    sjtuzc954 authored Apr 26, 2024
    Configuration menu
    Copy the full SHA
    f120946 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5cc8342 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

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

Commits on Apr 28, 2024

  1. Configuration menu
    Copy the full SHA
    ed5d3f3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10 from GMH233/feature/kubelet-iter1-zc

    feat: pod删除和重启
    sjtuzc954 authored Apr 28, 2024
    Configuration menu
    Copy the full SHA
    3bd24ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7319f7e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #11 from GMH233/feature/kubelet-iter1-zc

    feat: 增加weave适配层,实现attach + detach
    sjtuzc954 authored Apr 28, 2024
    Configuration menu
    Copy the full SHA
    7eff847 View commit details
    Browse the repository at this point in the history
  5. feat: complete usage of attach and detach in rm

    unknown committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    04976e4 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #14 from GMH233/feature/kubelet-iter1-tz

    feat: complete usage of attach and detach in rm
    sjtuzc954 authored Apr 28, 2024
    Configuration menu
    Copy the full SHA
    0322e43 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. feat: pod卷创建与挂载

    sjtuzc954 committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    8306663 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #15 from GMH233/feature/kubelet-iter1-zc

    feat: pod卷创建与挂载
    sjtuzc954 authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    fe03de4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e346b2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #16 from GMH233/feature/kubelet-iter1-zc

    fix: 修复runtime manager返回不受kubelet管理的容器,以及错误detach的问题
    sjtuzc954 authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    23a3e2f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ba346b7 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #18 from GMH233/feature/kubelet-iter1-zc

    refactor: 修改test文件夹结构(同一个文件夹不能有两个main函数)
    sjtuzc954 authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    635f53f View commit details
    Browse the repository at this point in the history
  7. Merge pull request #19 from GMH233/feature/kubelet

    feat: 完成kubelet对pod的抽象(增删,重启,挂载卷,网络)
    sjtuzc954 authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    dd1305c View commit details
    Browse the repository at this point in the history
  8. feat: kubectl

    sjtuzc954 committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    cc4f177 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5776b86 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7139d76 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    656fc96 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #20 from GMH233/feature/kubectl

    feat: 简易kubectl(apply/get/delete pod)
    sjtuzc954 authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    dacc0e9 View commit details
    Browse the repository at this point in the history
  3. feat: implement the basic stucture of apiserver, implemented trivial …

    …in-place storage, 2 apis for 1-pod-test
    GMH233 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    a49e3be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    da9e338 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a4cd085 View commit details
    Browse the repository at this point in the history
  6. feat: 加入删除pod的api

    GMH233 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    df34d56 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6ebb393 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    709d910 View commit details
    Browse the repository at this point in the history
  9. feat: 增加查询pod的接口

    GMH233 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    51b3b78 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d855264 View commit details
    Browse the repository at this point in the history
  11. fix: add go sum and go mod

    GMH233 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    726a71f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    485c39d View commit details
    Browse the repository at this point in the history
  13. Merge pull request #21 from GMH233/feature/apiserver

    Feature/apiserver
    GMH233 authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    fff8033 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. feat: 完成ipvs适配层

    sjtuzc954 committed May 6, 2024
    Configuration menu
    Copy the full SHA
    8888f89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2262eed View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    3d32501 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70b8564 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e761e40 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    b2cff37 View commit details
    Browse the repository at this point in the history
  2. feat: 完成ClusterIP模式

    sjtuzc954 committed May 10, 2024
    Configuration menu
    Copy the full SHA
    2d78c8b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #22 from GMH233/feature/kubeproxy

    feat: 完成ClusterIP代理模式
    sjtuzc954 authored May 10, 2024
    Configuration menu
    Copy the full SHA
    0f444f8 View commit details
    Browse the repository at this point in the history
  4. fix: 修复重复detach

    sjtuzc954 committed May 10, 2024
    Configuration menu
    Copy the full SHA
    dfee8f3 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #23 from GMH233/feature/kubelet

    fix: 修复重复detach
    sjtuzc954 authored May 10, 2024
    Configuration menu
    Copy the full SHA
    7685d5d View commit details
    Browse the repository at this point in the history
  6. feat: 支持NodePort模式

    sjtuzc954 committed May 10, 2024
    Configuration menu
    Copy the full SHA
    f879867 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #24 from GMH233/feature/kubeproxy

    feat: 支持NodePort模式
    sjtuzc954 authored May 10, 2024
    Configuration menu
    Copy the full SHA
    f2929f8 View commit details
    Browse the repository at this point in the history
  8. feat: complete replicaset controller

    unknown committed May 10, 2024
    Configuration menu
    Copy the full SHA
    ded30ee View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    73132ef View commit details
    Browse the repository at this point in the history
  10. build: go mod sum

    GMH233 committed May 10, 2024
    Configuration menu
    Copy the full SHA
    551d33f View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. Configuration menu
    Copy the full SHA
    33c34db View commit details
    Browse the repository at this point in the history
  2. Merge pull request #25 from GMH233/feature/kubelet-iter1-tz

    Feature/kubelet iter1 tz
    someonetang authored May 11, 2024
    Configuration menu
    Copy the full SHA
    04416af View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

  1. Configuration menu
    Copy the full SHA
    42f6baf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #26 from GMH233/revert-25-feature/kubelet-iter1-tz

    Revert "Feature/kubelet iter1 tz"
    sjtuzc954 authored May 12, 2024
    Configuration menu
    Copy the full SHA
    1d1f3e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3858271 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

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

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    3d8c5f5 View commit details
    Browse the repository at this point in the history
  2. feat: kubelet支持多机

    sjtuzc954 committed May 17, 2024
    Configuration menu
    Copy the full SHA
    3fcc1e5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #28 from GMH233/feature/scheduler

    feat: apiserver和kubelet增加多机支持
    sjtuzc954 authored May 17, 2024
    Configuration menu
    Copy the full SHA
    b53ef98 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b288340 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #30 from GMH233/feature/kubeproxy

    feat: 实现dns功能
    sjtuzc954 authored May 17, 2024
    Configuration menu
    Copy the full SHA
    5a6a910 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    baf019f View commit details
    Browse the repository at this point in the history

Commits on May 19, 2024

  1. Configuration menu
    Copy the full SHA
    ec38e03 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #31 from GMH233/feature/scheduler-iter2-tz

    feat: complete relicaset controller and scheduler with basic policy
    someonetang authored May 19, 2024
    Configuration menu
    Copy the full SHA
    bfe14c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b65b144 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bd9c171 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fc6bcbf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3d0e374 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8b1a2dd View commit details
    Browse the repository at this point in the history
  8. fix: 修改URL冲突

    GMH233 committed May 19, 2024
    Configuration menu
    Copy the full SHA
    7e66aff View commit details
    Browse the repository at this point in the history
  9. chore: 调试metrics上传

    GMH233 committed May 19, 2024
    Configuration menu
    Copy the full SHA
    0731943 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    83dc2c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1884f5 View commit details
    Browse the repository at this point in the history
  3. feat: 增加scaler的api支持

    GMH233 committed May 20, 2024
    Configuration menu
    Copy the full SHA
    1133d23 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    74d65fc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b0970fa View commit details
    Browse the repository at this point in the history
  6. chore: typo

    GMH233 committed May 20, 2024
    Configuration menu
    Copy the full SHA
    3375099 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    d19adce View commit details
    Browse the repository at this point in the history
  2. tmp: try catch metrics

    GMH233 committed May 21, 2024
    Configuration menu
    Copy the full SHA
    98995bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    baf1b71 View commit details
    Browse the repository at this point in the history
  4. feat: basic envoy proxy

    sjtuzc954 committed May 21, 2024
    Configuration menu
    Copy the full SHA
    e9b3205 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    32f8597 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    71be282 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    102b998 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ee26777 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0481d60 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    002cd7d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2e5bc17 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #33 from GMH233/feature/autoscaler

    Feature/autoscaler
    GMH233 authored May 21, 2024
    Configuration menu
    Copy the full SHA
    f3120d4 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    98988d9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #34 from GMH233/feature/microservice-types

    feat: api types used by microservice
    sjtuzc954 authored May 22, 2024
    Configuration menu
    Copy the full SHA
    e268a9e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    28f3563 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #35 from GMH233/feature/microservice-types

    fix: SidecarMapping定义错误
    sjtuzc954 authored May 22, 2024
    Configuration menu
    Copy the full SHA
    9d82dce View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fb54063 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fa38873 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ed0062d View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    daf8832 View commit details
    Browse the repository at this point in the history
  2. feat: server加锁

    sjtuzc954 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    d7968dd View commit details
    Browse the repository at this point in the history
  3. fix: namespace key写错

    sjtuzc954 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    4ba7045 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    6b73f45 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #36 from GMH233/feature/autoscaler

    Feature/autoscaler
    GMH233 authored May 24, 2024
    Configuration menu
    Copy the full SHA
    eb1f606 View commit details
    Browse the repository at this point in the history
  3. feat: envoy转发

    sjtuzc954 committed May 24, 2024
    Configuration menu
    Copy the full SHA
    c428bcb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4b787b5 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #37 from GMH233/feature/microservice-zc

    feat: microservice apiserver + envoy
    sjtuzc954 authored May 24, 2024
    Configuration menu
    Copy the full SHA
    39ba4f6 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2024

  1. feat: complete pilot

    someonetang committed May 25, 2024
    Configuration menu
    Copy the full SHA
    8272be5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f4ee0e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d69c27d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a068ca8 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #38 from GMH233/feature/pilot-tz

    Feature/pilot tz
    someonetang authored May 25, 2024
    Configuration menu
    Copy the full SHA
    62c4c21 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. refactor: 减少debug信息

    GMH233 committed May 27, 2024
    Configuration menu
    Copy the full SHA
    7a2b8d2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #39 from GMH233/feature/autoscaler

    refactor: 减少debug信息
    GMH233 authored May 27, 2024
    Configuration menu
    Copy the full SHA
    e66c6db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc09f8e View commit details
    Browse the repository at this point in the history
  4. feat: 简单build脚本

    sjtuzc954 committed May 27, 2024
    Configuration menu
    Copy the full SHA
    9063ea8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e0dade0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    73eac60 View commit details
    Browse the repository at this point in the history
  7. fix: 移除滥用panic

    sjtuzc954 committed May 27, 2024
    Configuration menu
    Copy the full SHA
    f309226 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0bd1a0e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    554f210 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #41 from GMH233/feature/microservice-zc

    feat: bookinfo部署
    sjtuzc954 authored May 27, 2024
    Configuration menu
    Copy the full SHA
    1414b32 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. fix: checkImage实现错误

    sjtuzc954 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    f3ef747 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #42 from GMH233/hotfix/runtime

    fix: checkImage实现错误
    sjtuzc954 authored May 28, 2024
    Configuration menu
    Copy the full SHA
    441ca4a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36f02f4 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #43 from GMH233/hotfix/runtime

    fix: 删除获取容器日志的操作
    sjtuzc954 authored May 28, 2024
    Configuration menu
    Copy the full SHA
    dcbdb9a View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. fix: restart pod

    sjtuzc954 committed May 29, 2024
    Configuration menu
    Copy the full SHA
    a5de601 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #44 from GMH233/hotfix/runtime

    fix: restart pod
    sjtuzc954 authored May 29, 2024
    Configuration menu
    Copy the full SHA
    296fd2d View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. feat: kubelet join

    sjtuzc954 committed May 31, 2024
    Configuration menu
    Copy the full SHA
    a0c9e0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4bfd65f View commit details
    Browse the repository at this point in the history
  3. feat: node affinity policy

    sjtuzc954 committed May 31, 2024
    Configuration menu
    Copy the full SHA
    dacbbc0 View commit details
    Browse the repository at this point in the history
  4. feat: Fuck spec changes

    sjtuzc954 committed May 31, 2024
    Configuration menu
    Copy the full SHA
    0346a98 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e1a5c8e View commit details
    Browse the repository at this point in the history
  6. feat: finish this branch

    sjtuzc954 committed May 31, 2024
    Configuration menu
    Copy the full SHA
    7704972 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #45 from GMH233/feature/fk-spec-change

    Feature/fk spec change
    sjtuzc954 authored May 31, 2024
    Configuration menu
    Copy the full SHA
    5f0237a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    07d6cbd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3ad3c85 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2024

  1. Merge pull request #46 from GMH233/feature/kubectl

    Feature/kubectl
    GMH233 authored Jun 1, 2024
    Configuration menu
    Copy the full SHA
    3cf05cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f42816d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    12b5aea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd9b28b View commit details
    Browse the repository at this point in the history
  5. Merge pull request #47 from GMH233/feature/fk-spec-change

    feat: 录制除hpa dns microservice的视频
    sjtuzc954 authored Jun 1, 2024
    Configuration menu
    Copy the full SHA
    06387d1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    222d1ee View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5929e7c View commit details
    Browse the repository at this point in the history
  8. fix: 多余换行

    GMH233 committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    b9a149b View commit details
    Browse the repository at this point in the history
  9. feat: dns支持+模糊get

    GMH233 committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    0b552b0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c76c05f View commit details
    Browse the repository at this point in the history
  11. Merge pull request #48 from GMH233/feature/kubectl

    Feature/kubectl
    GMH233 authored Jun 1, 2024
    Configuration menu
    Copy the full SHA
    cf4e675 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. feat: dns录制

    sjtuzc954 committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    67c8aaa View commit details
    Browse the repository at this point in the history
  2. feat: microservice录制

    sjtuzc954 committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    319c3a1 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Merge pull request #49 from GMH233/feature/fk-spec-change

    feat: 完成验收答辩
    sjtuzc954 authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    f811458 View commit details
    Browse the repository at this point in the history