Commit Graph

221 Commits

Author SHA1 Message Date
Camila Belo 1d5837b1f6 Merge pull request #16710 from backstage/search/backend-system-migration
[Search] Migrate search to new backend system
2023-03-22 09:21:15 +01:00
Camila Belo 01ae205352 feat(search): update docs
Co-authored-by: Emma Indal <emma.indahl@gmail.com>
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2023-03-21 09:30:09 +01:00
Brian Phillips fc6cab4eb4 Add isEntityWith helper method to EntitySwitch conditions
This will make it easier to conditionally show content for a given
entity based on the `spec.type` field beyond just component entities
(e.g. api, group and resource, all have a spec.type field)

Signed-off-by: Brian Phillips <28457+brianphillips@users.noreply.github.com>
2023-03-15 11:08:39 -05:00
Kurt King 0708a169de move comment after prettier ran
Signed-off-by: Kurt King <kurtaking@gmail.com>
2023-03-09 16:20:46 -07:00
Kurt King 88da0bcff2 add plugId property
Signed-off-by: Kurt King <kurtaking@gmail.com>
2023-03-09 16:18:32 -07:00
Patrik Oldsberg e5a9031eae microsite-next: redirects for new index pages + fix links
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2023-03-06 11:46:11 +01:00
Johan Haals 10cb6b8e8f Merge pull request #16593 from backstage/jhaals/docs-redirect
microsite: Add redirect for /docs
2023-02-27 15:00:45 +01:00
Johan Haals 1545e3293e remove redundant link
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2023-02-27 13:41:58 +01:00
Jamie Webb 0e6c952107 update version in documentation
Signed-off-by: Jamie Webb <jamielewisw@spotify.com>
2023-02-17 15:24:11 +00:00
Fredrik Adelöw 71c0aee259 update the alpha warning blurbs in backend docs
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2023-02-14 14:07:07 +01:00
Fredrik Adelöw 489a791748 Merge pull request #16286 from JanCVanB/update_yarn_add_cwd_docs
Update docs to always use `yarn add --cwd` for app & backend
2023-02-14 12:15:20 +01:00
Jan Van Bruggen c51efce2a0 Update docs to always use yarn add --cwd for app & backend
Some commands currently error, and others are simply formatted inconsistently.
This format seems to work and be the most popular/common,
so I applied it to all similar occurrences.

Signed-off-by: Jan Van Bruggen <JanVB@verily.com>
2023-02-13 09:40:20 -07:00
bnechyporenko f2f5c494fa Merge remote-tracking branch 'origin/master' into update-jest-docs 2023-02-13 14:40:25 +01:00
Bartłomiej Klimczak 2be83af0a8 typo: typo in imported package name
Signed-off-by: Bartłomiej Klimczak <bartlomiej.klimczak88@gmail.com>
2023-02-13 08:00:03 +01:00
Patrik Oldsberg 0ff03319be backend-plugin-api: switch createBackendPlugin id -> pluginId
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2023-02-06 17:49:57 +01:00
bogdannechyporenko 690905b78b Described how to configure jest tests in IntelliJ
Signed-off-by: bogdannechyporenko <bogdannechiporenko@gmail.com>
2023-01-31 12:50:46 +01:00
thomasmckay 4a902f6713 Update create-a-plugin.md
The name to start the plugin in isolation is prefixed with `plugin-`

Signed-off-by: thomasmckay <thomasmckay@redhat.com>
2023-01-25 07:24:01 -05:00
Patrik Oldsberg 9c37b7c000 Merge pull request #15885 from v-ngu/vn-typo
Fix typo on doc
2023-01-21 17:08:02 +01:00
Viet Nguyen a77974963c Fix typo
Signed-off-by: Viet Nguyen <19592926+v-ngu@users.noreply.github.com>
2023-01-21 10:35:00 -05:00
Patrik Oldsberg 9d1950d4a4 docs: tweaks to new backend system docs
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Co-authored-by: Johan Haals <johan.haals@gmail.com>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2023-01-17 14:13:09 +01:00
Heikki Hellgren bca8e8b393 feat: allow specifying app level feature flags
application feature flags can be defined in the application
creation. see docs/plugins/feature-flags.md for reference.

closes #15553

Signed-off-by: Heikki Hellgren <heikki.hellgren@op.fi>
2023-01-10 11:29:45 +02:00
Johan Haals 7f9d3386f5 Replace read with readUrl
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2023-01-03 10:37:21 +01:00
Johan Haals 8250e881c3 Remove read from urlReader documentation
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2023-01-03 10:28:28 +01:00
Fredrik Adelöw 09d54f4e08 Merge pull request #15107 from SayakMukhopadhyay/master
fix: remove deprecated `create-plugin` script
2022-12-28 16:19:34 +01:00
Sayak Mukhopadhyay 755e623638 feat: update create plugin output image
Signed-off-by: Sayak Mukhopadhyay <mukhopadhyaysayak@gmail.com>
2022-12-21 20:48:27 +05:30
Eric Peterson 9da74dcee6 Link to storybook and tweak language for intended audience
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2022-12-21 14:48:12 +01:00
Sayak Mukhopadhyay 69bbc89d3e fix: wrong comment syntax in md file
Signed-off-by: Sayak Mukhopadhyay <mukhopadhyaysayak@gmail.com>
2022-12-21 19:03:40 +05:30
Sayak Mukhopadhyay 1c0fc5a6c2 feat: update docs where create-plugin is used with new --select plugin
Signed-off-by: Sayak Mukhopadhyay <mukhopadhyaysayak@gmail.com>
2022-12-21 19:03:40 +05:30
Eric Peterson c6448ee509 Document how to provide custom search result list items
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2022-12-21 12:06:05 +01:00
Peter Macdonald 647d56b6ce Added /api/ to the example as its missing and wont work without it
Signed-off-by: Peter Macdonald <macdonald.peter90@gmail.com>
2022-12-20 11:12:02 +01:00
Fredrik Adelöw 423710595f Merge pull request #14790 from Braundo/main
inclusive terms
2022-11-30 12:56:30 +01:00
aaronbraundmeier@gmail.com 8015ff1258 inclusive terms
Signed-off-by: aaronbraundmeier@gmail.com <aaronbraundmeier@gmail.com>
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-11-30 12:15:00 +01:00
Phil Berryman 29ebc43a0b feat: add number of searches
Signed-off-by: Phil Berryman <phil@berryman.org.uk>
2022-11-25 00:13:05 -08:00
Johan Haals 511135fa7f Merge pull request #14287 from backstage/jhaals/backend-docs
docs: add backend system docs
2022-10-24 10:54:52 +02:00
Patrik Oldsberg 3a9133e3ad microsite/pages: vale tweak
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-10-23 22:57:24 -04:00
Patrik Oldsberg 398df81469 docs/new-backend-system: fix for plugin meta service being unused in example
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-10-23 22:45:11 -04:00
Patrik Oldsberg 3449322ac2 Apply suggestions from code review
Co-authored-by: Phil Kuang <pkuang@factset.com>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-10-23 22:43:52 -04:00
Patrik Oldsberg 2b54e0f780 docs/new-backend-system: reorganize to prioritize plugin and module creation + tweaks
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-10-23 20:35:23 +02:00
Patrik Oldsberg 84df1e4d5f docs/new-backend-systen: more reasoning in the overview section and move it back up to the top
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-10-23 19:51:33 +02:00
Patrik Oldsberg 69837a3302 docs/new-backend-systen: add building blocks section
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-10-23 19:32:18 +02:00
Patrik Oldsberg fa9bbcfbdb docs/new-backend-systen: add status section
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-10-23 18:50:16 +02:00
Patrik Oldsberg 7c7a124563 docs/api/backend: move to docs/plugins/new-backend-system and add to sidebar
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-10-23 18:34:54 +02:00
Fredrik Adelöw cbe11d1e23 just getting rid of vale warnings
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-10-22 17:18:47 +02:00
Johan Haals 3166558f8d Merge pull request #14254 from cas--/master
Fix "new" ribbon showing on all plugins in marketplace
2022-10-21 10:28:05 +02:00
Calum Lind 8959267df0 Fix "new" ribbon showing on all plugins in marketplace
The original commit 913145399e added a ribbon to show which plugins
were recently added to the marketplace but on the live site all plugins
were showing as 'new'. The problem is due to relying on the git author
date which is incorrect when using shallow depth clones in the build
process.

Fixed by adding new key to plugin marketplace metadata to be parsed.

Fixes: https://github.com/backstage/backstage/issues/13015
Signed-off-by: Calum Lind <calumlind@gmail.com>
2022-10-20 14:56:40 +01:00
Eric Peterson 4830a3569f Introduce basic scaffolder instrumentation
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2022-10-13 14:30:34 +02:00
Eric Peterson a889314692 Introduce an entityRef context key
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2022-10-13 14:27:50 +02:00
Fredrik Adelöw 2d3a5f09ab json
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-10-06 15:00:36 +02:00
Fredrik Adelöw ceac8795ad Merge pull request #13828 from punkle/patch-4
Fix command to create a frontend plugin
2022-09-27 11:34:52 +02:00
Brian Fletcher 81b0637824 Update backend-plugin.md
Signed-off-by: Brian Fletcher <brian@roadie.io>
2022-09-23 15:25:59 +01:00