Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
yacut authored Apr 28, 2021
2 parents eedbe74 + f72aa81 commit a2e74f1
Show file tree
Hide file tree
Showing 556 changed files with 33,956 additions and 3,790 deletions.
5 changes: 0 additions & 5 deletions .changeset/chatty-ghosts-lay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clever-walls-bow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/forty-paws-drum.md

This file was deleted.

21 changes: 21 additions & 0 deletions .changeset/gentle-days-return.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
'@backstage/plugin-api-docs': patch
'@backstage/plugin-bitrise': patch
'@backstage/plugin-catalog-import': patch
'@backstage/plugin-circleci': patch
'@backstage/plugin-cost-insights': patch
'@backstage/plugin-explore': patch
'@backstage/plugin-fossa': patch
'@backstage/plugin-github-actions': patch
'@backstage/plugin-github-deployments': patch
'@backstage/plugin-graphiql': patch
'@backstage/plugin-jenkins': patch
'@backstage/plugin-lighthouse': patch
'@backstage/plugin-pagerduty': patch
'@backstage/plugin-register-component': patch
'@backstage/plugin-rollbar': patch
'@backstage/plugin-sentry': patch
'@backstage/plugin-sonarqube': patch
---

Updated README to have up-to-date install instructions.
5 changes: 5 additions & 0 deletions .changeset/healthy-phones-press.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@backstage/core': patch
---

Allow passing NavLinkProps to SidebarItem component to use in NavLink
5 changes: 5 additions & 0 deletions .changeset/kind-suns-melt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@backstage/plugin-api-docs': patch
---

Added fields filtering in get API entities to avoid the requesting of unused data
5 changes: 5 additions & 0 deletions .changeset/little-trees-fold.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@backstage/create-app': patch
---

Updates the end to end test in the app to match the new catalog index page title. To apply this change to an existing app, update `packages/app/cypress/integration/app.js` to search for `"My Company Catalog"` instead of `"My Company Service Catalog"`.
31 changes: 0 additions & 31 deletions .changeset/loud-apricots-fix.md

This file was deleted.

14 changes: 0 additions & 14 deletions .changeset/odd-toys-kiss.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/pink-islands-help.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@backstage/plugin-code-coverage-backend': patch
---

Include migrations
6 changes: 6 additions & 0 deletions .changeset/rare-parrots-share.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@backstage/plugin-catalog': patch
'@backstage/plugin-scaffolder': patch
---

Removed unused `swr` dependency.
5 changes: 5 additions & 0 deletions .changeset/search-odd-ads-invite.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@backstage/plugin-search-backend-node': patch
---

Introduced Scheduler which is responsible for adding new tasks to a schedule together with it's interval timer as well as starting and stopping the scheduler processes.
5 changes: 5 additions & 0 deletions .changeset/six-rocks-allow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@backstage/techdocs-common': patch
---

Gracefully handle HTTP request failures in download method of AzureBlobStorage publisher.
5 changes: 5 additions & 0 deletions .changeset/sixty-dragons-retire.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@backstage/plugin-search': patch
---

Use `RouteRef` to generate path to search page.
7 changes: 0 additions & 7 deletions .changeset/stale-jobs-tease.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-apples-sell.md

This file was deleted.

6 changes: 6 additions & 0 deletions .changeset/techdocs-lovely-wombats-relate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@backstage/plugin-techdocs': patch
---

Use `EntityRefLink` in header and use relations to reference the owner of the
document.
5 changes: 5 additions & 0 deletions .changeset/techdocs-mean-humans-hammer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@backstage/plugin-techdocs': patch
---

Fix TechDocs landing page table wrong copied link
5 changes: 5 additions & 0 deletions .changeset/techdocs-quiet-pens-prove.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@backstage/plugin-techdocs': patch
---

Add customization and exportable components for TechDocs landing page
5 changes: 5 additions & 0 deletions .changeset/techdocs-red-donkeys-share.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@backstage/plugin-techdocs': patch
---

Disable color transitions on links to avoid issues in dark mode.
12 changes: 12 additions & 0 deletions .changeset/techdocs-swift-waves-sleep.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
'@backstage/plugin-techdocs': minor
---

Make `techdocsStorageApiRef` and `techdocsApiRef` use interfaces instead of the
actual implementation classes.

This renames the classes `TechDocsApi` to `TechDocsClient` and `TechDocsStorageApi`
to `TechDocsStorageClient` and renames the interfaces `TechDocs` to `TechDocsApi`
and `TechDocsStorage` to `TechDocsStorageApi` to comply the pattern elsewhere in
the project. This also fixes the types returned by some methods on those
interfaces.
5 changes: 5 additions & 0 deletions .changeset/techdocs-young-walls-decide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@backstage/plugin-techdocs': patch
---

Rework state management to avoid rendering multiple while navigating between pages.
6 changes: 0 additions & 6 deletions .changeset/tender-turtles-smash.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/thin-coins-compete.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@backstage/plugin-scaffolder-backend': patch
---

Added the `nebula-preview` preview to `Octokit` for repository visibility.
5 changes: 5 additions & 0 deletions .changeset/thirty-humans-knock.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@backstage/core': patch
---

Improve owner example value in `MissingAnnotationEmptyState`.
5 changes: 0 additions & 5 deletions .changeset/wicked-mirrors-scream.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/witty-lies-shave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog': patch
---

Switch out the time-based personal greeting for a plain title on the catalog index page, and remove the clocks for different timezones.
5 changes: 0 additions & 5 deletions .changeset/witty-rats-bake.md

This file was deleted.

4 changes: 4 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,17 @@
/docs/features/techdocs @backstage/techdocs-core
/docs/features/search @backstage/techdocs-core
/docs/assets/search @backstage/techdocs-core
/plugins/code-coverage @alde @nissayeva
/plugins/code-coverage-backend @alde @nissayeva
/plugins/cost-insights @backstage/silver-lining
/plugins/cloudbuild @trivago/ebarrios
/plugins/search @backstage/techdocs-core
/plugins/search-* @backstage/techdocs-core
/plugins/techdocs @backstage/techdocs-core
/plugins/techdocs-backend @backstage/techdocs-core
/plugins/ilert @yacut
/packages/search-common @backstage/techdocs-core
/packages/techdocs-common @backstage/techdocs-core
/.changeset/cost-insights-* @backstage/silver-lining
/.changeset/search-* @backstage/techdocs-core
/.changeset/techdocs-* @backstage/techdocs-core
7 changes: 7 additions & 0 deletions .github/styles/vocab.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,20 @@ Chai
Changesets
Chanwit
Cloudformation
Cobertura
Codecov
Codehilite
Config
Datadog
Debounce
Discoverability
Dockerfile
dockerfiles
Dockerize
Docusaurus
Env
Expedia
Fargate
Figma
Firekube
Fiverr
Expand All @@ -31,6 +35,7 @@ Hackathons
Heroku
Hostname
Iain
JaCoCo
JavaScript
Kaewkasi
Knex
Expand Down Expand Up @@ -75,6 +80,7 @@ Tolerations
WWW
Weaveworks
Webpack
XML
Zalando
Zhou
abc
Expand Down Expand Up @@ -114,6 +120,7 @@ dataflow
deadnaming
debounce
declaratively
deps
destructured
dev
devops
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/chromatic-storybook-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,7 @@ jobs:
- uses: chromaui/action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
# projetToken intentionally shared to allow collaborators to run Chromatic on forks
# https://www.chromatic.com/docs/custom-ci-provider#run-chromatic-on-external-forks-of-open-source-projects
projectToken: 9tzak77m9nj
storybookBuildDir: 'packages/storybook/dist'
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ jobs:
- name: type checking and declarations
run: yarn tsc:full

- name: check api reports
run: yarn build:api-reports:only --ci

- name: build changed packages
if: ${{ steps.yarn-lock.outcome == 'success' }}
run: yarn lerna -- run build --since origin/master --include-dependencies
Expand Down
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ microsite
coverage
*.hbs
templates
api-report.md
plugins/scaffolder-backend/sample-templates
.vscode
dist-types
9 changes: 3 additions & 6 deletions .tugboat/tugboat.app-config.production.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
app:
title: Backstage Tugboat Preview
baseUrl:
$env: TUGBOAT_DEFAULT_SERVICE_URL
baseUrl: ${TUGBOAT_DEFAULT_SERVICE_URL}

backend:
baseUrl:
$env: TUGBOAT_DEFAULT_SERVICE_URL
baseUrl: ${TUGBOAT_DEFAULT_SERVICE_URL}
cors:
origin:
$env: TUGBOAT_DEFAULT_SERVICE_URL
origin: ${TUGBOAT_DEFAULT_SERVICE_URL}
methods: [GET, POST, PUT, DELETE]
credentials: true
Loading

0 comments on commit a2e74f1

Please sign in to comment.