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.
* 'master' of github.com:spotify/backstage: (30 commits)
fix(techdocs-core): use the content of the readme as long description for the pypi package (#2578)
chore: add contrib to CONTRIBUTING.md (#2585)
Fix typo (#2584)
backend-common: default config env to development
v0.1.1-alpha.23
TechDocs: Inject CSS transformer and initial backstage style integration for reader (#2560)
bug(gql): use import to import the graphql module
Rename file
[blog] Announce CNCF Sandbox (#2568)
document cleaning - tutorial quickstarts (#2520)
Simplify codecov flag names
chore(scaffolder-backend): typo in visibility
Kubernetes plugins boilerplate (#2559)
CHANGELOG: add entry for SessionApi refactor
Upload package specific code coverage to codecov
Add codecov flags for core and core-api packages
TechDocs: Enable allowVulnerableTags in sanitize-html (#2554)
chore: trust the Boolean :)
docs: regenerate api reference docs
core: refactor SessionStateApi to SessionApi with sign-in/out
...
* Inject CSS transformer and initial backstage style integration for reader
* Update plugins/techdocs/src/reader/transformers/injectCss.test.ts
Co-authored-by: Emma Indal <emmai@spotify.com>
* Fix test name and run injectCss in preTransformer
* Fix for invisible links in reader
* Added missing semi-colon
* Better styling on codeblocks
Co-authored-by: Emma Indal <emmai@spotify.com>
* enable allowVulnerableTags in sanitize-html
* Fixed lint issue
* Removed style tag from allowed list. Seems to work fine.
* Added tests to make sure we keep link tags and remove style tags
* 'master' of github.com:spotify/backstage:
docs: clarify role of identity and SignInPage
tests(register-component): update tests to use test-id for submit button
feature(component-registration): allow SCM specification
Fix identity typo
Bump version of techdocs-core plugin in techdocs-container (#2539)
TechDocs: adjust mkdocs extensions (#2516)
comment to explain option
Added toggled option for allowing longpath in windows through nodegit
create-app: fix missing .gitignore file when scaffolded
* '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
...