Skip to content

Commit

Permalink
Merge pull request #3 from cultureamp/dase/soc2
Browse files Browse the repository at this point in the history
Dase/soc2
  • Loading branch information
cset00 authored Apr 6, 2022
2 parents d41cdcc + d9cce5e commit 90aa6b6
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Each line is a file pattern followed by one or more owners (@username or
# email@address).
#
# Order is important. The last matching pattern has the most precedence.
# So if a pull request only touches javascript files, only these owners
# will be requested to review.
#
# @See https://help.github.com/articles/about-codeowners/

* @cultureamp/data-services
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ val kafkaVersion = "2.8.1"

plugins {
// Apply the org.jetbrains.kotlin.jvm Plugin to add support for Kotlin.
id("org.jetbrains.kotlin.jvm") version "1.5.0"
id("org.jetbrains.kotlin.jvm") version "1.6.10"

// Add ktlint
id("org.jmailen.kotlinter") version "3.6.0"
Expand Down
8 changes: 8 additions & 0 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
apiVersion: backstage.io/v1alpha1
kind: Location
metadata:
name: kafka-connect-plugins-location
description: kafka-connect-plugins catalog files
spec:
targets:
- ./component-info.yaml
18 changes: 18 additions & 0 deletions component-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: "kafka-connect-plugins"
description: "A set of generic plugins for Kafka Connect that complement the built-in transformations, config providers, and connectors."
links: # add any links that would be useful here. Dashboards, site urls etc
- title: Source
url: https://github.com/cultureamp/kafka-connect-plugins
tags:
- tier-2
- camp-platform
annotations:
github.com/project-slug: cultureamp/kafka-connect-plugins
github.com/team-slug: cultureamp/data-services
spec:
type: service
lifecycle: production
owner: data-services

0 comments on commit 90aa6b6

Please sign in to comment.