iiRecord
Agentic AI Atlas · OneDev
tool:onedeva5c.ai
II.
Tool JSON

tool:onedev

Structured · live

OneDev json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/tools/tools-platform-engineering.yamlCluster · domain
Record JSON
{
  "id": "tool:onedev",
  "_kind": "Tool",
  "_file": "domain/tools/tools-platform-engineering.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "OneDev",
    "homepageUrl": "https://onedev.io",
    "kind": "ci",
    "description": "Self-hosted Git server with integrated CI/CD engine, Kanban boards,\npackage registry, and code search. Written in Java, runs as a single\nDocker container. CI pipelines are defined in YAML with support for\nmatrix builds, caching, and Kubernetes-based agents. Includes code\nreview, issue tracking, time tracking, and fine-grained RBAC. A\nlightweight alternative to GitLab for teams that want all-in-one\nGit hosting without the resource overhead.\n"
  },
  "outgoingEdges": [
    {
      "from": "tool:onedev",
      "to": "language:java",
      "kind": "belongs_to_language"
    },
    {
      "from": "tool:onedev",
      "to": "skill-area:ci-cd",
      "kind": "tool_used_by",
      "attributes": {}
    },
    {
      "from": "tool:onedev",
      "to": "skill-area:project-planning",
      "kind": "tool_used_by",
      "attributes": {}
    },
    {
      "from": "tool:onedev",
      "to": "tool:drone-ci",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Self-hosted CI — OneDev is all-in-one Git+CI; Drone CI is container-native CI only"
      }
    },
    {
      "from": "tool:onedev",
      "to": "tool:woodpecker",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Self-hosted CI — OneDev is all-in-one Git+CI; Woodpecker is container-native CI only"
      }
    }
  ],
  "incomingEdges": []
}