Himanshu Mishra
dbca620ff9
Use fs-extra and async file read method
2020-11-26 20:41:40 +01:00
Himanshu Mishra
4b53294a6c
TechDocs: Update mkdocs.yml with repo_url when possible before building docs
2020-11-26 10:55:38 +01:00
Himanshu Mishra
266e93b478
TechDocs: Refactor metadata retrieval
...
1. Don't use mkdocs in name of APIs or variables. It is an implementation detail and liable to change in future.
2. techDocsApi.getMetadata('mkdocs') and techDocsAPI.getMetadata('entity') should be two separate functions just because their responses differ in structure. They should also be type checked.
3. Use either 'techdocs' or 'TechDocs' consistently. 'techDocs' seems like an unnecessary third way to write TechDocs, which can be avoided.
4. Remove unused /plugins/techdocs-backend/src/service/metadata.ts file
2020-11-25 19:39:48 +01:00
Ben Lambert
fffca518c2
Merge pull request #3450 from SDA-SE/feat/app-backend-dir-missing
...
Warn if app-backend can't start-up because missing dir
2020-11-25 17:44:08 +01:00
Oliver Sand
ff1301d28f
Warn if app-backend can't start-up because missing dir
2020-11-25 17:28:07 +01:00
Ben Lambert
b614e81184
Merge pull request #3445 from backstage/blam/release
...
Fix CoreAPI release
2020-11-25 14:54:16 +01:00
blam
a1f6e07d32
created release log
2020-11-25 14:32:49 +01:00
blam
9b9e86f8af
export oidcAuthRef
2020-11-25 14:30:52 +01:00
Ben Lambert
26f5d6d224
Merge pull request #3409 from bleathem/oidc-provider
...
Fixed the OIDC token refresh
2020-11-25 14:07:32 +01:00
Oliver Sand
d94c70d866
Merge pull request #2987 from SDA-SE/feat/api-page
...
Make api-docs customizable
2020-11-25 13:44:03 +01:00
Patrik Oldsberg
de382d4215
Merge pull request #3438 from backstage/rugvip/bump
...
cli: update versions:bump to install new deps for accepted version ranges
2020-11-25 12:10:30 +01:00
Askar
76ff21c2d5
fix(search): compile possible filter options from available entities ( #3370 )
...
* load filters from entities
* fix(search): compile possible filter options from available entities
* rename filter state and add text in case no filter can be applied
2020-11-25 11:06:39 +01:00
Fredrik Adelöw
3aa7efb3ff
backend-common: add support for passing false as a CSP field value, to drop it from the defaults ( #3437 )
2020-11-25 10:51:35 +01:00
Fredrik Adelöw
2daf18e809
catalog: emit all common relations based on specs ( #3408 )
2020-11-25 10:51:22 +01:00
Patrik Oldsberg
f538e2c560
cli: update versions:bump to install new deps for accepted version ranges
2020-11-25 10:46:19 +01:00
Fredrik Adelöw
fae3fafcfa
silence some new ts squigglies in the editor ( #3435 )
2020-11-25 09:57:16 +01:00
Himanshu Mishra
8fd5e64351
TechDocs: Tell users when index.md is missing (better error message) ( #3429 )
...
* TechDocs: Logger already prints the name of plugin
* TechDocs: Display a custom error message if provided
* TechDocs: throw custom error message if index.md is not present
* Language improvements. Thanks @freben
Co-authored-by: Fredrik Adelöw <freben@gmail.com >
Co-authored-by: Fredrik Adelöw <freben@gmail.com >
2020-11-25 09:52:19 +01:00
Oliver Sand
b467106c1f
Reformat EntityPage
2020-11-25 09:49:35 +01:00
Brian Leathem
9c9d12e899
Added back the id_token when calling refresh
2020-11-24 11:30:25 -08:00
Brian Leathem
cec3da2c90
Used ts private instead of _ naming convention
2020-11-24 10:26:39 -08:00
Brian Leathem
78177f24b7
Fixed a lint failure on the oidc provider test
2020-11-24 10:26:39 -08:00
Brian Leathem
e3ad37e39d
Fix broken tests
2020-11-24 10:26:39 -08:00
Brian Leathem
636cc58dca
Fixed a TS type error in the OIDC provider test
2020-11-24 10:26:39 -08:00
Brian Leathem
5f1c1c2edf
Fixed the OIDC token refresh
2020-11-24 10:26:39 -08:00
Ben Lambert
a7974a6769
Merge pull request #3356 from backstage/changeset-release/master
...
Version Packages
2020-11-24 18:32:31 +01:00
blam
ad51b2d534
Merge branch 'changeset-release/master' of github.com:backstage/backstage into changeset-release/master
...
* 'changeset-release/master' of github.com:backstage/backstage:
Version Packages
feat: added config schema for k8s plugins
Integrate review comments
Link to substitutions instead of duplicating the content
Document Substitutions In The Descriptor Format
2020-11-24 17:56:40 +01:00
github-actions[bot]
0c0c48bcc5
Version Packages
2020-11-24 16:56:00 +00:00
Ben Lambert
9f236fa426
Merge pull request #3427 from backstage/feat/kubernetes-config-schema
...
feat: added config schema for k8s plugins
2020-11-24 17:51:52 +01:00
blam
121af544b1
feat: added config schema for k8s plugins
2020-11-24 17:29:29 +01:00
Oliver Sand
58050c699a
Merge pull request #3426 from SDA-SE/feat/document-yaml-substitution
...
Document Substitutions In The Descriptor Format
2020-11-24 17:02:36 +01:00
Oliver Sand
11e4a9cbe8
Integrate review comments
2020-11-24 16:23:41 +01:00
Oliver Sand
6579b08725
Link to substitutions instead of duplicating the content
2020-11-24 16:10:59 +01:00
Oliver Sand
b0f286b83c
Document Substitutions In The Descriptor Format
2020-11-24 16:02:44 +01:00
blam
451edeee30
chore: yarn lock fixes and resolution for catalog-model
2020-11-24 14:59:04 +01:00
blam
e46a784bb9
Merge branch 'changeset-release/master' of github.com:backstage/backstage into changeset-release/master
...
* 'changeset-release/master' of github.com:backstage/backstage:
Version Packages
TechDocs: Document basic and recommended architecture
TechDocs: Add basic and production deployment architecture diagrams
2020-11-24 14:43:18 +01:00
github-actions[bot]
7d564164fd
Version Packages
2020-11-24 13:34:37 +00:00
blam
a39968ca57
chore(diff): accept diff changes
2020-11-24 14:33:39 +01:00
Himanshu Mishra
1d55b1e976
Merge pull request #3336 from backstage/mob/techdocs-storage-solutions-spec
2020-11-24 14:30:42 +01:00
blam
6115284812
chore: yarn.lock update
2020-11-24 14:11:41 +01:00
Oliver Sand
f3bb55ee31
Make api-docs customizable
2020-11-24 11:53:14 +01:00
github-actions[bot]
fefb0e18e0
Version Packages
2020-11-24 10:17:02 +00:00
Ben Lambert
8aba3e4c47
Merge pull request #3406 from backstage/orkohunter/fix-kubernetes-backend
...
fix(kubernetes-backend): Fix Typescript error stopping backend to start
2020-11-24 11:13:18 +01:00
Ben Lambert
81b8c3c539
Merge pull request #3387 from andrewthauer/feat/circleci-updates
...
feat: improve circleci builds table
2020-11-24 11:12:27 +01:00
Andrew Thauer
27733fdfc6
Update .changeset/mighty-cycles-impress.md
...
Co-authored-by: Ben Lambert <ben@blam.sh >
2020-11-24 04:49:05 -05:00
Mateusz Lewtak
5a8c24c711
Feat: Add Jira plugin to marketplace ( #3405 )
...
* Feat: Add Jira plugin to marketplace
* Update jira.yaml
2020-11-24 10:44:08 +01:00
Himanshu Mishra
faf311c261
backstage-cli: Add changeset about new lint rule
2020-11-23 21:57:34 +01:00
Himanshu Mishra
ef5810f513
eslint: Enforce consistent TS type assertions
...
https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/consistent-type-assertions.md
2020-11-23 21:40:12 +01:00
Himanshu Mishra
05b916761d
fix(kubernetes-backend): Fix Typescript error stopping backend to start
2020-11-23 21:06:44 +01:00
Patrik Oldsberg
f209188c0f
Merge pull request #3402 from backstage/rugvip/ost
...
backend-common: make integrations host and urls visibile in the frontend
2020-11-23 19:02:55 +01:00
Andrew Thauer
a8de7f554c
feat: improve circleci builds table
2020-11-23 11:44:49 -05:00