Commit Graph

7578 Commits

Author SHA1 Message Date
Samira Mokaram d2f716d640 fix changeset 2020-11-30 10:57:16 +01:00
Adam Harvey 303c5ea171 chore(sentry,welcome): Refactor route registration to remove deprecating code (#3493)
* Refactor route registration

* Reference route RFC

* Refactor example code to remove deprecated call

* Add changeset

* Return feature flag
2020-11-30 09:04:13 +01:00
dependabot[bot] dfa91c2018 build(deps): bump moment from 2.27.0 to 2.29.1 (#3492)
Bumps [moment](https://github.com/moment/moment) from 2.27.0 to 2.29.1.
- [Release notes](https://github.com/moment/moment/releases)
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/moment/moment/compare/2.27.0...2.29.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-30 08:53:00 +01:00
dependabot[bot] f85d610edf build(deps-dev): bump prettier from 2.2.0 to 2.2.1 in /microsite (#3490)
Bumps [prettier](https://github.com/prettier/prettier) from 2.2.0 to 2.2.1.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.2.0...2.2.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-30 08:49:23 +01:00
Himanshu Mishra d40c31339b Merge pull request #3482 from backstage/orkohunter/techdocs-use-EntityName-catalog-model 2020-11-30 08:39:14 +01:00
dependabot[bot] 6cbfd462f0 build(deps-dev): bump shx from 0.3.2 to 0.3.3 (#3491)
Bumps [shx](https://github.com/shelljs/shx) from 0.3.2 to 0.3.3.
- [Release notes](https://github.com/shelljs/shx/releases)
- [Changelog](https://github.com/shelljs/shx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/shelljs/shx/compare/v0.3.2...v0.3.3)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-30 08:38:35 +01:00
Adam Harvey 3233b9f99c Update changeset for minor bump 2020-11-29 15:37:23 -05:00
Adam Harvey 7023b82af5 Merge branch 'master' of github.com:backstage/backstage into fix-visibility 2020-11-29 15:30:46 -05:00
Marek Calus 880ba03d20 Update package.json 2020-11-29 19:05:02 +01:00
Marek Calus 7eaa056201 Merge remote-tracking branch 'upstream/master' into mcalus3/add-catalog-import-plugin 2020-11-29 18:18:11 +01:00
Himanshu Mishra cffd14f666 Merge pull request #3488 from backstage/orkohunter/zoom-images-on-microsite
feat(backstage.io): Allow to zoom images like Medium
2020-11-29 14:59:55 +01:00
Fredrik Adelöw e42402b47a catalog-backend: gracefully handle missing codeowners 2020-11-29 14:48:01 +01:00
Himanshu Mishra 4122b3031f feat(backstage.io): Allow to zoom images like Medium 2020-11-29 14:02:08 +01:00
Adam Harvey 74175b988e Refactor typo in variable name (#3486) 2020-11-29 08:50:33 +01:00
Adam Harvey 4e70917597 Reference changeset 2020-11-29 00:28:48 -05:00
Adam Harvey d40eddac9d Refactor visibility typo 2020-11-29 00:22:10 -05:00
Himanshu Mishra da2ad65cb5 techdocs: Add changeset for entity type change 2020-11-28 21:09:35 +01:00
Himanshu Mishra 85af34ffd5 techdocs: Use EntityName from catalog-model as Entity type 2020-11-28 20:02:40 +01:00
Patrik Oldsberg 4a655c89db cli,create-app: bump esbuild + remove resolutions override in create-app 2020-11-28 17:22:40 +01:00
Peter Colapietro b9d1dc9f58 fix(react): add key prop to NotFoundErrorPage route
Avoids:
```
Warning: Each child in a list should have a unique "key" prop.

Check the render method of `App`. See https://fb.me/react-warning-keys for more information.
    in Route
    in App (at src/index.tsx:6)
```
2020-11-27 13:00:35 -05:00
Peter Colapietro 3f947b70d1 fix(react): use fragment (#3478)
The empty state's description is already wrapped in a Typography component so the one in MissingImplementsApisEmptyState is redundant.

https://github.com/backstage/backstage/blob/bbaadb63f88d0f7d42acb9fa1b1644f85bf1043e/packages/core/src/components/EmptyState/EmptyState.tsx#L57

By wrapping the EmptyState's description in a Typography the following warning is output to the console

```
react-dom.development.js?1930:89 Warning: validateDOMNesting(...): <p> cannot appear as a descendant of <p>.
    in p (created by ForwardRef(Typography))
    in ForwardRef(Typography) (created by WithStyles(ForwardRef(Typography)))
    in WithStyles(ForwardRef(Typography)) (created by MissingImplementsApisEmptyState)
    in p (created by ForwardRef(Typography))
    in ForwardRef(Typography) (created by WithStyles(ForwardRef(Typography)))
    in WithStyles(ForwardRef(Typography)) (created by EmptyState)
    in div (created by ForwardRef(Grid))
    in ForwardRef(Grid) (created by WithStyles(ForwardRef(Grid)))
    in WithStyles(ForwardRef(Grid)) (created by EmptyState)
    in div (created by ForwardRef(Grid))
    in ForwardRef(Grid) (created by WithStyles(ForwardRef(Grid)))
    in WithStyles(ForwardRef(Grid)) (created by EmptyState)
    in div (created by ForwardRef(Grid))
    in ForwardRef(Grid) (created by WithStyles(ForwardRef(Grid)))
    in WithStyles(ForwardRef(Grid)) (created by EmptyState)
    in EmptyState (created by MissingImplementsApisEmptyState)
    in MissingImplementsApisEmptyState (created by Router)
    in Router (at EntityPage.tsx:78)
    in article (created by Content)
    in Content (created by Layout)
    in Layout (created by EntityPageLayout)
    in div (created by Page)
    in ThemeProvider (created by Page)
    in Page (created by EntityPageLayout)
    in EntityPageLayout (at EntityPage.tsx:64)
    in ServiceEntityPage (at EntityPage.tsx:127)
    in EntityPage (created by EntityPageSwitch)
    in EntityPageSwitch (created by Router)
    in EntityProvider (created by Router)
    in Route (created by Router)
    in Routes (created by Router)
    in Router (at App.tsx:46)
    in Route (at App.tsx:44)
    in Routes (at App.tsx:42)
    in div (created by SidebarPage)
    in SidebarPage (at App.tsx:40)
    in Route (created by AppRouter)
    in Routes (created by AppRouter)
    in Router (created by BrowserRouter)
    in BrowserRouter (created by AppRouter)
    in AppRouter (at App.tsx:39)
    in CssBaseline (created by WithStyles(CssBaseline))
    in WithStyles(CssBaseline) (created by AppThemeProvider)
    in ThemeProvider (created by AppThemeProvider)
    in AppThemeProvider (created by Provider)
    in AppContextProvider (created by Provider)
    in ApiProvider (created by Provider)
    in Provider (at App.tsx:36)
    in App (at src/index.tsx:6)
```

Co-authored-by: Peter Colapietro <petercolapietro@gmail.com>
2020-11-27 18:08:37 +01:00
Samira Mokaram 6a02802d72 use Progress 2020-11-27 16:59:16 +01:00
Marek Calus b26e3dacd9 Fixdependency version 2020-11-27 16:37:48 +01:00
Samira Mokaram b2013cc40b refactor type 2020-11-27 16:35:53 +01:00
Samira Mokaram 43d0967db8 refactor code 2020-11-27 16:10:55 +01:00
Himanshu Mishra bbaadb63f8 Merge pull request #3477 from backstage/orkohunter/yarn-lock-sync
chore: Run yarn to update yarn.lock
2020-11-27 16:05:54 +01:00
Himanshu Mishra 993e039c84 chore: run yarn to update yarn.lock 2020-11-27 15:23:19 +01:00
Ben Lambert bdc291eb7d Merge pull request #3472 from Fox32/fix-windows-builds
Fix remaining test issues on Windows
2020-11-27 15:08:23 +01:00
Patrik Oldsberg ef50326ebb Merge pull request #3446 from backstage/changeset-release/master
Version Packages
2020-11-27 15:00:59 +01:00
samiramkr a57ed028f8 Update plugins/pagerduty/README.md
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
2020-11-27 14:49:51 +01:00
Samira Mokaram ac6e65aa1a create MissingTokenError and flatten error 2020-11-27 14:17:17 +01:00
Patrik Oldsberg b08351ebb4 plugins: keep plugin package.json in sync 2020-11-27 14:15:08 +01:00
Oliver Sand 1162318d06 Fix remaining test issues on Windows
#3459 was on the right way but missed some places.
2020-11-27 13:51:49 +01:00
github-actions[bot] 892645b815 Version Packages 2020-11-27 12:51:09 +00:00
Patrik Oldsberg 21d75ddf1c Merge pull request #3475 from backstage/rugvip/rolldown
cli: narrow version range of rollup-plugin-esbuild to avoid breaking change
2020-11-27 13:47:15 +01:00
Himanshu Mishra d4704d14a0 Merge pull request #3452 from backstage/orkohunter/techdocs-page-edit-button 2020-11-27 13:42:07 +01:00
Patrik Oldsberg b623cc275c cli: narrow version range of rollup-plugin-esbuild to avoid breaking change 2020-11-27 13:15:23 +01:00
Dominik Henneke 0e1f240a99 Change the proxy setting to be optional 2020-11-27 11:24:59 +01:00
Samira Mokaram aa88559488 use discoveryApi 2020-11-27 11:24:19 +01:00
Dominik Henneke 8432bde46a Use inline type instead of a dedicated interface 2020-11-27 11:11:03 +01:00
Samira Mokaram 60b290cd0b use discoveryApi and update readme 2020-11-27 11:10:04 +01:00
Oliver Sand a081f9fac8 Merge pull request #3463 from SDA-SE/feat/handle-empty-yaml-documents
Handle empty YAML documents
2020-11-27 11:06:07 +01:00
Oliver Sand 9ce60b24e2 Merge pull request #3464 from SDA-SE/feat/well-known-relations-apis
Clarify that consumesApi and providesApi are two different relationships
2020-11-27 11:05:45 +01:00
Stefan Ålund 7c3e07a998 Fix changeset 2020-11-27 10:58:24 +01:00
Ben Lambert 0c3045c738 Merge pull request #3470 from backstage/dependabot/npm_and_yarn/graphql-codegen/typescript-resolvers-1.17.12
build(deps-dev): bump @graphql-codegen/typescript-resolvers from 1.17.8 to 1.17.12
2020-11-27 10:21:05 +01:00
Oliver Sand e615974369 Merge pull request #3468 from SDA-SE/fix-short-singers
Remove wrong markdown
2020-11-27 09:59:07 +01:00
dependabot[bot] 773084bf87 build(deps-dev): bump @graphql-codegen/typescript-resolvers
Bumps [@graphql-codegen/typescript-resolvers](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/resolvers) from 1.17.8 to 1.17.12.
- [Release notes](https://github.com/dotansimha/graphql-code-generator/releases)
- [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/plugins/typescript/resolvers/CHANGELOG.md)
- [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/typescript-resolvers@1.17.12/packages/plugins/typescript/resolvers)

Signed-off-by: dependabot[bot] <support@github.com>
2020-11-27 04:52:26 +00:00
Patrik Oldsberg 65fac8c583 Merge pull request #3469 from backstage/rugvip/scopeconf
cli: only load config schema that applies to the target package
2020-11-27 01:13:47 +01:00
Patrik Oldsberg 4c272895d5 Merge pull request #3467 from backstage/rugvip/bumpster
cli: make versions:bump properly bump the versions of all @backstage packages
2020-11-27 01:12:57 +01:00
Patrik Oldsberg b3d4e4e57a backend-common: move the frontend visibility of config to @backstage/integration 2020-11-26 22:28:38 +01:00