Commit Graph

17199 Commits

Author SHA1 Message Date
Nicolas Arnold e6cb54be9b Fix formating
Signed-off-by: Nicolas Arnold <nic@roadie.io>
2021-09-28 09:15:47 +01:00
Nicolas Arnold 88622e6422 Add ability to override github app callback url
By default, the github app provider redirects back to the base url.
This change allows a user to override the GitHub App url using the config field `customCallbackUrl`.

It will look like this in the configuration:
```
auth:
  providers:
    github:
      development:
        clientId: SUPER ID
        clientSecret: SUPER SECRET
        customCallbackUrl: https://some-url.com/callback
```

Signed-off-by: Nicolas Arnold <nic@roadie.io>
2021-09-27 10:45:55 +01:00
Patrik Oldsberg a343837854 Merge pull request #7332 from backstage/dependabot/npm_and_yarn/types/luxon-2.0.4
build(deps-dev): bump @types/luxon from 1.27.0 to 2.0.4
2021-09-27 11:16:32 +02:00
Patrik Oldsberg 419c2c54a3 Merge pull request #7315 from backstage/rugvip/catalog-bork
catalog-backend: refactor deferral of entites + fix dissapearing ref bug
2021-09-27 10:29:33 +02:00
Patrik Oldsberg 2f09cdb97f use preferred luxon duration units
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-09-27 10:22:31 +02:00
Patrik Oldsberg 1c76a3c574 Merge pull request #7333 from backstage/dependabot/npm_and_yarn/types/terser-webpack-plugin-5.2.0
build(deps-dev): bump @types/terser-webpack-plugin from 5.0.4 to 5.2.0
2021-09-27 10:03:25 +02:00
Patrik Oldsberg 047abce582 Merge pull request #7334 from backstage/dependabot/npm_and_yarn/react-hook-form-7.16.1
build(deps): bump react-hook-form from 7.15.3 to 7.16.1
2021-09-27 10:02:24 +02:00
dependabot[bot] 38371e8693 build(deps): bump react-hook-form from 7.15.3 to 7.16.1
Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.15.3 to 7.16.1.
- [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/v7.15.3...v7.16.1)

---
updated-dependencies:
- dependency-name: react-hook-form
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-27 04:20:29 +00:00
dependabot[bot] a853b282d8 build(deps-dev): bump @types/terser-webpack-plugin from 5.0.4 to 5.2.0
Bumps [@types/terser-webpack-plugin](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/terser-webpack-plugin) from 5.0.4 to 5.2.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/terser-webpack-plugin)

---
updated-dependencies:
- dependency-name: "@types/terser-webpack-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-27 04:17:25 +00:00
dependabot[bot] 2982d3856f build(deps-dev): bump @types/luxon from 1.27.0 to 2.0.4
Bumps [@types/luxon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/luxon) from 1.27.0 to 2.0.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/luxon)

---
updated-dependencies:
- dependency-name: "@types/luxon"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-27 04:16:30 +00:00
Patrik Oldsberg 78d6aebdad Merge pull request #7321 from ryan-hanchett/fix/update-oauth-refresh-token
Fix oauth refresh logic to set new refresh token
2021-09-26 15:02:32 +02:00
Patrik Oldsberg 1fd9e6f601 Merge pull request #7325 from backstage/rugvip/subconf
backend-common: enable subscriptions for sub configs
2021-09-25 16:17:38 +02:00
Patrik Oldsberg 8bb3c0a578 backend-common: enable subscriptions for sub configs
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-09-25 13:48:54 +02:00
Fredrik Adelöw 2325563877 Merge pull request #7322 from gtaylor/patch-1
Fix example plugin link in catalog config doc
2021-09-25 10:46:20 +02:00
Greg Taylor dc18948371 Fix example plugin link in catalog config doc
A link to the example artist-lookup-component.yaml file was broken due to a
change in repo directory structure. This commit updates the broken link to
reflect the new location.

Signed-off-by: Greg Taylor <greg@gctaylor.com>
2021-09-24 21:44:30 -07:00
Ryan Hanchett c46396ebb0 docs: add changeset for updates
Signed-off-by: Ryan Hanchett <ryan.hanchett@invitae.com>
2021-09-24 20:34:47 -07:00
Ryan Hanchett a6e5a95c16 fix: pass updated refresh token to oauth2 adapter
Signed-off-by: Ryan Hanchett <ryan.hanchett@invitae.com>
2021-09-24 20:28:28 -07:00
Patrik Oldsberg 8796e812e6 Merge pull request #7307 from backstage/rugvip/range
cli: make create-plugin prefer version ranges that are already in the lockfile
2021-09-24 17:20:28 +02:00
Patrik Oldsberg 7ffc5cc0d6 catalog-backend: review fixes
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-09-24 17:16:28 +02:00
Patrik Oldsberg 9977341a7b cli: fix version query for mui lab
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-09-24 16:37:18 +02:00
Patrik Oldsberg 2a7b9df2ec catalog-backend: tweak db tests to work with postgres
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-09-24 16:36:03 +02:00
Patrik Oldsberg ac7751056a catalog-backend: added regression test for disappearing references
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-09-24 16:04:38 +02:00
Johan Haals 2255993c83 Merge pull request #7314 from backstage/jhaals/refresh-improvements
Catalog: Update AboutCard to only render refresh for url locations
2021-09-24 15:42:32 +02:00
Patrik Oldsberg 9ea4565b00 catalog-backend: refactor defferal of entites + fix dissapearing ref bug
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-09-24 15:22:15 +02:00
Camila Belo ab6caf7211 Merge pull request #7312 from backstage/emmaindal/techdocs-custom-api-impl-docs
[TechDocs] API implementation how-to guide
2021-09-24 14:50:00 +02:00
Johan Haals ade1ba0fe2 Merge pull request #7311 from RoadieHQ/add-bugsnag-plugin
Add bugsnag plugin to marketplace
2021-09-24 14:28:12 +02:00
irma12 ee833955b1 Fix prettier
Signed-off-by: irma12 <irma@roadie.io>
2021-09-24 14:24:12 +02:00
Emma Indal 51fb9eb42a fix formatting
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2021-09-24 13:55:37 +02:00
bodilb 659c395eae Update docs/features/techdocs/how-to-guides.md
Signed-off-by: Bodil Björklund <bodilb@spotify.com>
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2021-09-24 13:49:09 +02:00
bodilb 24ecb5414a Update docs/features/techdocs/how-to-guides.md
Signed-off-by: Bodil Björklund <bodilb@spotify.com>
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2021-09-24 13:49:09 +02:00
bodilb 6a63cde923 Update docs/features/techdocs/how-to-guides.md
Signed-off-by: Bodil Björklund <bodilb@spotify.com>
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2021-09-24 13:49:09 +02:00
bodilb d1e0287c83 Update docs/features/techdocs/how-to-guides.md
Signed-off-by: Bodil Björklund <bodilb@spotify.com>
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2021-09-24 13:49:09 +02:00
Emma Indal 5bcd49ae9d Add a how to guide on how to implement your custom techdocs apis
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2021-09-24 13:49:09 +02:00
Johan Haals dd52fa1c5c Catalog: Update AboutCard to only render refresh for url locations
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2021-09-24 13:45:11 +02:00
Patrik Oldsberg 786d2ae4bf cli: update plugin diff command to use versionQuery helper
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-09-24 11:28:38 +02:00
Patrik Oldsberg bad353b51d cli: skip caret in version query for prereleases
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-09-24 11:28:38 +02:00
Johan Haals c6c308ab83 Merge pull request #7287 from kuangp/fix/GithubCredentialsProvider
fix(GithubCredentialsProvider): support selective app installs with GHE hosts
2021-09-24 11:11:51 +02:00
irma12 42ac8e344b Correct autorUrl
Signed-off-by: irma12 <irma@roadie.io>
2021-09-24 10:01:38 +02:00
irma12 4ea7246794 Add bugsnag plugin to marketplace
Signed-off-by: irma12 <irma@roadie.io>
2021-09-24 09:45:13 +02:00
Tim Hansen 55114cfeb7 Merge pull request #7304 from circlehddev/patch-1
Added CircleHD and CastDesk
2021-09-23 20:32:03 -06:00
CircleHD Dev ff0cc3bf27 Added CircleHD and CastDesk
Signed-off-by: Santosh Sahoo <ss@circlehd.com>
Signed-off-by: Tim Hansen <timbonicus@gmail.com>
2021-09-23 20:14:59 -06:00
Tim Hansen 3a3e6799b6 Merge pull request #7305 from wayfair-contribs/wayfair-adoption
Add Wayfair to adopters list
2021-09-23 19:23:49 -06:00
Patrik Oldsberg e7ac4b406c e2e-test: add versionQuery template helper
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-09-23 22:28:56 +02:00
Patrik Oldsberg 23e336257f cli: add tests for version util
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-09-23 21:55:22 +02:00
Patrik Oldsberg 2a6c393c06 cli: make create-plugin prefer version ranges that are already in the lockfile
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-09-23 21:37:46 +02:00
John Hodges a8397c0113 Add Wayfair to adopters list
Signed-off-by: John Hodges <jhodges@wayfair.com>
2021-09-23 11:06:23 -04:00
Fredrik Adelöw beaa5ed291 Merge pull request #7167 from askreet/incl-example-catalog-ts-update
Include example of catalog.ts update for discovery interval change.
2021-09-23 17:02:06 +02:00
Kyle Smith 0dea4449f4 update docs
Signed-off-by: Kyle Smith <kyle.smith@salsify.com>
2021-09-23 10:42:00 -04:00
Oliver Sand ab2e915c6c Merge pull request #7302 from SDA-SE/feat/bitbucket-glob-fix
Fix filtering with globs in bitbucket reader
2021-09-23 16:35:30 +02:00
Patrik Oldsberg 76e573a417 Merge pull request #7266 from backstage/mob/catalog-cache
catalog-backend: add processing cache
2021-09-23 16:27:52 +02:00