Commit Graph

18395 Commits

Author SHA1 Message Date
Kenneth Feng a794c341ca add changeset
Signed-off-by: Kenneth Feng <kenneth.feng@onepeloton.com>
2021-10-28 22:20:34 -04:00
Kenneth Feng 83e462c0be plugins/scaffolder-backend: Fix a bug where only file mode 775 is considered executable.
Due to the default umask 002 on Ubuntu, the executable files checked out by Git
have file mode 100775 (33277), which by mistake, was assumed to be the only possible file mode
produced by Git.  This bug was introduced in https://github.com/backstage/backstage/pull/7738.

There are other possible file modes, such as 100700, 100755, which
should be considered executable.  This behavior is consistent with how
Git behaves.  Git only tracks whether a file is executable.

This pull request considers a file to be executable as long as there is
an execute bit in owner, group, or everyone.

Signed-off-by: Kenneth Feng <kenneth.feng@onepeloton.com>
2021-10-28 22:17:05 -04:00
Fredrik Adelöw 3db0cb3683 Merge pull request #7736 from backstage/changeset-release/master
Version Packages
2021-10-28 17:57:04 +02:00
Ben Lambert 9d862c6b9f Merge pull request #7819 from backstage/blam/notice
chore: notice for down time
2021-10-28 17:53:46 +02:00
github-actions[bot] d66c5f1282 Version Packages 2021-10-28 14:06:43 +00:00
Patrik Oldsberg c9143d2abe Merge pull request #7409 from RoadieHQ/ch3367
Adopt extra field for OAuth state
2021-10-28 16:01:48 +02:00
blam 26f758ded5 chore: notice for down time
Signed-off-by: blam <ben@blam.sh>
2021-10-28 16:00:15 +02:00
Fredrik Adelöw e45e6e7ca9 Merge pull request #7156 from backstage/mob/redact-secrets-from-logs
backend: redact secret configs from logs
2021-10-28 13:46:50 +02:00
Fredrik Adelöw bb970cf258 Merge pull request #7444 from N-Shar-ma/file-path-split-bug-fix
Fix FileExplorer Path Splitting Bug
2021-10-28 13:41:35 +02:00
Fredrik Adelöw b08e0bcd14 Merge pull request #7805 from tviaud/patch_scaffolder_field_extension_doc
fix: Adding corrected code for custom field extension documentation
2021-10-28 13:19:57 +02:00
Fredrik Adelöw 303543eeb2 Merge pull request #7807 from andrewthauer/custom-location-analyzer
feat: allow custom location analyzer in next catalog builder
2021-10-28 13:19:22 +02:00
Patrik Oldsberg 5d5cac5b80 Merge pull request #7439 from cmpadden/create-app-path-option
Support optional [path] argument in create-app command-line utility
2021-10-28 13:17:47 +02:00
Patrik Oldsberg aeca02990b Merge pull request #7811 from backstage/dependabot/npm_and_yarn/core-js-3.19.0
build(deps): bump core-js from 3.15.0 to 3.19.0
2021-10-28 12:33:22 +02:00
Patrik Oldsberg 0b00ea6e03 Merge pull request #7810 from backstage/dependabot/npm_and_yarn/webpack-5.60.0
build(deps): bump webpack from 5.48.0 to 5.60.0
2021-10-28 12:33:01 +02:00
Patrik Oldsberg 513d5c78b7 Merge pull request #7809 from backstage/dependabot/npm_and_yarn/rjsf/core-3.2.0
build(deps): bump @rjsf/core from 3.1.0 to 3.2.0
2021-10-28 12:32:47 +02:00
Eric Peterson d3459f581b Merge pull request #7800 from SDA-SE/feat/techdocs-casing-kind
Restore original casing for `kind`, `namespace` and `name` in `DefaultTechDocsCollator`
2021-10-28 11:40:43 +02:00
Fredrik Adelöw f5e45f8bf7 Merge pull request #7804 from backstage/freben/api-backend-common
Just some random improvements in backend-common too
2021-10-28 09:53:21 +02:00
Fredrik Adelöw 0ab984ee9e Merge pull request #7797 from backstage/freben/api-integration-react
Fixing up integration-react as well
2021-10-28 09:51:19 +02:00
dependabot[bot] 12aac2d0f5 build(deps): bump core-js from 3.15.0 to 3.19.0
Bumps [core-js](https://github.com/zloirock/core-js) from 3.15.0 to 3.19.0.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/compare/v3.15.0...v3.19.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-28 04:15:13 +00:00
dependabot[bot] 203665b99b build(deps): bump webpack from 5.48.0 to 5.60.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.48.0 to 5.60.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.48.0...v5.60.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-10-28 04:12:29 +00:00
dependabot[bot] 328f77f76b build(deps): bump @rjsf/core from 3.1.0 to 3.2.0
Bumps [@rjsf/core](https://github.com/rjsf-team/react-jsonschema-form) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/rjsf-team/react-jsonschema-form/releases)
- [Changelog](https://github.com/rjsf-team/react-jsonschema-form/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rjsf-team/react-jsonschema-form/compare/v3.1.0...v3.2.0)

---
updated-dependencies:
- dependency-name: "@rjsf/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-28 04:11:31 +00:00
Andrew Thauer b9ce1ce2c1 feat: allow custom location analyzer in next catalog builder
Signed-off-by: Andrew Thauer <athauer@wealthsimple.com>
2021-10-27 15:00:48 -04:00
Patrik Oldsberg 3eb32aab01 Merge pull request #7802 from RoadieHQ/remove-unused-dep
update d3 dependencies
2021-10-27 20:42:27 +02:00
Colton Padden c9e843547e Create --path directory if it does not already exist
Instead of failing when the specified path does not exist, create it using
`mkdirs`. This ensures that that either the directory already exists, or it's
created.

Signed-off-by: Colton Padden <colton.padden@fastmail.com>
2021-10-27 14:03:28 -04:00
Tim Hansen dedd14b7b3 Merge pull request #7801 from RemonSinnema/patch-1
Fix typo in name
2021-10-27 11:57:37 -06:00
Thomas Viaud 224e545a75 fix: run prettier
Signed-off-by: Thomas Viaud <t.viaud@elsevier.com>
2021-10-27 18:34:57 +01:00
Thomas Viaud 08de4fa957 fix: Adding corrected code documentation for custom field extension
Signed-off-by: Thomas Viaud <t.viaud@elsevier.com>
2021-10-27 18:34:45 +01:00
Jeremy Guarini 767fe912b2 add changeset
Signed-off-by: Jeremy Guarini <jguarini@paloaltonetworks.com>
2021-10-27 09:47:30 -07:00
Jeremy Guarini 72e7a87684 add more testing for FileExplorer tests
Signed-off-by: Jeremy Guarini <jguarini@paloaltonetworks.com>
2021-10-27 09:36:30 -07:00
Ray Sinnema 134a12dfa6 Fix typo
Signed-off-by: Ray Sinnema <rsinnema@ebay.com>
2021-10-27 18:35:20 +02:00
Brian Fletcher 54dac6d2d1 re-introduce updated version of d3 libs
Signed-off-by: Brian Fletcher <brian@roadie.io>
2021-10-27 15:39:09 +01:00
Fredrik Adelöw 96cfa561eb Just some random improvements in backend-common too
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-10-27 16:25:23 +02:00
Ben Lambert 88a01d9320 Merge pull request #7771 from backstage/dependabot/npm_and_yarn/types/dockerode-3.3.0
build(deps): bump @types/dockerode from 3.2.7 to 3.3.0
2021-10-27 16:15:50 +02:00
Ben Lambert e31a4b5fd2 Merge pull request #7770 from backstage/dependabot/npm_and_yarn/typescript-json-schema-0.51.0
build(deps): bump typescript-json-schema from 0.50.1 to 0.51.0
2021-10-27 16:15:24 +02:00
Brian Fletcher afd5c82ce1 adds a changeset file
Signed-off-by: Brian Fletcher <brian@roadie.io>
2021-10-27 15:15:02 +01:00
Ben Lambert 0f68dfc195 Merge pull request #7794 from backstage/dependabot/npm_and_yarn/spotify/eslint-config-base-12.0.0
build(deps): bump @spotify/eslint-config-base from 9.0.2 to 12.0.0
2021-10-27 16:14:23 +02:00
Ray Sinnema 494003b68e Reduce diff
Signed-off-by: Ray Sinnema <rsinnema@ebay.com>
2021-10-27 16:13:44 +02:00
Brian Fletcher 806c2a7568 removes unused d3-zoom dep
Signed-off-by: Brian Fletcher <brian@roadie.io>
2021-10-27 15:10:51 +01:00
Ben Lambert b0dc1fd241 add changeset
Signed-off-by: Ben Lambert <blam@spotify.com>
2021-10-27 15:32:09 +02:00
blam ea21f7f567 chore: add changeset
Signed-off-by: blam <ben@blam.sh>
2021-10-27 15:27:40 +02:00
blam 4a8a1a8bbe chore: fix up the types for this dependabot bump
Signed-off-by: blam <ben@blam.sh>
2021-10-27 15:25:40 +02:00
dependabot[bot] 2fdf3119d3 build(deps): bump typescript-json-schema from 0.50.1 to 0.51.0
Bumps [typescript-json-schema](https://github.com/YousefED/typescript-json-schema) from 0.50.1 to 0.51.0.
- [Release notes](https://github.com/YousefED/typescript-json-schema/releases)
- [Commits](https://github.com/YousefED/typescript-json-schema/compare/v0.50.1...v0.51.0)

---
updated-dependencies:
- dependency-name: typescript-json-schema
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-27 15:19:24 +02:00
blam 139f4b1f39 chore: revert the e2e
Signed-off-by: blam <ben@blam.sh>
2021-10-27 15:14:37 +02:00
blam ef9dd217b6 chore: reverting the node types
Signed-off-by: blam <ben@blam.sh>
2021-10-27 15:14:02 +02:00
blam 1abc9bab30 chore: updating to work with the new @types/node
Signed-off-by: blam <ben@blam.sh>
2021-10-27 15:12:23 +02:00
dependabot[bot] 563212e5dd build(deps): bump @types/dockerode from 3.2.7 to 3.3.0
Bumps [@types/dockerode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/dockerode) from 3.2.7 to 3.3.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/dockerode)

---
updated-dependencies:
- dependency-name: "@types/dockerode"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-27 15:12:23 +02:00
Ben Lambert 1f98ecd43c Merge pull request #7756 from backstage/dependabot/npm_and_yarn/keyv-memcache-1.2.7
build(deps): bump keyv-memcache from 1.2.5 to 1.2.7
2021-10-27 14:53:06 +02:00
dependabot[bot] 6364c3d6ff build(deps): bump @spotify/eslint-config-base from 9.0.2 to 12.0.0
Bumps [@spotify/eslint-config-base](https://github.com/spotify/web-scripts) from 9.0.2 to 12.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/v9.0.2...v12.0.0)

---
updated-dependencies:
- dependency-name: "@spotify/eslint-config-base"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-27 12:43:19 +00:00
Oliver Sand 106a5dc3ad Restore original casing for kind, namespace and name in DefaultTechDocsCollator
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
2021-10-27 14:30:40 +02:00
Fredrik Adelöw 36e2b548cb Fixing up integration-react as well
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-10-27 11:51:43 +02:00