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: php-casbin/webman-permission
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.7
Choose a base ref
...
head repository: php-casbin/webman-permission
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.0
Choose a head ref
  • 9 commits
  • 27 files changed
  • 2 contributors

Commits on Jan 14, 2023

  1. Update README.md

    Tinywan authored Jan 14, 2023
    Configuration menu
    Copy the full SHA
    dac242a View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. 增加了多套配置

    * feat:  增加了多套配置,可以使用client指定使用那套。 #8
    * refactor: 去掉了在框架初始化的时候就注入监听,改为按需初始化 #6
    * fix: 去掉了Laravel的缓存,保持和TP一样 #7
    * refactor:  调整了一些LaravelAdapter里用法。
    
    已知问题:
    * 测试待补充
    * 调整未测试(主要因为着急,本身项目里已造了轮子,所以没拿回去测试)
    lyt8384 committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    109354d View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. feat. add unit test

    lyt8384 committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    13200b4 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. feat 补充单元测试

    lyt8384 committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    81eb085 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4cf6101 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ca4b67 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2023

  1. fix. TP Adapter init err

    TP的Adapter初始化传参缺少里第一个空数组
    lyt8384 authored Mar 5, 2023
    Configuration menu
    Copy the full SHA
    7118449 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. Merge pull request #9 from lyt8384/main

    多套配置共存及针对Laravel ORM的优化
    Tinywan authored Mar 9, 2023
    Configuration menu
    Copy the full SHA
    966c990 View commit details
    Browse the repository at this point in the history
  2. feat: format 7.4 type

    Tinywan committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    a47a4b2 View commit details
    Browse the repository at this point in the history
Loading