Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
e3fcc92
docs: 增加 ZeroTrace 协作开发流程规范文档
ioki-smore Mar 12, 2026
3e62a41
Merge pull request #1 from DeepShield-AI/docs/collaboration-workflow
ioki-smore Mar 12, 2026
32df029
docs: 补充旧分支遗留代码的迁移工作流指南
ioki-smore Mar 13, 2026
7fbcf5c
docs: update develop docs
ioki-smore Mar 13, 2026
becc40f
Merge pull request #2 from DeepShield-AI/docs/collaboration-workflow
ioki-smore Mar 14, 2026
6c71adc
feat(metric): implement CPU metrics collection module
ioki-smore Mar 14, 2026
e02e97c
feat: add memory, disk, network metrics collectors
ioki-smore Mar 14, 2026
59f7bfe
Merge pull request #3 from DeepShield-AI/smore/host-metrics
ioki-smore Mar 14, 2026
c33a5cf
feat: enable standalone file writing for stats and host metrics
ioki-smore Mar 14, 2026
21c18ab
Merge pull request #4 from DeepShield-AI/smore/host-metrics
ioki-smore Mar 14, 2026
c14f4fe
feat: add CLI commands for memory, disk, network host metrics
ioki-smore Mar 14, 2026
64c3fb5
Merge pull request #5 from DeepShield-AI/smore/host-metrics
ioki-smore Mar 14, 2026
e58111f
docs: update testing guide with host metrics CLI commands (memory, di…
ioki-smore Mar 14, 2026
14c2ef2
Merge pull request #6 from DeepShield-AI/smore/host-metrics
ioki-smore Mar 14, 2026
fec5603
chore: optimize repository structure and rename to zerotrace-agent
ioki-smore Mar 16, 2026
d4294d5
chore: rename ZeroTrace to zerotrace-agent in readmes and update dock…
ioki-smore Mar 16, 2026
119e2ca
chore: rename ZeroTrace to zerotrace-agent in github templates
ioki-smore Mar 16, 2026
6e5b8a4
chore: rename ZeroTrace to zerotrace-agent in changelogs and docs
ioki-smore Mar 16, 2026
7b67fa6
chore: remove redundant files after build
ioki-smore Mar 16, 2026
5f8e4fd
chore: restore missing .cargo and .gitmodules files
ioki-smore Mar 16, 2026
35a341a
chore: remove accidental submodule reference to message directory
ioki-smore Mar 16, 2026
03bdf45
chore: add message as submodule from zerotrace-message
ioki-smore Mar 16, 2026
98dce34
chore: update message submodule URL to use relative path
ioki-smore Mar 16, 2026
94941c3
Merge pull request #7 from DeepShield-AI/smore/host-metrics
ioki-smore Mar 16, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
File renamed without changes.
281 changes: 0 additions & 281 deletions .cirun.yml

This file was deleted.

16 changes: 8 additions & 8 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
name: ZeroTrace bug report
name: zerotrace-agent bug report
description: Suggest an idea for this project
title: "[BUG] "
labels: [ "bug" ]
body:
- type: markdown
attributes:
value: |
<img src="https://github.com/zerotraceio/zerotrace/blob/main/docs/zerotrace-logo.png?raw=true" alt="ZeroTrace logo" height="90px" align="right" />
<img src="https://github.com/zerotraceio/zerotrace/blob/main/docs/zerotrace-logo.png?raw=true" alt="zerotrace-agent logo" height="90px" align="right" />

Thank you for finding the time to propose new feature!

We really appreciate the community efforts to improve ZeroTrace.
We really appreciate the community efforts to improve zerotrace-agent.

- type: checkboxes
attributes:
Expand All @@ -42,9 +42,9 @@ body:

- type: dropdown
attributes:
label: ZeroTrace Component
label: zerotrace-agent Component
description: |
What ZeroTrace component are you using? ZeroTrace has many component, please make sure to choose the component that you found the bug.
What zerotrace-agent component are you using? zerotrace-agent has many component, please make sure to choose the component that you found the bug.
multiple: false
options:
- "Agent"
Expand Down Expand Up @@ -86,7 +86,7 @@ body:

- type: textarea
attributes:
label: ZeroTrace version
label: zerotrace-agent version
description: >
Please provide the version information to facilitate inspection.

Expand All @@ -105,7 +105,7 @@ body:

- type: textarea
attributes:
label: ZeroTrace agent list
label: zerotrace-agent agent list
description: >
Please provide the Kubernetes CNI information to facilitate inspection.

Expand Down Expand Up @@ -163,7 +163,7 @@ body:
description: >
This is absolutely not required, but we are happy to guide you in the contribution process
especially if you already have a good understanding of how to implement the feature.
ZeroTrace is a totally community-driven project and we love to bring new contributors in.
zerotrace-agent is a totally community-driven project and we love to bring new contributors in.
options:
- label: Yes I am willing to submit a PR!

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
blank_issues_enabled: true
contact_links:
- name: Ask a question or get support
about: Ask a question or request support for using ZeroTrace
about: Ask a question or request support for using zerotrace-agent
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
name: ZeroTrace feature request
name: zerotrace-agent feature request
description: Suggest an idea for this project
title: "[FR] "
labels: [ "feature" ]
body:
- type: markdown
attributes:
value: |
<img src="https://github.com/zerotraceio/zerotrace/blob/main/docs/zerotrace-logo.png?raw=true" alt="ZeroTrace logo" height="90px" align="right" />
<img src="https://github.com/zerotraceio/zerotrace/blob/main/docs/zerotrace-logo.png?raw=true" alt="zerotrace-agent logo" height="90px" align="right" />

Thank you for finding the time to propose new feature!

We really appreciate the community efforts to improve ZeroTrace.
We really appreciate the community efforts to improve zerotrace-agent.

- type: checkboxes
attributes:
Expand Down Expand Up @@ -63,7 +63,7 @@ body:
description: >
This is absolutely not required, but we are happy to guide you in the contribution process
especially if you already have a good understanding of how to implement the feature.
ZeroTrace is a totally community-driven project and we love to bring new contributors in.
zerotrace-agent is a totally community-driven project and we love to bring new contributors in.
options:
- label: Yes I am willing to submit a PR!

Expand Down
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--

Thank you for contributing to ZeroTrace!
Thank you for contributing to zerotrace-agent!
Please read this template before submitting pull requests.
Texts surrounded by `<` and `>` should be replaced accordingly.
Put an `x` in `[ ]` to mark the item as checked. `[x]`
Expand Down
Loading
Loading