Commit Graph

10688 Commits

Author SHA1 Message Date
Juan Lulkin a965a70548 Removes unused makeStyles 2021-02-25 13:47:28 +01:00
Juan Lulkin 8801ede191 Removes unused getByTestId 2021-02-25 13:40:23 +01:00
Juan Lulkin 1a074cfe5e Makes SplunkOnCallCard comply with new IconLinkVertical APIs 2021-02-25 13:37:02 +01:00
Juan Lulkin da2283b357 Updates AboutCard to match new IconLinkVertical contract 2021-02-25 11:33:50 +01:00
Juan Lulkin a47bb1e756 Removes testId on IconLinkVerical 2021-02-25 10:02:35 +01:00
Juan Lulkin 3d124a5916 Changes component in docs example to be EntityPagerDutyCard 2021-02-25 10:02:35 +01:00
Juan Lulkin 680baabe5f Removes testId prop and change specs accordingly 2021-02-25 10:02:35 +01:00
Juan Lulkin 5ec624b5bd Fix type export HeaderIconLinkRowProps 2021-02-25 10:02:34 +01:00
Juan Lulkin a120e401b5 Fix trigger button design when disabled 2021-02-25 10:02:34 +01:00
Juan Lulkin 820681544a Removes entity prop in the docs example 2021-02-25 10:02:34 +01:00
Juan Lulkin ff5d373a97 Adds pager duty specific use hook 2021-02-25 10:02:34 +01:00
Juan Lulkin 80cd6ab3b1 Removes key prop from IconLinkVerticalProps 2021-02-25 10:02:34 +01:00
Juan Lulkin 51ab38a5a1 Moves PagerDutyCard to its own folder 2021-02-25 10:02:34 +01:00
Juan Lulkin 0f8e1548ef Adds testId to IconLinkVertical 2021-02-25 10:02:34 +01:00
Juan Lulkin 10e78b3c58 Allows HeaderIconLinkRow to handle onClicks 2021-02-25 10:02:34 +01:00
Juan Lulkin 4c049a1a13 Allows trigger button to render without pager duty key 2021-02-25 10:02:33 +01:00
Fredrik Adelöw 674202d2d2 Merge pull request #4678 from backstage/freben/storybook
Supply an app context in storybook plugin test
2021-02-25 09:56:53 +01:00
Fredrik Adelöw 6ce580e336 Supply an app context in storybook plugin test 2021-02-25 09:10:14 +01:00
Fredrik Adelöw 42effe47fb Merge pull request #4693 from backstage/dependabot/npm_and_yarn/knex-0.21.18
chore(deps): bump knex from 0.21.8 to 0.21.18
2021-02-25 07:15:02 +01:00
Fredrik Adelöw 89cf463a14 Merge pull request #4691 from backstage/dependabot/npm_and_yarn/eslint-plugin-jest-24.1.5
chore(deps): bump eslint-plugin-jest from 24.1.0 to 24.1.5
2021-02-25 07:10:43 +01:00
Fredrik Adelöw 118fb2cb21 Merge pull request #4690 from backstage/dependabot/npm_and_yarn/types/luxon-1.26.0
chore(deps-dev): bump @types/luxon from 1.25.0 to 1.26.0
2021-02-25 07:10:05 +01:00
dependabot[bot] 98c82f92cd chore(deps): bump knex from 0.21.8 to 0.21.18
Bumps [knex](https://github.com/knex/knex) from 0.21.8 to 0.21.18.
- [Release notes](https://github.com/knex/knex/releases)
- [Changelog](https://github.com/knex/knex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/knex/knex/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-25 04:33:55 +00:00
dependabot[bot] 65b1a01f0a chore(deps): bump eslint-plugin-jest from 24.1.0 to 24.1.5
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.1.0 to 24.1.5.
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.0...v24.1.5)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-25 04:24:38 +00:00
dependabot[bot] fbc3e92a69 chore(deps-dev): bump @types/luxon from 1.25.0 to 1.26.0
Bumps [@types/luxon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/luxon) from 1.25.0 to 1.26.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/luxon)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-25 04:23:45 +00:00
Fredrik Adelöw 49be39b92a Merge pull request #4684 from rbideau/1821-cli-invalid-host-header
Fix invalid host header errors
2021-02-24 22:45:51 +01:00
r.bideau f90a49fb8a Rephrase config advice in contrib doc for proxy
Signed-off-by: r.bideau <7304827+rbideau@users.noreply.github.com>
2021-02-24 20:32:13 +01:00
Fredrik Adelöw e1fa1be044 Merge pull request #4687 from adamdmharvey/debug-log
feat(backend-commmon): Change debug color to grey
2021-02-24 20:21:22 +01:00
Fredrik Adelöw 87d657f2eb Merge pull request #4686 from sipios/feature/use-breadcrumbs-from-core
Use Breadcrumb from @backstage/core
2021-02-24 20:20:36 +01:00
Adam Harvey 8adb48df4c Change debug color to grey 2021-02-24 14:00:09 -05:00
Woody Rousseau 04667f5712 Use Breadcrumb from @backstage/core 2021-02-24 19:31:28 +01:00
r.bideau a908e00e5f Fix some other typo and add theia to vocab
Signed-off-by: r.bideau <7304827+rbideau@users.noreply.github.com>
2021-02-24 19:16:54 +01:00
Raphaël Bideau 7aae53a227 Fix typo contrib doc for proxy
Co-authored-by: Adam Harvey <adam.harvey@dxc.com>
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
2021-02-24 19:09:29 +01:00
r.bideau c9971cc040 Update contrib doc for proxy with configuration sample 2021-02-24 18:37:03 +01:00
r.bideau 02437824b3 Allow url.hostname in WebpackDevServer config
Signed-off-by: r.bideau <7304827+rbideau@users.noreply.github.com>
2021-02-24 18:36:20 +01:00
Andrew Thauer e93d7048a3 Merge pull request #4682 from andrewthauer/fix/test-errors-warnings
fix: test failures & warnings
2021-02-24 10:38:12 -05:00
Fredrik Adelöw de3b0f68d7 Merge pull request #4680 from mijailr/error-logger
Add ErrorHandler option to log client errors
2021-02-24 16:23:21 +01:00
Andrew Thauer 28adfd3c4c fix: test failures & warnings 2021-02-24 10:12:49 -05:00
Fredrik Adelöw c3c3a37a2b Merge pull request #4676 from tviaud/contrib_kube_single_backend
Fix WORKDIR change in contrib plain_single_backend_deployment
2021-02-24 15:58:04 +01:00
Fredrik Adelöw 1db1477abc Merge pull request #4663 from backstage/mob/scaffolder-beta2
scaffolder-backend: initial support for beta2 templates, and refactored form schema creation
2021-02-24 14:09:50 +01:00
Mijail Rondon 4978590888 feat(errorHandler): log client errors 2021-02-24 07:50:21 -05:00
Thomas Viaud 715746ac27 Update README.md 2021-02-24 11:17:35 +00:00
Thomas Viaud 738ac785f0 fix(kube,single_backend): Fixing config location with new workdir in container 2021-02-24 11:15:03 +00:00
Patrik Oldsberg b38be1083c scaffolder: fix TemplatePage tests 2021-02-24 11:23:04 +01:00
Oliver Sand 8317e746cb Merge pull request #4652 from SDA-SE/feat/entity-page-header
Use entity relation for the owner of an entity in the catalog entity page header
2021-02-24 10:27:35 +01:00
Fredrik Adelöw d1b15c3792 Merge pull request #4673 from backstage/dependabot/npm_and_yarn/asyncapi/react-component-0.19.2
chore(deps): bump @asyncapi/react-component from 0.18.2 to 0.19.2
2021-02-24 07:57:58 +01:00
Fredrik Adelöw 304c1c8da2 Merge pull request #4672 from backstage/dependabot/npm_and_yarn/typescript-json-schema-0.49.0
chore(deps): bump typescript-json-schema from 0.47.0 to 0.49.0
2021-02-24 07:54:02 +01:00
Fredrik Adelöw 0130f43f22 Merge pull request #4671 from backstage/dependabot/npm_and_yarn/changesets/cli-2.14.1
chore(deps-dev): bump @changesets/cli from 2.14.0 to 2.14.1
2021-02-24 07:52:43 +01:00
Fredrik Adelöw 111a4fa178 Merge pull request #4670 from backstage/dependabot/npm_and_yarn/url-loader-4.1.1
chore(deps): bump url-loader from 4.1.0 to 4.1.1
2021-02-24 07:52:04 +01:00
dependabot[bot] 16ab5f3965 chore(deps): bump @asyncapi/react-component from 0.18.2 to 0.19.2
Bumps [@asyncapi/react-component](https://github.com/asyncapi/asyncapi-react) from 0.18.2 to 0.19.2.
- [Release notes](https://github.com/asyncapi/asyncapi-react/releases)
- [Commits](https://github.com/asyncapi/asyncapi-react/compare/v0.18.2...v0.19.2)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-24 04:36:30 +00:00
dependabot[bot] e2c04b6cfc chore(deps): bump typescript-json-schema from 0.47.0 to 0.49.0
Bumps [typescript-json-schema](https://github.com/YousefED/typescript-json-schema) from 0.47.0 to 0.49.0.
- [Release notes](https://github.com/YousefED/typescript-json-schema/releases)
- [Commits](https://github.com/YousefED/typescript-json-schema/compare/v0.47.0...v0.49.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-24 04:35:32 +00:00