* 'master' of github.com:spotify/backstage:
Add initial kubernetes services and configmap UI support (#2635)
Clean up the repository
Integrate with travis-ci plugin
docs: fix typos in the documentation (#2633)
fix(circleci): add api route prefix to proxy rewrite path
This feature works the same as $secret does in config - it allows programmatic substitution of values into a document.
This is particularly useful e.g. for API type entities where you do not want to repeat your entire API spec document inside the catalog-info.yaml file. For those cases, you can instead do something like
```yaml
apiVersion: backstage.io/v1alpha1
kind: API
metadata:
name: my-federated-service
spec:
type: graphql
definition:
$file: ./schema.graphql
```
The textual content of that file will be injected as the value of `definition`, during each refresh loop. Both relative and absolute paths are supported, as well as any HTTP/HTTPS URL pointing to a service that returns the relevant data.
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>