Skip to content
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions labeled_data/companies/anomaly/index.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Anomaly
type: Company
data:
labels:
- opencode
platforms:
- name: GitHub
type: Code Hosting
orgs:
- id: 66570915
name: anomalyco
9 changes: 9 additions & 0 deletions labeled_data/companies/anomaly/opencode.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: OpenCode
type: Project
data:
platforms:
- name: GitHub
type: Code Hosting
repos:
- id: 975734319
name: anomalyco/opencode
9 changes: 9 additions & 0 deletions labeled_data/companies/anthropic/claude_code.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: Claude Code
type: Project
data:
platforms:
- name: GitHub
type: Code Hosting
repos:
- id: 937253475
name: anthropics/claude-code
13 changes: 13 additions & 0 deletions labeled_data/companies/anthropic/index.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Anthropic
type: Company
data:
labels:
- claude_code
platforms:
- name: GitHub
type: Code Hosting
orgs:
- id: 76263028
name: anthropics
- id: 167155430
name: anthropic-experimental
2 changes: 2 additions & 0 deletions labeled_data/divisions/US/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ data:
- ':companies/amazon'
- ':companies/ambassadorlabs'
- ':companies/anaconda'
- ':companies/anomaly'
- ':companies/anthropic'
- ':companies/anysphere'
- ':companies/apple'
- ':companies/appsmith'
Expand Down
9 changes: 9 additions & 0 deletions labeled_data/projects/openclaw.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: OpenClaw
type: Project
data:
platforms:
- name: GitHub
type: Code Hosting
orgs:
- id: 252820863
name: openclaw
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Agent Framework
type: Tech-2
data:
labels: []
labels:
- :projects/openclaw
platforms:
- name: GitHub
type: Code Hosting
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: AI Coding
type: Tech-2
data:
labels: []
labels:
- :companies/anthropic/claude_code
- :companies/anomaly/opencode
platforms:
- name: GitHub
type: Code Hosting
Expand Down
2 changes: 1 addition & 1 deletion src/metrics/basic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ export const getOutterOrderAndLimit = (config: QueryConfig, col: string, index?:
return `${config.order ? `ORDER BY ${config.orderOption === 'latest'
? `${col}[-1]${index !== undefined ? `[${index}]` : ''}`
: `arraySum(${index !== undefined ? `x -> x[${index}],` : ''}${col})`
} ${config.order}` : ''}
} ${config.order}, id ASC` : ''}
${config.limitOption === 'all' && config.limit > 0 ? `LIMIT ${config.limit}` : ''}`;
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
"groupBy": null
},
"change_request_resolution_duration_desc_3_all_null_quarter": [
{
"id": "40198544",
"name": "google/capirca"
},
{
"id": "24993103",
"name": "google/woff2"
},
{
"id": "40198544",
"name": "google/capirca"
},
{
"id": "33881870",
"name": "google/protobuf-gradle-plugin"
Expand Down