Oliver Sand
68650afeb2
Clarify that consumesApi and providesApi are two different relationships
...
This follows the implementation in #3408
2020-11-26 17:57:51 +01:00
Oliver Sand
f76626c1c4
Merge pull request #3449 from SDA-SE/feat/provides-consumse-api
...
Replace implementsApis with providesApis and add consumesApis
2020-11-26 17:27:30 +01:00
David Tuite
0783fd28f0
Improve phrasing of CLI description ( #3390 )
...
The replaced wording referred to both "is" and "are" in the same sentence.
2020-11-26 15:19:31 +01:00
Fredrik Adelöw
50eff1d003
auth-backend: add changeset that was missing (plus minor docs tweaks) ( #3458 )
2020-11-26 13:14:12 +01:00
Govind
202da8ab36
Allow application to register custom AuthProviderFactory. Refs #1984 ( #3329 )
...
* Allow application to register custom `AuthProviderFactory`. Refs #1984
* PR comments: Explicit exports
* Export `OAuth` specific types from the package
* Update documentation on how to use the interfaces
* Re-export from base `index.ts` as per ADR-004
* pass `providerId` as a parameter to `AuthFactory` instead of hardcoding
Co-authored-by: Govindarajan Nagarajan <govindarajan.nagarajan@zalando.de >
2020-11-26 11:27:00 +01:00
Oliver Sand
069cda35f4
Deprecate implementsApis
2020-11-25 16:21:08 +01:00
Oliver Sand
fb19e0241d
Add providesApis and consumesApis to component spec
2020-11-25 16:01:34 +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
Himanshu Mishra
1d55b1e976
Merge pull request #3336 from backstage/mob/techdocs-storage-solutions-spec
2020-11-24 14:30:42 +01:00
Himanshu Mishra
8fc3fc9629
TechDocs: Document basic and recommended architecture
2020-11-23 17:41:58 +01:00
Ben Lambert
b80eef9a2c
Merge pull request #3389 from Kevin-K/docs-node-v14
...
docs: update local install example for node v14
2020-11-23 16:22:46 +01:00
Oliver Sand
da2f4cd41a
Add graphql API type to descriptor format ( #3395 )
2020-11-23 12:08:46 +01:00
Fredrik Adelöw
1185919f39
catalog: mark ancestors and descendants for deprecation ( #3392 )
2020-11-23 11:29:37 +01:00
Ben Lambert
09fde576c1
Merge pull request #3393 from adamdmharvey/doco-updates
...
Fixes when referring to entity YAML filename to use new standard catalog-info.yaml
2020-11-23 10:10:20 +01:00
Adam Harvey
5c8e99ce19
Fix entity YAML name
2020-11-22 20:38:57 -05:00
Kevin Kelly
ed08863e17
docs: create an app, node version update
2020-11-21 23:48:36 -05:00
Kevin Kelly
031ead5f5a
docs: update local install example for node v14
2020-11-21 23:33:32 -05:00
blam
9075c4816b
docs: added a note about templates should have catalog-info
2020-11-22 02:51:10 +01:00
Ben Lambert
1550cba47b
Merge pull request #3358 from adamdmharvey/faq-update
...
docs: Update to the FAQ
2020-11-20 13:20:21 +01:00
Oliver Sand
0c21212400
Add support for reading groups and users from the Microsoft Graph API. ( #3293 )
...
* Add support for reading groups and users from the Microsoft Graph API.
* Limit amount of parallel requests
* Add helper for paging in odata collections
* Add tests for the microsoft graph reader
* Output the correct relations between groups and users
2020-11-20 12:53:12 +01:00
Patrik Oldsberg
5a4605f73d
Merge pull request #3360 from backstage/rugvip/extbuild
...
cli: enable transformation of workspace packages outside the workspace root
2020-11-20 12:42:10 +01:00
Fredrik Adelöw
ecf1e06cda
docs: flesh out the catalog Extending the model section ( #3352 )
2020-11-20 12:10:40 +01:00
Patrik Oldsberg
206dce0bf8
docs/create-app: document external package linking
2020-11-20 11:42:08 +01:00
Patrik Oldsberg
64d2d56123
Merge pull request #3289 from backstage/rugvip/stability
...
docs: add stability index
2020-11-20 09:53:34 +01:00
Adam Harvey
7f6ebc4c32
Fix links for mkdocs/relative
2020-11-19 20:38:53 -05:00
Adam Harvey
90dfe05c82
Remove extra comma
2020-11-19 20:35:48 -05:00
Adam Harvey
3cada41862
Remove trailing slash
2020-11-19 20:34:54 -05:00
Adam Harvey
d90bbb8380
FAQ Updates
2020-11-19 20:32:47 -05:00
Himanshu Mishra
1b3e2db75f
TechDocs: Add basic and production deployment architecture diagrams
2020-11-19 21:18:37 +01:00
Himanshu Mishra
de3240d2df
Merge pull request #3339 from backstage/orkohunter/repo-move-url-fix
...
docs: Correct URL of techdocs-container
2020-11-19 11:48:49 +01:00
Himanshu Mishra
00b60af58a
docs: Correct URL of techdocs-container
2020-11-19 09:26:31 +01:00
Himanshu Mishra
4787cd04de
docs: Rephrase catalog-client and run prettier
2020-11-18 22:53:19 +01:00
Himanshu Mishra
86017bc2fb
docs: Add catalog-client to project structure
2020-11-18 21:19:06 +01:00
Patrik Oldsberg
acc226dd63
Update docs/overview/stability-index.md
...
Co-authored-by: Adam Harvey <adam.harvey@dxc.com >
2020-11-18 17:21:08 +01:00
Patrik Oldsberg
102f0b3946
docs/stability-index: trim down list of plugins but open up for contributions + set techdocs-backend to 0
2020-11-18 12:22:36 +01:00
Patrik Oldsberg
80bf8c7f4f
cli: rename config:validate to config:check
2020-11-18 11:31:20 +01:00
Patrik Oldsberg
0b97a89f55
address config schema review comments
2020-11-18 11:31:19 +01:00
Patrik Oldsberg
82043bfe8b
docs: add docs for configuration schema
2020-11-18 11:31:17 +01:00
Patrik Oldsberg
3457c40f81
Apply suggestions from code review
...
Co-authored-by: Adam Harvey <adam.harvey@dxc.com >
2020-11-18 10:24:15 +01:00
Himanshu Mishra
a2b83df986
Merge pull request #3316 from backstage/orkohunter/add-techdocs-survey
...
TechDocs Survey: Add link to form on docs site
2020-11-17 13:46:54 +01:00
Fredrik Adelöw
22f7755d29
docs: skip prettier for long metadata lines ( #3311 )
2020-11-17 13:26:24 +01:00
Himanshu Mishra
d1bfe7b71f
Docs: Add TechDocs survey on docs site
2020-11-17 13:19:28 +01:00
Fredrik Adelöw
3ad6320029
docs: catalog - extending the model, and relations ( #3291 )
...
* docs: catalog - extending the model, and relations
* Address comments
2020-11-16 16:45:46 +01:00
Patrik Oldsberg
0b2ad28532
microsite: new email
2020-11-16 11:00:19 +01:00
Patrik Oldsberg
b4c9e09b87
docs/stability-index: wrap package titles in code blocks
2020-11-13 13:54:49 +01:00
Patrik Oldsberg
a969371bf6
docs/stability-index: fix a grammar
2020-11-13 13:51:49 +01:00
Patrik Oldsberg
8c1662fbf9
docs: add stability index
...
Co-authored-by: blam <ben@blam.sh >
2020-11-13 12:55:56 +01:00
Adam Harvey
1b11e7b708
Fix broken link from Docs site to Code of Conduct ( #3284 )
...
* Fix link
* Add clarifications
2020-11-13 08:52:27 +01:00