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
.
ProjectASAP
/
ASAPQuery
Public
Notifications
You must be signed in to change notification settings
Fork
2
Star
46
Code
Issues
109
Pull requests
7
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Support for Elasticsearch DSL in SimpleEngine
- #219
#219
Merged
milindsrivastava1997
merged 17 commits into
main
ProjectASAP/ASAPQuery:main
from
150-esdsl-query-context
ProjectASAP/ASAPQuery:150-esdsl-query-context
Copy head branch name to clipboard
Mar 28, 2026
Conversation
Commits
17
(17)
Checks
Files changed
Merged
Support for Elasticsearch DSL in SimpleEngine
#219
milindsrivastava1997
merged 17 commits into
main
ProjectASAP/ASAPQuery:main
from
150-esdsl-query-context
ProjectASAP/ASAPQuery:150-esdsl-query-context
Copy head branch name to clipboard
Commits
Commits on Mar 16, 2026
Simple parsing logic for static set of Elastic DSL queries.
Kolleida
committed
d47d60f
View commit details
Copy full SHA for d47d60f
Browse repository at this point
Commits on Mar 17, 2026
Extract aggregation func kwargs during ES DSL parsing.
Kolleida
committed
7d66d8c
View commit details
Copy full SHA for 7d66d8c
Browse repository at this point
Initial code for manual QueryExecutionContext creation (ES DSL). Currently does not parse date ranges, and no integration with aggregation/inference config.
Kolleida
committed
f2fb41e
View commit details
Copy full SHA for f2fb41e
Browse repository at this point
Commits on Mar 19, 2026
Preliminary test that query context can execute (basic quantile query).
Kolleida
committed
c4cc7a9
View commit details
Copy full SHA for c4cc7a9
Browse repository at this point
Simplify query patterns matched (support only simple aggregation and groupby) to map more easily to internal representation.
Kolleida
committed
737c64c
View commit details
Copy full SHA for 737c64c
Browse repository at this point
Commits on Mar 20, 2026
Fix issue where percentile args have to be passed as a number from 0-1
Show description for c0871c0
Kolleida
committed
c0871c0
View commit details
Copy full SHA for c0871c0
Browse repository at this point
Merge branch 'main' into elastic
Kolleida
committed
8d494fb
View commit details
Copy full SHA for 8d494fb
Browse repository at this point
Commits on Mar 23, 2026
Fix test for simple aggregation (no groupby labels) inserting wrong groupby key.
Kolleida
committed
617554c
View commit details
Copy full SHA for 617554c
Browse repository at this point
Preliminary code to parse relative dates in Elastic DSL.
Kolleida
committed
c046482
View commit details
Copy full SHA for c046482
Browse repository at this point
Move time range resolution into separate function during query exec context creation (ES DSL). Shorten query metadata creation code.
Kolleida
committed
c754586
View commit details
Copy full SHA for c754586
Browse repository at this point
Rename elastic DSL query test file.
Kolleida
committed
12c73e4
View commit details
Copy full SHA for 12c73e4
Browse repository at this point
Cargo fmt and clippy. Move ES DSL tests into test submodule.
Kolleida
committed
b8a66c8
View commit details
Copy full SHA for b8a66c8
Browse repository at this point
Delete extra code in tests.
Kolleida
committed
60616fd
View commit details
Copy full SHA for 60616fd
Browse repository at this point
Fix lint errors.
Kolleida
committed
209bc7a
View commit details
Copy full SHA for 209bc7a
Browse repository at this point
Commits on Mar 24, 2026
Remove topk label processing (unsupported query type) for ES DSL.
Kolleida
committed
b9a6a39
View commit details
Copy full SHA for b9a6a39
Browse repository at this point
Merge branch 'main' into 150-esdsl-query-context
Kolleida
authored
5fea4c3
View commit details
Copy full SHA for 5fea4c3
Browse repository at this point
Commits on Mar 28, 2026
Merge branch 'main' into 150-esdsl-query-context
milindsrivastava1997
authored
f7bec01
View commit details
Copy full SHA for f7bec01
Browse repository at this point
You can’t perform that action at this time.