Commit Graph

14132 Commits

Author SHA1 Message Date
Brian Fletcher 5fa0c32bff Fixes some typos in changeset and docs
Signed-off-by: Brian Fletcher <brian@roadie.io>
2021-06-14 14:16:13 +01:00
Brian Fletcher 68af4d556b Add allowedInstallationIds list to each github app
This allows a single instance of backstage to optionally limit the set of
github app installations that may be used by backstage.

Previously, if you had github app installations for tenant1 and tenant2
there was nothing stopping the first from accessing resources of the
second.

The default behaviour of the GithubCredentialsProvider remains the same.

Signed-off-by: Brian Fletcher <brian@roadie.io>
2021-06-14 14:04:51 +01:00
Fredrik Adelöw 1bcb8693bf Merge pull request #6017 from mtlewis/update-microsite-opengraph-image
Add OpenGraph image with background
2021-06-12 07:58:39 +02:00
Patrik Oldsberg 5a3876db67 Merge pull request #6012 from backstage/rugvip/fix-check
scripts: fix package detection in check-if-release.js
2021-06-11 22:28:50 +02:00
Mike Lewis f881645e90 Add OpenGraph image with background
Signed-off-by: Mike Lewis <mtlewis@users.noreply.github.com>
2021-06-11 15:56:28 +01:00
Emma Indal 667656c8b5 [TechDocs] TechDocs custom homepage with user owned filter support (#5994)
* add emptystate to docs card grid

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

* adjust filterpredicate to accept a string, adjust custom home page based on owned documents filter

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

* update the techdocs home page to use the new ownedByUser filter

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

* fix tests

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

* use useOwnUser hook from catalog react plugin and delete duplicate one

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

* add changeset

Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2021-06-11 16:52:46 +02:00
Ben Lambert c7e0c9e16b Merge pull request #6014 from mtlewis/update-microsite-twitter-sharing-image
Add twitter summary card image with background
2021-06-11 16:15:24 +02:00
Mike Lewis d52b24b621 Add twitter summary card image with background
Signed-off-by: Mike Lewis <mtlewis@users.noreply.github.com>
2021-06-11 14:05:22 +01:00
Patrik Oldsberg 150ab3ebb5 scripts: fix package detection in check-if-release.js
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-06-11 13:51:07 +02:00
Patrik Oldsberg 94fa652dbc Merge pull request #5992 from backstage/rugvip/mods
codemods: fixes for test and execution on Windows
2021-06-11 11:23:07 +02:00
Patrik Oldsberg a4aba416cb Merge pull request #5998 from backstage/update-yarn-lock-check
Update yarn-lock-check
2021-06-11 10:57:48 +02:00
Fredrik Adelöw 641abc29ce Merge pull request #6001 from backstage/timbonicus/theme-toggle
Fix bug preventing theme switching when `id` doesn't match `variant`
2021-06-11 07:29:05 +02:00
Tim Hansen 42a2d2ebc1 Fix theme toggling bug
Signed-off-by: Tim Hansen <timbonicus@gmail.com>
2021-06-10 19:45:37 -06:00
Juan Lulkin 0e01938e80 Update yarn-lock-check
This removes unnecessary dependencies in the library

Signed-off-by: Juan Lulkin <jmaiz@spotify.com>
2021-06-10 22:23:36 +02:00
Patrik Oldsberg 59752e1037 codemods: fix execution of jscodeshift on windows
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-06-10 19:35:49 +02:00
Patrik Oldsberg aa204e01e9 codemods,workflows: fix codemods tests on windows
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-06-10 19:31:14 +02:00
Patrik Oldsberg 2147ab9c1b Merge pull request #5903 from backstage/changeset-release/master
Version Packages
2021-06-10 15:13:52 +02:00
Patrik Oldsberg 8ed49a306c create-app: fix release version to 0.3.25
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-06-10 14:32:46 +02:00
github-actions[bot] 4a93128245 Version Packages 2021-06-10 12:18:06 +00:00
Eric Peterson ed351ec8cf Merge pull request #5960 from backstage/iameap/search-alpha-release-pt2
Search Alpha Release (Create-App Part)
2021-06-10 14:13:14 +02:00
Eric Peterson b7d03deeb6 More detailed upgrade guide.
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2021-06-10 11:56:41 +02:00
Patrik Oldsberg 399abf9670 Merge pull request #5878 from backstage/rugvip/codemods
Introduce @backstage/codemods package, with an initial transform for migrating core-* imports
2021-06-10 11:53:44 +02:00
Eric Peterson 509b5638cf Changeset
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2021-06-10 11:07:41 +02:00
Patrik Oldsberg 23a4c278fb Merge pull request #5985 from backstage/rugvip/appfix
core: a couple for forwards compatibility fixes for core-*
2021-06-10 10:44:03 +02:00
Oliver Sand 429f9c0bf1 Merge pull request #5957 from SDA-SE/feat/scaffolder-source
Show link to template source on template card
2021-06-10 10:19:02 +02:00
Eric Peterson e84f6aac87 Update @backstage/create-app to include the latest improvements in @backstage/search*
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2021-06-10 10:11:32 +02:00
Patrik Oldsberg dd5f5979eb core-app-api: update api-report
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-06-10 10:02:57 +02:00
Fredrik Adelöw 2828aa7c37 Merge pull request #5911 from bradrisse/helmet-header-app-title
Feat: Pull the app.title from config and replace " | Backstage"
2021-06-10 08:54:06 +02:00
Fredrik Adelöw bc05b80661 Merge pull request #5989 from backstage/dependabot/npm_and_yarn/chalk-4.1.1
chore(deps): bump chalk from 4.1.0 to 4.1.1
2021-06-10 07:21:49 +02:00
dependabot[bot] 8c7154f4a6 chore(deps): bump chalk from 4.1.0 to 4.1.1
Bumps [chalk](https://github.com/chalk/chalk) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/chalk/chalk/releases)
- [Commits](https://github.com/chalk/chalk/compare/v4.1.0...v4.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-10 04:09:51 +00:00
Patrik Oldsberg 9bca2a252b changesets: add changesets for core-* compatiblity fixes
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-06-09 23:34:17 +02:00
Patrik Oldsberg b65bb44eee core: further improve forwards compatibility with core-* through route ref re-use
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-06-09 23:32:43 +02:00
Patrik Oldsberg d8c8f17be8 core-plugin-api: allow unknown plugin outputs for backwards compatibility
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-06-09 23:32:42 +02:00
Patrik Oldsberg 8208e3543a core-app-api: fix for createApp requiring all icons to be provided
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-06-09 22:24:29 +02:00
Fredrik Adelöw e5ca2c01bb Merge pull request #5983 from backstage/rugvip/trim
yarn.lock: bump trim-newlines
2021-06-09 22:10:05 +02:00
Fredrik Adelöw 38f5cd13a9 Merge pull request #5248 from backstage/mob/error-boundary-xp
Error boundary in extensions
2021-06-09 21:47:11 +02:00
Brad Risse e47336ea4d pulls the app.title from config and replaces " | Backstage"
Signed-off-by: Brad Risse <bradrisse@protonmail.com>
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-06-09 21:45:19 +02:00
Patrik Oldsberg 8a928b23a0 yarn.lock: bump trim-newlines
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-06-09 21:25:15 +02:00
Patrik Oldsberg 19395b720a codemods: update README with new apply/list commands
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-06-09 20:52:32 +02:00
Patrik Oldsberg fa69ab7512 codemods: fix for --dry flag not being hooked up
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-06-09 20:52:10 +02:00
Eric Peterson ce5b76ddca Merge pull request #5715 from backstage/mob/document-search-v1
[Search] WIP documentation for the V1 Search Milestone
2021-06-09 19:22:24 +02:00
Eric Peterson 5c9c34dee9 Merge pull request #5927 from backstage/iameap/search-alpha-release
[Search] Initial, Alpha Release
2021-06-09 19:21:15 +02:00
Fredrik Adelöw 363b0b87ea Merge pull request #5925 from xShteff/master
docs: added example dockerfiles for techdocs and templating
2021-06-09 15:37:25 +02:00
Fredrik Adelöw cc8d2f875c Merge pull request #5699 from sam-robson/statuses-for-github-deployments-plugin
feat: add deployment statuses to GithubDeployments plugin
2021-06-09 15:08:36 +02:00
Fredrik Adelöw e71d0002ab fix prettier
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-06-09 14:51:28 +02:00
Patrik Oldsberg 49fe0e7391 codemods: default to running codemon on current dir
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-06-09 12:48:15 +02:00
Patrik Oldsberg 13711ebed5 codemods: move codemod executing in under apply command and add a list command
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-06-09 12:48:15 +02:00
Patrik Oldsberg bc0fc1459a codemods: make core-imports grab all exported symbols from the type declarations
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-06-09 12:48:14 +02:00
Patrik Oldsberg 1b1ddb0c4d codemods: add tests for core-imports
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-06-09 12:48:14 +02:00
Patrik Oldsberg 13ec202268 codemods: only publish dist and transforms
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-06-09 12:48:14 +02:00