ocean
ocean copied to clipboard
π Ocean π is an innovative solution developed by Port to seamlessly integrate various third-party systems with our developer portal product, empowering engineers to effortlessly prioritize key featu...
# Description What: - Introduced DatabaseCacheProvider for caching using SQLAlchemy. - Updated Ocean class to initialize DatabaseManager if database is configured. - Modified caching provider selection to include database caching...
[Docs] Add GitHub Actions workflow to trigger documentation sync on changes to port-app-config.yaml
### **User description** # Description What - Added GitHub Actions workflow to trigger documentation synchronization when integration configuration files change Why - Automate the documentation sync process to ensure integration...
# Description What Implemented a memory-optimized client pooling system for GCP API clients to reduce memory usage and improve resource management. Why The previous implementation created new GCP API clients...
Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.21 to 2.11.4. Release notes Sourced from pydantic's releases. v2.11.4 2025-04-29 What's Changed Packaging Bump mkdocs-llmstxt to v0.2.0 by @βViicos in #11725 Changes Allow config and bases...
Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.30.6 to 0.34.2. Release notes Sourced from uvicorn's releases. Version 0.34.2 What's Changed Flush the stdout buffer on Windows to trigger reload by @βjamesh1999 in encode/uvicorn#2604 New...
### Ocean Framework Version We want to change the current behavior that fails the entire integration if on_start failed to allow the integration to continue running after on_start failure (for...
### **User description** # Description I'll break down the changes we made in a What-Why-How format: **What:** We modified the `base_url` property in `port_ocean/ocean.py` to handle trailing slashes in URLs...
# Description What - Added Pull Request resource support to the GitHub V2 integration. This feature allows syncing GitHub pull requests into Port as entities and receiving webhooks for real-time...
# Description What - Added support for GitHub Issues as a new resource kind in the GitHub v2 integration Why - Customers need to track GitHub Issues alongside Pull Requests...
# Description What - Why - How - ## Type of change Please leave one option from the following and delete the rest: - [ ] Bug fix (non-breaking change...