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

feat: 密码存储 增加内置 AES 加密;增加 Vault Transit 加密 #218

Open
wants to merge 503 commits into
base: master
Choose a base branch
from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jan 28, 2021

  1. Update value.py

    feat(AttributeValueManager.create_or_update_attr_value()): AttributeValue update skip The same value
    lovvvve authored Jan 28, 2021
    Configuration menu
    Copy the full SHA
    cfcb092 View commit details
    Browse the repository at this point in the history
  2. Update value.py

    lovvvve authored Jan 28, 2021
    Configuration menu
    Copy the full SHA
    9268da2 View commit details
    Browse the repository at this point in the history
  3. Update ci.py

    兼容 py2
    lovvvve authored Jan 28, 2021
    Configuration menu
    Copy the full SHA
    a7debc1 View commit details
    Browse the repository at this point in the history
  4. Update value.py

    value type 是 int 或 float 时 value 值等于 0 是会删除 的 BUG
    lovvvve authored Jan 28, 2021
    Configuration menu
    Copy the full SHA
    3cf234d View commit details
    Browse the repository at this point in the history
  5. Merge pull request veops#69 from lovvvve/patch-1

    CiManager.add and AttributeValueManager.create_or_update_attr_value update
    pycook authored Jan 28, 2021
    Configuration menu
    Copy the full SHA
    158de4b View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2021

  1. Update ci.py

    cmdb-api:add attr check in ci_manager update method
    x-7 authored Apr 21, 2021
    Configuration menu
    Copy the full SHA
    8e57879 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2021

  1. Merge pull request veops#77 from x-7/x-7-patch-1

    cmdb-api:add attr check in ci_manager update method
    pycook authored Apr 22, 2021
    Configuration menu
    Copy the full SHA
    dbf44a0 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. fix: 🐛 db search

    Escape ":" character in SQLAlchemy
    lovvvve authored Nov 10, 2021
    Configuration menu
    Copy the full SHA
    51e4b5d View commit details
    Browse the repository at this point in the history
  2. Merge pull request veops#90 from lovvvve/patch-2

    fix: 🐛 db search
    pycook authored Nov 10, 2021
    Configuration menu
    Copy the full SHA
    f57ff80 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. 前后端全面升级

    pycook committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    98cc853 View commit details
    Browse the repository at this point in the history
  2. 友链Spug

    pycook committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    7ec6775 View commit details
    Browse the repository at this point in the history
  3. 前后端全面升级

    pycook committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    77d8967 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. docker-compose is ok

    pycook committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    b93afc1 View commit details
    Browse the repository at this point in the history
  2. docker-compose is ok

    pycook committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    a386de3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    044f95c View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Update README.md

    pycook authored Jul 12, 2023
    Configuration menu
    Copy the full SHA
    9a40246 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    pycook authored Jul 12, 2023
    Configuration menu
    Copy the full SHA
    576d2e3 View commit details
    Browse the repository at this point in the history
  3. md format

    pycook committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    939d9dc View commit details
    Browse the repository at this point in the history
  4. remove .gitattributes

    pycook committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    97aa2e0 View commit details
    Browse the repository at this point in the history
  5. update docker-compose

    pycook committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    e6290e4 View commit details
    Browse the repository at this point in the history
  6. update requirements

    pycook committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    0d04ad7 View commit details
    Browse the repository at this point in the history
  7. add qrcode for gzh

    ivonGwy authored and wangying committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    fc77241 View commit details
    Browse the repository at this point in the history
  8. Merge pull request veops#113 from veops/doc

    add qrcode for gzh
    pycook authored Jul 12, 2023
    Configuration menu
    Copy the full SHA
    fbb4fcc View commit details
    Browse the repository at this point in the history
  9. change image size

    ivonGwy committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    93e2483 View commit details
    Browse the repository at this point in the history
  10. Merge pull request veops#114 from veops/doc

    change image size
    pycook authored Jul 12, 2023
    Configuration menu
    Copy the full SHA
    2292756 View commit details
    Browse the repository at this point in the history
  11. change screenshot image

    ivonGwy committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    4112bcf View commit details
    Browse the repository at this point in the history
  12. Merge pull request veops#115 from veops/doc

    change screenshot image
    pycook authored Jul 12, 2023
    Configuration menu
    Copy the full SHA
    f070948 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. update README

    pycook committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    f10eeb8 View commit details
    Browse the repository at this point in the history
  2. Update click_cmdb.py

    add-user  remove --is_admin
    lovvvve authored Jul 13, 2023
    Configuration menu
    Copy the full SHA
    f98fd24 View commit details
    Browse the repository at this point in the history
  3. Merge pull request veops#116 from lovvvve/patch-3

    Update click_cmdb.py
    pycook authored Jul 13, 2023
    Configuration menu
    Copy the full SHA
    fcea4dc View commit details
    Browse the repository at this point in the history
  4. Update click_cmdb.py

    add-user remove --is_admin
    lovvvve authored Jul 13, 2023
    Configuration menu
    Copy the full SHA
    4d16e9e View commit details
    Browse the repository at this point in the history
  5. Merge pull request veops#117 from lovvvve/patch-4

    Update click_cmdb.py
    pycook authored Jul 13, 2023
    Configuration menu
    Copy the full SHA
    c50a69d View commit details
    Browse the repository at this point in the history
  6. PyJWT==2.4.0

    pycook committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    e86e5ad View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. acl 前端

    wang-liang0615 committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    339a7b8 View commit details
    Browse the repository at this point in the history
  2. 删除usedfc

    wang-liang0615 committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    91e0e07 View commit details
    Browse the repository at this point in the history
  3. 删除usedfc

    wang-liang0615 committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    a04bdc2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request veops#118 from veops/dev_ui

    Dev UI
    pycook authored Jul 14, 2023
    Configuration menu
    Copy the full SHA
    a9db428 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. update local.md

    pycook committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    afb6ade View commit details
    Browse the repository at this point in the history
  2. 模型属性 is_index

    wang-liang0615 committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    652a5c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89fa5f2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request veops#119 from veops/dev_ui

    模型属性 is_index
    pycook authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    5b9fe15 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. acl 样式升级

    wang-liang0615 committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    2e537d3 View commit details
    Browse the repository at this point in the history
  2. 删除不必要文件

    wang-liang0615 committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    1fef160 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d164d88 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. 编译 acl

    wang-liang0615 committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    b59e1af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9552892 View commit details
    Browse the repository at this point in the history
  3. format

    wang-liang0615 committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    1c6be9e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e5addab View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. update cmdb_api.md

    pycook committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    76f0747 View commit details
    Browse the repository at this point in the history
  2. fix(ci_type_group_manager): fix resources issues

    songbing01249 authored and pycook committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    ec97fa8 View commit details
    Browse the repository at this point in the history
  3. 清理空间

    pycook committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    cf62300 View commit details
    Browse the repository at this point in the history
  4. 角色授权

    wang-liang0615 authored and pycook committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    8d95f8d View commit details
    Browse the repository at this point in the history
  5. lint

    pycook committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    985f67e View commit details
    Browse the repository at this point in the history
  6. update readme

    pycook committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    16cd34e View commit details
    Browse the repository at this point in the history
  7. update readme

    pycook committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    23692ad View commit details
    Browse the repository at this point in the history
  8. 更新架构图

    pycook committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    65000f8 View commit details
    Browse the repository at this point in the history
  9. fix currentValueType

    wang-liang0615 committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    130b68c View commit details
    Browse the repository at this point in the history
  10. Merge pull request veops#127 from veops/dev_ui

    fix currentValueType
    pycook authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    03bac86 View commit details
    Browse the repository at this point in the history
  11. fix docker-compose

    pycook committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    38af863 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    63af79e View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

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

Commits on Jul 24, 2023

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

Commits on Jul 25, 2023

  1. Configuration menu
    Copy the full SHA
    cce0649 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0655b0e View commit details
    Browse the repository at this point in the history
  3. 授权高亮提示

    wang-liang0615 committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    64aea42 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e52f201 View commit details
    Browse the repository at this point in the history
  5. Merge pull request veops#129 from veops/dev_ui

    前端更新
    pycook authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    77bc850 View commit details
    Browse the repository at this point in the history
  6. Bump certifi from 2023.5.7 to 2023.7.22 in /cmdb-api

    Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.5.7 to 2023.7.22.
    - [Commits](certifi/python-certifi@2023.05.07...2023.07.22)
    
    ---
    updated-dependencies:
    - dependency-name: certifi
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    78b521f View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Configuration menu
    Copy the full SHA
    0bb4f63 View commit details
    Browse the repository at this point in the history
  2. acl

    wang-liang0615 committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    be50f50 View commit details
    Browse the repository at this point in the history
  3. common-setting

    wang-liang0615 committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    a88c9cf View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Merge pull request veops#131 from veops/dev_ui

    前端acl
    pycook authored Jul 28, 2023
    Configuration menu
    Copy the full SHA
    b0620b0 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. fix delete ci_type

    pycook committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    536daa6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    044b820 View commit details
    Browse the repository at this point in the history
  3. 删除角色相关

    wang-liang0615 committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    d986bc3 View commit details
    Browse the repository at this point in the history
  4. Merge pull request veops#132 from veops/dev_ui

    删除角色相关
    pycook authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    0158636 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Merge pull request veops#130 from veops/dependabot/pip/cmdb-api/certi…

    …fi-2023.7.22
    
    Bump certifi from 2023.5.7 to 2023.7.22 in /cmdb-api
    pycook authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    4211bbc View commit details
    Browse the repository at this point in the history
  2. fix dependabot alerts

    pycook committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    404ec97 View commit details
    Browse the repository at this point in the history
  3. fix dependabot alerts

    pycook committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    ac6e3a0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fc133f2 View commit details
    Browse the repository at this point in the history
  5. Bump pillow from 9.2.0 to 9.3.0 in /cmdb-api

    Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.2.0 to 9.3.0.
    - [Release notes](https://github.com/python-pillow/Pillow/releases)
    - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
    - [Commits](python-pillow/Pillow@9.2.0...9.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: pillow
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    b0494ad View commit details
    Browse the repository at this point in the history
  6. fix: remove pandas

    hu.sima committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    6c3e3f9 View commit details
    Browse the repository at this point in the history
  7. Merge pull request veops#135 from simontigers/remove_pandas

    fix: remove pandas
    pycook authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    17c5d45 View commit details
    Browse the repository at this point in the history
  8. Merge pull request veops#134 from veops/dependabot/pip/cmdb-api/pillo…

    …w-9.3.0
    
    Bump pillow from 9.2.0 to 9.3.0 in /cmdb-api
    pycook authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    6c4a5f2 View commit details
    Browse the repository at this point in the history
  9. fix ldap login

    lovvvve committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    eb7d52c View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. fix(trigger): session invalid issue

    songbing01249 committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    8de5481 View commit details
    Browse the repository at this point in the history
  2. Merge pull request veops#139 from EvanSung/fix-post-acltrigger-sessio…

    …n-invalid
    
    fix(trigger): session invalid issue
    pycook authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    9953b2f View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

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

Commits on Aug 4, 2023

  1. Merge pull request veops#142 from veops/dev_ui

    ci 批量更新和删除的异步处理
    pycook authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    ef2d381 View commit details
    Browse the repository at this point in the history
  2. Merge pull request veops#138 from lovvvve/fix_ldap

    fix ldap login
    pycook authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    16d6b40 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2023

  1. upgrade flask to 2.3.2 and replace g.user with current_user

    pycook authored and pycook committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    9bbbcbe View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    3df51bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2fd706b View commit details
    Browse the repository at this point in the history
  3. Merge pull request veops#144 from veops/dev_ui

    UI更新:fix preferenceList=>attrList
    pycook authored Aug 8, 2023
    Configuration menu
    Copy the full SHA
    7a9fd4f View commit details
    Browse the repository at this point in the history
  4. upgrade celery

    pycook committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    e066668 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    313fc80 View commit details
    Browse the repository at this point in the history
  6. fix celery config

    pycook committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    f75a85b View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Configuration menu
    Copy the full SHA
    e2b1cb3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request veops#145 from EvanSung/optimize_20230810_auth_req…

    …uire
    
    optimize(auth): auth request json
    pycook authored Aug 10, 2023
    Configuration menu
    Copy the full SHA
    4f9b581 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2679214 View commit details
    Browse the repository at this point in the history
  4. fix: remove unused column

    simontigers committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    95e8f9d View commit details
    Browse the repository at this point in the history
  5. Merge pull request veops#146 from simontigers/common_setting_format

    Common setting format
    pycook authored Aug 10, 2023
    Configuration menu
    Copy the full SHA
    9cbf133 View commit details
    Browse the repository at this point in the history
  6. fix: remove useless

    simontigers committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    f11aadf View commit details
    Browse the repository at this point in the history
  7. Merge pull request veops#147 from simontigers/common_setting_format

    fix: remove useless
    pycook authored Aug 10, 2023
    Configuration menu
    Copy the full SHA
    ea762e3 View commit details
    Browse the repository at this point in the history
  8. fix: default arg value

    simontigers committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    2125f02 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b365eb2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8b26761 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b5a2af7 View commit details
    Browse the repository at this point in the history
  12. Merge pull request veops#149 from veops/dev_ui

    ui更新:password
    pycook authored Aug 10, 2023
    Configuration menu
    Copy the full SHA
    3a23397 View commit details
    Browse the repository at this point in the history
  13. Merge pull request veops#148 from simontigers/common_setting_format

    fix: default arg value
    pycook authored Aug 10, 2023
    Configuration menu
    Copy the full SHA
    432de5e View commit details
    Browse the repository at this point in the history
  14. Merge pull request veops#150 from EvanSung/optimize_20230810_acl_reso…

    …urce_fe
    
    refactor(fe): reduce the width of resource mgt table
    wang-liang0615 authored Aug 10, 2023
    Configuration menu
    Copy the full SHA
    cdd5e4d View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. update gitattributes

    pycook committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    4ad1b52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1137127 View commit details
    Browse the repository at this point in the history
  3. 属性库

    wang-liang0615 committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    ea59c0d View commit details
    Browse the repository at this point in the history
  4. 属性库

    wang-liang0615 committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    439e25d View commit details
    Browse the repository at this point in the history
  5. 属性库

    wang-liang0615 committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    f67e196 View commit details
    Browse the repository at this point in the history
  6. 属性库

    wang-liang0615 committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    1e16dc5 View commit details
    Browse the repository at this point in the history
  7. Merge pull request veops#152 from veops/dev_ui

    前端更新
    wang-liang0615 authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    315a578 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ab093d2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bfdd7b6 View commit details
    Browse the repository at this point in the history
  10. fix: import_user_from_acl

    simontigers committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    60a445b View commit details
    Browse the repository at this point in the history
  11. Merge pull request veops#153 from simontigers/common_setting_format

    fix: import_user_from_acl
    pycook authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    9fbcb28 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a74a2c5 View commit details
    Browse the repository at this point in the history
  13. Merge pull request veops#154 from simontigers/common_setting_format

    fix: init-import-user-from-acl
    pycook authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    3a03695 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. delete user

    wang-liang0615 committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    f28af51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2caffc2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b33ae16 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6dc12bb View commit details
    Browse the repository at this point in the history
  5. Merge pull request veops#155 from veops/dev_ui

    前端更新
    pycook authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    f158c7e View commit details
    Browse the repository at this point in the history
  6. fix MyJSONEncoder

    pycook committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    d322462 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. fix(acl): g user issue

    EvanSung committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    52c32e2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request veops#157 from EvanSung/fix_20230817_guser_issue

    fix(acl): g user issue
    pycook authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    ed59362 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2023

  1. lint

    pycook committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    6531baf View commit details
    Browse the repository at this point in the history
  2. version: 2.3.1

    pycook committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    3474a71 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. fix g.user

    pycook committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    a7fe75f View commit details
    Browse the repository at this point in the history
  2. fix merge conflict

    pycook committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    4ab7e3c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3ab72cc View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. fix update ci

    pycook committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    f8ff4d5 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

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

Commits on Aug 24, 2023

  1. Configuration menu
    Copy the full SHA
    fc3f2e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6fc334 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c42ac63 View commit details
    Browse the repository at this point in the history
  4. Merge pull request veops#158 from EvanSung/perf_20230824_optimize_ad_…

    …ci_relation
    
    perf(ad_ci_relation): optimize ad_ci relation
    pycook authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    ca7964f View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Configuration menu
    Copy the full SHA
    c86fcb4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a07b2d3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request veops#160 from veops/dev_ui

    前端更新
    wang-liang0615 authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    24b955c View commit details
    Browse the repository at this point in the history
  4. update ad_ci when deleting ci

    pycook committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    9f3da68 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a0afae8 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. fix: company info create

    simontigers committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    d2d8482 View commit details
    Browse the repository at this point in the history
  2. Merge pull request veops#161 from simontigers/common_setting_format

    fix: company info create
    pycook authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    3d0a56e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    544fac8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2b7f6ae View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. fix update attribute

    pycook committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    3b7b8f4 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Configuration menu
    Copy the full SHA
    075bf72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef67885 View commit details
    Browse the repository at this point in the history
  3. Merge pull request veops#163 from veops/dev_ui

    支持上传自定义图标
    pycook authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    6731340 View commit details
    Browse the repository at this point in the history
  4. Merge pull request veops#162 from simontigers/cmdb_icon_manage

    feat: add cmdb custom icon manage
    pycook authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    42b1e47 View commit details
    Browse the repository at this point in the history
  5. proxy

    wang-liang0615 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    6bf145d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4468b6a View commit details
    Browse the repository at this point in the history
  7. fix delete choice values

    pycook committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    ab8acbf View commit details
    Browse the repository at this point in the history
  8. fix delete choice values

    pycook committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    420029a View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. format

    pycook committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    774f42a View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2023

  1. import format

    pycook committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    459c70b View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. sidebar

    wang-liang0615 committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    05a7dc4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02cb497 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    17828a7 View commit details
    Browse the repository at this point in the history
  4. sub menu color

    wang-liang0615 committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    740aae5 View commit details
    Browse the repository at this point in the history
  5. Merge pull request veops#167 from veops/dev_ui

    sub menu color
    wang-liang0615 authored Sep 4, 2023
    Configuration menu
    Copy the full SHA
    826a830 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. move Dockerfile to docs

    pycook committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    c25c1e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    734f194 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0108561 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    950fd38 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    600f95c View commit details
    Browse the repository at this point in the history
  6. feat: support docker deploy mysql and redis

    Signed-off-by: ashing <[email protected]>
    ronething committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    4102c44 View commit details
    Browse the repository at this point in the history
  7. add document link

    ivonGwy committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    2106702 View commit details
    Browse the repository at this point in the history
  8. Merge pull request veops#169 from veops/doc

    add document link
    ivonGwy authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    747b5bf View commit details
    Browse the repository at this point in the history
  9. Merge pull request veops#170 from ronething/feat/xx

    feat: support docker deploy mysql and redis
    pycook authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    8b044ef View commit details
    Browse the repository at this point in the history
  10. optimize: makefile help

    Signed-off-by: ashing <[email protected]>
    ronething committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    e5536b7 View commit details
    Browse the repository at this point in the history
  11. fix: review

    Signed-off-by: ashing <[email protected]>
    ronething committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    5dc0d95 View commit details
    Browse the repository at this point in the history
  12. fix: review

    Signed-off-by: ashing <[email protected]>
    ronething committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    5f9ba06 View commit details
    Browse the repository at this point in the history
  13. fix: review

    Signed-off-by: ashing <[email protected]>
    ronething committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    7462de6 View commit details
    Browse the repository at this point in the history
  14. Merge pull request veops#171 from ronething/fix/makefile

    optimize: makefile help
    pycook authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    e20fd33 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    0aa668c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ba658e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be9b308 View commit details
    Browse the repository at this point in the history
  4. Merge pull request veops#172 from veops/dev_ui

    新建ci及批量导入时,新建关系
    pycook authored Sep 7, 2023
    Configuration menu
    Copy the full SHA
    bed2323 View commit details
    Browse the repository at this point in the history
  5. release 2.3.2

    pycook committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    0196c8a View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Configuration menu
    Copy the full SHA
    61acb24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f1b510 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d2f84ae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0864816 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

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

Commits on Sep 15, 2023

  1. enhance dashboard

    pycook committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    14c03ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3841999 View commit details
    Browse the repository at this point in the history
  3. dashboard ui update

    pycook committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    260aed6 View commit details
    Browse the repository at this point in the history
  4. release v2.3.3

    pycook committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    62829c8 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. fix dashboard compute

    pycook committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    26099a3 View commit details
    Browse the repository at this point in the history
  2. fix date search

    pycook committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    b474914 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

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

Commits on Sep 22, 2023

  1. refactor: CI triggers

    pycook committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    2321f17 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Configuration menu
    Copy the full SHA
    45c48c8 View commit details
    Browse the repository at this point in the history
  2. pref:仪表盘优化

    wang-liang0615 committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    133f32a View commit details
    Browse the repository at this point in the history
  3. Merge pull request veops#178 from veops/dev_ui

    前端更新:仪表盘优化
    wang-liang0615 authored Sep 25, 2023
    Configuration menu
    Copy the full SHA
    cb62cf2 View commit details
    Browse the repository at this point in the history
  4. fix: ci_cache

    pycook committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    c6ee227 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. feat:新增api&适配

    wang-liang0615 committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    663c14f View commit details
    Browse the repository at this point in the history
  2. feat:触发器

    wang-liang0615 committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    c482e7e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc4ccb2 View commit details
    Browse the repository at this point in the history
  4. feat: webhook tips

    wang-liang0615 committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    308827b View commit details
    Browse the repository at this point in the history
  5. feat: UI更新 触发器 (veops#179)

    * feat:新增api&适配
    
    * feat:触发器
    
    * add packages & 注释代码
    
    * feat: webhook tips
    wang-liang0615 authored Sep 26, 2023
    Configuration menu
    Copy the full SHA
    08e5a02 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b1a15a8 View commit details
    Browse the repository at this point in the history
  7. delete:删除getwx

    wang-liang0615 committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    13b1c9a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1eca579 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    34bd320 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cb6b51a View commit details
    Browse the repository at this point in the history
  11. Merge pull request veops#181 from veops/dev_ui

    前端更新
    wang-liang0615 authored Sep 26, 2023
    Configuration menu
    Copy the full SHA
    282a779 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    070c163 View commit details
    Browse the repository at this point in the history
  13. feat: ci triggers

    pycook committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    4cab7ef View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. 前端更新 (veops#183)

    * fix:add package
    
    * fix:notice_info为null的情况
    wang-liang0615 authored Sep 27, 2023
    Configuration menu
    Copy the full SHA
    a07f984 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9b4082 View commit details
    Browse the repository at this point in the history
  3. release 2.3.4

    pycook committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    2e64423 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Dev UI (veops#186)

    * fix:add package
    
    * fix:notice_info为null的情况
    
    * fix:2 bugs
    wang-liang0615 authored Sep 28, 2023
    Configuration menu
    Copy the full SHA
    8355137 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. feat: The definition of attribute choice values supports webhook and …

    …other model attribute values.
    pycook committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    d85c86a View commit details
    Browse the repository at this point in the history
  2. fix: delete user role

    pycook committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    2758c5e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    612922a View commit details
    Browse the repository at this point in the history
  4. 前端更新 (veops#189)

    * fix:add package
    
    * fix:notice_info为null的情况
    
    * fix:2 bugs
    
    * feat:1.common增加通知配置 2.cmdb预定义值webhook&其他模型
    
    * fix:json 不支持预定义值
    
    * fix:json 不支持预定义值
    wang-liang0615 authored Oct 9, 2023
    Configuration menu
    Copy the full SHA
    86b9d5a View commit details
    Browse the repository at this point in the history
  5. fix: init company structure resource (veops#191)

    * fix: init company structure resource
    
    * fix: notice_info null
    simontigers authored Oct 9, 2023
    Configuration menu
    Copy the full SHA
    dfbba10 View commit details
    Browse the repository at this point in the history
  6. 前端更新 (veops#192)

    * fix:add package
    
    * fix:notice_info为null的情况
    
    * fix:2 bugs
    
    * feat:1.common增加通知配置 2.cmdb预定义值webhook&其他模型
    
    * fix:json 不支持预定义值
    
    * fix:json 不支持预定义值
    
    * fix:删除代码
    wang-liang0615 authored Oct 9, 2023
    Configuration menu
    Copy the full SHA
    a8e2595 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8c17373 View commit details
    Browse the repository at this point in the history
  8. release: v2.3.5

    pycook committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    8217053 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Configuration menu
    Copy the full SHA
    a2c75fd View commit details
    Browse the repository at this point in the history
  2. docs: update (veops#194)

    pycook authored Oct 10, 2023
    Configuration menu
    Copy the full SHA
    4c2e6ae View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Dev UI 231009 (veops#195)

    * pref:用户密钥非必填
    
    * fix:chartColor undefined
    wang-liang0615 authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    928116d View commit details
    Browse the repository at this point in the history
  2. Dev api (veops#196)

    * docs: update
    
    * docs: README & Makefile
    pycook authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    cfc345c View commit details
    Browse the repository at this point in the history
  3. change wechat pic

    ivonGwy committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    8f64fc4 View commit details
    Browse the repository at this point in the history
  4. change wechat pic size

    ivonGwy committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    80e99cc View commit details
    Browse the repository at this point in the history
  5. Merge pull request veops#197 from veops/doc

    Doc
    ivonGwy authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    8478d2f View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Configuration menu
    Copy the full SHA
    eff6d97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53cd234 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. feat(db): support flask migrate (veops#201)

    Co-authored-by: s01249 <[email protected]>
    EvanSung and s01249 authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    8bc1893 View commit details
    Browse the repository at this point in the history
  2. Feature db migrate 20231013 (veops#202)

    * feat(db): support flask migrate
    
    * minor
    
    ---------
    
    Co-authored-by: s01249 <[email protected]>
    EvanSung and s01249 authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    375f087 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Configuration menu
    Copy the full SHA
    ed49b23 View commit details
    Browse the repository at this point in the history
  2. docs: api doc

    pycook committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    c95747c View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. fix: ci relation statistics

    pycook committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    802fda6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0f0bf8 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Dev api 20231019 (veops#210)

    * fix(acl): get resources
    
    * fix(celery worker): db server has gone away
    pycook authored Oct 19, 2023
    Configuration menu
    Copy the full SHA
    6d052ea View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. feat: python-ldap 更新到 ldap3 (veops#214)

    Co-authored-by: sherlock <[email protected]>
    kdyq007 and sherlockazulu authored Oct 20, 2023
    Configuration menu
    Copy the full SHA
    887a69c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6503d32 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b2a978 View commit details
    Browse the repository at this point in the history