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: flipped-aurora/gin-vue-admin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: flipped-aurora/gin-vue-admin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dev-282
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 37 files changed
  • 4 contributors

Commits on Apr 21, 2025

  1. refactor(server): 重构服务器启动和重载逻辑

    将服务器启动和重载逻辑进行重构,提取初始化系统为单独函数,优化代码结构。删除冗余的服务器初始化文件,统一使用新的 `server_run.go` 实现优雅关闭和重载功能。同时,将“重启服务”改为“重载服务”以更准确地描述功能。
    piexlMax(奇淼 committed Apr 21, 2025
    Configuration menu
    Copy the full SHA
    c668055 View commit details
    Browse the repository at this point in the history
  2. refactor: 重构系统事件处理、JWT和Casbin相关逻辑

    - 将系统重载逻辑提取到独立的`system_events.go`文件中,并引入全局事件管理器
    - 将JWT相关操作从`service`层移动到`utils`层,减少服务层依赖
    - 将Casbin实例管理逻辑提取到`utils`层,统一管理Casbin实例的初始化和获取
    - 删除冗余的`CreateSysOperationRecord`方法,优化操作记录中间件逻辑
    piexlMax(奇淼 committed Apr 21, 2025
    Configuration menu
    Copy the full SHA
    70f68d0 View commit details
    Browse the repository at this point in the history
  3. refactor(server): 重构服务初始化和关闭逻辑

    将 `RunServer` 函数重命名为 `initServer`,并调整其调用方式以简化代码。同时,在系统初始化时添加 `SetupHandlers` 函数以注册全局处理函数,提升代码可维护性。
    piexlMax(奇淼 committed Apr 21, 2025
    Configuration menu
    Copy the full SHA
    e9234a8 View commit details
    Browse the repository at this point in the history
  4. fix: 修复自动化代码enum查询条件的bug

    piexlMax(奇淼 committed Apr 21, 2025
    Configuration menu
    Copy the full SHA
    e6db46f View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2025

  1. Configuration menu
    Copy the full SHA
    19fd16d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'refs/heads/main' into dev-282

    piexlMax(奇淼 committed Apr 28, 2025
    Configuration menu
    Copy the full SHA
    6cb3927 View commit details
    Browse the repository at this point in the history
  3. refactor: 修改名称 RunWindowsServer ==> RunServer

    piexlMax(奇淼 committed Apr 28, 2025
    Configuration menu
    Copy the full SHA
    3a84455 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2025

  1. Merge pull request #2019 from Gor-c/patch-2

    fix: 修复组合模式下,顶部菜单重复bug
    pixelmaxQm authored Apr 29, 2025
    Configuration menu
    Copy the full SHA
    57d4fe5 View commit details
    Browse the repository at this point in the history
  2. 新增mcp

    QINsring committed Apr 29, 2025
    Configuration menu
    Copy the full SHA
    da0eb2f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2021 from QINsring/dev-282

    新增mcp
    pixelmaxQm authored Apr 29, 2025
    Configuration menu
    Copy the full SHA
    d151d9b View commit details
    Browse the repository at this point in the history
Loading