Commit Graph

15026 Commits

Author SHA1 Message Date
Philipp Hugenroth 48ec80da3a Apply generic table page to ApiExplorer
Signed-off-by: Philipp Hugenroth <philipph@spotify.com>
2021-07-12 17:27:44 +02:00
Philipp Hugenroth 2a295bcec9 Add TablePage components
- Change CatalogPage to use generic TablePage

Signed-off-by: Philipp Hugenroth <philipph@spotify.com>
2021-07-12 14:41:30 +02:00
Philipp Hugenroth 921ca0e56e Merge branch 'master' into generic-grid--page 2021-07-12 09:32:36 +02:00
Tim 18c767e7af Merge pull request #6425 from kuangp/fix/typeFilter
fix(useEntityTypeFilter): fetch unique set of types ignoring case sensitivity
2021-07-09 11:39:20 -06:00
Tim e0f9bf3922 Merge pull request #6424 from OscarDHdz/scaffolder-equiality-helper
Scaffolder: Add handlebar 'eq' helper
2021-07-09 11:29:38 -06:00
Phil Kuang e13f0fb9de fix(useEntityTypeFilter): fetch unique set of types ignoring case sensitivity
Signed-off-by: Phil Kuang <pkuang@factset.com>
2021-07-09 13:24:13 -04:00
OscarDHdz 84d329e2a6 Scaffolder: Add handlebar 'eq' helper
Signed-off-by: OscarDHdz <v-ohernandez@expediagroup.com>
2021-07-09 12:13:15 -05:00
Ben Lambert 2c3f301f82 Merge pull request #6419 from backstage/orkohunter/chore-remove-testyaml
chore: remove empty test.yaml in the project
2021-07-09 18:19:22 +02:00
Ben Lambert c745665e81 Merge pull request #6421 from backstage/orkohunter/backstage.spotify.com
microsite: Update contact Backstage team @ Spotify URL
2021-07-09 18:17:58 +02:00
Philipp Hugenroth db935a4c10 Fix tests to support window.matchMedia & add tests for responsiveness
Signed-off-by: Philipp Hugenroth <philipph@spotify.com>
2021-07-09 13:57:12 +02:00
Philipp Hugenroth 9cf8779dda Remove unused theme HOC
Signed-off-by: Philipp Hugenroth <philipph@spotify.com>
2021-07-09 13:57:12 +02:00
Philipp Hugenroth e50d7bf9ac Add changeset
Signed-off-by: Philipp Hugenroth <philipph@spotify.com>
2021-07-09 13:57:12 +02:00
Philipp Hugenroth 84feb21147 Wrap catalog filters in accordion for smaller screens
Signed-off-by: Philipp Hugenroth <philipph@spotify.com>
2021-07-09 13:57:12 +02:00
Eric Peterson b361b32194 Merge pull request #6418 from SDA-SE/feat/async-index
Change return value of `SearchEngine.index` to `Promise<void>`
2021-07-09 13:20:01 +02:00
Himanshu Mishra 363ac329ab microsite: Update contact Backstage team @ Spotify URL
Signed-off-by: Himanshu Mishra <himanshu@orkohunter.net>
2021-07-09 12:50:53 +02:00
Himanshu Mishra fb21e406fa chore: remove empty test.yaml in the project
Signed-off-by: Himanshu Mishra <himanshu@orkohunter.net>
2021-07-09 12:22:42 +02:00
Oliver Sand 97b2eb37b2 Change return value of SearchEngine.index to Promise<void>
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
2021-07-09 11:26:42 +02:00
Ben Lambert ec5ebc4df5 Merge pull request #6412 from backstage/dependabot/npm_and_yarn/rollup-plugin-dts-3.0.2
chore(deps): bump rollup-plugin-dts from 3.0.1 to 3.0.2
2021-07-09 09:58:20 +02:00
Ben Lambert 143dc1467b Merge pull request #6398 from RoadieHQ/fix-codeowners-processor-user-entity-ref
Codeowners processor should specify kind for user entities.
2021-07-09 09:56:57 +02:00
Emma Indal cecfe5c7f5 [Search] docs updates (#6402)
* add link to collator implementation to search docs

Signed-off-by: Emma Indal <emma.indahl@gmail.com>

* clean up types from registering new collators  as its now a attribute of the collator itself

Signed-off-by: Emma Indal <emma.indahl@gmail.com>

* one more

Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2021-07-09 09:35:16 +02:00
Fredrik Adelöw 1fa1e4e786 Merge pull request #6409 from kuangp/feat/ensureExists
feat(db-config): support a ensureExists config option
2021-07-09 07:27:18 +02:00
dependabot[bot] c8c15a9af2 chore(deps): bump rollup-plugin-dts from 3.0.1 to 3.0.2
Bumps [rollup-plugin-dts](https://github.com/Swatinem/rollup-plugin-dts) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/Swatinem/rollup-plugin-dts/releases)
- [Changelog](https://github.com/Swatinem/rollup-plugin-dts/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Swatinem/rollup-plugin-dts/compare/v3.0.1...v3.0.2)

---
updated-dependencies:
- dependency-name: rollup-plugin-dts
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-09 04:08:56 +00:00
Tim 30534caa64 Merge pull request #6407 from backstage/backend-debugging
Add debugging instructions to backend README
2021-07-08 17:06:58 -06:00
Phil Kuang 5f6f2fd96f feat(db-config): support a ensureExists config option
Signed-off-by: Phil Kuang <pkuang@factset.com>
2021-07-08 17:53:19 -04:00
Tim Hansen 9d38188c2b start-backend
Signed-off-by: Tim Hansen <timbonicus@gmail.com>
2021-07-08 15:20:14 -06:00
Tim 9eccc589b7 Merge pull request #6367 from kuangp/entity-list-query-params
Use query params with useEntityListProvider
2021-07-08 13:31:00 -06:00
Himanshu Mishra e7b81645f2 Merge pull request #6404 from fengypants/icons
microsite: Updated SVGs for core feature icons
2021-07-08 20:53:38 +02:00
Himanshu Mishra 4df5440a29 Merge pull request #6403 from goober/bugfix/expose-ldap-classes 2021-07-08 20:52:32 +02:00
Phil Kuang d84778c257 feat(EntityListProvider): store filter values in query params
Signed-off-by: Phil Kuang <pkuang@factset.com>
2021-07-08 14:46:44 -04:00
Tim Hansen 86e4920ee0 Add debugging instructions to backend README
Signed-off-by: Tim Hansen <timbonicus@gmail.com>
2021-07-08 12:42:00 -06:00
Jeff Feng 3129663cef Updated SVGs for core feature icons
New SVG exports:

Stroke width updated to 2.5px.

Fixed the helm illustration in the K8s icon.

Signed-off-by: Jeff Feng <fengypants@gmail.com>
2021-07-08 13:18:21 -04:00
Mathias Åhsberg afe3e4b548 Expose missing types used by the ldap transformers
Signed-off-by: Mathias Åhsberg <mathias.ahsberg@resurs.se>
2021-07-08 16:36:26 +00:00
Tim Hansen dd69629625 Use query params with useEntityListProvider
Signed-off-by: Tim Hansen <timbonicus@gmail.com>
2021-07-08 11:20:36 -04:00
Ben Lambert df12cc25aa Merge pull request #6322 from backstage/mob/nunjucks-renderer
scaffolder: Add a node-based templating action
2021-07-08 16:51:51 +02:00
Ben Lambert a43e5d1de6 Merge pull request #6150 from backstage/mob/use-entity-list-provider-in-scaffolder-page
Use `EntityListProvider` in `ScaffolderPage`
2021-07-08 16:50:55 +02:00
Ben Lambert be39c49690 Merge pull request #6201 from matteobarone/chore/user-settings-export-general-component
Rename Components and `export` them from `plugin-user-settings`
2021-07-08 16:50:04 +02:00
Iain Billett fa6a5c025d Typo
Signed-off-by: Iain Billett <iain@roadie.io>
2021-07-08 15:47:19 +01:00
Ben Lambert 6699d9c29d Merge pull request #6391 from backstage/dependabot/npm_and_yarn/types/prop-types-15.7.4
chore(deps): bump @types/prop-types from 15.7.3 to 15.7.4
2021-07-08 16:47:17 +02:00
Iain Billett e1f97de053 Update plugins/catalog-backend/src/ingestion/processors/codeowners/resolve.ts
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Signed-off-by: Iain Billett <iain@roadie.io>
2021-07-08 15:24:03 +01:00
Ben Lambert 6cebb9d587 Merge pull request #6306 from backstage/changeset-release/master
Version Packages
2021-07-08 14:05:05 +02:00
github-actions[bot] de67704be9 Version Packages 2021-07-08 11:37:02 +00:00
Iain Billett 8b048934bc Codeowners processor should specify kind for user entities.
The codeowners processor extracts the username of the primary
owner and uses this as the owner field. Given the kind isn't
specified this is assumed to be a group and so the link to
owner in the about card doesn't work. This change specifies
the a kind where the entity is a user. e.g:
`@iain-b` -> `user:iain-b`

Signed-off-by: Iain Billett <iain@roadie.io>
2021-07-08 12:33:15 +01:00
Ben Lambert 66b96c3016 Merge pull request #6386 from carlo-colombo/fix-git-url-parse-version
Fix git url parse version
2021-07-08 13:30:37 +02:00
Eric Peterson 762755c9f6 Merge pull request #6396 from backstage/mob/fix-code-scroll
[TechDocs] Add styles for scrollbars in long code blocks
2021-07-08 13:16:33 +02:00
Eric Peterson 0172d3424b Changeset
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2021-07-08 12:24:18 +02:00
Eric Peterson b5ee8b0a53 Add styles for scrollbars in long code blocks. #5467
Co-authored-by: Camila Belo <camilaibs@gmail.com>
Co-authored-by: Raghunandan Balachandran <raghunandan@spotify.com>
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2021-07-08 12:14:52 +02:00
Oliver Sand d4507650bd Merge pull request #6381 from SDA-SE/feat/better-lunr-results
Build search queries using the query build in `LunrSearchEngine`
2021-07-08 11:43:28 +02:00
Carlo Colombo 6841e01132 fix git-url-parse minor version, 11.5.x broke bitbucket server integration
Signed-off-by: Carlo Colombo <carlo.colombo@klarna.com>
2021-07-08 10:46:11 +02:00
dependabot[bot] 85abb56d8c chore(deps): bump @types/prop-types from 15.7.3 to 15.7.4
Bumps [@types/prop-types](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/prop-types) from 15.7.3 to 15.7.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/prop-types)

---
updated-dependencies:
- dependency-name: "@types/prop-types"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-08 04:07:25 +00:00
Oliver Sand 5c99a34c69 Merge pull request #6387 from SDA-SE/feat/fix-export
Fix export type of `ScaffolderFieldExtensions`
2021-07-07 20:40:16 +02:00