Commit Graph

15334 Commits

Author SHA1 Message Date
Brian Fletcher 5fd31c2f46 remove repo filtering on the github credentials
The github-org processor does not use the concept of repositories.
As such filtering based on selected repositories does not make sense
for that processer. The GithubCredentials was imposing what appears
like an unnessesary restriction on the tokens using the repo name.

By removing this restriction, it enalbes the github-org processor to
work when a github app installation has a repository restriction.

Signed-off-by: Brian Fletcher <brian@roadie.io>
2021-07-20 15:17:58 +01:00
Tim Hansen 20bb197b6f Merge pull request #6397 from tudi2d/catalog-filter-accordion
Wrap catalog filter with an accordion for smaller screens
2021-07-20 07:43:25 -06:00
Ben Lambert 1106f840dd Merge pull request #6550 from backstage/blam/roadmap
Update Roadmap
2021-07-20 15:43:06 +02:00
Himanshu Mishra 92a16f5e2b Merge pull request #6549 from backstage/orkohunter/techdocs-warning-add-link 2021-07-20 15:15:27 +02:00
blam b17407c9d1 chore: run prettier and fix PR
Signed-off-by: blam <ben@blam.sh>
2021-07-20 14:55:20 +02:00
Francesco Corti 1b056f8ee2 Updated roadmap.
Signed-off-by: blam <ben@blam.sh>
2021-07-20 14:53:39 +02:00
Ben Lambert 2552ad52ab Merge pull request #6534 from carlo-colombo/master
Adds configuration for request logging handler when creating the backend express app
2021-07-20 14:44:55 +02:00
Himanshu Mishra 250984333e techdocs: add changeset
Signed-off-by: Himanshu Mishra <himanshu@orkohunter.net>
2021-07-20 12:44:24 +02:00
Himanshu Mishra c8dbc9aaa1 techdocs: add a helpful link to docs page for warning
Signed-off-by: Himanshu Mishra <himanshu@orkohunter.net>
2021-07-20 12:42:04 +02:00
Ben Lambert 7d14c587fe Merge pull request #6545 from backstage/dependabot/npm_and_yarn/azure/msal-node-1.2.0
chore(deps): bump @azure/msal-node from 1.1.0 to 1.2.0
2021-07-20 11:39:33 +02:00
Ben Lambert 9cf344b191 Merge pull request #6544 from backstage/dependabot/npm_and_yarn/isomorphic-git-1.9.2
chore(deps): bump isomorphic-git from 1.8.0 to 1.9.2
2021-07-20 11:28:48 +02:00
Ben Lambert b762db3ffc Merge pull request #6543 from backstage/dependabot/npm_and_yarn/webpack-4.46.0
chore(deps): bump webpack from 4.44.2 to 4.46.0
2021-07-20 11:28:14 +02:00
Ben Lambert f150d7c2fc Merge pull request #6541 from AmericanAirlines/add-theme-to-dev-app
chore(create dev app): custom theme on devApp for single plugin
2021-07-20 11:27:40 +02:00
Philipp Hugenroth f5067d1660 Adjust test to be more specific
Signed-off-by: Philipp Hugenroth <philipph@spotify.com>
2021-07-20 11:02:28 +02:00
Carlo Colombo bdd6ab5f19 Adds configuration for request logging handler when creating the backend express app
Signed-off-by: Carlo Colombo <carlo.colombo@klarna.com>
2021-07-20 10:34:47 +02:00
dependabot[bot] 93be473b54 chore(deps): bump @azure/msal-node from 1.1.0 to 1.2.0
Bumps [@azure/msal-node](https://github.com/AzureAD/microsoft-authentication-library-for-js) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-js/releases)
- [Commits](https://github.com/AzureAD/microsoft-authentication-library-for-js/compare/v1.1.0...v1.2.0)

---
updated-dependencies:
- dependency-name: "@azure/msal-node"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-20 04:20:27 +00:00
dependabot[bot] b16daa7907 chore(deps): bump isomorphic-git from 1.8.0 to 1.9.2
Bumps [isomorphic-git](https://github.com/isomorphic-git/isomorphic-git) from 1.8.0 to 1.9.2.
- [Release notes](https://github.com/isomorphic-git/isomorphic-git/releases)
- [Changelog](https://github.com/isomorphic-git/isomorphic-git/blob/main/docs/in-the-news.md)
- [Commits](https://github.com/isomorphic-git/isomorphic-git/compare/v1.8.0...v1.9.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-20 04:17:06 +00:00
dependabot[bot] 2f732b8320 chore(deps): bump webpack from 4.44.2 to 4.46.0
Bumps [webpack](https://github.com/webpack/webpack) from 4.44.2 to 4.46.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.44.2...v4.46.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-20 04:09:52 +00:00
Fidel Coria b0750ca4fb add api-report.md for dev-utils
Signed-off-by: Fidel Coria <fidel.coria@aa.com>
2021-07-19 18:02:29 -05:00
Fidel Coria 01001a3242 add changeset
Signed-off-by: Fidel Coria <fidel.coria@aa.com>
2021-07-19 17:39:52 -05:00
Fidel Coria cedb602a42 custom theme on devApp for single plugin
Signed-off-by: Fidel Coria <fidel.coria@aa.com>
2021-07-19 17:39:52 -05:00
Philipp Hugenroth 8d6408d05c Adjust tests to use only text & test drawer visibility
Signed-off-by: Philipp Hugenroth <philipph@spotify.com>
2021-07-19 21:57:18 +02:00
Philipp Hugenroth ef4acd1be8 Merge branch 'catalog-filter-accordion' of github.com:tudi2d/backstage into catalog-filter-accordion
Signed-off-by: Philipp Hugenroth <philipph@spotify.com>
2021-07-19 21:25:02 +02:00
Philipp Hugenroth 11c9fcda71 Merge branch 'master' into catalog-filter-accordion
Signed-off-by: Philipp Hugenroth <philipph@spotify.com>
2021-07-19 21:07:58 +02:00
Tim Hansen 249cbfc893 Minor tweaks, button fixes
Signed-off-by: Tim Hansen <timbonicus@gmail.com>
2021-07-19 12:18:29 -06:00
Ben Lambert e47f2a3c09 Merge pull request #6536 from SDA-SE/feat/fix-jenkins-import
Update @backstage/backend-common to `^0.8.6`
2021-07-19 19:29:45 +02:00
Dominik Henneke eee05803ae Update @backstage/backend-common to ^0.8.6
Signed-off-by: Dominik Henneke <dominik.henneke@sda-se.com>
2021-07-19 17:47:03 +02:00
Ben Lambert f4db30cf5a Merge pull request #6522 from backstage/dependabot/npm_and_yarn/microsite/spotify/prettier-config-11.0.0
chore(deps-dev): bump @spotify/prettier-config from 10.0.0 to 11.0.0 in /microsite
2021-07-19 16:28:13 +02:00
Eric Peterson 01647758ed Merge pull request #6511 from kuangp/fix/techdocsLocal
fix(techdocs): properly validate mkdocs docs_dir property
2021-07-19 16:03:03 +02:00
blam c87bed34bc chore: fix yarn.lock for microsite
Signed-off-by: blam <ben@blam.sh>
2021-07-19 15:48:42 +02:00
dependabot[bot] 525a8c696a chore(deps-dev): bump @spotify/prettier-config in /microsite
Bumps [@spotify/prettier-config](https://github.com/spotify/web-scripts) from 10.0.0 to 11.0.0.
- [Release notes](https://github.com/spotify/web-scripts/releases)
- [Changelog](https://github.com/spotify/web-scripts/blob/master/CHANGELOG.md)
- [Commits](https://github.com/spotify/web-scripts/compare/v10.0.0...v11.0.0)

---
updated-dependencies:
- dependency-name: "@spotify/prettier-config"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-19 15:46:45 +02:00
Himanshu Mishra 257b9d5693 Merge pull request #6513 from kuangp/chore/catalogExports 2021-07-19 14:56:50 +02:00
Himanshu Mishra 4e032017e3 Merge pull request #6526 from backstage/dependabot/npm_and_yarn/storybook/addon-links-6.3.4 2021-07-19 14:39:50 +02:00
Philipp Hugenroth f39ee49343 Adjust props to fit general conventions
Signed-off-by: Philipp Hugenroth <philipph@spotify.com>
2021-07-19 12:23:05 +02:00
Philipp Hugenroth 69f4782680 Merge branch 'master' into catalog-filter-accordion 2021-07-19 11:11:42 +02:00
Ben Lambert 5b9e6a78b5 Merge pull request #6525 from backstage/dependabot/npm_and_yarn/testing-library/jest-dom-5.14.1
chore(deps): bump @testing-library/jest-dom from 5.11.9 to 5.14.1
2021-07-19 10:35:26 +02:00
Raghunandan Balachandran f9457c0dd4 Merge pull request #6455 from SDA-SE/feat/techdocs-no-crash-not-found
[TechDocs] Handle error responses in getTechDocsMetadata and `getEntityMetadata` such that `<TechDocsPageHeader>` doesn't throw errors.
2021-07-19 10:05:16 +02:00
dependabot[bot] 5bd64da42a chore(deps-dev): bump @storybook/addon-links from 6.1.11 to 6.3.4
Bumps [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/addons/links) from 6.1.11 to 6.3.4.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v6.3.4/addons/links)

---
updated-dependencies:
- dependency-name: "@storybook/addon-links"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-19 04:46:33 +00:00
dependabot[bot] 2a6674c529 chore(deps): bump @testing-library/jest-dom from 5.11.9 to 5.14.1
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 5.11.9 to 5.14.1.
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testing-library/jest-dom/compare/v5.11.9...v5.14.1)

---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-19 04:46:05 +00:00
Ben Lambert ea5631a40d Merge pull request #6504 from RoadieHQ/update-roadie-plugin-versions
Update dependecies from roadie
2021-07-17 04:29:52 +02:00
Phil Kuang 71c936eb62 chore(catalog): export CatalogClientWrapper class
Signed-off-by: Phil Kuang <pkuang@factset.com>
2021-07-16 18:49:54 -04:00
Phil Kuang 6e5aed1c99 fix(techdocs): properly validate mkdocs docs_dir property
Signed-off-by: Phil Kuang <pkuang@factset.com>
2021-07-16 15:04:33 -04:00
irma12 3297286c03 Merge branch 'master' into update-roadie-plugin-versions 2021-07-16 16:13:07 +02:00
Ben Lambert a2fbdfde36 Merge pull request #6510 from backstage/blam/bump-eslint
deps: bump eslint
2021-07-16 16:03:03 +02:00
irma12 eff4321964 Merge branch 'master' into update-roadie-plugin-versions 2021-07-16 15:40:54 +02:00
blam 9a96b5da75 chore: changeset
Signed-off-by: blam <ben@blam.sh>
2021-07-16 15:05:16 +02:00
blam 099f7cf4b6 chore: bump eslint
Signed-off-by: blam <ben@blam.sh>
2021-07-16 15:03:36 +02:00
Philipp Hugenroth d488326303 Fix test
Signed-off-by: Philipp Hugenroth <philipph@spotify.com>
2021-07-16 14:53:25 +02:00
Ben Lambert d13e008454 Merge pull request #6500 from backstage/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-4.28.3
chore(deps): bump @typescript-eslint/eslint-plugin from 4.27.0 to 4.28.3
2021-07-16 14:47:05 +02:00
Ben Lambert 212d92f523 Merge pull request #6410 from backstage/joeporpeglia/new-sample-templates
Scaffolder/create-app: Use new location for sample software templates
2021-07-16 14:37:36 +02:00