Commit Graph

715 Commits

Author SHA1 Message Date
Eric Peterson ef04b09f75 Make cache readTimeout configurable.
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2021-11-28 13:16:04 -07:00
Eric Peterson 0a5278b92a Update Backstage.io docs with config/recs
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2021-11-28 13:16:04 -07:00
Mike Lewis 14a6c46dff Merge remote-tracking branch 'origin/master' into natasha/b2b-auth
Signed-off-by: Mike Lewis <mtlewis@users.noreply.github.com>
2021-11-22 18:22:57 +00:00
Nataliya Issayeva 98bad1b7d8 Update changeset and docs
Signed-off-by: Nataliya Issayeva <nissayeva@users.noreply.github.com>
2021-11-18 07:57:53 -08:00
Otto Sichert b23bc7f9c3 Change default port of backend to 7007 due to MacOS Control Center update
Signed-off-by: Otto Sichert <git@ottosichert.de>
2021-11-18 16:45:57 +01:00
Ben Lambert 35b606102b Merge pull request #8130 from backstage/blam/docsupdate
docs: Link out to Custom Field Extensions
2021-11-18 10:57:29 +01:00
Ben Lambert 770b5eda87 Merge pull request #7908 from anthonyikeda/master
Placed the Custom Actions pre-requisites at the top of the document i…
2021-11-18 10:27:31 +01:00
blam d73ae57163 docs: updating the docs saying that it is now possible to provide your own Field Extensions
Signed-off-by: blam <ben@blam.sh>
2021-11-18 10:24:04 +01:00
Ben Lambert a4faa290b8 Merge pull request #7780 from backstage/joonp/provide-scaffolder-template-metadata
Expose template metadata to custom action handler
2021-11-17 20:59:11 +01:00
blam a648d763d7 chore: fixing pr comments
Signed-off-by: blam <ben@blam.sh>
2021-11-17 20:17:08 +01:00
Eric Peterson ec2c835afc Merge pull request #8007 from backstage/refactor/merge-back-techdocs-cli
Tech Docs Command Line Reunification
2021-11-17 13:00:48 +01:00
Fredrik Adelöw c2f3502ad7 Merge pull request #7892 from gmambro/allow-prefix
Optional paths in backend.reading.allow to restrict allowed targets
2021-11-16 16:29:33 +01:00
therynamo 9e64a7ac1e pr suggestions
Signed-off-by: therynamo <theryn.groetken@gemini.com>
2021-11-15 10:56:54 -06:00
therynamo 7acc18e21a feat: Allow SSE on AWS S3 Buckets
Signed-off-by: therynamo <theryn.groetken@gemini.com>
2021-11-15 10:56:13 -06:00
Joon Park ecdcbd08ee Expose template metadata to custom action handler
Currently, we only expose the template name to satisfy the requirement from the issue, but more can be added easily (as long as the type is expanded accordingly).

Signed-off-by: Joon Park <joonp@spotify.com>
2021-11-14 20:24:20 +00:00
Andrew Thauer 71e7b0ee92 refactor: reunification of techdocs-cli and backstage repos
Signed-off-by: Andrew Thauer <athauer@wealthsimple.com>
2021-11-11 19:31:55 +01:00
Anthony Ikeda 69f06b7db5 Ran Prettier and reformatted the file
Signed-off-by: Anthony Ikeda <anthony.ikeda@gmail.com>
2021-11-11 08:45:44 -08:00
Fredrik Adelöw 6fab898841 Merge pull request #7932 from backstage/jhaals/core-plugin-api-no-name
core-plugin-api: Deprecate use of extensions without name
2021-11-11 10:11:30 +01:00
Rod Machen 5dcea2586c Add Search Modal component (#7316)
Signed-off-by: rodmachen <rmachen@expediagroup.com>
2021-11-11 09:26:15 +01:00
Anthony Ikeda ac4eeb7102 More consistent formatting of the Note block
Signed-off-by: Anthony Ikeda <anthony.ikeda@gmail.com>
2021-11-10 21:06:06 -08:00
Anthony Ikeda 02ebae6ffd Removed code block at top and altered the main registration code block to include the builtInActions registration
Signed-off-by: Anthony Ikeda <anthony.ikeda@gmail.com>
2021-11-10 20:55:28 -08:00
Anthony Ikeda 677da179d8 More consistent formatting of the Note block
Signed-off-by: Anthony Ikeda <anthony.ikeda@gmail.com>
2021-11-10 20:55:28 -08:00
Johan Haals 598057f348 Update docs/features/software-catalog/catalog-customization.md
Signed-off-by: Johan Haals <johan.haals@gmail.com>

Co-authored-by: Fredrik Adelöw <freben@gmail.com>
2021-11-10 10:59:38 +01:00
Johan Haals 4a336fd292 core-plugin-api: Deprecate use of extensions without name
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2021-11-10 09:21:02 +01:00
Anthony Ikeda 5b9d1291f7 Placed the Custom Actions pre-requisites at the top of the document instead of the middle. These **pre-requisites** are easily missed if developers are writing custom actions.
Signed-off-by: Anthony Ikeda <anthony.ikeda@gmail.com>
2021-11-09 08:48:04 -08:00
Jason Nguyen d393a3bd2a [docs] clarify example showing that parameters types propagate
Signed-off-by: Jason Nguyen <jason-nguyen@pluralsight.com>
2021-11-08 14:22:22 -07:00
Gabriele Mambrini bfc837a97b Update docs for allowed paths in backend.reading.allow
Signed-off-by: Gabriele Mambrini <gabriele.mambrini@jimdo.com>
2021-11-05 10:15:08 +01:00
djamaile 2406f82644 docs(#7768): include dependsOn to depict a relation between a component and resource
Signed-off-by: djamaile <rdjamaile@gmail.com>
2021-10-29 10:32:04 +02:00
Thomas Viaud 224e545a75 fix: run prettier
Signed-off-by: Thomas Viaud <t.viaud@elsevier.com>
2021-10-27 18:34:57 +01:00
Thomas Viaud 08de4fa957 fix: Adding corrected code documentation for custom field extension
Signed-off-by: Thomas Viaud <t.viaud@elsevier.com>
2021-10-27 18:34:45 +01:00
Johan Haals baa03d72e9 Merge pull request #7788 from RoadieHQ/custom-actions
List custom scaffolder action packages
2021-10-27 09:41:33 +02:00
Nicolas Arnold 1a705377ff List custom scaffolder action packages
This here adds a table with a list of opensource scaffolder actions that can be used by anyone in the community.

Signed-off-by: Nicolas Arnold <nic@roadie.io>
2021-10-26 17:30:34 +01:00
Eric Peterson d066399739 Merge pull request #7554 from cmpadden/techdocs-storage-subfolder
Support optional bucketRootPath in GCS and S3 techdocs publishers
2021-10-25 15:34:10 +02:00
Ben Lambert b45020a548 Merge pull request #7555 from dirathea/plugins-k8s-caData-support
Plugins k8s ca data support
2021-10-21 11:35:30 +02:00
Patrik Oldsberg 4552206702 Merge pull request #7657 from SDA-SE/feat/techdocs-grid
Add `<EntityListDocsGrid>` and extend `<DocsCardGrid>` to display the entity title
2021-10-21 00:35:19 +02:00
Oliver Sand bf9d10ba5f Mention in the docs
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
2021-10-20 16:45:19 +02:00
Fidel Coria af64518bbe fix typo in techdocs documentation (#7677)
* fix typo

Signed-off-by: Fidel Coria <fidel.coria@aa.com>

* fix another typo

Signed-off-by: Fidel Coria <fidel.coria@aa.com>

* fix tiny typo

Signed-off-by: Fidel Coria <fidel.coria@aa.com>
2021-10-19 16:50:38 +02:00
Emma Indal 6c49901f6e [TechDocs] fix link to how-to guide (#7673)
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2021-10-19 13:31:03 +02:00
Aldira Putra Raharja 3e9ce7e952 fix docs accordingly
Signed-off-by: Aldira Putra Raharja <dira.thea@gmail.com>
2021-10-19 16:12:13 +07:00
Emma Indal 405dbc80e7 [Techdocs] Improve create publish docs (#7626) 2021-10-18 18:19:38 +02:00
Bodil Björklund 639d48566a Update how-to-guides.md (#7639) 2021-10-15 23:50:51 +02:00
Emma Indal 157843e5aa [Search] add how to guide for indexing TechDocs documents (#7625)
* add how to guide for indexing techdocs documents

Signed-off-by: Emma Indal <emma.indahl@gmail.com>

* add step of how to add techdocs to search type filter

Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2021-10-15 11:46:34 +02:00
blam 7fe6c0bb70 chore: reworking the docs a little bit
Signed-off-by: blam <ben@blam.sh>
2021-10-14 12:07:20 +02:00
blam 8893feca73 chore: docs updates
Signed-off-by: blam <ben@blam.sh>
2021-10-14 12:07:20 +02:00
blam a61204bc4b chore: remove the link to the legacy docs
Signed-off-by: blam <ben@blam.sh>
2021-10-14 12:07:20 +02:00
blam 808d30cc30 docs: removing older documentation for now
Signed-off-by: blam <ben@blam.sh>
2021-10-14 12:07:20 +02:00
Aldira Putra Raharja 26b7943660 update api-report and update docs around caData
Signed-off-by: Aldira Putra Raharja <dira.thea@gmail.com>
2021-10-13 20:17:13 +07:00
Morgan Martinet a982e166c5 Enable customization of services used by the kubernetes backend plugin
Signed-off-by: Morgan Martinet <morgan@mmm-experts.com>
2021-10-12 00:59:04 -04:00
Emma Indal 56bd537256 [Search] add search api how to guide + search bar custom placeholder (#7535) 2021-10-11 21:55:42 +02:00
Aldira Putra Raharja 2bacec5531 Rephrase docs to match descriptions from the official docs
Signed-off-by: Aldira Putra Raharja <dira.thea@gmail.com>
2021-10-11 22:16:02 +07:00