Commit Graph

16380 Commits

Author SHA1 Message Date
Mustansar Anwar ul Samad 957ae8059b Use themeId in TemplateCard from theme object
The themeId should be picked up from the object to make sure that
when a custom theme is provided, it's pageTheme list is used instead
of one in the default theme package

Signed-off-by: Mustansar Anwar ul Samad <mustansar.samad@gmail.com>
2021-08-31 16:47:18 +12:00
Fredrik Adelöw d6ae53f8c4 Merge pull request #6994 from backstage/erikengervall/add-keys-to-custom-feature-list
[GRM plugin] Add keys to custom features list
2021-08-30 17:14:31 +02:00
Fredrik Adelöw 5670ae8a39 Merge pull request #6694 from backstage/dependabot/npm_and_yarn/react-hook-form-7.12.2
chore(deps): bump react-hook-form from 6.15.4 to 7.12.2
2021-08-30 17:12:54 +02:00
Himanshu Mishra 5c14924655 Merge pull request #6997 from FilipPyrek/patch-1 2021-08-30 16:52:12 +02:00
Fredrik Adelöw e0a6aea82c fix up types and rebase
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-08-30 15:55:37 +02:00
Filip Pýrek 0ff3cd6c1f Add AWS CloudFormation plugin
Signed-off-by: Filip Pýrek <PyrekFilip@gmail.com>
2021-08-30 15:16:16 +02:00
Dominik Henneke b7fd169a44 Merge pull request #6993 from SDA-SE/feat/export-urlreader-types 2021-08-30 12:21:17 +02:00
Fredrik Adelöw 3de44ceffc Merge pull request #6931 from ananthulasrikar/fix
Fixes for create-app template from 0.3.30, 0.3.25
2021-08-30 12:03:17 +02:00
Erik Engervall 68174d5959 Replace box with fragment
Signed-off-by: Erik Engervall <erik.engervall@gmail.com>
2021-08-30 11:54:15 +02:00
Erik Engervall 27ef7b645b Add changeset
Signed-off-by: Erik Engervall <erik.engervall@gmail.com>
2021-08-30 11:47:45 +02:00
Erik Engervall d78742783c add keys to custom features list
Signed-off-by: Erik Engervall <erik.engervall@gmail.com>
2021-08-30 11:47:26 +02:00
Fredrik Adelöw e3572a7f4e oops
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-08-30 11:30:37 +02:00
blam 5c519aee78 chore: duplicate the helper function for now under core-components
Signed-off-by: blam <ben@blam.sh>
2021-08-30 11:28:59 +02:00
blam 4919013771 chore: reset register component as it's going away in another PR
Signed-off-by: blam <ben@blam.sh>
2021-08-30 11:28:59 +02:00
Dominik Henneke 3c684fdb9c fix(catalog-import): migrate to the new react-hook-form version
Signed-off-by: Dominik Henneke <dominik.henneke@sda-se.com>
2021-08-30 11:27:31 +02:00
blam 508520ffbc chore: fixing up some migrations
Signed-off-by: blam <ben@blam.sh>
2021-08-30 11:25:18 +02:00
blam 02d4119e10 chore: updating custom provider
Signed-off-by: blam <ben@blam.sh>
2021-08-30 11:23:27 +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
Fredrik Adelöw 25924638ba fix review comments
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-08-30 11:20:08 +02:00
Dominik Henneke 714a2a9184 Export type that are needed to implement a new UrlReader
Signed-off-by: Dominik Henneke <dominik.henneke@sda-se.com>
2021-08-30 10:58:21 +02:00
Dominik Henneke b4e0c6eafd Merge pull request #6983 from SDA-SE/feat/better-about
Update the `AboutCard` to properly support non-standard entity types and rework the defaults for the build-in kinds
2021-08-30 10:44:13 +02:00
Dominik Henneke 21becc9441 Don't explicitly set target but instead fallback to the logic in the Link component
Signed-off-by: Dominik Henneke <dominik.henneke@sda-se.com>
2021-08-30 09:57:09 +02:00
Tim Hansen bc9639c4ae Merge pull request #6990 from samiurrehman92/patch-1
Add Taxfix as adopters
2021-08-29 10:37:29 -06:00
Sami Ur Rehman 35fe4f8eb9 Add Taxfix as adopters
Signed-off-by: Sami Ur Rehman <sami.ur-rehamn@taxfix.de>
2021-08-29 17:47:01 +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 0667c5c321 Merge pull request #6988 from hakamadare/hakamadare/azure-auth-typo-fix
fix(docs): typo `tenentId` in Azure auth provider doc
2021-08-28 00:06:39 +02:00
Steve Huff 31892ee255 fix(changeset): adding changeset
Signed-off-by: Steve Huff <shuff@vecna.org>
2021-08-27 17:18:05 -04:00
Steve Huff 45819d2664 fix(docs): typo tenentId in Azure auth provider doc
Signed-off-by: Steve Huff <shuff@vecna.org>
2021-08-27 17:07:49 -04: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 29f3173b40 Merge pull request #6986 from backstage/freben/oops-import
fixed two cross-package imports
2021-08-27 20:30:47 +02: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
Patrik Oldsberg 5fe3013fc1 Merge pull request #6985 from backstage/rugvip/flake
e2e-test: avoid page reload between text search attempts
2021-08-27 18:04:06 +02: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
Dominik Henneke 10db3ce099 Update the AboutCard to properly support non-standard entity types and rework the defaults for the build-in kinds
Signed-off-by: Dominik Henneke <dominik.henneke@sda-se.com>
2021-08-27 17:15:48 +02: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 82fecb0405 fix: update CHANGESET
Signed-off-by: @pawelmitka <pawel.mitka@brainly.com>
2021-08-27 16:37:49 +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
Dominik Henneke aaa1dd17b1 Use a Link for the edit button on the AboutCard instead of doing window.open(...)
Signed-off-by: Dominik Henneke <dominik.henneke@sda-se.com>
2021-08-27 14:53:49 +02:00
Fredrik Adelöw 584cb2b44e Merge pull request #6978 from backstage/freben/missed
add a changeset that was missed previously
2021-08-27 14:31:20 +02:00
Raghunandan Balachandran 15bfed2617 Update README.md (#6977)
Signed-off-by: Raghunandan <soapraj@gmail.com>
2021-08-27 12:51:15 +02: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