Skip to content

Conversation

raskinmaya
Copy link
Contributor

@raskinmaya raskinmaya commented Oct 16, 2025

User description

Description

What -
Added missing docs URL parameter in AWS spec file

Why -
Since the AWS spec file didn’t include a docs parameter, the “Learn more” link in the mapping tab of the edit integration modal was broken after installation

How -
Added the missing param to the spec file.
Ensured fix was effective on stg.

Type of change

Please leave one option from the following and delete the rest:

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • New Integration (non-breaking change which adds a new integration)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Non-breaking change (fix of existing functionality that will not change current behavior)
  • Documentation (added/updated documentation)

All tests should be run against the port production environment(using a testing org).

Core testing checklist

  • Integration able to create all default resources from scratch
  • Resync finishes successfully
  • Resync able to create entities
  • Resync able to update entities
  • Resync able to detect and delete entities
  • Scheduled resync able to abort existing resync and start a new one
  • Tested with at least 2 integrations from scratch
  • Tested with Kafka and Polling event listeners
  • Tested deletion of entities that don't pass the selector

Integration testing checklist

  • Integration able to create all default resources from scratch
  • Completed a full resync from a freshly installed integration and it completed successfully
  • Resync able to create entities
  • Resync able to update entities
  • Resync able to detect and delete entities
  • Resync finishes successfully
  • If new resource kind is added or updated in the integration, add example raw data, mapping and expected result to the examples folder in the integration directory.
  • If resource kind is updated, run the integration with the example data and check if the expected result is achieved
  • If new resource kind is added or updated, validate that live-events for that resource are working as expected
  • Docs PR link here

Preflight checklist

  • Handled rate limiting
  • Handled pagination
  • Implemented the code in async
  • Support Multi account

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

Bug fix


Description

  • Added missing docs URL parameter to AWS integration spec file

  • Fixed broken "Learn more" link in integration mapping tab

  • Updated version to 0.2.183 with changelog entry


Diagram Walkthrough

flowchart LR
  spec["AWS spec.yaml"] -- "add docs URL" --> link["Fixed Learn More Link"]
  link --> version["Version 0.2.183"]
Loading

File Walkthrough

Relevant files
Bug fix
spec.yaml
Add docs URL parameter to spec                                                     

integrations/aws/.port/spec.yaml

  • Added docs field with URL to AWS integration documentation
  • Links to Port's AWS cloud provider documentation page
+1/-0     
Documentation
CHANGELOG.md
Document docs URL addition in changelog                                   

integrations/aws/CHANGELOG.md

  • Added new version 0.2.183 entry dated 2025-10-16
  • Documented addition of missing docs URL in improvements section
+6/-0     
Configuration changes
pyproject.toml
Increment version to 0.2.183                                                         

integrations/aws/pyproject.toml

  • Bumped version from 0.2.182 to 0.2.183
+1/-1     

@raskinmaya raskinmaya requested a review from a team as a code owner October 16, 2025 10:05
Copy link
Contributor

PR Compliance Guide 🔍

Below is a summary of compliance checks for this PR:

Security Compliance
🟢
No security concerns identified No security vulnerabilities detected by AI analysis. Human verification advised for critical code.
Ticket Compliance
🎫 No ticket provided
- [ ] Create ticket/issue <!-- /create_ticket --create_ticket=true -->

</details></td></tr>
Codebase Duplication Compliance
Codebase context is not defined

Follow the guide to enable codebase context checks.

Custom Compliance
No custom compliance provided

Follow the guide to enable custom compliance check.

Compliance status legend 🟢 - Fully Compliant
🟡 - Partial Compliant
🔴 - Not Compliant
⚪ - Requires Further Human Verification
🏷️ - Compliance label

Copy link
Contributor

PR Code Suggestions ✨

No code suggestions found for the PR.

@raskinmaya raskinmaya merged commit 765b12f into main Oct 16, 2025
30 checks passed
@raskinmaya raskinmaya deleted the PORT-13448-bug-redirect-issue-in-data-source branch October 16, 2025 10:15
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.

2 participants