dependabot[bot]
ee17c32fa2
chore(deps): bump react-hook-form from 6.15.4 to 7.12.2
...
Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form ) from 6.15.4 to 7.12.2.
- [Release notes](https://github.com/react-hook-form/react-hook-form/releases )
- [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md )
- [Commits](https://github.com/react-hook-form/react-hook-form/compare/v6.15.4...v7.12.2 )
---
updated-dependencies:
- dependency-name: react-hook-form
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-08-30 11:23:27 +02:00
Tim Hansen
0d6d42c91c
Merge pull request #6895 from backstage/timbonicus/kind-picker
...
Add kind picker to the CatalogPage
2021-08-28 23:09:06 -06:00
Tim Hansen
7febe58d6e
Test update, JSX.Element -> ReactNode
...
Signed-off-by: Tim Hansen <timbonicus@gmail.com >
2021-08-28 22:44:57 -06:00
Patrik Oldsberg
00d2212b0d
e2e-test: avoid page reload between text search attempts
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-08-27 17:31:25 +02:00
Jussi Hallila
30ed662a35
Implement in-context search bar for tech docs. ( #6651 )
...
* Implement in-context search bar for tech docs
* Add in-context search functionality to tech docs
* Use the existing backend search functionality with tech docs specific filters
* Use material-ui autocomplete to display 10 first search results
* Add tests
Signed-off-by: Jussi Hallila <jussi@hallila.com >
* Remove context and replace it with `withSearch` prop.
Signed-off-by: Jussi Hallila <jussi@hallila.com >
* Bump search-common devp to latest
Signed-off-by: Jussi Hallila <jussi@hallila.com >
* Rename types file to not conflict with hardcoded types.d.ts.
Signed-off-by: Jussi Hallila <jussi@hallila.com >
2021-08-27 12:21:48 +02:00
Fredrik Adelöw
491e3ad5bc
Merge pull request #6888 from backstage/freben/title
...
Add the `metadata.title` field to all kinds
2021-08-27 09:18:33 +02:00
Tim Hansen
844ab62223
api-reports
...
Signed-off-by: Tim Hansen <timbonicus@gmail.com >
2021-08-26 09:52:35 -06:00
Tim Hansen
a2f152f604
Remove unused imports
...
Signed-off-by: Tim Hansen <timbonicus@gmail.com >
2021-08-26 09:52:35 -06:00
Tim Hansen
fee7a6bd49
Add kind picker to the CatalogPage
...
Signed-off-by: Tim Hansen <timbonicus@gmail.com >
2021-08-26 09:52:34 -06:00
Tim Hansen
b5b7ec0b2f
Fix path in create-app changelog
...
Signed-off-by: Tim Hansen <timbonicus@gmail.com >
2021-08-26 09:19:51 -06:00
Camila Belo
9b5f0dd741
Merge pull request #6962 from backstage/fix-azure-tests
...
[TechdocsCommon]: Fix Cloud providers Posix Paths
2021-08-26 14:30:03 +02:00
Camila Belo
38b9bd9c63
Fix test describes
...
Signed-off-by: Camila Belo <camilaibs@gmail.com >
2021-08-26 13:26:55 +02:00
github-actions[bot]
e7130884a0
Version Packages
2021-08-26 11:25:27 +00:00
Camila Belo
b281d3a7f9
apply review suggestions
...
Signed-off-by: Camila Belo <camilaibs@gmail.com >
2021-08-26 13:08:11 +02:00
Camila Loiola
5f37569058
fix: force using posix path for cloud storages
...
Co-authored-by: Emma Indal <emma.indahl@gmail.com >
Co-authored-by: Otto Sichert
<git@ottosichert.de >
Signed-off-by: Camila Loiola <camilaibs@gmail.com >
2021-08-26 12:53:10 +02:00
Fredrik Adelöw
e9491caa78
Merge pull request #6954 from nadworny/fix/azure_techdocs_archive_stripping
...
Disable default stripping of ZIP archive
2021-08-26 11:57:10 +02:00
Fredrik Adelöw
6fd09a511e
add test for stripping extra root dir
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2021-08-26 11:33:04 +02:00
Fredrik Adelöw
63e4f03052
update test fixture files
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2021-08-26 11:30:02 +02:00
Fredrik Adelöw
b1e6334a31
review fixes
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2021-08-26 11:15:07 +02:00
Fredrik Adelöw
d525ca6074
Merge pull request #6951 from backstage/freben/vis-once
...
Only warn once per key when trying to read visibility-filtered values
2021-08-26 09:38:07 +02:00
Fredrik Adelöw
47113f1f19
Only warn once per key when trying to read visibility-filtered values
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2021-08-26 08:09:57 +02:00
Mert Can Bilgiç
58452cdb72
OpenStack Swift SDK changed from "pkgcloud" to Trendyol's own OpenStack Swift SDK ( #6839 )
2021-08-25 22:16:10 +02:00
Dominik Henneke
8b066c47d5
Merge pull request #6934 from SDA-SE/feat/entity-icons
...
Add system icons for the built-in entity types and use them in the entity list of the `catalog-import` plugin
2021-08-25 18:53:38 +02:00
Fredrik Adelöw
3c14f71b08
Merge pull request #6880 from kuangp/fix/feedbackUrl
...
fix(techdocs): generate correct feedback urls for GitHub
2021-08-25 15:26:34 +02:00
Fredrik Adelöw
db635c24d3
Merge pull request #6948 from SDA-SE/feat/dependency-graph-issue
...
Fix dependency graph with new nodes
2021-08-25 14:44:30 +02:00
Bartosz Nadworny
a365f1faf4
Disable default stripping of ZIP archive
...
Signed-off-by: Bartosz Nadworny <bartosz.nadworny@zurich.ch >
2021-08-25 14:30:40 +02:00
Eric Peterson
30c0801e96
Merge pull request #6709 from backstage/techdocs-common/case-sensitive-migration
...
[TechDocs] Beta!
2021-08-25 13:06:31 +02:00
Oliver Sand
6d76bca859
Fix dependency graph with new nodes
...
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com >
2021-08-25 12:09:48 +02:00
Fredrik Adelöw
32d5184f38
Merge pull request #6899 from backstage/timbonicus/entity-warnings
...
Add warnings to all entity pages, links to APIs
2021-08-24 18:45:00 +02:00
Dominik Henneke
1ebc24b96d
Add kind: prefix to the icons that refer to catalog entities
...
Signed-off-by: Dominik Henneke <dominik.henneke@sda-se.com >
2021-08-24 14:29:10 +02:00
Dominik Henneke
cfcb486aa0
Add system icons for the built-in entity types and use them in the entity list of the catalog-import plugin
...
Signed-off-by: Dominik Henneke <dominik.henneke@sda-se.com >
2021-08-24 11:14:59 +02:00
Fredrik Adelöw
f0ba514f0b
Take custom ports into account when matching integrations to URLs
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2021-08-23 19:21:31 +02:00
Fredrik Adelöw
8c9f443cb9
be less nice
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2021-08-23 15:35:38 +02:00
Patrik Oldsberg
a4d419025a
Merge pull request #6912 from backstage/rugvip/gha
...
auth-backend,core-app-api: add support for auth via GitHub Apps + handler options
2021-08-23 14:58:27 +02:00
Patrik Oldsberg
f9db16c477
core-app-api: add support for session refresh in GithubAuth
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-08-21 11:17:01 +02:00
Patrik Oldsberg
2fbcaab096
core-app-api: added OptionalRefreshSessionManagerMux + tests
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-08-21 11:17:00 +02:00
Tim Hansen
0f92df640a
Prettier
...
Signed-off-by: Tim Hansen <timbonicus@gmail.com >
2021-08-20 10:25:36 -06:00
Patrik Oldsberg
eae4656cb8
core-app-api: make AuthSessionStore implement MutableSessionManager
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-08-20 15:44:58 +02:00
Johan Haals
9439325716
Merge pull request #6869 from vinzscam/copy-text-button-clipboard-api
...
copy-text-button: remove hidden textarea
2021-08-20 13:52:33 +02:00
github-actions[bot]
6e43220f08
Version Packages
2021-08-20 09:21:26 +00:00
Tim Hansen
d027681712
Add warnings to all entity pages, links to APIs
...
Signed-off-by: Tim Hansen <timbonicus@gmail.com >
2021-08-19 22:27:58 -06:00
Tim Hansen
ee84a83d3f
Bump RoadieHQ plugins
...
Signed-off-by: Tim Hansen <timbonicus@gmail.com >
2021-08-19 12:48:25 -06:00
Vincenzo Scamporlino
9606d34fde
copy-text-button: refactoring tests and error handling
...
Signed-off-by: Vincenzo Scamporlino <me@vinzscam.dev >
2021-08-19 17:25:58 +02:00
Phil Kuang
90c68a2ca8
fix(techdocs): generate correct feedback urls for GitHub
...
Signed-off-by: Phil Kuang <pkuang@factset.com >
2021-08-19 11:12:36 -04:00
Fredrik Adelöw
13dc3735cc
Add the metadata.title field to all kinds
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2021-08-19 15:47:10 +02:00
github-actions[bot]
6f4c73ece4
Version Packages
2021-08-19 12:20:01 +00:00
Dominik Henneke
729c1cd359
Merge pull request #6886 from SDA-SE/feat/github-read-array
...
Read responses in `GitHubUrlReader#read()` as array buffer instead of as text to allow reading non-text locations
2021-08-19 13:53:42 +02:00
Johan Haals
86b1cb69d3
Merge pull request #6848 from backstage/mob/catalog-instrumentation
...
Instrument catalog with prometheus metrics
2021-08-19 13:52:57 +02:00
Johan Haals
6277060d72
Add experimental disclamer
...
Signed-off-by: Johan Haals <johan.haals@gmail.com >
2021-08-19 13:28:24 +02:00
Dominik Henneke
4d909268cb
Read responses in UrlReader#read() as array buffer instead of as text to allow reading non-text locations
...
Signed-off-by: Dominik Henneke <dominik.henneke@sda-se.com >
2021-08-19 13:12:58 +02:00