Patrick Schilling
b548fb7782
Update documentation of readonly mode to clarify what functionality is disallowed
...
Signed-off-by: Patrick Schilling <pschilli@gmail.com >
2022-06-28 14:28:08 -05:00
Gary Niemen
7d96a85399
Merge pull request #11593 from backstage/roadmap-updates
...
roadmap-updates
2022-05-26 17:48:41 +02:00
Johan Haals
75d8a17466
format with prettier
...
Signed-off-by: Johan Haals <johan.haals@gmail.com >
2022-05-20 10:46:08 +02:00
Gary Niemen
9199bc5945
roadmap-updates
...
Signed-off-by: <65337273+garyniemen@users.noreply.github.com >
Signed-off-by: Johan Haals <johan.haals@gmail.com >
2022-05-20 10:45:46 +02:00
Patrik Oldsberg
115f6452bf
scaffolder: form data fixups
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-05-19 17:09:48 +02:00
Johan Haals
35d48df50a
Merge pull request #11505 from ivangonzalezacuna/feature/kubernetes-statefulsets
...
Add support for statefulsets in kubernetes
2022-05-19 14:08:25 +02:00
Johan Haals
c29997a0ee
Merge pull request #11513 from arhill05/master
...
Add Git actions to Plugins Marketplace
2022-05-19 14:04:53 +02:00
Johan Haals
e2237ddaad
Merge pull request #11540 from tritri251214/form-context-scaffolder
...
[Scaffolder] Get data of other fields in Form from a custom field
2022-05-19 13:44:42 +02:00
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
David Giacomo
6377a44efb
1.2 release is out, removing disclaimer
...
Signed-off-by: David Giacomo <dgiacomo@gmail.com >
2022-05-18 16:43:04 -07: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
Drew Hill
9849722e1a
Add Git actions to Plugins Marketplace
...
Signed-off-by: Drew Hill <andrew.hill@e-farmcredit.com >
2022-05-13 11:47:03 -04:00
ivgo
4328737af6
Add support for statefulsets in kubernetes
...
Signed-off-by: ivgo <ivgo@spreadgroup.com >
2022-05-13 11:09:08 +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
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
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
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
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
f60c94b5cc
Update task schedule examples
...
Signed-off-by: Johan Haals <johan.haals@gmail.com >
2022-05-03 13:39:54 +02:00
Patrik Oldsberg
89bb53685c
vale: prune accepted vocabulary
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-04-27 18:44:55 +02:00
Eric Peterson
64889b7706
Add an illustration of Addon locations.
...
Signed-off-by: Eric Peterson <ericpeterson@spotify.com >
2022-04-27 15:46:39 +02:00
Eric Peterson
2f0c7b3ed5
Initial documentation for TechDocs Addons.
...
Signed-off-by: Eric Peterson <ericpeterson@spotify.com >
2022-04-27 12:53:14 +02:00
Johan Haals
1934e70c5c
docs: Remove confusing wording from k8 plugin install
...
Signed-off-by: Johan Haals <johan.haals@gmail.com >
2022-04-25 10:50:09 +02:00
Lovie
86b0909e25
Updated documentation to rename plugin
...
Documentation was not up to date with master codebase where plugin has been renamed to scaffolderPlugin
Signed-off-by: Lovie <lovie.minhas@gmail.com >
2022-04-21 09:19:13 +01:00
Matthew Clarke
b9f7ffb162
feat: add gke cluster locator resource label filtering ( #10908 )
...
* feat: add gke cluster locator resource label filtering
Signed-off-by: Matthew Clarke <mclarke@spotify.com >
* test: add gke label filter tests
Signed-off-by: Matthew Clarke <mclarke@spotify.com >
* docs: add gke label filtering changeset
Signed-off-by: Matthew Clarke <mclarke@spotify.com >
* style: prettier
Signed-off-by: Matthew Clarke <mclarke@spotify.com >
* docs: add gke label matching docs
Signed-off-by: Matthew Clarke <mclarke@spotify.com >
* style: prettier
Signed-off-by: Matthew Clarke <mclarke@spotify.com >
2022-04-20 13:36:54 -04:00
Eric Peterson
9fa68705bf
Update default TechDocs container to v1.0.2
...
Signed-off-by: Eric Peterson <ericpeterson@spotify.com >
2022-04-19 13:26:26 +02:00
Eric Peterson
ee60ad9ea4
Do not require double-nesting of custom TechDocs readers.
...
Signed-off-by: Eric Peterson <ericpeterson@spotify.com >
2022-04-15 16:41:28 +02:00
Emma Indal
3a146bb50d
add techdocs-react to tech stack section
...
Signed-off-by: Emma Indal <emma.indahl@gmail.com >
2022-04-15 09:20:34 +02:00
Emma Indal
290ef5d8ff
update how to customize reader page documentation
...
Signed-off-by: Emma Indal <emma.indahl@gmail.com >
2022-04-15 09:20:34 +02:00
Ben Lambert
11310622a1
Merge pull request #10765 from mclarke47/k8s-namespaced-lookup
...
add kubernetes namespace annotation
2022-04-13 22:06:11 +02:00
Emma Indal
33e05657f6
update roadmap and tech stack
...
Signed-off-by: Emma Indal <emma.indahl@gmail.com >
2022-04-12 11:57:54 +02:00
Matthew Clarke
3c9d6cfb17
docs linting
...
Signed-off-by: Matthew Clarke <mclarke@spotify.com >
2022-04-11 22:11:51 -04:00
Matthew Clarke
753a20c89e
add changeset
...
Signed-off-by: Matthew Clarke <mclarke@spotify.com >
2022-04-11 22:05:18 -04:00
Fredrik Adelöw
8bda364ece
Merge pull request #10428 from spreadshirt/kubernetes-cluster-refresh
...
Make Kubernetes clusters refreshable
2022-04-11 14:21:15 +02:00
Luna Stadler
2fc0e86616
Move refresh handling into KubernetesClustersSupplier implementations
...
Signed-off-by: Luna Stadler <luc@spreadshirt.net >
2022-04-11 10:53:12 +02:00
Eric Peterson
1d8d3c408a
Use human-readable durations throughout.
...
Signed-off-by: Eric Peterson <ericpeterson@spotify.com >
2022-04-08 18:13:05 +02:00
Luna Stadler
8d050f714d
Make Kubernetes cluster refresh more explicit
...
The `refreshClusters` method is now part of the
`KubernetesClustersSupplier` interface definition and also documented.
All existing cluster suppliers now implement it as well and the examples
in the docs and in the CHANGELOG have been adjusted.
Signed-off-by: Luna Stadler <luc@spreadshirt.net >
2022-04-08 16:42:33 +02:00
Luna Stadler
38ea1f136c
List existing cluster locator methods in one place
...
I found the nested headings difficult to read, so this now lists all
available methods in one place.
Signed-off-by: Luna Stadler <luc@spreadshirt.net >
2022-04-08 16:42:33 +02:00
Luna Stadler
3d45427666
Make Kubernetes clusters refreshable
...
To make it possible to refresh Kubernetes clusters responsible all
places that used ClusterDetails[] before now use the
KubernetesClustersSupplier directly and call getClusters() on it. This
allows people to use implement custom KubernetesClustersSuppliers that
fetch the clusters from somewhere and refresh them using whatever
mechanism they might need.
Signed-off-by: Luna Stadler <luc@spreadshirt.net >
2022-04-08 16:42:33 +02:00