-
-
Notifications
You must be signed in to change notification settings - Fork 2
Comparing changes
Open a pull request
base repository: kzu/aka
base: main
head repository: Genp0/aka
compare: main
- 13 commits
- 8 files changed
- 2 contributors
Commits on Apr 12, 2025
-
Configuration menu - View commit details
-
Copy full SHA for e5f9d1a - Browse repository at this point
Copy the full SHA e5f9d1aView commit details -
🔧 chore(config): update Azure Functions extension bundle version
- 更新 extension bundle 版本范围至 "[2.*, 3.0.0)" - 确保兼容最新功能和修复
Configuration menu - View commit details
-
Copy full SHA for c683397 - Browse repository at this point
Copy the full SHA c683397View commit details -
- 将单引号替换为双引号以保持一致性 - 更新.NET版本格式以提高可读性和明确性
Configuration menu - View commit details
-
Copy full SHA for d7df517 - Browse repository at this point
Copy the full SHA d7df517View commit details -
- 修改 AZURE_FUNCTIONAPP_PACKAGE_PATH 环境变量为 "aka" - 确保部署路径正确指向 web 应用项目
Configuration menu - View commit details
-
Copy full SHA for f9235c8 - Browse repository at this point
Copy the full SHA f9235c8View commit details -
👷 ci(workflow): 移除无用的dotnet依赖解析步骤
- 删除dotnet依赖解析步骤以简化CI流程 - 修改Azure部署包路径以适应新的构建流程
Configuration menu - View commit details
-
Copy full SHA for 852e82b - Browse repository at this point
Copy the full SHA 852e82bView commit details -
- 将环境变量名称从 "X-Authorization" 改为 "X_Authorization" - 提升代码一致性和可读性
Configuration menu - View commit details
-
Copy full SHA for 55221af - Browse repository at this point
Copy the full SHA 55221afView commit details -
🔧 chore(ci): update GitHub Actions workflow for deployment
- 移除未使用的环境变量 AZURE_FUNCTIONAPP_PACKAGE_PATH - 修改部署包路径为仓库根目录以简化配置
Configuration menu - View commit details
-
Copy full SHA for 55d15a2 - Browse repository at this point
Copy the full SHA 55d15a2View commit details -
🌐 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以简化配置,移除不必要的扩展包设置
Configuration menu - View commit details
-
Copy full SHA for 37f2a1c - Browse repository at this point
Copy the full SHA 37f2a1cView commit details -
♻️ 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以支持本地开发环境配置
Configuration menu - View commit details
-
Copy full SHA for 410efb4 - Browse repository at this point
Copy the full SHA 410efb4View commit details -
♻️ refactor(urlshortener): simplify authorization condition
- 移除多余的括号以简化if条件逻辑 - 提升代码可读性和维护性
Configuration menu - View commit details
-
Copy full SHA for 35fff41 - Browse repository at this point
Copy the full SHA 35fff41View commit details -
✨ feat(Program): 添加Azure Functions支持
- 引入Microsoft.Azure.Functions.Worker库 - 配置Functions Worker默认设置以支持Azure Functions
Configuration menu - View commit details
-
Copy full SHA for 451df68 - Browse repository at this point
Copy the full SHA 451df68View commit details -
♻️ refactor(program): 修改函数配置方法
- 将ConfigureFunctionsWorkerDefaults替换为ConfigureFunctionsWebApplication - 提升代码可读性和维护性
Configuration menu - View commit details
-
Copy full SHA for 9b27ff4 - Browse repository at this point
Copy the full SHA 9b27ff4View commit details -
- 在CI工作流中增加清理项目步骤,确保构建环境干净 ♻️ refactor(Program): 更新函数应用配置方法 - 将ConfigureFunctionsWebApplication更改为ConfigureFunctionsWorkerDefaults以匹配最新的函数应用配置方式
Configuration menu - View commit details
-
Copy full SHA for eb7a1c9 - Browse repository at this point
Copy the full SHA eb7a1c9View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...main