Skip to content

Commit

Permalink
[Infra] changed team name in CODEOWNERS (#1300)
Browse files Browse the repository at this point in the history
## 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)

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

### 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.
  • Loading branch information
omby8888 authored Jan 7, 2025
1 parent ae1abcd commit cdfa4d4
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit cdfa4d4

Please sign in to comment.