Commit Graph

15884 Commits

Author SHA1 Message Date
Eric Peterson bc405be6ed Changeset and docs updates.
Co-authored-by: Camila Loiola <camilaibs@gmail.com>
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2021-08-03 17:16:42 +02:00
Camila Belo 11117811aa test(techdocs-common): fix by page mock for azure
Co-authored-by: Eric Peterson <ericpeterson@spotify.com>
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2021-08-03 17:16:42 +02:00
Camila Belo 822240373e refactor(techdocs-common): use continuation token for listing blob files
Co-authored-by: Eric Peterson <ericpeterson@spotify.com>
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2021-08-03 17:16:42 +02:00
Ben Lambert ef4ec006be Merge pull request #6673 from backstage/rugvip/invis
config,config-loader: warn when trying to access invisible config values
2021-08-03 17:13:53 +02:00
Ben Lambert daee0fa756 Merge pull request #6702 from backstage/blam/re-evaluate-if
bug: fix invalidation of entity and re-rendering of the EntityRoutes when Entity Changes
2021-08-03 17:10:46 +02:00
Ben Lambert d0e73aa9c2 Update plugins/api-docs/src/components/ApiExplorerPage/ApiExplorerPage.tsx
Signed-off-by: Ben Lambert <blam@spotify.com>

Co-authored-by: Tim Hansen <timbonicus@gmail.com>
2021-08-03 16:53:39 +02:00
Ben Lambert 40c4b3d08d Merge pull request #6675 from backstage/fix-idtoken
Switch frontend identity to use `token` instead of `idToken`
2021-08-03 16:46:06 +02:00
blam cf4635f93f chore: added changeset
Signed-off-by: blam <ben@blam.sh>
2021-08-03 16:22:30 +02:00
blam b2517a9b5d bug: fix invalidation of entity and re-rendering of the EntityRoutes
Signed-off-by: blam <ben@blam.sh>
2021-08-03 16:19:53 +02:00
Andrew Shirley 7bf0062106 Fix docs and types for InfoCard styling props
Note that there is no change in the api-report due to `Warning:
(ae-forgotten-export) The symbol "Props" needs to be exported by the entry
point index.d.ts` and as these props are currently ignored, I think this is
fine as a patch release but please confirm.

Signed-off-by: Andrew Shirley <andrew.shirley@sainsburys.co.uk>
2021-08-03 14:51:03 +01:00
Jussi Hallila 54e1280b6a * Modify index/alias name handling.
* Change config key name to be all lowercase
* Documentation updates

Signed-off-by: Jussi Hallila <jussi@hallila.com>
2021-08-03 13:07:25 +02:00
Himanshu Mishra f71bbe5d28 e2e-test: run yarn tsc:full on new apps
We encounetered errors with tsc:full on a newly created-app. So it should be verified that the command works

Co-authored-by: Mike Lewis <mtlewis@users.noreply.github.com>
Signed-off-by: Himanshu Mishra <himanshu@orkohunter.net>
2021-08-03 11:56:15 +02:00
Himanshu Mishra 32188af0fd create-app: fix prettier issue in template app-config
Co-authored-by: Mike Lewis <mtlewis@users.noreply.github.com>
Signed-off-by: Himanshu Mishra <himanshu@orkohunter.net>
2021-08-03 11:53:06 +02:00
Camila Belo 5486071aa8 test(techdocs-common): cover bulkStorageOperation helper
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2021-08-03 11:52:19 +02:00
Himanshu Mishra cdbc3e0ce7 create-app: add some folders to prettier ignore
Co-authored-by: Mike Lewis <mtlewis@users.noreply.github.com>
Signed-off-by: Himanshu Mishra <himanshu@orkohunter.net>
2021-08-03 11:30:49 +02:00
Himanshu Mishra 94abf07f1d fix prettier issues in the create-app default template
Co-authored-by: Mike Lewis <mtlewis@users.noreply.github.com>
Signed-off-by: Himanshu Mishra <himanshu@orkohunter.net>
2021-08-03 11:12:14 +02:00
Himanshu Mishra 58cdab3d60 create-app: upgrade prettier version
since we are using 2.x in backstage/backstage

Co-authored-by: Mike Lewis <mtlewis@users.noreply.github.com>
Signed-off-by: Himanshu Mishra <himanshu@orkohunter.net>
2021-08-03 11:11:09 +02:00
Himanshu Mishra e7d9f68678 e2e: run prettier check for newly created app
Co-authored-by: Mike Lewis <mtlewis@users.noreply.github.com>
Signed-off-by: Himanshu Mishra <himanshu@orkohunter.net>
2021-08-03 10:51:55 +02:00
Himanshu Mishra b0b165b9a5 create-app: add a prettier:check script in the template
Co-authored-by: Mike Lewis <mtlewis@users.noreply.github.com>
Signed-off-by: Himanshu Mishra <himanshu@orkohunter.net>
2021-08-03 10:50:56 +02:00
Camila Belo 7eef84a040 test(techdocs-common): cover getCloudPathForLocalPath helper
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2021-08-03 10:28:15 +02:00
Camila Belo ab9b315e2a test(techdocs-common): cover getStaleFiles helper
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2021-08-03 09:34:12 +02:00
Camila Belo 9cf37164b1 test(techdocs-common): cover stale files deletion for Azure
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2021-08-03 09:34:12 +02:00
Camila Belo 5386bcc989 test(techdocs-common): cover stale files deletion for AWS
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2021-08-03 09:34:12 +02:00
Camila Belo da705a74e0 test(techdocs-common): cover stale files deletion for GCS
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2021-08-03 09:34:12 +02:00
Camila Belo caf519f69c fix(techdocs): make aws and gcs tests pass
Co-authored-by: Eric Peterson <ericpeterson@spotify.com>
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2021-08-03 09:34:12 +02:00
Camila Belo 6f9e155973 fix(techdocs): make azure tests pass
Co-authored-by: Eric Peterson <ericpeterson@spotify.com>
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2021-08-03 09:34:12 +02:00
Camila Belo fedf69a396 fix(techdocs): remove unused imported module
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2021-08-03 09:34:12 +02:00
Camila Belo 064f8d2487 feat(techdocs): delete stale files when publishing to Azure
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2021-08-03 09:34:12 +02:00
Otto Sichert 06b507283b WIP: Remove stale TechDOcs files from AWS
Signed-off-by: Otto Sichert <git@ottosichert.de>
2021-08-03 09:34:12 +02:00
Otto Sichert be87bc0584 Remove stale TechDocs artifacts after publishing new version for GCS
Co-authored-by: Camila Belo <camilaibs@gmail.com>
Co-authored-by: Eric Peterson <ericpeterson@spotify.com>
Signed-off-by: Otto Sichert <git@ottosichert.de>
2021-08-03 09:34:12 +02:00
Eric Peterson e013dbb7ac Merge pull request #6639 from backstage/techdocs/ref-follow-ups
[TechDocs] Remove deprecated preparer support and document ref values
2021-08-03 09:21:38 +02:00
Eric Peterson ce1bfd695b Merge pull request #6674 from backstage/techdocs/sanitize-safe-head-links
[TechDocs] Do not sanitize safe head links
2021-08-03 09:20:23 +02:00
Camila Belo db58cf06c2 fix(techdocs-plugin): apply review suggestions
- strict regex scope to avoid security issues
- add techdocs prefix to the changeset file

Signed-off-by: Camila Belo <camilaibs@gmail.com>
2021-08-03 08:56:01 +02:00
Camila Belo b24a18e406 fix(techdocs-plugin): do not sanitize safe head links
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2021-08-03 08:44:48 +02:00
Ben Lambert 29d616592b Merge pull request #6688 from aureliosaraiva/master
fixed bug on when compared in organzation name on github
2021-08-02 18:39:17 +02:00
Eric Peterson c66b6b34f1 Merge pull request #6607 from SDA-SE/feat/type-filter
Change `<SearchType>` design to follow Figma
2021-08-02 18:14:10 +02:00
Christine Yi d5a69640bc update api-report, add FireHydrant to vocab.txt
Signed-off-by: Christine Yi <ohchristineyi@gmail.com>
2021-08-02 12:08:33 -04:00
Ben Lambert c0146e959b Merge pull request #6665 from backstage/orkohunter/techdocs-update-config-for-create-app-template
techdocs/create-app: update app config to use the latest techdocs.generator option
2021-08-02 18:06:13 +02:00
blam c0984b1402 chore: fixing up the typescript issue and fix up changeset description
Signed-off-by: blam <ben@blam.sh>
2021-08-02 18:03:41 +02:00
Ben Lambert 64429fc4c6 Merge pull request #6420 from backstage/emmaindal/storybook-search-components
[Search] Add search components to storybook
2021-08-02 17:59:49 +02:00
Tim Hansen 12761d9334 Merge pull request #6690 from backstage/imgbot
[ImgBot] Optimize images
2021-08-02 09:23:04 -06:00
ImgBotApp 7406dee634 [ImgBot] Optimize images
/plugins/xcmetrics/docs/XCMetrics-overview.png -- 869.46kb -> 523.71kb (39.77%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2021-08-02 14:59:29 +00:00
Christine Yi 736f7ed752 Merge branch 'master' into firehydrant-plugin 2021-08-02 10:42:26 -04:00
Ben Lambert aec5da2720 Merge pull request #6671 from ngranander/xcmetrics-builds-page
Xcmetrics builds page
2021-08-02 16:19:12 +02:00
Aurelio Saraiva 3c50ff5620 fixed bug on when compared in organzation name on github
Signed-off-by: Aurelio Saraiva <aureliosaraiva@gmail.com>
2021-08-02 10:51:46 -03:00
Niklas Granander f6f664357d Add changeset
Signed-off-by: Niklas Granander <ngranander@spotify.com>
2021-08-02 15:49:35 +02:00
blam b0e8a24217 chore: updating search report\
Signed-off-by: blam <ben@blam.sh>
2021-08-02 14:28:38 +02:00
blam 63844ee6e0 chore; fixing up the search stuff
Signed-off-by: blam <ben@blam.sh>
2021-08-02 14:23:43 +02:00
Emma Indal c31fd98a4f remove changes to components
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2021-08-02 14:22:59 +02:00
Emma Indal c47bb87c39 add stories to storybook for reusable search components
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2021-08-02 14:22:58 +02:00