blam
508520ffbc
chore: fixing up some migrations
...
Signed-off-by: blam <ben@blam.sh >
2021-08-30 11:25:18 +02:00
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
Fredrik Adelöw
2d0274b2d2
Merge pull request #6961 from gt-yogan/usernamespace
...
Adds Optional Namespacing for Users in the GitHubMultiOrg
2021-08-27 21:41:31 +02:00
Fredrik Adelöw
8587067ade
Merge pull request #6829 from victormorfin97/supportCustomTemplateCard
...
Support custom template card on ScaffolderPage
2021-08-27 20:46:44 +02:00
Gregory Yogan
1a446f0145
Formatting and Linting
...
Signed-off-by: Gregory Yogan <gregory.yogan@unity3d.com >
2021-08-27 11:42:02 -07:00
Fredrik Adelöw
1f7b3807f3
fixed two cross-package imports
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2021-08-27 20:02:42 +02:00
Fredrik Adelöw
3bb560a11b
Merge pull request #6921 from pawelmitka/scaffolder_plugin_github_webhook
...
feat(plugin-scaffolder-backend): GitHub create repository webhook
2021-08-27 19:54:02 +02:00
victormorfin97
149fc41c95
remove unused code
...
Signed-off-by: victormorfin97 <v-vmorfin@expediagroup.com >
2021-08-27 12:52:48 -05:00
Gregory Yogan
19727d19b1
Adding undefined handling of usernamespace and namespaced user deduplicaiton
...
Signed-off-by: Gregory Yogan <gregory.yogan@unity3d.com >
2021-08-27 09:11:15 -07:00
@pawelmitka
5b125edfcc
fix: update api-report.md
...
Signed-off-by: @pawelmitka <pawel.mitka@brainly.com >
2021-08-27 16:59:19 +02:00
@pawelmitka
c5c229966f
refactor: rename github:repository:webhook:create to github:webhook
...
Signed-off-by: @pawelmitka <pawel.mitka@brainly.com >
2021-08-27 16:34:38 +02:00
victormorfin97
a085b28f94
update the api report
...
Signed-off-by: victormorfin97 <v-vmorfin@expediagroup.com >
2021-08-27 08:54:36 -05:00
victormorfin97
b21fb3ae26
use a const instead of a condition to render the card component
...
Signed-off-by: victormorfin97 <v-vmorfin@expediagroup.com >
2021-08-27 08:24:11 -05:00
victormorfin97
342e1c5cfc
update to the correct type the new prop
...
Signed-off-by: victormorfin97 <v-vmorfin@expediagroup.com >
2021-08-27 08:17:51 -05:00
@pawelmitka
8ebd2b6399
refactor: avoid using env variables in action
...
Signed-off-by: @pawelmitka <pawel.mitka@brainly.com >
2021-08-27 12:23:35 +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
c5cdf03063
Merge pull request #6974 from punkle/patch-1
...
gh discovery passes over repos with no default branch
2021-08-27 11:02:52 +02:00
Dominik Henneke
6581412bdf
Merge pull request #6969 from SDA-SE/feat/ownership-card-open-tab
...
Don't open a new tab when clicking on the ownership card
2021-08-27 10:27:16 +02:00
Nicolas Arnold
391490d75e
Fixing broken test and adding one for the undefined case
...
Signed-off-by: Nicolas Arnold <nic@roadie.io >
2021-08-27 10:19:26 +02:00
Brian Fletcher
0785cf54c3
correct a small mistake I made in one test
...
Signed-off-by: Brian Fletcher <brian@roadie.io >
2021-08-27 08:09:56 +01:00
Brian Fletcher
977d67d656
changes default branch ref type to optionally null
...
Also adds a couple of tests for the default branch feature.
Signed-off-by: Brian Fletcher <brian@roadie.io >
2021-08-27 07:53:44 +01:00
Brian Fletcher
7ad2b4450a
add a test for undefined default branch
...
Signed-off-by: Brian Fletcher <brian@roadie.io >
2021-08-26 22:53:30 +01:00
Brian Fletcher
4d62dc15bb
gh processor passes over repos without default branch
...
Signed-off-by: Brian Fletcher <brian@roadie.io >
2021-08-26 22:41:45 +01:00
Tim Hansen
e6c88df016
Prefer catalog kind casing
...
Signed-off-by: Tim Hansen <timbonicus@gmail.com >
2021-08-26 13:20:58 -06:00
Patrik Oldsberg
91ff484f8e
Merge pull request #6966 from RoadieHQ/sonar-readme
...
proxy backend to take care of encoding sonar token
2021-08-26 18:42:16 +02:00
Oliver Sand
c9927b1c74
Don't open a new tab when clicking on the ownership card
...
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com >
2021-08-26 18:23:00 +02:00
Tim Hansen
32947cf56f
Remove kind prefix on name column; case-insensitivity
...
Signed-off-by: Tim Hansen <timbonicus@gmail.com >
2021-08-26 10:18:08 -06:00
Tim Hansen
df51a55426
Export CatalogKindHeader
...
Signed-off-by: Tim Hansen <timbonicus@gmail.com >
2021-08-26 09:52:36 -06:00
Tim Hansen
f44c4ac388
api-reports
...
Signed-off-by: Tim Hansen <timbonicus@gmail.com >
2021-08-26 09:52:36 -06:00
Tim Hansen
62987b7d20
Switch useEntityKinds to useAsync
...
Signed-off-by: Tim Hansen <timbonicus@gmail.com >
2021-08-26 09:52:35 -06:00
Tim Hansen
844ab62223
api-reports
...
Signed-off-by: Tim Hansen <timbonicus@gmail.com >
2021-08-26 09:52:35 -06:00
Tim Hansen
286466a90a
useEntityKinds test
...
Signed-off-by: Tim Hansen <timbonicus@gmail.com >
2021-08-26 09:52:35 -06:00
Tim Hansen
4b3537ee23
Add test for CatalogKindHeader
...
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
Phil Kuang
ff304cfc3f
fix(OwnershipCard): support namespaced owners in links
...
Signed-off-by: Phil Kuang <pkuang@factset.com >
2021-08-26 10:55:34 -04:00
github-actions[bot]
e7130884a0
Version Packages
2021-08-26 11:25:27 +00:00
Brian Fletcher
d887ad08c5
proxy backend to take care of encoding sonar token
...
Signed-off-by: Brian Fletcher <brian@roadie.io >
2021-08-26 12:20:46 +01:00
Erik Engervall
47302ba9e3
Merge pull request #6947 from backstage/erikengervall/dont-expose-api-mocks
...
[plugin] GRM: Don't expose API mock files
2021-08-26 11:24:00 +02:00
Fredrik Adelöw
940b6564f7
Merge pull request #6946 from backstage/freben/more-entity-opts
...
Use the history API directly in `useEntityListProvider`
2021-08-26 09:38:32 +02:00
Fredrik Adelöw
d39e7d1411
Use the history API directly in useEntityListProvider
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2021-08-26 08:15:51 +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
Gregory Yogan
977b1dfbea
Re-adding user namespacing
...
Signed-off-by: Gregory Yogan <gregory.yogan@unity3d.com >
2021-08-25 13:12:00 -07: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
572b84facb
Merge pull request #6942 from defaultbr/fix-big-names-in-explore-plugin
...
handle big names in explore plugin
2021-08-25 18:37:28 +02:00
Tarcisio Ambrosio Wensing
978aa71037
fix missing selector in test
...
Signed-off-by: Tarcisio Ambrosio Wensing <tarcisio.wensing@midway.com.br >
2021-08-25 12:10:38 -03:00
Fredrik Adelöw
56223de429
Merge pull request #6956 from backstage/freben/chromatic-ownership-fix
...
Fix the chromatic error in OwnershipCard
2021-08-25 16:46:37 +02:00
Fredrik Adelöw
4679ac5b34
Fix the chromatic error in OwnershipCard
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2021-08-25 16:32:03 +02:00