Minh Trí
|
86a4a0f72d
|
[Scaffolder] Get data of other fields in Form from a custom field
Allows to use e.g.
```
const CustomFieldExtensionComponent(props: FieldExtensionComponentProps<string[]>) => {
const { formContext } = props;
....
};
const CustomFieldExtension = scaffolderPlugin.provide(
createScaffolderFieldExtension({
name: ...,
component: CustomFieldExtensionComponent,
validation: ....
})
);
```
Signed-off-by: Minh Trí <tritri251214@gmail.com>
|
2022-05-19 15:13:55 +07:00 |
|
Joe Porpeglia
|
c1f303cc90
|
Fix alpha imports in permission docs
Signed-off-by: Joe Porpeglia <josephp@spotify.com>
|
2022-05-16 18:13:58 -04:00 |
|
Camila Belo
|
10d86dedc0
|
refactor(techdocs): apply review suggestions
Signed-off-by: Camila Belo <camilaibs@gmail.com>
|
2022-05-16 16:18:39 +02:00 |
|
Camila Belo
|
9add676fbb
|
docs(techdocs): add-ons getting started
Signed-off-by: Camila Belo <camilaibs@gmail.com>
|
2022-05-16 16:17:07 +02:00 |
|
Anders Näsman
|
1904b9c9cc
|
prettier
Signed-off-by: Anders Näsman <andersn@spotify.com>
|
2022-05-16 09:13:13 +02:00 |
|
Anders Näsman
|
1e186be521
|
add addon to available addons table
Signed-off-by: Anders Näsman <andersn@spotify.com>
|
2022-05-16 09:13:12 +02:00 |
|
Patrik Oldsberg
|
2df2f01a29
|
auth-backend: remove disableRefresh option
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
|
2022-05-12 14:51:19 +02:00 |
|
Eric Peterson
|
c2a1d8935e
|
Use @spotify/techdocs v1.0.3 by default.
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
|
2022-05-11 09:41:54 +02:00 |
|
github-actions[bot]
|
23e587eadc
|
Version Packages (next)
|
2022-05-10 13:44:38 +00:00 |
|
Fredrik Adelöw
|
5f88ea0714
|
Merge pull request #11328 from dbravovmw/kubernetes-oidc-auth
Add generic OIDC as a Kubernetes auth provider
|
2022-05-10 11:12:56 +02:00 |
|
github-actions[bot]
|
c02ce52da1
|
Version Packages (next)
|
2022-05-10 08:00:04 +00:00 |
|
Anders Näsman
|
0bd6184a62
|
Merge pull request #11041 from backstage/Update-TechDocs-Roadmap
Update TechDocs roadmap
|
2022-05-10 09:53:41 +02:00 |
|
Eric Peterson
|
510b424f56
|
Merge pull request #11334 from backstage/camilal/text-size-addon
[TechDocs] Create Text Size Addon
|
2022-05-10 09:28:58 +02:00 |
|
Fredrik Adelöw
|
16dcf2a807
|
Merge pull request #10981 from kuangp/feat/search/highlight
feat(search): highlight search result terms
|
2022-05-09 18:27:07 +02:00 |
|
Phil Kuang
|
3a74e203a8
|
feat(search): highlight search result terms
Signed-off-by: Phil Kuang <pkuang@factset.com>
|
2022-05-09 11:13:34 -04:00 |
|
Gary Niemen
|
6225350f24
|
Update TechDocs roadmap
Signed-off-by: Gary Niemen <65337273+garyniemen@users.noreply.github.com>
|
2022-05-09 15:06:54 +02:00 |
|
Camila Belo
|
3711bc6031
|
feat(techdocs): create text size addon
Signed-off-by: Camila Belo <camilaibs@gmail.com>
|
2022-05-07 11:01:31 +02:00 |
|
Daniel Bravo
|
cdf3ca2b84
|
Address comments on pr for k8s oidc authProvider
Signed-off-by: Daniel Bravo <dbravo@vmware.com>
|
2022-05-06 15:38:09 -05:00 |
|
Daniel Bravo
|
447e060872
|
Add changeset and docs for kubernetes oidcTokenProvider feature
Signed-off-by: Daniel Bravo <dbravo@vmware.com>
|
2022-05-06 15:11:45 -05:00 |
|
Guilherme Oenning
|
1ef98cfe48
|
add Azure as a Kubernetes auth provider (#11299)
* add azure auth provider
Signed-off-by: Guilherme Oenning <goenning@eshopworld.com>
* fix prettier-S
Signed-off-by: Guilherme Oenning <goenning@eshopworld.com>
* add aks dashboard formatter
Signed-off-by: Guilherme Oenning <goenning@eshopworld.com>
* ammend patch notes
Signed-off-by: Guilherme Oenning <goenning@eshopworld.com>
* typo
Signed-off-by: Guilherme Oenning <goenning@eshopworld.com>
* update enum to include azure
Signed-off-by: goenning <me@goenning.net>
* fix typo
Signed-off-by: goenning <me@goenning.net>
* add plugin to changeset
Signed-off-by: goenning <me@goenning.net>
Co-authored-by: Guilherme Oenning <goenning@eshopworld.com>
|
2022-05-06 13:24:56 -04:00 |
|
Fredrik Adelöw
|
41a31f4722
|
wording, line breaking
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
|
2022-05-06 10:22:24 +02:00 |
|
Camila Belo
|
9e0a6ef4fa
|
feat(techdocs): add addon settings location
Signed-off-by: Camila Belo <camilaibs@gmail.com>
|
2022-05-06 08:52:54 +02:00 |
|
Fredrik Adelöw
|
552c3c23c0
|
prettier
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
|
2022-05-05 15:59:13 +02:00 |
|
Francesco Corti
|
d7ff55c902
|
Updated roadmap to Q3 2022.
Signed-off-by: Francesco Corti <francescoc@spotify.com>
|
2022-05-04 17:40:27 +02:00 |
|
Francesco Corti
|
1ba5c1e0a3
|
Updated roadmap to Q3 2022.
Signed-off-by: Francesco Corti <francescoc@spotify.com>
|
2022-05-04 17:37:23 +02:00 |
|
Eric Peterson
|
68eda2f322
|
Fix how-to docs on adding the default TechDocs collator.
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
|
2022-05-04 15:04:59 +02:00 |
|
Johan Haals
|
2a30970524
|
Merge pull request #11245 from backstage/jhaals/human-duration
backend-tasks: Introduce human friendly scheduling
|
2022-05-03 15:06:08 +02:00 |
|
Fredrik Adelöw
|
c7b6d28bc8
|
Merge pull request #11249 from backstage/freben/github-org
update docs for github org ingestion, and add scheduling to the provider
|
2022-05-03 14:47:57 +02:00 |
|
Fredrik Adelöw
|
a7de43f648
|
update docs for github org ingestion, and add scheduling to the provider
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
|
2022-05-03 14:15:20 +02:00 |
|
Patrik Oldsberg
|
f0c5480a0b
|
Merge pull request #11243 from backstage/rugvip/dockerwut
updated .dockerignore to make it easier to add additional backends
|
2022-05-03 13:46:38 +02:00 |
|
Patrik Oldsberg
|
d7b048f86f
|
Merge pull request #11217 from backstage/rugvip/proxydocs
docs: add section describing ProxiedSignInPage
|
2022-05-03 13:39:59 +02:00 |
|
Johan Haals
|
f60c94b5cc
|
Update task schedule examples
Signed-off-by: Johan Haals <johan.haals@gmail.com>
|
2022-05-03 13:39:54 +02:00 |
|
Fredrik Adelöw
|
6c33f27c4e
|
Merge pull request #11239 from backstage/freben/iap-docs
correct and expose the IAP docs
|
2022-05-03 13:05:51 +02:00 |
|
github-actions[bot]
|
55da880bf9
|
Version Packages (next)
|
2022-05-03 09:38:51 +00:00 |
|
Patrik Oldsberg
|
7cda923c16
|
updated .dockerignore to make it easier to add additional backends
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
|
2022-05-03 11:32:56 +02:00 |
|
Fredrik Adelöw
|
554aba344b
|
correct and expose the IAP docs
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
|
2022-05-03 11:19:59 +02:00 |
|
Patrik Oldsberg
|
5af8626202
|
Merge pull request #11216 from backstage/rugvip/oauth2-proxy
auth-backend: oauth2 proxy refactor + integration example + doc updates
|
2022-05-03 11:07:24 +02:00 |
|
Patrik Oldsberg
|
31e8cbcfa8
|
docs/auth: add proxied sign-in page selection
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
|
2022-05-02 18:07:07 +02:00 |
|
Patrik Oldsberg
|
24359162d2
|
docs: add section describing ProxiedSignInPage
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
|
2022-05-02 17:55:53 +02:00 |
|
Vincenzo Scamporlino
|
d0ac302c0f
|
Merge pull request #11017 from backstage/permission-docs
Permission framework documentation
|
2022-05-02 17:29:07 +02:00 |
|
Patrik Oldsberg
|
77fa4686db
|
docs/auth: update oauth2-proxy docs
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
|
2022-05-02 17:18:21 +02:00 |
|
Patrik Oldsberg
|
d768deeac2
|
docs/auth/troubleshooting: add general troubleshooting section
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
|
2022-05-02 13:04:36 +02:00 |
|
Patrik Oldsberg
|
df6701a5d8
|
docs/auth/troubleshooting: add sections for origin and user not found errors
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
|
2022-05-02 12:18:43 +02:00 |
|
Patrik Oldsberg
|
cce23c31fb
|
docs/auth/troubleshooting: add section for misconfigured auth providers
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
|
2022-05-02 12:06:03 +02:00 |
|
Patrik Oldsberg
|
5caff90bff
|
docs: initial auth troubleshooting docs
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
|
2022-05-02 11:56:32 +02:00 |
|
Joe Porpeglia
|
b706a8d728
|
Add original note stating that permissions are already exported for the this tutorial
Signed-off-by: Joe Porpeglia <josephp@spotify.com>
|
2022-04-29 11:05:04 +01:00 |
|
Joe Porpeglia
|
d039fb44a7
|
Add documentation about package api conventions for permissions
Signed-off-by: Joe Porpeglia <josephp@spotify.com>
|
2022-04-29 11:05:04 +01:00 |
|
Joe Porpeglia
|
1cbab91f6d
|
Add note on cookie-based authentication
Signed-off-by: Joe Porpeglia <josephp@spotify.com>
|
2022-04-29 11:05:04 +01:00 |
|
Vincenzo Scamporlino
|
172e5c58b6
|
Add todo-list plugins prefix notice
Signed-off-by: Vincenzo Scamporlino <me@vinzscam.dev>
|
2022-04-29 11:05:04 +01:00 |
|
Vincenzo Scamporlino
|
d1912729c9
|
Improve todo-list clone script
Signed-off-by: Vincenzo Scamporlino <me@vinzscam.dev>
|
2022-04-29 11:05:04 +01:00 |
|