Commit Graph

10 Commits

Author SHA1 Message Date
imbajin f22d03fdd6
refact(auth): cache login role in auth client to avoid sending rpc repeatedly (#1507)
* refact(auth): cache login role in auth client to avoid sending rpc repeatedly
* fix: don't create Id every time
* perf: remove useless toLowerCase
* add config for expire time in auth client
* fix StandardAuthManager.inputPassword in auth client
* add option for auth max_capacity
* unified cache_capacity & expired time (also separate invalid cache for pwd)
* add option for token expiration

Co-authored-by: guoshoujing <guoshoujing@baidu.com>
2021-06-25 21:52:40 +08:00
Jermy Li 26c4498463
fix permission overflow from return results (#969)
* fix permission overflow from return results

also:
 * hide private methods and fields for reflection that require permissions
 * delete stale index of task directly
 
add HugeGraph.java and TaskScheduler.java: separate commits to avoid no git diff

implement: #209
Change-Id: Iccfbd47c213e1e13122190d1242778031e8a957c
2020-04-24 15:42:43 +08:00
Linary d8d8fe2fa1 Improve some comments (#472)
Change-Id: I237f3e4175eec538aff01c521ec6e93cc8c2fc87
2019-04-19 18:37:05 +08:00
Zhangmei Li 1885132b5b fix bug: perf example cost time should exclude time of env-init
Change-Id: Iba9964542dc43c8c4d4feb0bb6a2883309e9326a
2019-01-11 17:13:28 +08:00
zhangyi51 22c5b7762b hugegraph-889 async implementation of schema deletion and index rebuild
Change-Id: I94e6bb3b5e12097fbe3b7278df625b317137e38b
2018-08-09 20:23:25 +08:00
zhangyi51 c51a5d3a85 hugegraph-1234 make limit work when do index query
Change-Id: Ieaba3b5f96a430b41d9fc9dc9d3d6ca2a4315adf
2018-08-09 18:17:23 +08:00
Zhangmei Li 768f4f8823 HugeGraph-1071: support rate limit
Change-Id: I28ec8d5e26c531ec4621c484ad345f986b6f8c43
2018-08-09 18:17:03 +08:00
Zhangmei Li 0819db1626 HugeGraph-1051: fix count() throws "Too many records"
Change-Id: I4d44fd927d05575c68ec1596b47d9c242d16e75e
2018-08-09 18:16:57 +08:00
Zhangmei Li 1a42c6aa87 HugeGraph-1044: add query perf test to PerfExample
Change-Id: I04502a55be236784cc8ebe909dc8f5ccfab1251c
2018-08-09 18:16:55 +08:00
Zhangmei Li b7db9b527a HugeGraph-929: implement RocksDB driver
Change-Id: I9baa4b4e648848eb9f3f017ad0c8c429f07717b7
2018-08-09 18:16:42 +08:00