Skip to content

Commit

Permalink
Merge pull request #443 from RoadieHQ/fix-notices
Browse files Browse the repository at this point in the history
Fix notice headers
  • Loading branch information
kissmikijr authored Mar 9, 2022
2 parents aa2f1b2 + 5a2757c commit f429b33
Show file tree
Hide file tree
Showing 125 changed files with 260 additions and 124 deletions.
12 changes: 12 additions & 0 deletions .changeset/proud-trees-fly.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
'@roadiehq/backstage-plugin-argo-cd': patch
'@roadiehq/backstage-plugin-aws-lambda': patch
'@roadiehq/backstage-plugin-buildkite': patch
'@roadiehq/backstage-plugin-datadog': patch
'@roadiehq/backstage-plugin-github-pull-requests': patch
'@roadiehq/backstage-plugin-jira': patch
'@roadiehq/backstage-plugin-security-insights': patch
'@roadiehq/backstage-plugin-travis-ci': patch
---

Change notice headers to contain Larder Software Limited
3 changes: 2 additions & 1 deletion plugins/frontend/backstage-plugin-argo-cd/src/Router.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020 RoadieHQ
* Copyright 2021 Larder Software Limited
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

import React from 'react';
import { Entity } from '@backstage/catalog-model';
import { Routes, Route } from 'react-router-dom';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020 RoadieHQ
* Copyright 2021 Larder Software Limited
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

import React from 'react';
import { Box, LinearProgress, Link } from '@material-ui/core';
import { Entity } from '@backstage/catalog-model';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020 RoadieHQ
* Copyright 2021 Larder Software Limited
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -14,6 +14,7 @@
* limitations under the License.
*/


import { Entity } from '@backstage/catalog-model';
import {
InfoCard,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020 RoadieHQ
* Copyright 2021 Larder Software Limited
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

import { configApiRef, errorApiRef, useApi } from '@backstage/core-plugin-api';
import { useAsyncRetry } from 'react-use';
import { argoCDApiRef } from '../api';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020 RoadieHQ
* Copyright 2021 Larder Software Limited
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -14,6 +14,7 @@
* limitations under the License.
*/


import { Entity } from '@backstage/catalog-model';

export const ARGOCD_ANNOTATION_APP_NAME = 'argocd/app-name';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020 RoadieHQ
* Copyright 2021 Larder Software Limited
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -14,6 +14,7 @@
* limitations under the License.
*/


import React from 'react';
import { TableColumn } from '@backstage/core-components';
import {
Expand Down
3 changes: 2 additions & 1 deletion plugins/frontend/backstage-plugin-argo-cd/src/setupTests.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020 RoadieHQ
* Copyright 2021 Larder Software Limited
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -14,6 +14,7 @@
* limitations under the License.
*/


import '@testing-library/jest-dom';
import 'cross-fetch/polyfill';

Expand Down
3 changes: 2 additions & 1 deletion plugins/frontend/backstage-plugin-aws-lambda/dev/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020 RoadieHQ
* Copyright 2021 Larder Software Limited
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -14,6 +14,7 @@
* limitations under the License.
*/


import { createDevApp } from '@backstage/dev-utils';
import { awsLambdaPlugin } from '../src/plugin';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020 RoadieHQ
* Copyright 2021 Larder Software Limited
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -14,6 +14,7 @@
* limitations under the License.
*/


import { createApiRef } from '@backstage/core-plugin-api';
import { LambdaData } from '../types';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020 RoadieHQ
* Copyright 2021 Larder Software Limited
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -14,6 +14,7 @@
* limitations under the License.
*/


import AWS from 'aws-sdk';
import { AwsLambdaApi } from './AWSLambdaApi';
import { LambdaData } from '../types';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020 RoadieHQ
* Copyright 2021 Larder Software Limited
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -14,5 +14,6 @@
* limitations under the License.
*/


export * from './AWSLambdaApi';
export * from './AWSLambdaClient';
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020 RoadieHQ
* Copyright 2021 Larder Software Limited
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -14,6 +14,7 @@
* limitations under the License.
*/


import React from 'react';
import { render } from '@testing-library/react';
import {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020 RoadieHQ
* Copyright 2021 Larder Software Limited
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

import React from 'react';
import {
Typography,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020 RoadieHQ
* Copyright 2021 Larder Software Limited
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

import { useAsync, useAsyncRetry } from 'react-use';
import {
useApi,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020 RoadieHQ
* Copyright 2021 Larder Software Limited
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -14,6 +14,7 @@
* limitations under the License.
*/


import { Entity } from '@backstage/catalog-model';

export const AWS_LAMBDA_ANNOTATION = 'aws.com/lambda-function-name';
Expand Down
3 changes: 2 additions & 1 deletion plugins/frontend/backstage-plugin-aws-lambda/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020 RoadieHQ
* Copyright 2021 Larder Software Limited
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -14,6 +14,7 @@
* limitations under the License.
*/


export * from './plugin';
export * from './api';
export * from './components/AWSLambdaOverview/AWSLambdaOverview';
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020 RoadieHQ
* Copyright 2021 Larder Software Limited
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -14,6 +14,7 @@
* limitations under the License.
*/


import { awsLambdaPlugin } from './plugin';

describe('aws-lambda', () => {
Expand Down
3 changes: 2 additions & 1 deletion plugins/frontend/backstage-plugin-aws-lambda/src/plugin.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020 RoadieHQ
* Copyright 2021 Larder Software Limited
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -14,6 +14,7 @@
* limitations under the License.
*/


import {
createApiFactory,
createComponentExtension,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020 RoadieHQ
* Copyright 2021 Larder Software Limited
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -14,6 +14,7 @@
* limitations under the License.
*/


import '@testing-library/jest-dom';
import 'cross-fetch/polyfill';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020 RoadieHQ
* Copyright 2021 Larder Software Limited
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

import React, { FC, useReducer, Dispatch, Reducer } from 'react';
import { awsLambdaApiRef } from '../api';
import { State, Action } from './types';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020 RoadieHQ
* Copyright 2021 Larder Software Limited
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -13,5 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

export * from './AppState';
export * from './useSettings';
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020 RoadieHQ
* Copyright 2021 Larder Software Limited
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -14,6 +14,7 @@
* limitations under the License.
*/


export type Settings = {
identityPoolId: string;
region: string;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020 RoadieHQ
* Copyright 2021 Larder Software Limited
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

import { useRef } from 'react';

export const useAsyncPolling = (
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020 RoadieHQ
* Copyright 2021 Larder Software Limited
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

import { errorApiRef, useApi } from '@backstage/core-plugin-api';
import { useContext, useEffect } from 'react';
import { AppContext, STORAGE_KEY } from './AppState';
Expand Down
3 changes: 2 additions & 1 deletion plugins/frontend/backstage-plugin-buildkite/src/api/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020 RoadieHQ
* Copyright 2021 Larder Software Limited
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -14,6 +14,7 @@
* limitations under the License.
*/


import { createApiRef, DiscoveryApi } from '@backstage/core-plugin-api';

export const buildKiteApiRef = createApiRef<BuildkiteApi>({
Expand Down
Loading

0 comments on commit f429b33

Please sign in to comment.