* '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
...
* '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
* 'mob/union-types' of github.com:spotify/backstage: (34 commits)
fix(yarn): fixup yarn.lock
docs(catalog/grqphql): updating docs
chore(gql/catalog): fixing some code review comments
chore(gql/catalog): fixing dependencies
chore: reverting code
feat(gql/catalog): to remove the duplication in the schema thanks to the limitations on implements, let's create the schema using javascript
feat(gql/catalog): working on making the schema nice
feat(gql/catalog): Reduce the amount of duplication a little for unions
chore(catalog/gql): fixing csp for playground
chore(catalog/gql): move the catalog schema out of src
chore(gql/catalog): updating the return types from the catalog api
chore(gql/catalog): removing the mock data scripts for catalog-graph l
chore(gql/catalog): actually read
chore(gql/catalog): fixing bundling of graphql asse
chore(gql/catalog): removing the mock-data stuff
feat(gql/catalog): implement the label resolver
feat(gql/catalog): Fixing some of the query issues
chore(gql/catalog): making the client alittle more readabke
chore(gql/catalog): Added some more metadata fields to the catalog entities
feat(gql/catlaog): Tidying up the resolver for the annotations
...