jumpserver/apps/terminal/migrations
fit2bot d17e2cde06
feat: 终端会话增加字段: cmd_amount(命令数量) (#11136)
* feat: 终端会话增加字段: command_amount(命令数量)

* perf: 优化已产生会话的命令数量计算方式

* Update 0065_session_command_amount.py

* Update session.py

* Update session.py

* perf: 优化会话命令数量的计算逻辑

* perf: 优化命令数量获取

---------

Co-authored-by: fangfang.dong <fangfang.dong@fit2cloud.com>
Co-authored-by: Bai <baijiangjie@gmail.com>
2023-08-01 16:14:40 +08:00
..
0001_initial.py v3.0.0-rc1 (#9322) 2023-01-16 19:02:09 +08:00
0002_auto_20171228_0025.py
0003_auto_20171230_0308.py
0004_session_remote_addr.py
0005_auto_20180122_1154.py
0006_auto_20180123_1037.py
0007_session_date_last_active.py
0008_auto_20180307_1603.py
0009_auto_20180326_0957.py
0010_auto_20180423_1140.py
0011_auto_20180807_1116.py
0012_auto_20180816_1652.py
0013_auto_20181123_1113.py
0014_auto_20181226_1441.py
0015_auto_20190923_1529.py
0016_commandstorage_replaystorage.py
0017_auto_20191125_0931.py
0018_auto_20191202_1010.py
0019_auto_20191206_1000.py
0020_auto_20191218_1721.py
0021_auto_20200213_1316.py
0022_session_is_success.py
0023_command_risk_level.py feat: 新增危险命令告警类型: Warning (#10929) 2023-07-11 12:06:11 +08:00
0024_auto_20200715_1713.py
0025_auto_20200810_1735.py
0026_auto_20201027_1905.py
0027_auto_20201102_1651.py
0028_auto_20201110_1918.py
0029_auto_20201116_1757.py
0030_terminal_type.py
0031_auto_20210113_1356.py
0032_auto_20210302_1853.py
0033_auto_20210324_1008.py
0034_auto_20210406_1434.py
0035_auto_20210517_1448.py
0036_auto_20210604_1124.py
0037_auto_20210623_1748.py
0038_task_kwargs.py
0039_auto_20210805_1552.py
0040_sessionjoinrecord_sessionsharing.py
0041_auto_20211105_1605.py
0042_auto_20211229_1619.py
0043_auto_20220217_2135.py
0044_auto_20220223_1539.py
0045_auto_20220228_1144.py
0046_auto_20220228_1744.py
0047_auto_20220302_1951.py
0048_endpoint_endpointrule.py v3.0.0-rc1 (#9322) 2023-01-16 19:02:09 +08:00
0049_endpoint_redis_port.py v3.0.0-rc1 (#9322) 2023-01-16 19:02:09 +08:00
0050_auto_20220606_1745.py perf: 优化一些 rbac 权限位,着重 connection token 的 2023-07-13 19:57:26 +08:00
0051_sessionsharing_users.py
0052_auto_20220713_1417.py v3.0.0-rc1 (#9322) 2023-01-16 19:02:09 +08:00
0053_auto_20221009_1755.py
0054_auto_20221027_1125.py v3.0.0-rc1 (#9322) 2023-01-16 19:02:09 +08:00
0055_auto_20221228_1804.py v3.0.0-rc1 (#9322) 2023-01-16 19:02:09 +08:00
0056_auto_20221228_1808.py v3.0.0-rc1 (#9322) 2023-01-16 19:02:09 +08:00
0057_auto_20230109_1447.py v3.0.0-rc1 (#9322) 2023-01-16 19:02:09 +08:00
0058_auto_20230110_1445.py v3.0.0-rc1 (#9322) 2023-01-16 19:02:09 +08:00
0059_session_account_id.py perf: 优化activity log 2023-02-14 20:01:29 +08:00
0060_sessionsharing_action_permission.py perf: 修改接口 2023-04-03 15:39:15 +08:00
0061_applet_can_concurrent.py perf: 远程应用调度优先调度的上个主机,使用上个账号,并支持同名账号 2023-05-10 11:04:33 +08:00
0062_applet_edition.py perf: 修改 migrations 2023-06-12 14:10:37 +08:00
0063_auto_20230621_1133.py feat: 系统设置 - 终端设置 - 端点规则: 新增字段is_active控制是否启用 2023-06-21 18:33:58 +08:00
0064_auto_20230728_1001.py perf: 修改去掉冲突 2023-07-28 10:49:33 +08:00
0065_session_command_amount.py feat: 终端会话增加字段: cmd_amount(命令数量) (#11136) 2023-08-01 16:14:40 +08:00
__init__.py