Antonio Musolino
1b7c691a3b
feat(sentry): added possibility to specify organization per component
...
Signed-off-by: Antonio Musolino <antoniomusolino007@gmail.com >
2022-07-06 15:39:58 +02:00
Eric Peterson
c5af773757
Note the (technically) breaking change and update docs.
...
Signed-off-by: Eric Peterson <ericpeterson@spotify.com >
2022-06-27 13:50:44 +02:00
Camila Belo
f9e2ec2551
Merge pull request #11065 from anicke/techdocs-staticdir
...
[TechDocs] Added configuration for local publishing target
2022-06-23 16:54:42 +02:00
Johan Haals
8f94993061
Merge pull request #12021 from dotressel/improve-docs-for-scmauthapi
...
docs: scaffolder: improve docs to setup the RepoUrlPicker authentication feature
2022-06-17 10:26:57 +02:00
Niklas Aronsson
860765ff45
[TechDocs] Added configuration for local publishing target
...
This patch adds a configuration option for setting the "local"
techdocs target directory. The target directory can be set using
the "techdocs.publisher.local.publishDirectory".
This fixes two "TODOs" in the "plugins/techdocs-node/src/stages
/publish/local.ts" file:
* Use a more persistent storage than node_modules or /tmp directory.
Make it configurable with techdocs.publisher.local.publishDirectory
* Move the logic of setting staticDocsDir based on config over to
fromConfig, and set the value as a class parameter.
Signed-off-by: Niklas Aronsson <niklasar@axis.com >
2022-06-16 22:27:39 +02:00
Maixmilian Ressel
557072e19b
change some capitalizations
...
Signed-off-by: Maixmilian Ressel <maximiliandotressel@gmail.com >
2022-06-16 12:43:32 +02:00
James Russo
279fa6b116
update docs again
...
Signed-off-by: James Russo <jrusso@brex.com >
2022-06-15 10:46:32 -04:00
James Russo
90fb26a514
update additional files
...
Signed-off-by: James Russo <jrusso@brex.com >
2022-06-15 10:03:37 -04:00
Maixmilian Ressel
85f2d90543
docs: scaffolder: improve docs to setup the RepoUrlPicker authentication
...
Signed-off-by: Maixmilian Ressel <maximiliandotressel@gmail.com >
2022-06-14 16:30:24 +02:00
blam
79c8e5c586
chore: added doc updates for user templating
...
Signed-off-by: blam <ben@blam.sh >
2022-06-13 13:59:46 +02:00
Emma Indal
329b0349aa
Merge pull request #11962 from backstage/emmaindal/elasticsearch-search-engine-custom-index-template
...
[Search - ES module] possibility to set custom index template
2022-06-10 14:32:29 +02:00
Fredrik Adelöw
0d7bbf8b07
Merge pull request #11970 from raffitamizian/Update-docs
...
Update docs link to current techdocs-cli
2022-06-10 13:44:59 +02:00
Fredrik Adelöw
1d69233618
Merge pull request #11964 from pitwegner/master
...
Add component dependency in text and diagram
2022-06-10 13:43:35 +02:00
Emma Indal
d3edcd0784
add instructions for how to set a custom index template
...
Signed-off-by: Emma Indal <emma.indahl@gmail.com >
2022-06-10 13:41:56 +02:00
Raffi Tamizian
33bea6d4a1
Update docs link to current techdocs-cli
...
Signed-off-by: Raffi Tamizian <r.tamizian@gmail.com >
2022-06-10 12:32:31 +01:00
Pit Wegner
2fa8826678
add component dependency in text and diagram
...
Signed-off-by: pitwegner <pit.wegner@student.hpi.de >
2022-06-10 02:22:56 -07:00
Anders Näsman
f28bc28834
update docs
...
Signed-off-by: Anders Näsman <andersn@spotify.com >
2022-06-10 10:27:57 +02:00
ivgo
296bfcb1fd
Fix some typos and other requested changes
...
Signed-off-by: ivgo <ivgo@spreadgroup.com >
2022-06-07 11:02:56 +02:00
ivgo
09f1256a85
First implementation of vault-plugin
...
Signed-off-by: ivgo <ivgo@spreadgroup.com >
2022-06-07 11:02:56 +02:00
Patrik Oldsberg
b5e056f312
Merge pull request #11603 from goenning/go/refresh-rate-k8s
...
[Kubernetes Plugin] ability to configure refresh interval on Kubernetes tab
2022-06-03 16:55:23 +02:00
goenning
6c42c12164
update docs
...
Signed-off-by: goenning <me@goenning.net >
2022-06-02 15:14:19 +01: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