* 'master' of github.com:spotify/backstage: (21 commits)
core/package.json: pin core-api to same version as core
[microsite] tweaking CNCF logo styling (#2529)
feat(catalog): show only components
fix(gcp-projects): some postponed cleanup of the plugin code (#2523)
feat: move add example components to a more visible space and change behavior
use version from lerna.json or fallback to 0.1.0
remove scope from registry
revert templatingTask
revert templatingTask test
update templatingTask test
fix plugin template verification
fix plugin:diff
remove console.log
fix plugin:diff
un-escape var
keep addPluginDependencyToApp argument consistent
detect monorepo
fix registryURL
rename packageName
improvement
...
`@backstage/core-api` is an internal package that should never be depended on directly. The version of `@backstage/core` should be what determines the version of `@backstage/core`, not the lockfile.
* 'feat/backend-plugin' of github.com:spotify/backstage:
chore(cli): updating issues with wrong package version
chore(cli): updating endpoint for test
chore(cli): fixing winston dependency
chore(cli): fixing dependenceis:Wq
chore(cli): need to make a module
chore(cli): update eslint rules
* 'master' of github.com:spotify/backstage: (1118 commits)
test(catalog/gql): added some test for the catalog graphql module
Fix Dockerfile comments and README instructions
Fix prettier on multi-stage-fontend README.md
Move standalone.Dockerfile to contrib directory
Update quickstart-app-auth.md
test(catalog/gql): added some tests as i couldn't get codecov to ignore
Update changelog
v0.1.1-alpha.22
v0.1.1-alpha.21
chore(codecov): trying again?
chore(codecov): prettier why do you hate me
TechDocs: Use a flag to determine if we should use a local mkdocs or techdocs-container (#2503)
ignore graphql plugins from codecov
feat(catalog-backend): delete log entries older than a cutoff
chore(catalog/gql): making the backend start
[microsite] Add CNCF logo (#2511)
feat: use title for API type in table
fix(workflows): do not run e2e when contrib or docs change
chore(contrib): form the basic contrib hierarchy
fix(catalog-backend): address comments and add docs
...
* 'master' of github.com:spotify/backstage:
Update quickstart-app-auth.md
Update changelog
v0.1.1-alpha.22
v0.1.1-alpha.21
TechDocs: Use a flag to determine if we should use a local mkdocs or techdocs-container (#2503)
feat(catalog-backend): delete log entries older than a cutoff
fix(workflows): do not run e2e when contrib or docs change
chore(contrib): form the basic contrib hierarchy
fix(catalog-backend): address comments and add docs
fix(catalog-backend): unify github and github/api, and use git-url-parse
* Use a flag to determine wether to use techdocs-container or local install of mkdocs
* Updated techdocs generator to look at app-config string instead of argument to decide how to run the generator
* Removed console log...
* Reverted scaffolder file that was accidentally committed.
* Fixed lint issues
* Added config to create-app template
Previously the button was displayed every time the table was empty. This event happend during filtering, causing the layout to switch around. Now we check if the catalog is completly empty instead. In addition the button is now at the top of the page and not part of the table. If no example locations are configured, it is completly hidden.
* 'master' of github.com:spotify/backstage: (22 commits)
[microsite] Add CNCF logo (#2511)
feat: use title for API type in table
new tutorials (#2435)
e2e-test: ignore unhandled errors from jsdom
Techdocs without docker-in-docker (#2438)
Test for docker before attempting to run a container (#2497)
scaffolder: Fix backend fails to start
feat: add api-docs config ref for widgets
Mark docs template description as required
Send component description to GitHub
Pass props to lists and control rendering from outside wrapper
Remove commented out code
Remove unnecessary boolean conversion
docs: improve navigation around ADRs
Update default-app template
Handle empty sections
Change logic of FeatureFlags.toggle()
Update sidepar
Add featureflags components and toggle method on api
Cleanup and breaking out into more components
...