Commit Graph

1630 Commits

Author SHA1 Message Date
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
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
Eric Peterson 19a400b3d9 Merge pull request #7882 from therynamo/aws-encryption-s3
feat: Allow SSE on AWS S3 Buckets
2021-11-16 11:01:11 +01:00
Patrik Oldsberg 6b54e9d2d2 Merge pull request #8039 from backstage/rugvip/create
cli: add create command to replace create-plugin
2021-11-15 21:59:10 +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
Patrik Oldsberg 0b1de52732 core-app-api,test-utils: migrated to using new ErrorApi* names
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-11-15 16:21:59 +01:00
Terrence Benade 872a547dd6 small grammatical error
Signed-off-by: Terrence Benade <tbenade@seek.com.au>
2021-11-15 16:57:43 +11: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
Patrik Oldsberg 9bbc2da04e docs/local-dev: add cli create command docs
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-11-13 15:47:28 +01: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
Patrik Oldsberg f2bd241972 docs: introduce deprecation docs + app-theme deprecation
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-11-11 17:26:47 +01: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
Patrik Oldsberg b393c4d4be cli: fix for config:check only validating frontend config
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-11-10 16:30:10 +01: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
Ben Lambert 18e87343ad Merge pull request #7883 from GoFightNguyen/patch-1
[docs] clarify example showing that parameters types propagate
2021-11-09 14:42:52 +01: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
Matto ca58eeffc0 Merge remote-tracking branch 'origin/master' into read-remote-config
# Conflicts:
#	yarn.lock
2021-11-01 19:14:32 +11: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
Muhammad Hamadto d86a5734fd Merge branch 'master' into read-remote-config 2021-10-29 15:26:03 +11:00
Matto ce843364f0 Remove the dependency on Etag headers for reloading config
Signed-off-by: Matto <muhamadto@gmail.com>
2021-10-29 12:47:18 +11:00
Matto e51740f9c9 Added documentation
Signed-off-by: Matto <muhamadto@gmail.com>
2021-10-29 12:44:07 +11: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
Suzanne Daniels d99c49b6dc Merge pull request #7499 from suuus/suuus/docs
Revamp of getting started guide - part 1
2021-10-25 13:33:01 +02:00
Patrik Oldsberg b42d0506bb Merge pull request #7570 from rv-ddeloff/atlassian-auth
Atlassian auth provider
2021-10-21 14:11:38 +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
Oliver Sand d27263153b Merge pull request #7606 from SDA-SE/feat/msgraphorgentityprovider
Add `MicrosoftGraphOrgEntityProvider`
2021-10-21 10:45:44 +02:00
Daniel Deloff cfbe1b97f6 Merge branch 'master' into atlassian-auth
Signed-off-by: Daniel Deloff <44780793+rv-ddeloff@users.noreply.github.com>
2021-10-20 22:10:37 -04: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
Oliver Sand 47e1642ab4 Merge pull request #7598 from SDA-SE/feat/graph-analytics
Catalog graph analytics
2021-10-18 20:44:46 +02:00
Emma Indal 405dbc80e7 [Techdocs] Improve create publish docs (#7626) 2021-10-18 18:19:38 +02:00