Logic
|
ad45b32881
|
Define metadata migration contract
|
2026-08-09 16:09:57 +08:00 |
|
Logic
|
d3e62bcaef
|
Consolidate instrumentation public routes
|
2026-08-02 23:29:07 +08:00 |
|
Logic
|
49ac99c19f
|
Converge monitor import task state
|
2026-07-31 21:04:40 +08:00 |
|
Logic
|
ac41bf243d
|
Define Collector route access
|
2026-07-29 08:20:46 +08:00 |
|
Logic
|
93d7b59a6b
|
Define general configuration access
|
2026-07-29 07:29:57 +08:00 |
|
Logic
|
09b6fc99ad
|
Align Label authorization resources
|
2026-07-29 07:06:36 +08:00 |
|
Logic
|
98861b9961
|
Complete alert rule lifecycle parity
|
2026-07-28 20:21:45 +08:00 |
|
Logic
|
f41793fd86
|
Align telemetry query reader permissions
|
2026-07-28 18:43:10 +08:00 |
|
Logic
|
2a76b9cd24
|
Define entity route authorization
|
2026-07-28 13:35:41 +08:00 |
|
Logic
|
2c0a215bcd
|
fix: harden API token lifecycle
|
2026-07-28 09:45:31 +08:00 |
|
Logic
|
b1c884bb38
|
fix: protect object store configuration
|
2026-07-28 09:16:56 +08:00 |
|
Logic
|
bc099d8579
|
fix: harden system configuration contract
|
2026-07-28 08:57:21 +08:00 |
|
Logic
|
fca7a3d242
|
fix: protect message server configuration writes
|
2026-07-28 08:29:51 +08:00 |
|
Logic
|
3d096ffb0e
|
maintenance(runtime): align manager stream access
|
2026-07-27 22:45:21 +08:00 |
|
Logic
|
96dcdf7643
|
maintenance(runtime): align alert stream access
|
2026-07-27 22:40:22 +08:00 |
|
Logic
|
d6c193e1cc
|
maintenance(runtime): align log stream access
|
2026-07-27 22:34:07 +08:00 |
|
Logic
|
233825016c
|
feat: unify instrumentation onboarding catalog
|
2026-07-25 00:32:18 +08:00 |
|
Logic
|
30dc54d08a
|
maintenance: align instrumentation route access
|
2026-07-24 19:46:39 +08:00 |
|
Logic
|
196fdc398e
|
feat(manager): add secure ui sessions
|
2026-07-23 07:18:37 +08:00 |
|
Logic
|
ec80f75ff1
|
fix(alerter): freeze external alert ingress contract
|
2026-07-23 03:22:36 +08:00 |
|
Logic
|
249ece843f
|
fix(manager): freeze plugin management contract
|
2026-07-23 03:01:08 +08:00 |
|
Logic
|
c903c9f96c
|
feat(manager): add conditional definition writes
|
2026-07-23 02:39:05 +08:00 |
|
Logic
|
837e69bb2a
|
feat(manager): add monitor definition read contract
|
2026-07-23 01:58:47 +08:00 |
|
Logic
|
f094cf7a2a
|
feat(backend): harden OTLP ingestion and token scopes
Validation:
- ./mvnw -pl hertzbeat-common-core,hertzbeat-common-spring,hertzbeat-warehouse,hertzbeat-observability -DskipITs -Dskip.frontend -Dskip.npm -DskipDocker -DskipTests compile
- ./mvnw -pl hertzbeat-common-core,hertzbeat-common-spring,hertzbeat-warehouse,hertzbeat-observability -DskipITs -Dskip.frontend -Dskip.npm -DskipDocker -DfailIfNoTests=false -Dsurefire.failIfNoSpecifiedTests=false -Dtest='OtlpWorkspaceDtoMigrationTest,EntitySchemaLegacyColumnCompatibilityTest,GreptimeSqlQueryExecutorTest,GreptimeTraceQueryRepositoryTest,OpenTelemetryConfigTest,OtlpLogProtocolAdapterTest,OtlpGrpcServerConfigTest,OtlpIngestionControllerTest,OtlpLogControllerTest,OtlpLogControllerSourceOwnershipTest,OtlpSignalIngestionControllerTest,OtlpCorrelationEnricherTest,OtlpEntityIdentityResolverTest,GreptimeApmFlowInitializerTest,GreptimeLogPipelineInitializerTest,GreptimeOtlpForwarderTest,GreptimeTraceTableInitializerTest,OtlpGrpcIngestionServiceImplTest,OtlpIngestionWorkspaceServiceImplTest,LogQueryControllerTest,LogSseControllerTest,TelemetryIntakeServiceImplTest,EntityTraceQueryServiceImplTest,*Audit*Test,*Governance*Test,*Quota*Test,*Redaction*Test,*Retry*Test,*Security*Test,*Semantic*Test,*RedSummary*Test,*ErrorResponse*Test' test
- ./mvnw -pl hertzbeat-startup -DskipITs -Dskip.frontend -Dskip.npm -DskipDocker -Dtest=ReleaseReadinessRuntimeAssemblyTest test
- ./mvnw -pl hertzbeat-manager -Dcheckstyle.skip=true -DskipITs -Dskip.frontend -Dskip.npm -DskipDocker -Dtest='ApiTokenValidationFilterTest,AuthTokenControllerTest,AccountServiceTest,OtlpRouteAuthorizationConfigTest' test
- git diff --cached --check
|
2026-05-29 09:34:43 +08:00 |
|
Logic
|
bf2a36868b
|
feat(web-next): add release runtime readiness gates
|
2026-05-29 02:14:08 +08:00 |
|
Logic
|
f6ca255355
|
feat: add web-next observability migration
|
2026-05-04 00:40:12 +08:00 |
|
 Logicandlynx009
|
9e1a460dc7
|
refactor: update to Springboot4 and Hibernate 7 (#4057)
Co-authored-by: lynx009 <2030509072@qq.com>
|
2026-03-09 23:34:15 +08:00 |
|
 Yang ChenandDuansg
|
df525d2d32
|
fix: add GreptimeDB docker-compose assembly configuration (#3960)
Co-authored-by: Duansg <siguoduan@gmail.com>
|
2026-01-14 20:51:24 +08:00 |
|
 Tomsun28andYang Chen
|
472554bc55
|
[chore] update docker compose hertzbeat version (#3916)
Signed-off-by: tomsun28 <tomsun28@outlook.com>
Co-authored-by: Yang Chen <1597081640@qq.com>
|
2025-12-19 14:15:28 +08:00 |
|
 Tomsun28andshown
|
c88c232889
|
feat: support mcp streamable http protocol and upgrade spring ai version (#3890)
Signed-off-by: tomsun28 <tomsun28@outlook.com>
Co-authored-by: shown <yuluo08290126@gmail.com>
|
2025-12-08 22:12:35 +08:00 |
|
Yang Chen
|
8e8ab80aa0
|
Revert "[refractor] Using Spring jdbc to query Greptime log" (#3885)
|
2025-12-03 12:32:45 +08:00 |
|
 LogicandYang Chen
|
7f4c2e0487
|
[refractor] Using Spring jdbc to query Greptime log (#3880)
Signed-off-by: Yang Chen <1597081640@qq.com>
Co-authored-by: Yang Chen <1597081640@qq.com>
|
2025-12-03 12:11:08 +08:00 |
|
Tomsun28
|
cc9f53d71a
|
chore: update sureness yml (#3870)
|
2025-11-27 20:10:46 +08:00 |
|
 Yang ChenandCalvin
|
d56176dfa5
|
feat: add new docker-compose deployment solution (#3859)
Co-authored-by: Calvin <zhengqiwei@apache.org>
|
2025-11-19 23:49:13 +08:00 |
|
 Tomsun28andaias00
|
fb4b665c85
|
refactor ai agent and fix bug, update doc (#3836)
Signed-off-by: tomsun28 <tomsun28@outlook.com>
Co-authored-by: aias00 <liuhongyu@apache.org>
|
2025-11-01 21:22:42 +08:00 |
|
 Tomsun28andCalvin
|
e073bfee91
|
refactor: refactor ai feature (#3823)
Signed-off-by: tomsun28 <tomsun28@outlook.com>
Co-authored-by: Calvin <zhengqiwei@apache.org>
|
2025-10-25 12:39:53 +08:00 |
|
 DeleiGuoandTom
|
69ec3f8751
|
[bugfix] synchronise AI-related configuration for Docker Compose (#3751)
Co-authored-by: Tom <tomsun28@outlook.com>
|
2025-09-07 22:42:43 +08:00 |
|
 liutianyouandtomsun28
|
56312831ca
|
[release] release new version 1.7.3 (#3724)
Co-authored-by: tomsun28 <tomsun28@outlook.com>
|
2025-08-29 00:07:49 +08:00 |
|
 tomsun28andCalvin
|
faa7cb71db
|
[doc] update website, doc while graduate (#3701)
Signed-off-by: tomsun28 <tomsun28@outlook.com>
Co-authored-by: Calvin <zhengqiwei@apache.org>
|
2025-08-23 22:11:37 +08:00 |
|
 Calvinandtomsun28
|
fd3a2f0569
|
[doc] add japanese i18n and remove chinese in script folder (#3665)
Co-authored-by: tomsun28 <tomsun28@outlook.com>
|
2025-08-16 15:43:24 +08:00 |
|
 
|
b7398b1bf9
|
[feature] Support HertzBeat self monitor (#3641)
Co-authored-by: Calvin <zhengqiwei@apache.org>
Co-authored-by: tomsun28 <tomsun28@outlook.com>
|
2025-08-09 17:14:17 +08:00 |
|
 
|
2f5cfa9d5d
|
[improve] VM write request sets up gzip compression and adds saveData unit tests (#3595)
Co-authored-by: Calvin <zhengqiwei@apache.org>
Co-authored-by: Sherlock Yin <sherlock.yin1994@gmail.com>
|
2025-07-24 19:18:17 +08:00 |
|
 
|
2f91f56b7b
|
[bugfix] fix npe due the victoria insert not config when startup (#3552)
Signed-off-by: tomsun28 <tomsun28@outlook.com>
Co-authored-by: kangli <likang@apache.org>
Co-authored-by: Calvin <zhengqiwei@apache.org>
|
2025-07-07 09:18:33 +08:00 |
|
tomsun28
|
57601ef989
|
[release] release new version 1.7.2 (#3510)
Signed-off-by: tomsun28 <tomsun28@outlook.com>
|
2025-06-25 22:01:18 +08:00 |
|
Jast
|
955ecd2128
|
[release] update release version 1.7.1 (#3347)
|
2025-05-15 15:20:52 +08:00 |
|
 tomsun28andaias00
|
21558e9b4f
|
[bugfix] fix postgre mount error, use mariadb instead of mysql in compose (#3168)
Signed-off-by: tomsun28 <tomsun28@outlook.com>
Co-authored-by: aias00 <rokkki@163.com>
|
2025-03-24 15:12:56 +08:00 |
|
tomsun28
|
e98af9527e
|
[release] update release version 1.7.0 version and docs (#3165)
Signed-off-by: tomsun28 <tomsun28@outlook.com>
|
2025-03-23 10:39:00 +08:00 |
|
 
|
9fd58ced4a
|
[feature] add twilio sms client support (#3159)
Co-authored-by: yunfan24 <yunfan24@outlook.com>
Co-authored-by: tomsun28 <tomsun28@outlook.com>
|
2025-03-22 14:12:32 +08:00 |
|
 jujinandyunfan24
|
3468739504
|
[feature] Add AWS sms client (#3134)
Co-authored-by: yunfan24 <yunfan24@outlook.com>
|
2025-03-14 01:01:29 +08:00 |
|
  
|
01be0c7a1d
|
[improve] Optimize the progress display of monitoring imports (#3120)
Signed-off-by: Sherlock Yin <sherlock.yin1994@gmail.com>
Co-authored-by: yinyijun <yinyijun6@mgtv.com>
Co-authored-by: tomsun28 <tomsun28@outlook.com>
Co-authored-by: yinyijun <yingey2011>
|
2025-03-10 00:25:31 +08:00 |
|