* 'blam/isomorphic-git' of github.com:backstage/backstage:
techdocs: Add changeset for @backstage/integration changes
techdocs: Use @backstage/integration for scm tokens and request options
typo corrected
updated the missed attr change
updated based on the feedbacks provided
Introduced config schema for techdocs plugins
This is more of a bug fix than a new feature. The commit fixes 2 problems mainly.
1. When user clicks the close button on the JobStatusModal, it does not set the `modalOpen` state of its parent component. Thus, even after closing, JobStatusModal still persists in DOM, and modalOpen is still set to true. That is why, retrying by clicking on "Submit" again does not open the modal.
2. The useJobPolling hook does not consider starting the timer again when Job changes. Even if jobId changes, the logic to set `shouldBeRunningInterval` still uses a previous value of `currentJob` since it was never reset since the timer stopped. Using a effect hook and having jobId as a dependency to reset currentJob is the way to fix this.
* 'master' of github.com:backstage/backstage: (23 commits)
cli: fix windows tests
Introduce slight bias towards positive trend in cost insights mock data
core-api: rename BackstageRoutes to FlatRoutes
Update plugins/catalog/src/hooks/useEntity.ts
Fix parameter name in docstring for duration#inclusiveStartDateOf
Adjust test
Add changeset
fix: token expiration in s, not ms
Create loud-days-breathe.md
Create polite-glasses-occur.md
dev-utils: add a small label with the entity name to EntityGridItems
dev-utils: add EntityGridItem for easily displaying various entity cards
dev-utils: use dev index module as root for hot reloading
dev-utils: add .registerPage for use with extensions
catalog: rename EntityProvider to EntityLoaderProvider, and add new EntityProvider
reduce close timeout to 100 ms
changeset: add changeset for core-api RouteRef deprecations
core-api: use typescript workaround for using private constructor instead of a runtime one
core-api: deprecate RouteRef path and remove deprecated createSubRoute
delay window close by 200 ms
...