Commit Graph

1512 Commits

Author SHA1 Message Date
dependabot[bot] d367f63b53 chore(deps): bump helmet from 4.0.0 to 4.4.1
Bumps [helmet](https://github.com/helmetjs/helmet) from 4.0.0 to 4.4.1.
- [Release notes](https://github.com/helmetjs/helmet/releases)
- [Changelog](https://github.com/helmetjs/helmet/blob/main/CHANGELOG.md)
- [Commits](https://github.com/helmetjs/helmet/compare/v4.0.0...v4.4.1)

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-04-20 21:38:22 +02:00
Adrian Ke Chongyang 2aab54319e techdocs: reset scroll position on page navigate (#5018)
Signed-off-by: Chongyang Adrian, Ke <ftt.adrian.ke@grabtaxi.com>

Co-authored-by: Chongyang Adrian, Ke <ftt.adrian.ke@grabtaxi.com>
2021-03-22 16:42:49 +01:00
Patrik Oldsberg 2d0360acfd Merge pull request #5049 from backstage/rugvip/pubfile
scaffolder-backend: add file publisher for local testing
2021-03-22 16:19:43 +01:00
Patrik Oldsberg dddf2bc5d6 Merge pull request #4747 from inrumi/a11y-patches
Better contrast in dark theme
2021-03-22 11:28:13 +01:00
Patrik Oldsberg 113d3d59ed scaffolder-backend: add file publisher for local testing
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-03-22 10:33:36 +01:00
Esteban Barrios 532c88f0bb Update .changeset/blue-sheep-act.md
Co-authored-by: Johan Haals <johan.haals@gmail.com>
Signed-off-by: ebarrios <esteban.barrios@trivago.com>
2021-03-20 22:21:20 +01:00
ebarrios 9f2e51e892 Changed repo visibility to === private for client.repos.createInOrg and added changeset
Signed-off-by: ebarrios <esteban.barrios@trivago.com>
2021-03-19 11:57:00 +01:00
Patrik Oldsberg d3f6414e2b Merge pull request #5001 from Staffbase/fix-sonarqube-encode-issue
Fix sonarqube encode issue
2021-03-19 11:37:44 +01:00
Fredrik Adelöw 25f559a308 Merge pull request #5019 from lowjoel/reuse-error-panel
feat(errors): Reuse ResponseErrorList for non ResponseErrors
2021-03-19 10:35:58 +01:00
Fredrik Adelöw 65cc75ae3e Merge pull request #4993 from backstage/freben/catalog-paging
Introduce paging in the catalog /entities endpoint
2021-03-19 10:09:32 +01:00
Joel Low fcc3ada247 feat(errors): Reuse ResponseErrorList for non ResponseErrors
Signed-off-by: Joel Low <joel@joelsplace.sg>
2021-03-19 16:25:38 +08:00
github-actions[bot] 718eea4f08 Version Packages 2021-03-18 12:31:44 +00:00
Patrik Oldsberg 20d539e577 Merge pull request #5002 from backstage/rugvip/null
changesets: add changeset for null return from component extensions
2021-03-18 13:26:22 +01:00
Thilo Schmalfuss 322e01a951 SonarQubeClient: Fix encoding issue for project ids
Project ids can contain special characters like ':', so they need to be url-encoded
when used as query parameter.

Signed-off-by: Thilo Schmalfuss <thilo@staffbase.com>
2021-03-18 12:20:56 +01:00
Patrik Oldsberg 34ff49b0f6 changesets: add changeset for null return from component extensions
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-03-18 12:03:22 +01:00
Fredrik Adelöw 58cb5d47e7 Merge pull request #5000 from backstage/rugvip/duped
core-api: remove duplicate element check during traversal
2021-03-18 11:45:23 +01:00
Fredrik Adelöw c862b3f36f Introduce paging in the catalog /entities endpoint
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-03-18 11:30:52 +01:00
Patrik Oldsberg e7f9b94356 core-api: remove duplicate element check during traversal
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-03-18 10:48:44 +01:00
Fredrik Adelöw 81d988357a Update .changeset/unlucky-chairs-accept.md
Signed-off-by: Fredrik Adelöw <freben@gmail.com>

Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-03-18 10:17:42 +01:00
Fredrik Adelöw 4e0b5055ac Force a release of test-utils, forgotten changeset in #4857
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-03-18 09:26:14 +01:00
Fredrik Adelöw 98e95f70d7 Merge pull request #4973 from backstage/timbonicus/add-example-org
Add example org entities to default create-app
2021-03-17 23:40:52 +01:00
Fredrik Adelöw a0098ba3ff Merge pull request #4941 from erdoganoksuz/bug-fix/locale-case
use local version of all case conversion methods
2021-03-17 23:34:09 +01:00
Fredrik Adelöw 77e7b5064b Merge pull request #4981 from niallmccullagh/techradar-add-description
feat(plugin-tech-radar): map description in API RadarEntry to Entry
2021-03-16 23:24:10 +01:00
Niall McCullagh 9622953320 Change to patch
Signed-off-by: Niall McCullagh <niallmccullagh@users.noreply.github.com>
2021-03-16 21:54:50 +00:00
Fredrik Adelöw f34ba111a9 Merge pull request #4886 from backstage/freben/integrations-api-ref
introduce the scmIntegrationsApiRef
2021-03-16 22:37:43 +01:00
Niall McCullagh 34e6bb4099 feat(plugin-tech-radar): map description in API RadarEntry to Entry
The description in the Entry was mapped to the latest timeline entry, which is a changelog. This
change maps the description in the API to the entry. To maintain backwards compatibility it
will set the description to the last timeline entry if no description exists at the entry level.

Signed-off-by: Niall McCullagh <niallmccullagh@users.noreply.github.com>
2021-03-16 21:27:37 +00:00
Fredrik Adelöw 4032cb450a Merge pull request #4930 from nirga/jenkins-fix
Changed the way project slug is handled in Jenkins plugin
2021-03-16 21:26:56 +01:00
Fredrik Adelöw 4a229328a5 address comments
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-03-16 21:18:59 +01:00
Fredrik Adelöw 3385b374bd introduce @backstage/integration-react and its scmIntegrationsApiRef
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-03-16 18:37:59 +01:00
Patrik Oldsberg b2b670ad66 Merge pull request #4978 from backstage/rugvip/sub-export
core-api: export SubRouteRef and make them assignable to plugin.routes
2021-03-16 18:29:13 +01:00
Fredrik Adelöw b06e1af6fe Merge pull request #4969 from backstage/freben/invalid-url
Update the wording for unknown URLs in the import flow
2021-03-16 18:06:19 +01:00
Fredrik Adelöw e0a231ee9c Merge pull request #4972 from backstage/freben/catalog-yaml-errors
Add location to thrown exception when parsing YAML
2021-03-16 18:05:52 +01:00
Patrik Oldsberg a51dc0006e core-api: export SubRouteRef and make them assignable to plugin.routes
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-03-16 17:58:29 +01:00
Fredrik Adelöw 7d8c4c97cd Update the wording for unknown URLs in the import flow
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-03-16 16:45:18 +01:00
Tim Hansen 0283392104 Changeset
Signed-off-by: Tim Hansen <timbonicus@gmail.com>
2021-03-16 09:22:46 -06:00
Johnn Mis c6b0fbe350 Updated changeset
Signed-off-by: Johnn Mis <v-jmis@expediagroup.com>
2021-03-16 09:05:26 -06:00
Johnn Mis bd38f96d12 Typos
Signed-off-by: Johnn Mis <v-jmis@expediagroup.com>
2021-03-16 09:05:26 -06:00
Johnn Mis 4618774ffa added changset
Signed-off-by: Johnn Mis <v-jmis@expediagroup.com>
2021-03-16 09:05:26 -06:00
Fredrik Adelöw d2f4efc5d5 Add location to thrown exception when parsing YAML
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-03-16 15:57:46 +01:00
Himanshu Mishra e7baa0d2ed TechDocs: Separate backend and frontend config schema declarations
Signed-off-by: Himanshu Mishra <himanshu@orkohunter.net>
2021-03-16 15:48:46 +01:00
erdoganoksuz 12d5dd4618 remove example app patch
Signed-off-by: erdoganoksuz <erdoganoksuz95@gmail.com>
2021-03-16 14:52:10 +03:00
Fredrik Adelöw 3ba7a657f7 Merge pull request #4906 from GregoireW/feat/bitrise_pagination
Bitrise getter should be paginated
2021-03-16 09:30:18 +01:00
Fredrik Adelöw ac08d81835 Merge pull request #4898 from niallmccullagh/master
Fix issue with radar description dialog display
2021-03-16 08:50:59 +01:00
Erik Larsson 8b4f7e42ae fix: forward auth on scaffolder backend reqeuests
Signed-off-by: Erik Larsson <erik.larsson@schibsted.com>
2021-03-16 01:31:48 +01:00
Fredrik Adelöw 0434853a56 Reformulate the json types to break type recursion
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-03-15 21:32:29 +01:00
Andrew Thauer ec646230bb Merge pull request #4948 from andrewthauer/codeowner-refactor
feat(catalog-backend): use scm integration for codeowners
2021-03-15 12:18:39 -04:00
Patrik Oldsberg 8504934ae9 Merge pull request #4927 from backstage/mob/evolution
core-api: first steps towards independently evolvable and duplicatable core api
2021-03-15 15:20:27 +01:00
Patrik Oldsberg 6819c2aec8 Merge pull request #4896 from GoWind/expose-verify-nonce
Expose `verifyNonce` and `readState` publicly
2021-03-15 15:20:05 +01:00
Fredrik Adelöw 3529831c45 Merge pull request #4928 from SDA-SE/feat/AnnotateScmSlugEntityProcessor
Add `AnnotateScmSlugEntityProcessor`
2021-03-15 15:07:06 +01:00
Himanshu Mishra 78e1866688 Merge pull request #4894 from tudi2d/4825-techdocs-breadcrumbs 2021-03-15 12:30:41 +01:00