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: enable Org search joined with billing Details #877

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

whoAbhishekSah
Copy link
Member

@whoAbhishekSah whoAbhishekSah commented Feb 26, 2025

Description

This PR adds an admin API, POST /v1beta1/admin/organizations/search, which returns an Org list matching the input parameters. The input parameters are specified inside the request body as per the RQL input schema defined here

API contract: raystack/proton#380

Testing

Copy link

vercel bot commented Feb 26, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
frontier ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 28, 2025 5:58am

@coveralls
Copy link

coveralls commented Feb 26, 2025

Pull Request Test Coverage Report for Build 13561407616

Details

  • 0 of 135 (0.0%) changed or added relevant lines in 6 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.09%) to 32.539%

Changes Missing Coverage Covered Lines Changed/Added Lines %
pkg/server/interceptors/authorization.go 0 3 0.0%
core/aggregates/orgbilling/service.go 0 8 0.0%
internal/store/postgres/org_aggregation_repository.go 0 8 0.0%
internal/api/v1beta1/v1beta1.go 0 34 0.0%
cmd/serve.go 0 37 0.0%
internal/api/v1beta1/orgbilling.go 0 45 0.0%
Totals Coverage Status
Change from base Build 13519218003: -0.09%
Covered Lines: 8369
Relevant Lines: 25720

💛 - Coveralls

@whoAbhishekSah whoAbhishekSah changed the title feat: enable Org search aggregated joined with billing Details feat: enable Org search joined with billing Details Feb 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants