cmdb/cmdb-api
loveiwei 32529fba9b
fix: support sealing and unsealing secret in multiple process(more than one workers started by gunicorn) (#469)
* fix: 解决在麒麟系统上使用docker安装时使用celery -D启动 celery 可能出现的问题

* fix: 解决在麒麟系统上使用docker安装时使用celery -D启动 celery 可能出现的问题

* fix: NoneType happend while unsealing the secret funtion, cancel the address check while unseal and seal

* fix: unseal secret function

* fix: remove depens_on in docker-compose

* fix: support sealing and unsealing secret in multiple process(more than one workers started by gunicorn)
2024-04-15 18:08:47 +08:00
..
api fix: support sealing and unsealing secret in multiple process(more than one workers started by gunicorn) (#469) 2024-04-15 18:08:47 +08:00
logs Modify code organization 2019-12-18 23:33:22 +09:00
migrations feat(db): support flask migrate (#201) 2023-10-13 15:55:26 +08:00
tests fix g.user 2023-08-21 11:54:33 +08:00
.env Modify code organization 2019-12-18 23:33:22 +09:00
Pipfile fix(api): check file ext with magic 2024-03-25 11:16:04 +08:00
autoapp.py upgrade flask to 2.3.2 and replace g.user with current_user 2023-08-06 21:54:18 +08:00
babel.cfg feat(api): i18n 2023-12-25 21:51:44 +08:00
celery_worker.py upgrade celery 2023-08-08 13:16:07 +08:00
requirements.txt fix(api): check file ext with magic 2024-03-25 11:16:04 +08:00
settings.example.py pref(api): authentication and login log (#308) 2023-12-14 19:53:08 +08:00