Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add platform to events table #1438

Merged
merged 1 commit into from
Dec 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
  •  
  •  
  •  
1 change: 1 addition & 0 deletions docs/assets/data_description.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name,type,description,payload_type
platform,Enum,"platform of this event instance, like GitHub, Gitee, AtomGit and etc.",All
id,UInt64,uique identity of this event instance,All
type,Enum,"event instance type,event instances of different event type have different payload from GitHub API",All
action,Enum,action in the payload of event instance,All
Expand Down
7,309 changes: 4,873 additions & 2,436 deletions labeled_data/application_domain/application_software/index.yml

Large diffs are not rendered by default.

9,415 changes: 6,277 additions & 3,138 deletions labeled_data/application_domain/libraries_and_frameworks/index.yml

Large diffs are not rendered by default.

6,958 changes: 4,639 additions & 2,319 deletions labeled_data/application_domain/non_software/index.yml

Large diffs are not rendered by default.

5,671 changes: 3,781 additions & 1,890 deletions labeled_data/application_domain/software_tools/index.yml

Large diffs are not rendered by default.

Loading