Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
89856da
Patch from PR #24351
benjdlambert Apr 18, 2024
841349f
Generate Release
benjdlambert Apr 18, 2024
4a2d3a8
Merge pull request #24352 from backstage/patch-release-pr-24351
benjdlambert Apr 18, 2024
c2112f2
Patch from PR #24364
benjdlambert Apr 19, 2024
ee1ab19
Patch from PR #24375
benjdlambert Apr 19, 2024
f123dab
Generate Release
benjdlambert Apr 19, 2024
e2b8c9e
Merge pull request #24382 from backstage/patch-release-pr-24364-24375
benjdlambert Apr 19, 2024
3905997
Patch from PR #24388
benjdlambert Apr 19, 2024
c780dfe
Generate Release
benjdlambert Apr 19, 2024
ca66adf
Merge pull request #24390 from backstage/patch-release-pr-24388
benjdlambert Apr 19, 2024
a29ed8d
Patch from PR #24484
Rugvip Apr 24, 2024
efa0e83
Patch from PR #24479
Rugvip Apr 24, 2024
9d6543c
Patch from PR #24447
Rugvip Apr 24, 2024
da02d13
Patch from PR #24469
Rugvip Apr 24, 2024
3554ebe
Patch from PR #24384
Rugvip Apr 24, 2024
15768bc
Patch from PR #24368
Rugvip Apr 24, 2024
d96c16a
Generate Release
Rugvip Apr 24, 2024
6cdf8a0
trim patches of unchanged packages
Rugvip Apr 24, 2024
ebf3095
trim dependency updates from changelog of patched packages
Rugvip Apr 24, 2024
b603501
Merge pull request #24496 from backstage/patch-release-pr-24484-24479…
Rugvip Apr 24, 2024
fe835db
chore: fix deploy packages
benjdlambert May 3, 2024
b6b59c5
Patch from PR #24478
benjdlambert May 3, 2024
36054e3
Patch from PR #24511
benjdlambert May 3, 2024
5de937b
Generate Release
benjdlambert May 3, 2024
bc8a5c4
Merge pull request #24608 from backstage/blam/fix-deploy-packages
benjdlambert May 3, 2024
7d37192
Merge pull request #24609 from backstage/patch-release-pr-24478-24511
benjdlambert May 3, 2024
2f0aafe
Merge pull request #3 from Zaperex/update-to-v1.26.5
schultzp2020 May 17, 2024
4ccd04e
chore(catalog-backend): add initial router endpoint audit logging
Zaperex Jun 24, 2024
73b1aa4
chore(catalog-backend): add audit logging to remaining endpoints
Zaperex Jun 26, 2024
20db35a
chore(catalog-backend): update unit tests
Zaperex Jun 28, 2024
bede1cd
chore(catalog-backend): add additional unit tests
Zaperex Jul 3, 2024
f906736
chore(catalog-backend): update unit tests actor info
Zaperex Jul 4, 2024
68a6b60
chore(catalog-backend): add entityRef into metaddata of deletion audi…
Zaperex Jul 5, 2024
cc77cb7
chore(catalog-backend): fix some error handling
Zaperex Jul 5, 2024
f08801c
chore(catalog-backend): remove response body from location creation e…
Zaperex Jul 5, 2024
700614f
chore: update `yarn.lock`
Zaperex Jul 15, 2024
665c845
Merge pull request #10 from Zaperex/catalog-audit-logging
schultzp2020 Oct 25, 2024
86a2baa
chore(deps): bump axios from 1.6.8 to 1.13.5
dependabot[bot] Feb 9, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
8 changes: 4 additions & 4 deletions .github/workflows/deploy_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,11 @@ jobs:
- name: test (and upload coverage)
run: |
yarn backstage-cli repo test --maxWorkers=3 --workerIdleMemoryLimit=1300M --coverage
bash <(curl -s https://codecov.io/bash)
#bash <(curl -s https://codecov.io/bash)
# Upload code coverage for some specific flags. Also see .codecov.yml
bash <(curl -s https://codecov.io/bash) -f packages/core-app-api/coverage/* -F core-app-api
bash <(curl -s https://codecov.io/bash) -f packages/core-components/coverage/* -F core-components
bash <(curl -s https://codecov.io/bash) -f packages/core-plugin-api/coverage/* -F core-plugin-api
#bash <(curl -s https://codecov.io/bash) -f packages/core-app-api/coverage/* -F core-app-api
#bash <(curl -s https://codecov.io/bash) -f packages/core-components/coverage/* -F core-components
#bash <(curl -s https://codecov.io/bash) -f packages/core-plugin-api/coverage/* -F core-plugin-api
env:
BACKSTAGE_TEST_DISABLE_DOCKER: 1
BACKSTAGE_TEST_DATABASE_POSTGRES16_CONNECTION_STRING: postgresql://postgres:postgres@localhost:${{ job.services.postgres16.ports[5432] }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "root",
"version": "1.26.0",
"version": "1.26.5",
"private": true,
"repository": {
"type": "git",
Expand Down
92 changes: 92 additions & 0 deletions packages/app-next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,97 @@
# example-app-next

## 0.0.13

### Patch Changes

- Updated dependencies
- @backstage/plugin-pagerduty@0.7.7
- @backstage/plugin-linguist@0.1.20
- @backstage/plugin-linguist-common@0.1.3

## 0.0.12

### Patch Changes

- Updated dependencies
- @backstage/cli@0.26.4
- @backstage/plugin-adr@0.6.18
- @backstage/plugin-airbrake@0.3.35
- @backstage/plugin-apache-airflow@0.2.25
- @backstage/plugin-azure-devops@0.4.4
- @backstage/plugin-azure-sites@0.1.24
- @backstage/plugin-badges@0.2.59
- @backstage/plugin-cloudbuild@0.5.2
- @backstage/plugin-code-coverage@0.2.28
- @backstage/plugin-cost-insights@0.12.24
- @backstage/plugin-dynatrace@10.0.4
- @backstage/plugin-entity-feedback@0.2.18
- @backstage/plugin-explore@0.4.21
- @backstage/plugin-gcalendar@0.3.28
- @backstage/plugin-gcp-projects@0.3.51
- @backstage/plugin-github-actions@0.6.16
- @backstage/plugin-gocd@0.1.41
- @backstage/plugin-graphiql@0.3.8
- @backstage/plugin-jenkins@0.9.10
- @backstage/plugin-kafka@0.3.35
- @backstage/plugin-lighthouse@0.4.20
- @backstage/plugin-microsoft-calendar@0.1.17
- @backstage/plugin-newrelic@0.3.50
- @backstage/plugin-newrelic-dashboard@0.3.10
- @backstage/plugin-octopus-deploy@0.2.17
- @backstage/plugin-playlist@0.2.9
- @backstage/plugin-puppetdb@0.1.18
- @backstage/plugin-rollbar@0.4.35
- @backstage/plugin-sentry@0.5.20
- @backstage/plugin-shortcuts@0.3.24
- @backstage/plugin-stackstorm@0.1.16
- @backstage/plugin-tech-insights@0.3.27
- @backstage/plugin-tech-radar@0.7.4
- @backstage/app-defaults@1.5.4
- app-next-example-plugin@0.0.10
- @backstage/catalog-model@1.4.5
- @backstage/core-app-api@1.12.4
- @backstage/core-compat-api@0.2.4
- @backstage/core-components@0.14.4
- @backstage/core-plugin-api@1.9.2
- @backstage/frontend-app-api@0.6.4
- @backstage/frontend-plugin-api@0.6.4
- @backstage/integration-react@1.1.26
- @backstage/theme@0.5.3
- @backstage/plugin-api-docs@0.11.4
- @backstage/plugin-app-visualizer@0.1.5
- @backstage/plugin-catalog@1.19.0
- @backstage/plugin-catalog-common@1.0.22
- @backstage/plugin-catalog-graph@0.4.4
- @backstage/plugin-catalog-import@0.10.10
- @backstage/plugin-catalog-react@1.11.3
- @backstage/plugin-catalog-unprocessed-entities@0.2.3
- @backstage/plugin-devtools@0.1.13
- @backstage/plugin-home@0.7.3
- @backstage/plugin-kubernetes@0.11.9
- @backstage/plugin-linguist@0.1.19
- @backstage/plugin-linguist-common@0.1.2
- @backstage/plugin-org@0.6.24
- @backstage/plugin-pagerduty@0.7.6
- @backstage/plugin-permission-react@0.4.22
- @backstage/plugin-scaffolder@1.19.3
- @backstage/plugin-scaffolder-react@1.8.4
- @backstage/plugin-search@1.4.10
- @backstage/plugin-search-common@1.2.11
- @backstage/plugin-search-react@1.7.10
- @backstage/plugin-techdocs@1.10.4
- @backstage/plugin-techdocs-module-addons-contrib@1.1.9
- @backstage/plugin-techdocs-react@1.2.3
- @backstage/plugin-todo@0.2.39
- @backstage/plugin-user-settings@0.8.5

## 0.0.11

### Patch Changes

- Updated dependencies
- @backstage/plugin-todo@0.2.39

## 0.0.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/app-next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-app-next",
"version": "0.0.10",
"version": "0.0.13",
"private": true,
"repository": {
"type": "git",
Expand Down
97 changes: 97 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,102 @@
# example-app

## 0.2.99

### Patch Changes

- Updated dependencies
- @backstage/plugin-pagerduty@0.7.7
- @backstage/plugin-nomad@0.1.16
- @backstage/plugin-linguist@0.1.20
- @backstage/plugin-linguist-common@0.1.3

## 0.2.98

### Patch Changes

- Updated dependencies
- @backstage/cli@0.26.4
- @backstage/plugin-adr@0.6.18
- @backstage/plugin-airbrake@0.3.35
- @backstage/plugin-apache-airflow@0.2.25
- @backstage/plugin-azure-devops@0.4.4
- @backstage/plugin-azure-sites@0.1.24
- @backstage/plugin-badges@0.2.59
- @backstage/plugin-cloudbuild@0.5.2
- @backstage/plugin-code-coverage@0.2.28
- @backstage/plugin-cost-insights@0.12.24
- @backstage/plugin-dynatrace@10.0.4
- @backstage/plugin-entity-feedback@0.2.18
- @backstage/plugin-explore@0.4.21
- @backstage/plugin-gcalendar@0.3.28
- @backstage/plugin-gcp-projects@0.3.51
- @backstage/plugin-github-actions@0.6.16
- @backstage/plugin-github-pull-requests-board@0.2.1
- @backstage/plugin-gocd@0.1.41
- @backstage/plugin-graphiql@0.3.8
- @backstage/plugin-jenkins@0.9.10
- @backstage/plugin-kafka@0.3.35
- @backstage/plugin-lighthouse@0.4.20
- @backstage/plugin-microsoft-calendar@0.1.17
- @backstage/plugin-newrelic@0.3.50
- @backstage/plugin-newrelic-dashboard@0.3.10
- @backstage/plugin-octopus-deploy@0.2.17
- @backstage/plugin-playlist@0.2.9
- @backstage/plugin-puppetdb@0.1.18
- @backstage/plugin-rollbar@0.4.35
- @backstage/plugin-sentry@0.5.20
- @backstage/plugin-shortcuts@0.3.24
- @backstage/plugin-stack-overflow@0.1.30
- @backstage/plugin-stackstorm@0.1.16
- @backstage/plugin-tech-insights@0.3.27
- @backstage/plugin-tech-radar@0.7.4
- @backstage/app-defaults@1.5.4
- @backstage/catalog-model@1.4.5
- @backstage/config@1.2.0
- @backstage/core-app-api@1.12.4
- @backstage/core-components@0.14.4
- @backstage/core-plugin-api@1.9.2
- @backstage/frontend-app-api@0.6.4
- @backstage/integration-react@1.1.26
- @backstage/theme@0.5.3
- @backstage/plugin-api-docs@0.11.4
- @backstage/plugin-auth-react@0.1.0
- @backstage/plugin-catalog@1.19.0
- @backstage/plugin-catalog-common@1.0.22
- @backstage/plugin-catalog-graph@0.4.4
- @backstage/plugin-catalog-import@0.10.10
- @backstage/plugin-catalog-react@1.11.3
- @backstage/plugin-catalog-unprocessed-entities@0.2.3
- @backstage/plugin-devtools@0.1.13
- @backstage/plugin-home@0.7.3
- @backstage/plugin-kubernetes@0.11.9
- @backstage/plugin-kubernetes-cluster@0.0.10
- @backstage/plugin-linguist@0.1.19
- @backstage/plugin-linguist-common@0.1.2
- @backstage/plugin-nomad@0.1.15
- @backstage/plugin-notifications@0.2.0
- @backstage/plugin-org@0.6.24
- @backstage/plugin-pagerduty@0.7.6
- @backstage/plugin-permission-react@0.4.22
- @backstage/plugin-scaffolder@1.19.3
- @backstage/plugin-scaffolder-react@1.8.4
- @backstage/plugin-search@1.4.10
- @backstage/plugin-search-common@1.2.11
- @backstage/plugin-search-react@1.7.10
- @backstage/plugin-signals@0.0.5
- @backstage/plugin-techdocs@1.10.4
- @backstage/plugin-techdocs-module-addons-contrib@1.1.9
- @backstage/plugin-techdocs-react@1.2.3
- @backstage/plugin-todo@0.2.39
- @backstage/plugin-user-settings@0.8.5

## 0.2.97

### Patch Changes

- Updated dependencies
- @backstage/plugin-todo@0.2.39

## 0.2.96

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-app",
"version": "0.2.96",
"version": "0.2.99",
"backstage": {
"role": "frontend"
},
Expand Down
12 changes: 12 additions & 0 deletions packages/backend-app-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @backstage/backend-app-api

## 0.7.2

### Patch Changes

- b6b59c5: Redact `meta` fields too with the logger

## 0.7.1

### Patch Changes

- 3554ebe: Move the JWKS registration outside of the lifecycle middleware

## 0.7.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/backend-app-api/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@backstage/backend-app-api",
"description": "Core API used by Backstage backend apps",
"version": "0.7.0",
"version": "0.7.2",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {
Expand Down
22 changes: 13 additions & 9 deletions packages/backend-app-api/src/logging/WinstonLogger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,16 +85,20 @@ export class WinstonLogger implements RootLoggerService {

let redactionPattern: RegExp | undefined = undefined;

return {
format: format(info => {
if (redactionPattern && typeof info.message === 'string') {
info.message = info.message.replace(redactionPattern, '[REDACTED]');
}
if (redactionPattern && typeof info.stack === 'string') {
info.stack = info.stack.replace(redactionPattern, '[REDACTED]');
const replace = (obj: TransformableInfo) => {
for (const key in obj) {
if (obj.hasOwnProperty(key)) {
if (typeof obj[key] === 'object') {
obj[key] = replace(obj[key] as TransformableInfo);
} else if (typeof obj[key] === 'string') {
obj[key] = obj[key]?.replace(redactionPattern, '[REDACTED]');
}
}
return info;
})(),
}
return obj;
};
return {
format: format(replace)(),
add(newRedactions) {
let added = 0;
for (const redactionToTrim of newRedactions) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ export const httpRouterServiceFactory = createServiceFactory(
config,
});

router.use(createLifecycleMiddleware({ lifecycle }));
router.use(createAuthIntegrationRouter({ auth }));
router.use(createLifecycleMiddleware({ lifecycle }));
router.use(credentialsBarrier.middleware);
router.use(createCookieAuthRefreshMiddleware({ auth, httpAuth }));

Expand Down
63 changes: 63 additions & 0 deletions packages/backend-next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,68 @@
# example-backend-next

## 0.0.28

### Patch Changes

- Updated dependencies
- @backstage/plugin-nomad-backend@0.1.20
- @backstage/plugin-linguist-backend@0.5.16

## 0.0.27

### Patch Changes

- Updated dependencies
- @backstage/plugin-adr-backend@0.4.15
- @backstage/plugin-azure-devops-backend@0.6.5
- @backstage/plugin-badges-backend@0.4.1
- @backstage/plugin-entity-feedback-backend@0.2.15
- @backstage/plugin-jenkins-backend@0.4.5
- @backstage/plugin-lighthouse-backend@0.4.11
- @backstage/plugin-playlist-backend@0.3.22
- @backstage/plugin-sonarqube-backend@0.2.20
- @backstage/backend-defaults@0.2.17
- @backstage/backend-plugin-api@0.6.17
- @backstage/backend-tasks@0.5.22
- @backstage/catalog-model@1.4.5
- @backstage/plugin-app-backend@0.3.65
- @backstage/plugin-auth-backend@0.22.4
- @backstage/plugin-auth-backend-module-github-provider@0.1.14
- @backstage/plugin-auth-backend-module-guest-provider@0.1.3
- @backstage/plugin-auth-node@0.4.12
- @backstage/plugin-catalog-backend@1.21.1
- @backstage/plugin-catalog-backend-module-backstage-openapi@0.2.0
- @backstage/plugin-catalog-backend-module-openapi@0.1.35
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.15
- @backstage/plugin-catalog-backend-module-unprocessed@0.4.4
- @backstage/plugin-devtools-backend@0.3.3
- @backstage/plugin-kubernetes-backend@0.17.0
- @backstage/plugin-linguist-backend@0.5.15
- @backstage/plugin-nomad-backend@0.1.19
- @backstage/plugin-notifications-backend@0.2.0
- @backstage/plugin-permission-backend@0.5.41
- @backstage/plugin-permission-backend-module-allow-all-policy@0.1.14
- @backstage/plugin-permission-common@0.7.13
- @backstage/plugin-permission-node@0.7.28
- @backstage/plugin-proxy-backend@0.4.15
- @backstage/plugin-scaffolder-backend@1.22.4
- @backstage/plugin-scaffolder-backend-module-github@0.2.7
- @backstage/plugin-search-backend@1.5.7
- @backstage/plugin-search-backend-module-catalog@0.1.22
- @backstage/plugin-search-backend-module-explore@0.1.22
- @backstage/plugin-search-backend-module-techdocs@0.1.22
- @backstage/plugin-search-backend-node@1.2.21
- @backstage/plugin-signals-backend@0.1.3
- @backstage/plugin-techdocs-backend@1.10.4
- @backstage/plugin-todo-backend@0.3.17

## 0.0.26

### Patch Changes

- Updated dependencies
- @backstage/plugin-todo-backend@0.3.17

## 0.0.25

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/backend-next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-backend-next",
"version": "0.0.25",
"version": "0.0.28",
"main": "dist/index.cjs.js",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
Loading
Loading