Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
RADAR-base
/
RADAR-REST-Connector
Public
Notifications
You must be signed in to change notification settings
Fork
6
Star
5
Code
Issues
19
Pull requests
14
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
[WiP] Huawei API integration
- #204
#204
Draft
yatharthranjan
wants to merge 27 commits into
master
RADAR-base/RADAR-REST-Connector:master
from
claude/huawei-api-integration-hxdqtl
RADAR-base/RADAR-REST-Connector:claude/huawei-api-integration-hxdqtl
Copy head branch name to clipboard
Conversation
Commits
27
(27)
Checks
Files changed
Draft
[WiP] Huawei API integration
#204
yatharthranjan
wants to merge 27 commits into
master
RADAR-base/RADAR-REST-Connector:master
from
claude/huawei-api-integration-hxdqtl
RADAR-base/RADAR-REST-Connector:claude/huawei-api-integration-hxdqtl
Copy head branch name to clipboard
Commits
Commits on Jul 14, 2026
Add ARCHITECTURE.md documenting module structure and integration patterns
Show description for 97760ef
claude
committed
97760ef
View commit details
Copy full SHA for 97760ef
Browse repository at this point
Scaffold huawei-library and kafka-connect-huawei-source modules
Show description for 211c3d5
claude
committed
211c3d5
View commit details
Copy full SHA for 211c3d5
Browse repository at this point
Implement huawei-library: routes, converters, and request generation
Show description for d51979e
claude
committed
d51979e
View commit details
Copy full SHA for d51979e
Browse repository at this point
Implement kafka-connect-huawei-source Kafka Connect glue
Show description for 8b394ed
claude
committed
8b394ed
View commit details
Copy full SHA for 8b394ed
Browse repository at this point
Wire up Huawei connector in docker-compose, README, and CI matrices
Show description for bf05891
claude
committed
bf05891
View commit details
Copy full SHA for bf05891
Browse repository at this point
Add tests for huawei-library and the connector config
Show description for 089a091
claude
committed
089a091
View commit details
Copy full SHA for 089a091
Browse repository at this point
Fix ktlint style violations in huawei-library
Show description for 9267bc8
claude
committed
9267bc8
View commit details
Copy full SHA for 9267bc8
Browse repository at this point
Fix ktlint style violations in kafka-connect-huawei-source
Show description for 9dac484
claude
committed
9dac484
View commit details
Copy full SHA for 9dac484
Browse repository at this point
Add Onsentia affiliation to Huawei connector author metadata
Show description for a6ec537
claude
committed
a6ec537
View commit details
Copy full SHA for a6ec537
Browse repository at this point
Fix CI type errors in HuaweiServiceUserRepository
Show description for 2af0bb9
claude
committed
2af0bb9
View commit details
Copy full SHA for 2af0bb9
Browse repository at this point
Fix ktlint line-length violation in build.gradle.kts
Show description for 59cdbc5
claude
committed
59cdbc5
View commit details
Copy full SHA for 59cdbc5
Browse repository at this point
Commits on Jul 23, 2026
Add Onsentia copyright header to Huawei connector source files
Show description for d7dbf15
claude
committed
d7dbf15
View commit details
Copy full SHA for d7dbf15
Browse repository at this point
Fix copyright header in Huawei connector Dockerfile
Show description for ac15a68
claude
committed
ac15a68
View commit details
Copy full SHA for ac15a68
Browse repository at this point
Add @author yatharthranjan to Huawei connector source docs
Show description for 401291b
claude
committed
401291b
View commit details
Copy full SHA for 401291b
Browse repository at this point
Commits on Jul 28, 2026
Add file-based HuaweiYamlUserRepository for local testing
Show description for 4e23dbf
claude
committed
4e23dbf
View commit details
Copy full SHA for 4e23dbf
Browse repository at this point
Commits on Aug 4, 2026
Fix Jackson getter conflict on HuaweiLocalUser.isAuthorized
Show description for 9577b67
claude
committed
9577b67
View commit details
Copy full SHA for 9577b67
Browse repository at this point
Log actual Huawei API error body on 400/401/403 responses
Show description for 5f69d0d
claude
committed
5f69d0d
View commit details
Copy full SHA for 5f69d0d
Browse repository at this point
Fix wrong query param name on the healthRecords GET route
Show description for 1ace5c1
claude
committed
1ace5c1
View commit details
Copy full SHA for 1ace5c1
Browse repository at this point
Fix healthRecords route against the official REST API reference
Show description for 33512fc
claude
committed
33512fc
View commit details
Copy full SHA for 33512fc
Browse repository at this point
Report the real HTTP status code for unclassified error responses
Show description for 1a1b6df
claude
committed
1a1b6df
View commit details
Copy full SHA for 1a1b6df
Browse repository at this point
Strip ".statistics" suffix from the dataTypeName sent to polymerize
Show description for 3585841
claude
committed
3585841
View commit details
Copy full SHA for 3585841
Browse repository at this point
Query .statistics data types via sampleSet:dailyPolymerize, not polymerize
Show description for d8c6388
claude
committed
d8c6388
View commit details
Copy full SHA for d8c6388
Browse repository at this point
Commits on Aug 6, 2026
Fix activityRecords route against the official REST API reference
Show description for da4ddfd
claude
committed
da4ddfd
View commit details
Copy full SHA for da4ddfd
Browse repository at this point
Disable daily_activity_summary by default pending a redesign
Show description for 9c90c4e
claude
committed
9c90c4e
View commit details
Copy full SHA for 9c90c4e
Browse repository at this point
Query *.total routes by their raw/delta data type via dailyPolymerize
Show description for 89ea098
claude
committed
89ea098
View commit details
Copy full SHA for 89ea098
Browse repository at this point
Fix continuous_spo2_statistics data type name and field keys
Show description for 309b807
claude
committed
309b807
View commit details
Copy full SHA for 309b807
Browse repository at this point
Fix daily_activity_summary, distance_total, altitude_statistics, active_hours
Show description for 1bf0b9e
claude
committed
1bf0b9e
View commit details
Copy full SHA for 1bf0b9e
Browse repository at this point
You can’t perform that action at this time.