Aurelio Saraiva
49b35f7aa2
added creditas as adopter
...
Signed-off-by: Aurelio Saraiva <aureliosaraiva@gmail.com >
2021-08-03 20:08:26 -03:00
blam
f25eecddac
chore: removing bump for elasticsearch as it's new and already published
...
Signed-off-by: blam <ben@blam.sh >
2021-08-03 20:33:57 +02:00
Ben Lambert
8f5befa35e
Merge pull request #6691 from Patil2099/master
...
Fix All Material UI Warnings
2021-08-03 20:18:56 +02:00
Ben Lambert
4b263e4602
Merge pull request #6635 from tudi2d/catalog-fully-responsive
...
ContentHeader responsiveness
2021-08-03 19:57:58 +02:00
Ben Lambert
4f3c36bf42
Merge pull request #6569 from RoadieHQ/gh4447-elasticseach-searchengine
...
Implement ElasticSearch search engine
2021-08-03 19:26:19 +02:00
blam
80f8fc294e
chore: some more prettier stuff
...
Signed-off-by: blam <ben@blam.sh >
2021-08-03 19:03:07 +02:00
Ben Lambert
260c053b91
Create stale-goats-chew.md
...
Signed-off-by: Ben Lambert <blam@spotify.com >
2021-08-03 19:00:31 +02:00
Pankaj Patil
d56c390e8f
Fix All Material UI Warnings
...
Signed-off-by: Pankaj Patil <pankaj.patil2099@hotmail.com >
2021-08-03 21:49:08 +05:30
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