-
Notifications
You must be signed in to change notification settings - Fork 72
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
[Core] Added base_url to core #1411
Conversation
Qodo Merge was enabled for this repository. To continue using it, please link your Git account with your Qodo account here. PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
Qodo Merge was enabled for this repository. To continue using it, please link your Git account with your Qodo account here. PR Code Suggestions ✨Explore these optional code suggestions:
|
This pull request is automatically being deployed by Amplify Hosting (learn more). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
User description
Description
What - Added a new base_url variable to core
Why - allow us to deprecate the app_host usage and to standardize naming to core
How - added new variable to ocean config
Type of change
Please leave one option from the following and delete the rest:
All tests should be run against the port production environment(using a testing org).
Core testing checklist
Integration testing checklist
examples
folder in the integration directory.Preflight checklist
Screenshots
Include screenshots from your environment showing how the resources of the integration will look.
API Documentation
Provide links to the API documentation used for this integration.
PR Type
Enhancement
Description
Introduced
webhook_base_url
to replaceapp_host
.Added deprecation warning for
app_host
usage.Updated lifecycle logic to conditionally start webhook processing.
Updated version and changelog to reflect changes.
Changes walkthrough 📝
settings.py
Added `webhook_base_url` configuration field
port_ocean/config/settings.py
webhook_base_url
as a new configuration field.ocean.py
Added `webhook_base_url` property and lifecycle updates
port_ocean/ocean.py
webhook_base_url
property with fallback toapp_host
.app_host
usage.CHANGELOG.md
Updated changelog for version 0.19.3
CHANGELOG.md
webhook_base_url
in version 0.19.3.pyproject.toml
Updated project version to 0.19.3
pyproject.toml