* 'master' of github.com:backstage/backstage: (758 commits)
add zalando to adpoters list
Avoid passing undefined to values that are marked as optional
Support profile of groups in LdapOrgReaderProcessor
Import picture and display name by the GitHubOrgReaderProcessor
Use the new group profile section in the group profile card
Add support for the group profile element to Microsoft Graph processor
Add profile section to group entity
Implement readTree on BitBucketUrlReader - Add getBitbucketDefaultBranch
Implement readTree on BitBucketUrlReader - Modify changeset
Implement readTree on BitBucketUrlReader - Implement getBitbucketDownloadUrl and remove hash for Bitbucket Server
Implement readTree on BitBucketUrlReader
WIP: implement readTree for bitbucket
updated scaffolder config.d to avoid config failure
build(deps): bump swagger-ui-react from 3.37.2 to 3.38.0
included changeset
Introduced config schema for plugins/scaffolder-backend
Write relations directly as part of batch add / update of entities.
Add codeowners for techdocs-common package
techdocs-common: Add type dependencies
Update nice-trains-punch.md
...
* 'master' of github.com:spotify/backstage: (536 commits)
fix(catalog-backend): make addProcessor work (#3132)
use cost insights changeset prefix
fix(deps): yarn.lock changes missed (#3128)
Disable yarn update check
removed transformErrors function
feat: make entity not found page responsive (#3125)
Add changeset
Loosen up the type some more
Updated types and moved defaulting logic
Move working directory config to backend
Add missing config to create-app
Add testing for working directory config
Add workdir config support to scaffolder
fix unbumped packages and bump changelog
v0.1.1-alpha.26
chore(docs): more docs around proxy setup
techdocs-backend: remove duplicate log tagging
catalog-backend: remove data parsing processing step
scaffolder-backend: fix review nit
docs: fix copy and paste error
...
* 'master' of github.com:spotify/backstage: (34 commits)
TechDocs Backend: Replace hardcoded github api by configuration value (#3004)
fix: accordion details design for job stage failure (#3014)
fix: responsive of page example in storybook (#3005)
fix: update the ItemCard component and it's story (#3007)
rename stories folder to Chip (#3009)
feat: Display the plugins InfoCards on EntityPage Overwiev suitable full height (#2826)
fix(cost-insights): More exports to help custom alerting
chore(scaffolder): bump rjsf
remove unused CSS (#2999)
feat: update github pull requests package version
fix(github-actions): fix crash when viewing ongoing workflows
fix(cli): removePlugin forgotten await
catalog-backend: relations db review comments and more tests
Feat/add aws lambda plugin (#2985)
chore(deps): bump object-path from 0.11.4 to 0.11.5 (#2983)
add changeset
fix CodeSnippet test case warnings
fix CopyTextButton test case warnings
fix the warning by wrapping in act
fix(catalog): fix link to techdocs
...
* display EmptyState when no CI/CD is avialable
* change padding and title size
* add EmptyState to gitHubActionPlugin
* fix test failing
* add MissingAnnotationEmptyState
* add MissingAnnotationEmptyState to storybook
* add highlightedNumbers feature to Codesnippet
* use the new component in github actions and update README
* remove entity from MissingAnnotationEmptyState
* remove proptypes from Codesnippet
Co-authored-by: Samira Mokaram <samiram@spotify.com>
Adds a widget to show recent git workflow runs to the
github actions plugin. The default setting is the last
5 runs across all branches but both branch and the
number of runs are configurable.