Renovate Bot
aabc5e08d1
chore(deps): update dependency @types/node to v16.11.35
...
Signed-off-by: Renovate Bot <bot@renovateapp.com >
2022-05-16 13:22:55 +00:00
Eric Peterson
bef56488ad
Introduce SearchModalProvider to allow modal to be controlled externally
...
Signed-off-by: Eric Peterson <ericpeterson@spotify.com >
2022-05-16 15:20:18 +02:00
github-actions[bot]
7bd2999350
Merge pull request #11474 from backstage/renovate/dompurify-2.x-lockfile
...
fix(deps): update dependency dompurify to v2.3.8
2022-05-16 13:09:09 +00:00
Charles Lowell
bde1631c83
Don't swallow indexing failures
...
When an error occurs in the indexer pipeline, it logs it out, and then
drops it on the floor. This is problematic because externally, from
the task scheduler's perspective, it appears to have succeeded, which
is not true.
As a result, these failures are invisible to tooling which introspects
over tasks.
This makes the index task promise resolve when the pipeline finishes as
before, but it rejects if the pipeline failed.
Signed-off-by: Charles Lowell <cowboyd@frontside.com >
2022-05-16 15:48:37 +03:00
Renovate Bot
6968b65ba1
fix(deps): update dependency @react-hookz/web to v14
...
Signed-off-by: Renovate Bot <bot@renovateapp.com >
2022-05-16 12:45:49 +00:00
Eric Voshall
9f72bbc490
Changeset updates
...
Signed-off-by: Eric Voshall <6836155+ericvoshall@users.noreply.github.com >
2022-05-16 08:38:58 -04:00
Eric Voshall
1f70704580
Code review updates
...
Signed-off-by: Eric Voshall <6836155+ericvoshall@users.noreply.github.com >
2022-05-16 08:38:58 -04:00
Eric Voshall
64e83f3cb6
Test updates
...
Signed-off-by: Eric Voshall <6836155+ericvoshall@users.noreply.github.com >
2022-05-16 08:38:58 -04:00
Eric Voshall
b275c631b7
Update changeset
...
Signed-off-by: Eric Voshall <6836155+ericvoshall@users.noreply.github.com >
2022-05-16 08:38:58 -04:00
Eric Voshall
96d1e01641
Add changeset
...
Signed-off-by: Eric Voshall <6836155+ericvoshall@users.noreply.github.com >
2022-05-16 08:38:58 -04:00
Eric Voshall
3c7be6b405
Catalog page accessibility fixes
...
- Fix user picker heading level / menu item role
- Add label to Action buttons
- Fix filter control label issues
- Change table header level
- Add aria-label to select component
- Add fallback presentation role
- Add screenreader text for logo link
Signed-off-by: Eric Voshall <6836155+ericvoshall@users.noreply.github.com >
2022-05-16 08:38:58 -04:00
Anders Näsman
e0752880b5
Merge pull request #11166 from realandersn/techdocs/expandable-nav-addon
...
[TechDocs] Expandable Navigation addon
2022-05-16 14:33:50 +02:00
Anders Näsman
005ee625ae
use module name in imports
...
Signed-off-by: Anders Näsman <andersn@spotify.com >
2022-05-16 14:13:40 +02:00
Patrik Oldsberg
a8562101fa
Merge pull request #11422 from sergeyshevch/feature/add-missing-annotation-read-more-customization
...
feat: Add ability to customize Read More button destination in MissingAnnotationEmptyState component
2022-05-16 13:51:36 +02:00
Patrik Oldsberg
f3d0821bad
Merge pull request #11514 from kuangp/fix/entityTypeFilter
...
fix(entityTypeFilter): generate unique available types
2022-05-16 13:41:46 +02:00
Patrik Oldsberg
0c6a7cd1b4
Merge pull request #11457 from suuus/community-3
...
Updating community session content:
2022-05-16 10:07:16 +02:00
Eric Peterson
73e2e19b84
Merge pull request #11467 from ctrombley/fix/techdocs-cli-serve
...
fix(techdocs): update proxy endpoint for `techdocs-cli serve` command
2022-05-16 09:45:31 +02:00
Niklas Aronsson
72dfcbc8bf
Added scaffolder support for publishing to Gerrit
...
This patch enables support for publishing the workspace content to new
project in Gerrit.
This can be broken down to three things:
* "resolveUrl" for the Gerrit integration have been updated to handle
absolute paths correctly.
* "RepoUrlPicker" has been updated to handle gerrit hosts.
* A new scaffolder action has been added that will publish the workspace
content to a newly created Gerrit project.
Signed-off-by: Niklas Aronsson <niklasar@axis.com >
2022-05-16 09:43:59 +02:00
Eric Peterson
c14e78a367
Rename changeset
...
Signed-off-by: Eric Peterson <ericpeterson@spotify.com >
2022-05-16 09:25:33 +02:00
Anders Näsman
1904b9c9cc
prettier
...
Signed-off-by: Anders Näsman <andersn@spotify.com >
2022-05-16 09:13:13 +02:00
Anders Näsman
dd1844eb21
update api report
...
Signed-off-by: Anders Näsman <andersn@spotify.com >
2022-05-16 09:13:13 +02:00
Anders Näsman
c25e880e36
add changesets
...
Signed-off-by: Anders Näsman <andersn@spotify.com >
2022-05-16 09:13:12 +02:00
Anders Näsman
1e186be521
add addon to available addons table
...
Signed-off-by: Anders Näsman <andersn@spotify.com >
2022-05-16 09:13:12 +02:00
Anders Näsman
84717cf5ea
api report fix
...
Signed-off-by: Anders Näsman <andersn@spotify.com >
2022-05-16 09:13:12 +02:00
Anders Näsman
c555e294e0
add test
...
Signed-off-by: Anders Näsman <andersn@spotify.com >
2022-05-16 09:13:12 +02:00
Anders Näsman
206c7ccca0
apply review feedback
...
Signed-off-by: Anders Näsman <andersn@spotify.com >
2022-05-16 09:13:12 +02:00
Anders Näsman
8767710f1f
techdocs expandable nav addon
...
Signed-off-by: Anders Näsman <andersn@spotify.com >
2022-05-16 09:13:12 +02:00
Sergey Shevchenko
e210c0cab8
feat: Add ability to customize Read More button destination in MissingAnnotationEmptyState component
...
Signed-off-by: Sergey Shevchenko <shevchenko@simple.life >
2022-05-14 13:52:58 +03:00
Phil Kuang
b880c0e092
fix(entityTypeFilter): generate unique available types
...
Signed-off-by: Phil Kuang <pkuang@factset.com >
2022-05-13 13:39:48 -04:00
Renovate Bot
f0f1ca741a
fix(deps): update dependency dompurify to v2.3.8
...
Signed-off-by: Renovate Bot <bot@renovateapp.com >
2022-05-13 16:53:37 +00:00
Drew Hill
9849722e1a
Add Git actions to Plugins Marketplace
...
Signed-off-by: Drew Hill <andrew.hill@e-farmcredit.com >
2022-05-13 11:47:03 -04:00
Patrik Oldsberg
490d663a55
Merge pull request #11497 from kuangp/fix/elasticSearch/pageCursor
...
fix(elasticSearch): do not define pageCursor on last page
2022-05-13 16:34:41 +02:00
Patrik Oldsberg
80bf47f88c
Merge pull request #11038 from rthera7/DEA-4744_rthera7
...
Added a chevron indicator for when the sidebar has submenu items
2022-05-13 16:27:39 +02:00
Patrik Oldsberg
30eb5893b5
Merge pull request #11496 from ChristopherFry/kpt/config-as-data-plugin
...
Add configuration as data to plugin marketplace
2022-05-13 16:05:53 +02:00
Patrik Oldsberg
6a1a644405
Merge pull request #11484 from backstage/rugvip/disabledisable
...
auth-backend: remove disableRefresh option
2022-05-13 15:55:49 +02:00
Patrik Oldsberg
14c8a52fbd
Merge pull request #11486 from backstage/rugvip/stronk
...
workflows/verify_dco: stronger wording
2022-05-13 15:49:26 +02:00
Ben Lambert
431c66316f
Merge pull request #11506 from backstage/blam/fix-e2e
...
chore: add explicit toolkit dep in this package
2022-05-13 15:16:22 +02:00
rthera7
2271388885
Removed unwanted fragment, centered the Chevron indicator
...
Signed-off-by: rthera7 <v-rthera@expediagroup.com >
2022-05-13 18:32:58 +05:30
Emma Indal
d97e541e6d
prettier fixup
...
Signed-off-by: Emma Indal <emma.indahl@gmail.com >
2022-05-13 14:41:16 +02:00
Emma Indal
bb3c9e1eea
fixup authors
...
Signed-off-by: Emma Indal <emma.indahl@gmail.com >
2022-05-13 14:39:30 +02:00
Gary Niemen
f7f67cd45f
TechDocs Addon Framework blog post
...
Signed-off-by: Gary Niemen <65337273+garyniemen@users.noreply.github.com >
2022-05-13 14:37:23 +02:00
blam
2658e9420f
chore: reset
...
Signed-off-by: blam <ben@blam.sh >
2022-05-13 13:40:00 +02:00
blam
cf58f3415a
chore: bump api-docs too
...
Signed-off-by: blam <ben@blam.sh >
2022-05-13 13:39:32 +02:00
blam
a4a6a72a95
chore: pull any version
...
Signed-off-by: blam <ben@blam.sh >
2022-05-13 13:37:19 +02:00
blam
0ca550ddc7
chore: updating changeset
...
Signed-off-by: blam <ben@blam.sh >
2022-05-13 13:22:19 +02:00
blam
8462ccbc65
chore: add the dependency
...
Signed-off-by: blam <ben@blam.sh >
2022-05-13 13:20:48 +02:00
blam
91d0c9d186
chore: added changeset for reverting the package
...
Signed-off-by: blam <ben@blam.sh >
2022-05-13 12:58:17 +02:00
blam
b660479ac4
chore: add explicit toolkit dep in this package
...
Signed-off-by: blam <ben@blam.sh >
2022-05-13 12:45:38 +02:00
ivgo
4328737af6
Add support for statefulsets in kubernetes
...
Signed-off-by: ivgo <ivgo@spreadgroup.com >
2022-05-13 11:09:08 +02:00
Phil Kuang
9eef9c9db4
fix(elasticSearch): do not define pageCursor on last page
...
Signed-off-by: Phil Kuang <pkuang@factset.com >
2022-05-12 21:32:44 -04:00