Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 550 Bytes

File metadata and controls

18 lines (12 loc) · 550 Bytes

GL_Developed

Edge Schema

General Information

The non-traversable GL_Developed edge records that a user has development activity in this project — specifically that they pushed code or merged/approved merge requests. This edge is derived from GitLab push and merge request events.

graph LR
    user("fa:fa-user GL_User alice")
    project("fa:fa-diagram-project GL_Project myorg/backend")

    user -.->|GL_Developed| project
Loading