Commit Graph

18059 Commits

Author SHA1 Message Date
dependabot[bot] 01ea7f71cb chore(deps): bump history from 5.0.0 to 5.0.1
Bumps [history](https://github.com/ReactTraining/history) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/ReactTraining/history/releases)
- [Commits](https://github.com/ReactTraining/history/compare/v5.0.0...v5.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-20 18:13:08 +00:00
Patrik Oldsberg 7c95a556c4 Merge pull request #7620 from backstage/dependabot/npm_and_yarn/selfsigned-1.10.11
chore(deps): bump selfsigned from 1.10.8 to 1.10.11
2021-10-20 20:00:47 +02:00
Patrik Oldsberg 127d7071b8 Merge pull request #7709 from backstage/rugvip/doublewarn
scripts/api-extractor: show instructions both before and after file contents
2021-10-20 19:49:52 +02:00
Patrik Oldsberg 0b8bc5ea21 Merge pull request #7708 from julioz/file-location-custom-parser
Use CatalogProcessorParser to read file location
2021-10-20 19:49:38 +02:00
Patrik Oldsberg b2687344d8 Merge pull request #7534 from akrantz01/6284/okta-https-audience
Require https audience for Okta authentication
2021-10-20 18:50:57 +02:00
Julio Zynger a7217649ac Update api-report.md changes
Signed-off-by: Julio Zynger <julio.zynger@soundcloud.com>
2021-10-20 18:47:37 +02:00
Patrik Oldsberg 74e1fc1e7d scripts/api-extractor: show instructions both before and after file contents
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-10-20 18:46:55 +02:00
Julio Zynger 3adaf88db2 Use parser to read files
Fix https://github.com/backstage/backstage/issues/7706

Signed-off-by: Julio Zynger <julio.zynger@soundcloud.com>
2021-10-20 18:22:55 +02:00
Patrik Oldsberg 8238c8998f Merge pull request #7685 from backstage/rugvip/backability
cli: add in a redirect for jestEsmTransform for compatibility
2021-10-20 14:01:08 +02:00
Patrik Oldsberg 434a1c37d5 Merge pull request #7228 from backstage/samiramkr/equal-grid-height
Samiramkr/equal grid height
2021-10-20 13:08:15 +02:00
Patrik Oldsberg de48939447 Merge pull request #7461 from backstage/rugvip/errors
[PRFC] errors: add isError, assertError and ErrorLike type
2021-10-20 13:07:49 +02:00
Patrik Oldsberg a10ff21d59 cli: add in a redirect for jestEsmTransform for compatibility
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-10-20 10:45:23 +02:00
Patrik Oldsberg 8674bbd009 Merge pull request #7676 from lunarway/feature/github-ratelimit
Detect GitHub rate limits in GithubUrlReader
2021-10-19 17:00:44 +02:00
Fidel Coria af64518bbe fix typo in techdocs documentation (#7677)
* fix typo

Signed-off-by: Fidel Coria <fidel.coria@aa.com>

* fix another typo

Signed-off-by: Fidel Coria <fidel.coria@aa.com>

* fix tiny typo

Signed-off-by: Fidel Coria <fidel.coria@aa.com>
2021-10-19 16:50:38 +02:00
Crevil be59619212 Detect GitHub rate limits in GithubUrlReader
Currently there is no way of knowing whether a 403 error from the
GithubUrlReader is due to bad credentials or GitHub rate limits.

This change appends the text " (rate limit exceeded)" to the thrown error to
help operators understand that this is the case.

Signed-off-by: Crevil <bjoern.soerensen@gmail.com>
2021-10-19 15:34:39 +02:00
Emma Indal 6c49901f6e [TechDocs] fix link to how-to guide (#7673)
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2021-10-19 13:31:03 +02:00
Patrik Oldsberg f316d05889 Merge pull request #7649 from backstage/rugvip/noglobals
techdocs-common: avoid global type declarations
2021-10-19 12:53:46 +02:00
Patrik Oldsberg eece5e6597 Merge pull request #7670 from backstage/freben/bazaar-win
fix the bazaar test on windows
2021-10-19 12:52:14 +02:00
Oliver Sand 76140a40f8 Merge pull request #7660 from backstage/feat/fix-windows-tests
Fix tests on Windows
2021-10-19 11:14:09 +02:00
Fredrik Adelöw d1b8691719 fix the bazaar test on windows
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-10-19 10:16:37 +02:00
Fredrik Adelöw fbb6becdd4 Merge pull request #7174 from lykkeaxlin/pr-draft
[Plugin] Bazaar
2021-10-19 09:24:03 +02:00
Oliver Sand 47e1642ab4 Merge pull request #7598 from SDA-SE/feat/graph-analytics
Catalog graph analytics
2021-10-18 20:44:46 +02:00
Camila Belo 9d1a9612c5 Merge pull request #7662 from backstage/bump-generator-default-docker-image
[TechDocs Common] Bump generator's default docker image
2021-10-18 20:09:54 +02:00
Camila Belo 7f7057eb6a docs(techdocs-common): update api reports
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2021-10-18 19:39:38 +02:00
Camila Belo dfd03b5aa6 chore(techdocs-common): bump default docker image
A new release of `techdocs-container` has been published and as recommended [here](https://github.com/backstage/techdocs-container#release) the default container image used by the Techdocs Generator has been changed.

Signed-off-by: Camila Belo <camilaibs@gmail.com>
2021-10-18 18:38:23 +02:00
Emma Indal 405dbc80e7 [Techdocs] Improve create publish docs (#7626) 2021-10-18 18:19:38 +02:00
Patrik Oldsberg 931ca66867 Merge pull request #6898 from backstage/dependabot/npm_and_yarn/remark-gfm-2.0.0
chore(deps): bump remark-gfm from 1.0.0 to 2.0.0
2021-10-18 16:52:30 +02:00
Oliver Sand 7120f21d76 Fix tests on Windows
Signed-off-by: Oliver Sand <oliver.sand@tentaclelabs.com>
2021-10-18 16:49:48 +02:00
Patrik Oldsberg d2e24b3f44 yarn.lock: bump @types/hast
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-10-18 14:07:25 +02:00
Juan Pablo Garcia Ripa ff63d65363 use InfoCard Variant instead of styles
Signed-off-by: Juan Pablo Garcia Ripa <sarabadu@gmail.com>
2021-10-18 13:33:41 +02:00
Samira Mokaram 63602a1753 add changeset
Signed-off-by: Samira Mokaram <samiram@spotify.com>
2021-10-18 13:33:41 +02:00
Samira Mokaram ab94b6e1dc align grid height
Signed-off-by: Samira Mokaram <samiram@spotify.com>
2021-10-18 13:33:40 +02:00
Patrik Oldsberg f4f8139db3 yarn.lock: bump @types/unist
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-10-18 13:11:15 +02:00
Patrik Oldsberg 14cbd5be40 Merge pull request #7654 from backstage/rugvip/fail
workflows: fall back to running windows tests with workers for now
2021-10-18 12:14:54 +02:00
Oliver Sand 36bc98d16f Merge pull request #7572 from SDA-SE/feat/remove-welcome
Remove @backstage/plugin-welcome
2021-10-18 12:08:21 +02:00
Oliver Sand d519464d16 Merge pull request #7631 from SDA-SE/feat/fossa-overview-filter
Add `entitiesFilter` option to `FossaPage`
2021-10-18 12:06:57 +02:00
Fredrik Adelöw 315539e3f3 fix api changes
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-10-18 11:32:38 +02:00
dependabot[bot] 0344015f4c chore(deps): bump remark-gfm from 1.0.0 to 2.0.0
Bumps [remark-gfm](https://github.com/remarkjs/remark-gfm) from 1.0.0 to 2.0.0.
- [Release notes](https://github.com/remarkjs/remark-gfm/releases)
- [Commits](https://github.com/remarkjs/remark-gfm/compare/1.0.0...2.0.0)

---
updated-dependencies:
- dependency-name: remark-gfm
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-18 11:29:24 +02:00
Oliver Sand 5914668655 Remove @backstage/plugin-welcome
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
2021-10-18 11:25:15 +02:00
Patrik Oldsberg 0aed60102e yarn.lock: dedup @types/react
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-10-18 11:13:30 +02:00
Patrik Oldsberg 8a5c9ffa8a Merge pull request #7621 from backstage/dependabot/npm_and_yarn/changesets/cli-2.17.0
chore(deps-dev): bump @changesets/cli from 2.16.0 to 2.17.0
2021-10-18 11:11:12 +02:00
Patrik Oldsberg cc362494e3 Merge pull request #7590 from KnechtionsCoding/fix/resources
fix: resources for frontend
2021-10-18 11:10:19 +02:00
Patrik Oldsberg e669320508 workflows: fall back to running tests with workers for now
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-10-18 10:27:41 +02:00
Patrik Oldsberg 9aff244708 Merge pull request #7648 from backstage/rugvip/win
workflows: fix windows test run
2021-10-18 10:05:50 +02:00
Patrik Oldsberg 2af244341d Merge pull request #7647 from backstage/rugvip/async
core-components: use built-in async react-syntax-highlighter component
2021-10-18 10:05:34 +02:00
Oliver Sand a6a283d760 Export FossaPageProps
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
2021-10-18 09:54:21 +02:00
Fredrik Adelöw 1f1b762619 Merge pull request #7651 from backstage/erikengervall/grm-minor-improvements
[plugin] GRM: Minor type & error message improvements
2021-10-18 08:23:04 +02:00
Fredrik Adelöw a827d88ffb Merge pull request #7607 from Gaardsholt/master
fixing incorrect authorUrl
2021-10-18 08:21:06 +02:00
Tim Hansen be5eb6c313 Merge pull request #7594 from manucirne/fix/issue/7155
Sort Jenkins biuld by timestemp in CITable
2021-10-17 20:59:29 -06:00
Tim Hansen 92a08f9fef Merge pull request #7623 from marleypowell/marley/helm-chart-improvements-1
chore: updated `app-config.development.yaml.tpl` to use new config format for `techdocs`. (Helm Chart)
2021-10-17 20:46:52 -06:00