From cdfa4d49c04f75c60f61b888178ec7ef21dc37d8 Mon Sep 17 00:00:00 2001 From: omby8888 <160610297+omby8888@users.noreply.github.com> Date: Tue, 7 Jan 2025 14:24:05 +0200 Subject: [PATCH] [Infra] changed team name in CODEOWNERS (#1300) ## Type of change Please leave one option from the following and delete the rest: - [x] 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 - [ ] 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. --- .github/CODEOWNERS | 56 +++++++++++++++++++++++----------------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index eb57df533d..b38331bc1a 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,82 +1,82 @@ -@port-labs/experiences-team +@port-labs/ecosystem-team # Ocean framework -/port_ocean/** @port-labs/experiences-team +/port_ocean/** @port-labs/ecosystem-team # argocd integration -/integrations/argocd/** @port-labs/experiences-team +/integrations/argocd/** @port-labs/ecosystem-team # aws integration -/integrations/aws/** @port-labs/experiences-team +/integrations/aws/** @port-labs/ecosystem-team # azure-devops integration -/integrations/azure-devops/** @port-labs/experiences-team +/integrations/azure-devops/** @port-labs/ecosystem-team # azure integration -/integrations/azure/** @port-labs/experiences-team +/integrations/azure/** @port-labs/ecosystem-team # datadog integration -/integrations/datadog/** @port-labs/experiences-team +/integrations/datadog/** @port-labs/ecosystem-team # dynatrace integration -/integrations/dynatrace/** @port-labs/experiences-team +/integrations/dynatrace/** @port-labs/ecosystem-team # firehydrant integration -/integrations/firehydrant/** @port-labs/experiences-team +/integrations/firehydrant/** @port-labs/ecosystem-team # gcp integration -/integrations/gcp/** @port-labs/experiences-team +/integrations/gcp/** @port-labs/ecosystem-team # gitlab integration -/integrations/gitlab/** @port-labs/experiences-team +/integrations/gitlab/** @port-labs/ecosystem-team # jenkins integration -/integrations/jenkins/** @port-labs/experiences-team +/integrations/jenkins/** @port-labs/ecosystem-team # jira integration -/integrations/jira/** @port-labs/experiences-team +/integrations/jira/** @port-labs/ecosystem-team # kafka integration -/integrations/kafka/** @port-labs/experiences-team +/integrations/kafka/** @port-labs/ecosystem-team # kubecost integration -/integrations/kubecost/** @port-labs/experiences-team +/integrations/kubecost/** @port-labs/ecosystem-team # launchdarkly integration -/integrations/launchdarkly/** @port-labs/experiences-team +/integrations/launchdarkly/** @port-labs/ecosystem-team # linear integration -/integrations/linear/** @port-labs/experiences-team +/integrations/linear/** @port-labs/ecosystem-team # newrelic integration -/integrations/newrelic/** @port-labs/experiences-team +/integrations/newrelic/** @port-labs/ecosystem-team # opencost integration -/integrations/opencost/** @port-labs/experiences-team +/integrations/opencost/** @port-labs/ecosystem-team # opsgenie integration -/integrations/opsgenie/** @port-labs/experiences-team +/integrations/opsgenie/** @port-labs/ecosystem-team # pagerduty integration -/integrations/pagerduty/** @port-labs/experiences-team +/integrations/pagerduty/** @port-labs/ecosystem-team # sentry integration -/integrations/sentry/** @port-labs/experiences-team +/integrations/sentry/** @port-labs/ecosystem-team # servicenow integration -/integrations/servicenow/** @port-labs/experiences-team +/integrations/servicenow/** @port-labs/ecosystem-team # snyk integration -/integrations/snyk/** @port-labs/experiences-team +/integrations/snyk/** @port-labs/ecosystem-team # sonarqube integration -/integrations/sonarqube/** @port-labs/experiences-team +/integrations/sonarqube/** @port-labs/ecosystem-team # statuspage integration -/integrations/statuspage/** @port-labs/experiences-team +/integrations/statuspage/** @port-labs/ecosystem-team # terraform-cloud integration -/integrations/terraform-cloud/** @port-labs/experiences-team +/integrations/terraform-cloud/** @port-labs/ecosystem-team # wiz integration -/integrations/wiz/** @port-labs/experiences-team +/integrations/wiz/** @port-labs/ecosystem-team