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

Introduce Integration Service Infrastructure #12896

Merged
merged 7 commits into from
Sep 9, 2022
Merged

Conversation

hikalkan
Copy link
Member

@hikalkan hikalkan commented Jun 4, 2022

Resolves #12470

  • Define IntegrationServiceAttribute. We can use it on application services to mark them as integration service.
  • Change default URL prefix to /integration-api/ for integration services.
  • Implement AbpAuditingOptions.IsEnabledForIntegrationServices to allow us to enable/disable audit logging for these services globally. Calls to integration services are not audit-logged by default.

@codecov

This comment was marked as resolved.

@hikalkan hikalkan modified the milestones: 6.0-preview, 7.0-preview Jun 5, 2022
@maliming maliming merged commit c78497a into dev Sep 9, 2022
@maliming maliming deleted the integration-services branch September 9, 2022 07:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Integration Services
3 participants