Commit Graph

89 Commits

Author SHA1 Message Date
Patrik Oldsberg 402abac0d1 Merge pull request #15881 from kuangp/feat/feedback-plugin
Entity Feedback Plugin
2023-02-13 21:32:17 +01:00
Phil Kuang dfbe698743 chore(review): address comments
Signed-off-by: Phil Kuang <pkuang@factset.com>
2023-02-13 10:12:52 -05:00
blam 593ea8127b chore: codeowners fix
Signed-off-by: blam <ben@blam.sh>
2023-02-08 16:13:20 +01:00
blam 6760ed1976 chore: only the .mds
Signed-off-by: blam <ben@blam.sh>
2023-02-02 17:43:43 +01:00
blam 3201f1de39 chore: make changesets unowned
Signed-off-by: blam <ben@blam.sh>
2023-02-02 17:41:33 +01:00
blam e32d73b26a chore: fix
Signed-off-by: blam <ben@blam.sh>
2023-02-02 17:36:05 +01:00
blam ac57d09f8f fix cost-insights too
Signed-off-by: blam <ben@blam.sh>
2023-02-02 17:32:53 +01:00
blam 802513dd9f chore: remove extra codeowners
Signed-off-by: blam <ben@blam.sh>
2023-02-02 17:32:06 +01:00
blam 654228f15a chore: updating codeowners
Signed-off-by: blam <ben@blam.sh>
2023-02-02 17:07:23 +01:00
blam 90bcf686a6 chore: use the maintainers group
Signed-off-by: blam <ben@blam.sh>
2023-02-02 16:14:12 +01:00
Fredrik Adelöw b92709fe57 add catalog-core as codeowners for all catalog related packages
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-12-07 16:11:27 +01:00
Patrick Jungermann 25f6d7bddb feat(events/gerrit): add GerritEventRouter
Add an event router for Gerrit
which handles events from the topic `gerrit`
and re-publishes events under their more specific topic
based on the `$.type` payload field
like e.g., `gerrit.change-merged`.

Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
2022-11-12 01:38:34 +01:00
Patrick Jungermann 12cd94b7e9 feat(events/azure): add AzureDevOpsEventRouter
Add an event router for Azure DevOps
which handles events from the topic `azureDevOps`
and re-publishes events under their more specific topic
based on the `$.eventType` payload field
like e.g., `azureDevOps.git.push`.

Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
2022-11-12 01:14:29 +01:00
Patrick Jungermann 63f7983398 feat(events/gitlab): add GitLabEventRouter
Add an event router for GitLab
which handles events from the topic `gitlab`
and re-publishes events under their more specific topic
based on the `$.event_name` payload field
like e.g., `gitlab.push`.

Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
2022-11-12 01:14:29 +01:00
Patrick Jungermann b3a4edb885 feat(events/github): add GithubEventRouter
Add an event router for GitHub
which handles events from the topic `github`
and re-publishes events under their more specific topic
based on the `x-github-event` metadata
like e.g., `github.push`.

Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
2022-11-12 01:14:29 +01:00
Patrick Jungermann 6bc121bf0d feat(events/bitbucketCloud): add BitbucketCloudEventRouter
Add an event router for Bitbucket Cloud
which handles events from the topic `bitbucketCloud`
and re-publishes events under their more specific topic
based on the `x-event-key` metadata
like e.g., `bitbucketCloud.repo:push`.

Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
2022-11-12 00:21:23 +01:00
Patrick Jungermann d3ecb2382d feat(events/sqs): add a new AWS SQS event publisher
This change introduces a new plugin `@backstage/plugin-events-backend-module-aws-sqs`.

This plugin provides an event publisher which receives events from
(an) AWS SQS queue(s) and publishes them to the event broker.

The plugin supports the new backend-plugin-api and connects with the other plugins.

Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
2022-11-12 00:15:50 +01:00
Patrick Jungermann 7bbd2403a1 feat(events): add events management capabilities
This change introduces some new plugins which provide the basics
for managing events inside of backstage.
Hereby, it offers extension points to add event publishers and subscribers
as well as to exchange the event broker implementation.

- `@backstage/plugin-events-backend`:
  backend for the events management which connects all parts
  and provides a simple in-memory event broker
- `@backstage/plugin-events-node`:
  interfaces and API for `@backstage/plugin-events-backend`
- `@backstage/plugin-events-test-utils`:
  test utilities like implementations useful for writing tests at modules

All plugins support the new backend-plugin-api.

Relates-to: #11082
Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
2022-11-12 00:00:49 +01:00
Andrew Thauer feb4602e52 chore: add @andrewthauer to codeowners
This is a very late response to issue #8294 which requested reviewers on certain plugins. Also added an entry for `cost-insights-*` since there is now a `cost-insights-common` package.

Signed-off-by: Andrew Thauer <athauer@wealthsimple.com>
2022-10-13 09:04:02 -04:00
Ben Lambert e0d4077926 Merge pull request #13570 from backstage/freben-dschwank/user-settings-backend
feat: add user-settings-backend and related frontend store
2022-09-20 10:16:46 +02:00
Dominik Schwank 108cdc3912 feat: add new user settings backend
Adding a new user settings backend and PersistentStorage to store user related settings in the
database.

Signed-off-by: Dominik Schwank <dominik.schwank@sda.se>
2022-09-19 12:51:43 +02:00
Phil Kuang 2028a73c96 refactor(playlists): address review comments
Signed-off-by: Phil Kuang <pkuang@factset.com>
2022-09-16 09:30:48 -04:00
Patrick Jungermann 2c67d15152 chore: add @pjungermann to CODEOWNERS
Add @pjungermann as code owners for created modules
or those with many contributions.

Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
2022-07-19 09:57:09 +02:00
Emma Indal 88236af968 add to codeowners
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2022-07-05 13:54:49 +02:00
Johan Haals 50c28bf2fa codeowners: Add techdocs-core as changeset owner
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-06-21 15:24:53 +02:00
blam f0eed32519 chore: updating codeowners for kubernetes
Signed-off-by: blam <ben@blam.sh>
2022-06-14 10:43:27 +02:00
Eric Peterson 5d3cb76895 Remove legacy packages from scripts, codeowners, and docs.
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2022-06-13 17:52:48 +02:00
Johan Haals 7b9df560f1 Make backstage-service code owner for yarn.lock files
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-05-02 11:22:36 +02:00
Alex Rybchenko d5e0531122 updated gcalendar codeowners
Signed-off-by: Alex Rybchenko <arybchenko@box.com>
2022-03-28 15:07:05 +02:00
Emma Indal 45c8d92581 add backend to codeowners
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2022-03-25 11:25:22 +01:00
Emma Indal fc67e62ac2 add @backstage/reviewers as codeowners too
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2022-03-25 11:25:21 +01:00
Emma Indal 5822cb1ddd add codeowners
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2022-03-25 11:25:18 +01:00
Eric Peterson 91bf1e6c1a Use @backstage/plugin-techdocs-node instead of @backstage/techdocs-common
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2022-03-04 09:54:19 +01:00
blam 27c1a76233 chore: make CODEOWNERS pretty
Signed-off-by: blam <ben@blam.sh>
2022-02-08 16:00:58 +01:00
blam dbee923ba8 chore: fix codereviews to always have reviewers
Signed-off-by: blam <ben@blam.sh>
2022-02-08 15:49:16 +01:00
iammnils 1841159490 chore: add sda codeowner
Signed-off-by: iammnils <nils.ammersken@sda.se>
2022-02-04 11:44:55 +01:00
Patrik Oldsberg a532ac2e10 embedded-techdocs-app -> techdocs-cli-embedded-app
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-02-03 11:53:28 +01:00
mufaddal motiwala 8f3f8dbe76 Add reviewer for plugins/newrelic-dashboard
Signed-off-by: mufaddal motiwala <mufaddalmm.52@gmail.com>
2021-12-24 18:57:25 +05:30
Colton Padden e0cfcce9f9 add @cmpadden as codeowner of apache-airflow
Signed-off-by: Colton Padden <colton.padden@fastmail.com>
2021-12-16 10:45:19 -05:00
Tim Jacomb b0592c3809 Add @timja to Jenkins CODEOWNERS
Signed-off-by: Tim Jacomb <timjacomb1+github@gmail.com>
2021-12-03 08:20:16 +00:00
Erik Engervall ccec66ce16 Add @erikengervall as code owner for GRM plugin
Signed-off-by: Erik Engervall <erik.engervall@gmail.com>
2021-12-02 15:52:59 +01:00
Tim Hansen 87aecc6fab Merge pull request #8316 from backstage/adamdmharvey-patch-1
chore: Add Adam to CircleCI CODEOWNER
2021-12-01 13:12:32 -07:00
Adam Harvey 2f682e8557 Add Adam to CircleCI
Signed-off-by: Adam Harvey <adaharve@cisco.com>
2021-12-01 14:50:19 -05:00
Rogerio Angeliski d2a87cba78 chore: CODEOWNERS for scaffolder module rails
Signed-off-by: Rogerio Angeliski <angeliski@hotmail.com>
2021-12-01 14:22:02 -03:00
Paweł Mitka 391ba7df9b chore: CODEOWNERS for scaffolder module yeoman
Setup scaffolder-backend-module-yeoman CODEOWNERS following #8294

Signed-off-by: @pawelmitka <pawel.mitka@brainly.com>
2021-12-01 16:03:54 +01:00
Deepak Bhardwaj e8cded0d44 Allure plugin codeowner (#8295)
* Add CodeSee architecture diagram workflow to repository

* Added myself as Allure plugin codeowner

Signed-off-by: Deepak Bhardwaj <deepak.bhardwaj@outlook.com>

* Deleting unnecessary file

Signed-off-by: Deepak Bhardwaj <deepak.bhardwaj@outlook.com>

Co-authored-by: codesee-architecture-diagrams[bot] <86324825+codesee-architecture-diagrams[bot]@users.noreply.github.com>
2021-12-01 14:15:06 +01:00
Nir Gazit 3469777312 Added explicit kafka directories
Signed-off-by: Nir Gazit <nir.gazit@fiverr.com>
2021-12-01 14:59:53 +02:00
Nir Gazit fb0d94ad2e Update CODEOWNERS
Signed-off-by: Nir Gazit <nir.gazit@fiverr.com>
2021-12-01 14:35:45 +02:00
Nir Gazit a416dbca4f Added myself as codeowner for Kafka plugin
Signed-off-by: Nir Gazit <nir.gazit@fiverr.com>
2021-12-01 14:35:45 +02:00
Johan Haals 8bf026b16d Add more code owners
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2021-11-26 13:57:19 +01:00