Commit Graph

23598 Commits

Author SHA1 Message Date
MT Lewis 5d342c7169 Merge pull request #9857 from backstage/catalog-backend-permission-alpha
catalog-backend: mark permission-related exports as alpha
2022-03-01 13:42:38 +00:00
Johan Haals 194c64b5b1 Merge pull request #9877 from backstage/jhaals/result-entityref
catalog-backend: Remove entityRef from CatalogProcessorRelationResult
2022-03-01 14:34:00 +01:00
Johan Haals 3415b7153e Merge pull request #9871 from backstage/jhaals/remove-handleError
catalog-backend: Remove catalogProcessor.handleError
2022-03-01 14:33:11 +01:00
Johan Haals 66a7c72f63 Merge pull request #9870 from backstage/jhaals/dep-BitbucketRepositoryParser
catalog-backend: inline and deprecate BitbucketRepositoryParser type
2022-03-01 14:32:52 +01:00
Mike Lewis e02960f30f catalog-backend: add alpha setup to package.json
Signed-off-by: Mike Lewis <mtlewis@users.noreply.github.com>
2022-03-01 12:56:42 +00:00
Johan Haals b19061a547 update api report
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-03-01 13:47:25 +01:00
Johan Haals 1f2dbbbeaa Merge pull request #9820 from backstage/jhaals/mark-useEntityPermission-alpha
catalog-react: mark useEntityPermission as alpha
2022-03-01 13:44:06 +01:00
Johan Haals 862e416239 catalog-backend: Remove entityRef from CatalogProcessorRelationResult
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-03-01 13:34:38 +01:00
Johan Haals b5c6fbc52c Merge pull request #9867 from backstage/jhaals/rem-storage
core-plugin-api: Remove deprecated get method from StorageApi
2022-03-01 13:21:06 +01:00
Johan Haals e5ccbae0bc Merge pull request #9862 from backstage/dependabot/npm_and_yarn/types/react-sparklines-1.7.2
chore(deps): bump @types/react-sparklines from 1.7.0 to 1.7.2
2022-03-01 11:40:25 +01:00
Johan Haals ee12442410 Merge pull request #9863 from backstage/dependabot/npm_and_yarn/postcss-8.4.7
chore(deps): bump postcss from 8.4.6 to 8.4.7
2022-03-01 11:40:03 +01:00
Johan Haals c85292b768 catalog-backend: Remove catalogProcessor.handleError
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-03-01 11:28:59 +01:00
Johan Haals fc6d31b5c3 add changeset
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-03-01 11:15:06 +01:00
Johan Haals be68702834 catalog-backend: inline and deprecate BitbucketRepositoryParser type
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-03-01 11:13:28 +01:00
Patrik Oldsberg f587dcc5bf Merge pull request #9838 from backstage/rugvip/auto-bump
scripts/prepare-release: update to detect patch versions from patch branches
2022-03-01 10:57:50 +01:00
Johan Haals bb2bb36651 core-plugin-api: Remove deprecated get method from StorageApi
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-03-01 10:50:23 +01:00
Patrik Oldsberg 2638cd044c Merge pull request #9669 from backstage/rugvip/starred
catalog-react: move DefaultStarredEntitiesApi to catalog plugin + fixes
2022-03-01 10:47:21 +01:00
Johan Haals 094f404c3f Merge pull request #9868 from backstage/jhaals/scriptz
scripts: Update list-deprecations script to use new release tags
2022-03-01 10:21:35 +01:00
Johan Haals 5f48904969 scripts: Update list-deprecations script to use new release tags
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-03-01 09:44:46 +01:00
Johan Haals 6fa174810f Merge pull request #9804 from backstage/jhaals/cleanup-auth
core-app-api: Remove deprecated auth ApiRefs
2022-03-01 09:39:34 +01:00
dependabot[bot] 9b4b73719e chore(deps): bump postcss from 8.4.6 to 8.4.7
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.6 to 8.4.7.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.6...8.4.7)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-01 04:11:05 +00:00
dependabot[bot] 40ef5d33d3 chore(deps): bump @types/react-sparklines from 1.7.0 to 1.7.2
Bumps [@types/react-sparklines](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-sparklines) from 1.7.0 to 1.7.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-sparklines)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-01 04:10:40 +00:00
Mike Lewis 0c9cf2822d catalog-backend: mark permission-related exports as alpha
Marks all strictly permission-related exports in catalog-backend as
alpha. There are permission-related properties on other exports, so
this doesn't entirely protect us from future breaking changes, but
it will certainly reduce the number.

Signed-off-by: Mike Lewis <mtlewis@users.noreply.github.com>
2022-02-28 18:38:04 +00:00
Patrik Oldsberg 303063a655 catalog-react: added MockStarredEntitiesApi + usage
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-02-28 17:33:28 +01:00
Patrik Oldsberg c89785166d Merge pull request #9845 from backstage/dependabot/npm_and_yarn/rollup/plugin-commonjs-21.0.2
chore(deps): bump @rollup/plugin-commonjs from 21.0.1 to 21.0.2
2022-02-28 16:06:58 +01:00
Patrik Oldsberg 41bf054518 Merge pull request #9847 from backstage/dependabot/npm_and_yarn/microsoft/microsoft-graph-types-2.15.0
chore(deps): bump @microsoft/microsoft-graph-types from 2.13.0 to 2.15.0
2022-02-28 16:06:39 +01:00
Patrik Oldsberg c077b432b8 catalog-react: moved DefaultStarredEntitiesApi implementation to catalog plugin
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-02-28 13:52:46 +01:00
Patrik Oldsberg 03ec06bf7f catalog-react: refactor and fixes for DefaultStarredEntitiesApi
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-02-28 13:50:30 +01:00
Johan Haals 2a8d9ff635 storybook: remove usage of oauth2ApiRef & auth0AuthApiRef
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-02-28 13:16:42 +01:00
Johan Haals 96bc687026 Merge pull request #9785 from backstage/jhaals/core-app-api-cleanup
core-plugin-api: Require OAuth provider id
2022-02-28 11:46:01 +01:00
Johan Haals 2d858b5c2a use experimental type build, include alpha types
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-02-28 10:48:09 +01:00
Johan Haals 31649fbd62 Merge pull request #9843 from backstage/dependabot/npm_and_yarn/react-text-truncate-0.18.0
chore(deps): bump react-text-truncate from 0.17.0 to 0.18.0
2022-02-28 10:35:19 +01:00
Camila Belo a368457f14 Merge pull request #9833 from backstage/techdocs-copy-clipboard-feedback
[TechDocs] Add copy to clipboard feedback
2022-02-28 10:23:14 +01:00
Camila Belo 0c3ba547a6 docs(plugin-techdocs): add changeset file
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2022-02-28 09:57:19 +01:00
Camila Belo 78dab02156 feat(plugin-techdocs): add copy to clipboard feedback
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2022-02-28 09:54:04 +01:00
Johan Haals 5dcf41492f Merge pull request #9818 from backstage/jhaals/dep-getEntityMetadataViewUrl
catalog-react: Deprecate getEntityMetadataViewUrl and getEntityMetadataEditUrl
2022-02-28 09:45:25 +01:00
Johan Haals 1ac07901d4 Merge pull request #9849 from backstage/dependabot/npm_and_yarn/history-5.3.0
chore(deps): bump history from 5.2.0 to 5.3.0
2022-02-28 09:44:42 +01:00
dependabot[bot] 1db27283b8 chore(deps): bump history from 5.2.0 to 5.3.0
Bumps [history](https://github.com/remix-run/history) from 5.2.0 to 5.3.0.
- [Release notes](https://github.com/remix-run/history/releases)
- [Commits](https://github.com/remix-run/history/compare/v5.2.0...v5.3.0)

---
updated-dependencies:
- dependency-name: history
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-28 04:13:57 +00:00
dependabot[bot] f88f3cd808 chore(deps): bump @microsoft/microsoft-graph-types from 2.13.0 to 2.15.0
Bumps [@microsoft/microsoft-graph-types](https://github.com/microsoftgraph/msgraph-typescript-typings) from 2.13.0 to 2.15.0.
- [Release notes](https://github.com/microsoftgraph/msgraph-typescript-typings/releases)
- [Commits](https://github.com/microsoftgraph/msgraph-typescript-typings/compare/2.13.0...2.15.0)

---
updated-dependencies:
- dependency-name: "@microsoft/microsoft-graph-types"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-28 04:12:44 +00:00
dependabot[bot] 56e401cce0 chore(deps): bump @rollup/plugin-commonjs from 21.0.1 to 21.0.2
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) from 21.0.1 to 21.0.2.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v21.0.2/packages/commonjs)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-commonjs"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-28 04:11:49 +00:00
dependabot[bot] 64b430f80d chore(deps): bump react-text-truncate from 0.17.0 to 0.18.0
Bumps [react-text-truncate](https://github.com/ShinyChang/react-text-truncate) from 0.17.0 to 0.18.0.
- [Release notes](https://github.com/ShinyChang/react-text-truncate/releases)
- [Changelog](https://github.com/ShinyChang/React-Text-Truncate/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ShinyChang/react-text-truncate/commits)

---
updated-dependencies:
- dependency-name: react-text-truncate
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-28 04:11:12 +00:00
Patrik Oldsberg 766f969de9 scripts/prepare-release: update to detect patch versions from patch branches
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-02-26 20:52:44 +01:00
Eric Peterson 022891fe78 Merge pull request #9830 from jeremyguarini/fix_gcs_auth
Fix authentication with GCS for techdocs
2022-02-26 17:13:50 +01:00
Fredrik Adelöw d1303fc6f5 Merge pull request #9835 from backstage/dependabot/npm_and_yarn/url-parse-1.5.10
chore(deps): bump url-parse from 1.5.7 to 1.5.10
2022-02-26 12:33:44 +01:00
dependabot[bot] 2225dc9a09 chore(deps): bump url-parse from 1.5.7 to 1.5.10
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.7 to 1.5.10.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.7...1.5.10)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-26 09:41:29 +00:00
Fredrik Adelöw 2d5adc606a Merge pull request #9834 from backstage/dependabot/npm_and_yarn/microsite/url-parse-1.5.10
chore(deps): bump url-parse from 1.5.7 to 1.5.10 in /microsite
2022-02-26 10:37:51 +01:00
dependabot[bot] f397aa0930 chore(deps): bump url-parse from 1.5.7 to 1.5.10 in /microsite
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.7 to 1.5.10.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.7...1.5.10)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-26 08:51:53 +00:00
Fredrik Adelöw 8b5e2340b8 Merge pull request #9832 from backstage/dependabot/npm_and_yarn/microsite/prismjs-1.27.0
chore(deps): bump prismjs from 1.25.0 to 1.27.0 in /microsite
2022-02-26 09:51:13 +01:00
Jeremy Guarini 955be6bc7d add changeset
Signed-off-by: Jeremy Guarini <jguarini@paloaltonetworks.com>
2022-02-25 21:10:42 -08:00
Jeremy Guarini ac25a0f577 When using GCS for the techdocs storage and not setting the GOOGLE_APPLICATION_CREDENTIALS environment variable, authentication and accessing the bucket fails due to the project ID not being found.
Relevant log output

```
techdocs error from GCS client library: Unable to detect a Project Id in the current environment.
```

By adding the projectID when initializing the Storage client, this should fix the issue. This current approach expects the project_id to be in the json credentials, which it usually is.

Another option would be to re-add the app-config projectID value back and allow users to specify the projectID that way as well.

Signed-off-by: Jeremy Guarini <jguarini@paloaltonetworks.com>
2022-02-25 21:10:42 -08:00