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
Accelerator
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
Type
/
to 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
.
ForestAdmin
/
agent-ruby
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
8
Code
Issues
0
Pull requests
8
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
feat(datasource graphql hasura): add Hasura datasource with Rails polymorphism support
- #343
#343
Merged
PMerlet
merged 26 commits into
main
ForestAdmin/agent-ruby:main
from
feat/datasource-graphql-hasura
ForestAdmin/agent-ruby:feat/datasource-graphql-hasura
Copy head branch name to clipboard
Aug 6, 2026
Conversation
Commits
26
(26)
Checks
Files changed
Merged
feat(datasource graphql hasura): add Hasura datasource with Rails polymorphism support
#343
PMerlet
merged 26 commits into
main
ForestAdmin/agent-ruby:main
from
feat/datasource-graphql-hasura
ForestAdmin/agent-ruby:feat/datasource-graphql-hasura
Copy head branch name to clipboard
Commits
Commits on Aug 4, 2026
feat(datasource graphql hasura): add Hasura datasource with Rails polymorphism support
Show description for c86efb3
PMerlet
committed
c86efb3
View commit details
Copy full SHA for c86efb3
Browse repository at this point
fix(datasource graphql hasura): address review findings
Show description for e3b911a
PMerlet
committed
e3b911a
View commit details
Copy full SHA for e3b911a
Browse repository at this point
Commits on Aug 5, 2026
refactor(datasource graphql hasura): split aggregation and polymorphism detection out
Show description for 62de6a3
PMerlet
committed
62de6a3
View commit details
Copy full SHA for 62de6a3
Browse repository at this point
fix(datasource graphql hasura): address the remaining review findings
Show description for d4580c3
PMerlet
committed
d4580c3
View commit details
Copy full SHA for d4580c3
Browse repository at this point
fix(datasource graphql hasura): merge grouped values exactly
Show description for fe45ab2
PMerlet
committed
fe45ab2
View commit details
Copy full SHA for fe45ab2
Browse repository at this point
fix(datasource graphql hasura): make grouped aggregations exact and honest at scale
Show description for 1035de7
PMerlet
and
claude
committed
1035de7
View commit details
Copy full SHA for 1035de7
Browse repository at this point
fix(datasource graphql hasura): separate transport failures from Hasura errors and harden the configuration
Show description for 8e518a9
PMerlet
and
claude
committed
8e518a9
View commit details
Copy full SHA for 8e518a9
Browse repository at this point
chore(datasource graphql hasura): align packaging and test conventions
Show description for ed80af3
PMerlet
and
claude
committed
ed80af3
View commit details
Copy full SHA for ed80af3
Browse repository at this point
test(datasource graphql hasura): cover the NULL foreign key bucket end to end
Show description for 1189745
PMerlet
and
claude
committed
1189745
View commit details
Copy full SHA for 1189745
Browse repository at this point
fix(datasource graphql hasura): address the Macroscope findings
Show description for 9390fa1
PMerlet
and
claude
committed
9390fa1
View commit details
Copy full SHA for 9390fa1
Browse repository at this point
fix(datasource graphql hasura): count dangling foreign keys in the null bucket
Show description for 486c7c5
PMerlet
and
claude
committed
486c7c5
View commit details
Copy full SHA for 486c7c5
Browse repository at this point
fix(datasource graphql hasura): make aggregation results exact, typed and honestly capped
Show description for 27e7998
PMerlet
and
claude
committed
27e7998
View commit details
Copy full SHA for 27e7998
Browse repository at this point
fix(datasource graphql hasura): survive hostile introspection and configuration
Show description for 10d39b8
PMerlet
and
claude
committed
10d39b8
View commit details
Copy full SHA for 10d39b8
Browse repository at this point
fix(datasource graphql hasura): follow customized Hasura root fields and close review edges
Show description for 5fe667d
PMerlet
and
claude
committed
5fe667d
View commit details
Copy full SHA for 5fe667d
Browse repository at this point
fix(datasource graphql hasura): give dangling keys exact groups and finish the custom-root-fields follow-through
Show description for 7134152
PMerlet
and
claude
committed
7134152
View commit details
Copy full SHA for 7134152
Browse repository at this point
fix(datasource graphql hasura): keep composite primary keys writable
Show description for e25c872
PMerlet
and
claude
committed
e25c872
View commit details
Copy full SHA for e25c872
Browse repository at this point
fix(datasource graphql hasura): derive generated GraphQL names from the type, not the select root
Show description for 520ac29
PMerlet
and
claude
committed
520ac29
View commit details
Copy full SHA for 520ac29
Browse repository at this point
fix(datasource graphql hasura): harden introspection against renames, collisions and composite keys
Show description for e2653ab
PMerlet
and
claude
committed
e2653ab
View commit details
Copy full SHA for e2653ab
Browse repository at this point
fix(datasource graphql hasura): materialize nested polymorphics and ignore a bare _type column
Show description for 28caa2d
PMerlet
and
claude
committed
28caa2d
View commit details
Copy full SHA for 28caa2d
Browse repository at this point
feat(datasource graphql hasura): follow renamed mutation and aggregate root fields
Show description for 36355b7
PMerlet
and
claude
committed
36355b7
View commit details
Copy full SHA for 36355b7
Browse repository at this point
fix(datasource graphql hasura): merge grouped averages exactly and accept a false key value
Show description for 695b769
PMerlet
and
claude
committed
695b769
View commit details
Copy full SHA for 695b769
Browse repository at this point
refactor(datasource graphql hasura): flatten the qlty hotspots worth flattening
Show description for 1912077
PMerlet
and
claude
committed
1912077
View commit details
Copy full SHA for 1912077
Browse repository at this point
refactor(datasource graphql hasura): extract the shadowed-relationship guard
Show description for 8e20113
PMerlet
and
claude
committed
8e20113
View commit details
Copy full SHA for 8e20113
Browse repository at this point
Commits on Aug 6, 2026
fix(datasource graphql hasura): let semantic-release actually bump the version
Show description for 4d9d5fa
PMerlet
and
claude
committed
4d9d5fa
View commit details
Copy full SHA for 4d9d5fa
Browse repository at this point
fix(datasource graphql hasura): address the human review findings
Show description for 81e518a
PMerlet
and
claude
committed
81e518a
View commit details
Copy full SHA for 81e518a
Browse repository at this point
fix(datasource graphql hasura): guard the metadata parsing the narrowed rescue no longer covers
Show description for 1d7d99d
PMerlet
and
claude
committed
1d7d99d
View commit details
Copy full SHA for 1d7d99d
Browse repository at this point
You can’t perform that action at this time.