Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: kzu/aka
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: Genp0/aka
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 8 files changed
  • 2 contributors

Commits on Apr 12, 2025

  1. Configuration menu
    Copy the full SHA
    e5f9d1a View commit details
    Browse the repository at this point in the history
  2. 🔧 chore(config): update Azure Functions extension bundle version

    - 更新 extension bundle 版本范围至 "[2.*, 3.0.0)"
    - 确保兼容最新功能和修复
    genpoliu93 committed Apr 12, 2025
    Configuration menu
    Copy the full SHA
    c683397 View commit details
    Browse the repository at this point in the history
  3. 💄 style(ci): 统一YAML文件中的字符串格式

    - 将单引号替换为双引号以保持一致性
    - 更新.NET版本格式以提高可读性和明确性
    genpoliu93 committed Apr 12, 2025
    Configuration menu
    Copy the full SHA
    d7df517 View commit details
    Browse the repository at this point in the history
  4. 🔧 chore(ci): 更新 Azure 部署路径

    - 修改 AZURE_FUNCTIONAPP_PACKAGE_PATH 环境变量为 "aka"
    - 确保部署路径正确指向 web 应用项目
    genpoliu93 committed Apr 12, 2025
    Configuration menu
    Copy the full SHA
    f9235c8 View commit details
    Browse the repository at this point in the history
  5. 👷 ci(workflow): 移除无用的dotnet依赖解析步骤

    - 删除dotnet依赖解析步骤以简化CI流程
    - 修改Azure部署包路径以适应新的构建流程
    genpoliu93 committed Apr 12, 2025
    Configuration menu
    Copy the full SHA
    852e82b View commit details
    Browse the repository at this point in the history
  6. ♻️ refactor(run): 修改环境变量名称

    - 将环境变量名称从 "X-Authorization" 改为 "X_Authorization"
    - 提升代码一致性和可读性
    genpoliu93 committed Apr 12, 2025
    Configuration menu
    Copy the full SHA
    55221af View commit details
    Browse the repository at this point in the history
  7. 🔧 chore(ci): update GitHub Actions workflow for deployment

    - 移除未使用的环境变量 AZURE_FUNCTIONAPP_PACKAGE_PATH
    - 修改部署包路径为仓库根目录以简化配置
    genpoliu93 committed Apr 12, 2025
    Configuration menu
    Copy the full SHA
    55d15a2 View commit details
    Browse the repository at this point in the history
  8. 🌐 i18n(workflow): 更新GitHub工作流以改进.NET环境设置

    - 移除不必要的DOTNET_VERSION环境变量注释
    - 添加构建和发布项目的步骤
    
    ✨ feat(azure): 添加AkaEntity和AkaFunction以支持Azure表存储
    
    - 创建AkaEntity类以实现ITableEntity接口
    - 实现AkaFunction类以处理HTTP请求和表存储交互
    
    🔧 chore(project): 添加新的项目文件和配置
    
    - 添加aka.csproj文件以定义项目依赖和属性
    - 创建Program.cs以启动Azure Functions主机
    
    🔥 chore(cleanup): 删除旧的Azure函数脚本和配置文件
    
    - 移除function.json和run.csx以清理旧的Azure功能配置
    - 更新host.json以简化配置,移除不必要的扩展包设置
    genpoliu93 committed Apr 12, 2025
    Configuration menu
    Copy the full SHA
    37f2a1c View commit details
    Browse the repository at this point in the history
  9. ♻️ refactor(workflow): 简化Azure Functions工作流

    - 移除不必要的注释和步骤
    - 更新.NET设置以确保正确的SDK版本
    
    🔥 remove(functions): 删除AkaEntity和AkaFunction文件
    
    - 移除旧的AkaEntity和AkaFunction实现以优化代码库
    
    ✨ feat(functions): 新增UrlShortener功能
    
    - 引入新的UrlShortener函数以替代旧的功能
    - 提供创建、更新和重定向短链接的能力
    
    🔧 chore(project): 重命名项目文件
    
    - 将aka.csproj重命名为UrlShortener.csproj以反映新的项目名称
    
    🔧 chore(config): 更新host.json和local.settings.json配置
    
    - 在host.json中添加默认日志级别为Information
    - 新增local.settings.json以支持本地开发环境配置
    genpoliu93 committed Apr 12, 2025
    Configuration menu
    Copy the full SHA
    410efb4 View commit details
    Browse the repository at this point in the history
  10. ♻️ refactor(urlshortener): simplify authorization condition

    - 移除多余的括号以简化if条件逻辑
    - 提升代码可读性和维护性
    genpoliu93 committed Apr 12, 2025
    Configuration menu
    Copy the full SHA
    35fff41 View commit details
    Browse the repository at this point in the history
  11. ✨ feat(Program): 添加Azure Functions支持

    - 引入Microsoft.Azure.Functions.Worker库
    - 配置Functions Worker默认设置以支持Azure Functions
    genpoliu93 committed Apr 12, 2025
    Configuration menu
    Copy the full SHA
    451df68 View commit details
    Browse the repository at this point in the history
  12. ♻️ refactor(program): 修改函数配置方法

    - 将ConfigureFunctionsWorkerDefaults替换为ConfigureFunctionsWebApplication
    - 提升代码可读性和维护性
    genpoliu93 committed Apr 12, 2025
    Configuration menu
    Copy the full SHA
    9b27ff4 View commit details
    Browse the repository at this point in the history
  13. 🔧 chore(ci): 添加清理步骤到CI工作流

    - 在CI工作流中增加清理项目步骤,确保构建环境干净
    
    ♻️ refactor(Program): 更新函数应用配置方法
    
    - 将ConfigureFunctionsWebApplication更改为ConfigureFunctionsWorkerDefaults以匹配最新的函数应用配置方式
    genpoliu93 committed Apr 12, 2025
    Configuration menu
    Copy the full SHA
    eb7a1c9 View commit details
    Browse the repository at this point in the history
Loading