Commit Graph

17445 Commits

Author SHA1 Message Date
colton 0a788da873 Use standard error message in catch of copy file call
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Signed-off-by: Colton Padden <colton.padden@fastmail.com>
2021-10-11 15:25:08 -04:00
colton 10f513dd8c Use standard error message in temporary app file copy catch
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Signed-off-by: Colton Padden <colton.padden@fastmail.com>
2021-10-11 13:44:14 -04:00
Colton Padden c80e7ffbf9 use relative temporary file paths in resolving app destination paths
Signed-off-by: Colton Padden <colton.padden@fastmail.com>
2021-10-07 12:34:12 -04:00
Colton Padden 6c93f322ca use resolvePath with targetDir when using cmd.path
Signed-off-by: Colton Padden <colton.padden@fastmail.com>
2021-10-07 11:00:40 -04:00
Colton Padden 1d7078df93 validate path directory, and prevent target from being overwritten
Validation now occurs to ensure that the target path exists and is a directory.
Additionally, instead of moving the temporary directory to the target path,
files are now recursively copied, and then cleaned up. This was to support app
creation in the current directory, without clobbering existing files (for
example .git/)

Instead of overwriting the target `path` directory while using the
move method,

Signed-off-by: Colton Padden <colton.padden@fastmail.com>
2021-10-05 16:10:07 -04:00
Colton Padden 973678fd8c use --path option instead of [path] argument in create-app
Signed-off-by: Colton Padden <colton.padden@fastmail.com>
2021-10-05 11:20:35 -04:00
Colton Padden fe48f0ea95 update create-app usage to include optional [path] argument
Signed-off-by: Colton Padden <colton.padden@fastmail.com>
2021-10-05 09:41:38 -04:00
Colton Padden 448b3ed9fa modify changeset from patch to minor as we are in a 0.x release
Signed-off-by: Colton Padden <colton.padden@fastmail.com>
2021-10-05 09:36:58 -04:00
Colton Padden 4f1c30c176 Support optional [path] argument in create-app command-line utility
When this is specified, then copy the newly created application to the specified
directory, otherwise, copy the application to a folder based on the name
specified name.

Signed-off-by: Colton Padden <colton.padden@fastmail.com>
2021-10-04 15:36:50 -04:00
Patrik Oldsberg 9697e91074 Merge pull request #7415 from backstage/static-auth-no-connector-remove
core-app-api: do not call connector.removeSession in StaticAuthSessionManager.removeSession
2021-10-01 17:56:36 +02:00
Ben Lambert 87ba323768 Merge pull request #7413 from backstage/mob/catalog-processing-errors
catalog: Consider processing results with errors as failing
2021-10-01 15:11:41 +02:00
Mike Lewis d6ad46eb22 core-app-api: do not call connector.removeSession in StaticAuthSessionManager.removeSession
Signed-off-by: Mike Lewis <mtlewis@users.noreply.github.com>
2021-10-01 12:44:34 +01:00
Johan Haals 2c5bab2f82 catalog: Consider processing results with errors as failing
Co-authored-by: Fredrik Adelöw <freben@users.noreply.github.com>
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2021-10-01 13:28:40 +02:00
Ben Lambert 0bcb0d99c5 Merge pull request #7404 from backstage/dependabot/npm_and_yarn/jscodeshift-0.13.0
build(deps): bump jscodeshift from 0.12.0 to 0.13.0
2021-10-01 13:25:49 +02:00
Ben Lambert 7dee4db0b0 added changeset
Signed-off-by: Ben Lambert <blam@spotify.com>
2021-10-01 10:54:11 +02:00
dependabot[bot] 2b492efef9 build(deps): bump jscodeshift from 0.12.0 to 0.13.0
Bumps [jscodeshift](https://github.com/facebook/jscodeshift) from 0.12.0 to 0.13.0.
- [Release notes](https://github.com/facebook/jscodeshift/releases)
- [Changelog](https://github.com/facebook/jscodeshift/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jscodeshift/compare/0.12.0...0.13.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-01 04:08:28 +00:00
Patrik Oldsberg cdcd47ad1f Merge pull request #7394 from ljupchokotev/fix-example
Fix example in integration-react/CHANGELOG.md
2021-09-30 22:29:45 +02:00
Ljupcho Kotev 7330eb87f3 Fix example in integration-react/CHANGELOG.md
Signed-off-by: Ljupcho Kotev <lyupcho.kotev@gmail.com>
2021-09-30 18:18:35 +02:00
Patrik Oldsberg 7eb965258b Merge pull request #7392 from backstage/rugvip/clean
root: clean out existing types first in tsc:full
2021-09-30 14:33:57 +02:00
Ben Lambert ca2905d9c6 Merge pull request #7300 from backstage/changeset-release/master
Version Packages
2021-09-30 14:32:48 +02:00
github-actions[bot] f67e8ddcec Version Packages 2021-09-30 11:43:05 +00:00
Patrik Oldsberg da7019019e Merge pull request #7378 from backstage/emmaindal/custom-techdocs-header
[TechDocs] Support custom TechDocs Reader Page
2021-09-30 13:37:09 +02:00
Eric Peterson 5a4597e539 Reflect breaking change in changeset.
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2021-09-30 13:16:08 +02:00
Patrik Oldsberg 6deac34265 root: clean out existing types first in tsc:full
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-09-30 12:54:00 +02:00
Emma Indal dcd3e1d968 update api report and prop on Reader component in EntityPageDocs
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2021-09-30 12:40:48 +02:00
Emma Indal 1f73801d05 replace entityId with entityRef
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2021-09-30 12:21:10 +02:00
Patrik Oldsberg 27ffae8fae Merge pull request #7388 from backstage/dependabot/npm_and_yarn/types/express-serve-static-core-4.17.24
build(deps-dev): bump @types/express-serve-static-core from 4.17.18 to 4.17.24
2021-09-30 11:56:01 +02:00
Patrik Oldsberg 86a43b5943 Merge pull request #7389 from backstage/rugvip/bonus
tech-docs: remove bonus copyright footer
2021-09-30 11:55:46 +02:00
Patrik Oldsberg e4fabdc717 Merge pull request #7381 from szubster/core-components-api-reference-a-to-c
Improve API Reference in Core Component named A to C
2021-09-30 11:36:05 +02:00
Patrik Oldsberg 645f038e59 tech-docs: remove bonus copyright footer
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-09-30 11:34:12 +02:00
Patrik Oldsberg 30815dedb8 yarn.lock: dedupe and prefer v14 for @types/node
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-09-30 11:13:48 +02:00
Patrik Oldsberg e478e377b4 Merge pull request #7386 from backstage/dependabot/npm_and_yarn/types/swagger-ui-react-3.35.2
build(deps-dev): bump @types/swagger-ui-react from 3.35.1 to 3.35.2
2021-09-30 11:06:13 +02:00
Patrik Oldsberg 40141e6d3f Merge pull request #7387 from backstage/dependabot/npm_and_yarn/dompurify-2.3.3
build(deps): bump dompurify from 2.3.1 to 2.3.3
2021-09-30 11:05:33 +02:00
Tomasz Szuba c4e77bb34a Add changeset
Signed-off-by: Tomasz Szuba <tszuba@box.com>
2021-09-30 11:02:50 +02:00
Tomasz Szuba ba71cc2935 Review remarks + rebase conflicts
Signed-off-by: Tomasz Szuba <tszuba@box.com>
2021-09-30 10:55:14 +02:00
Tomasz Szuba cbf43cb8a4 core-components do not need @types/prop-types dependency anymore
Signed-off-by: Tomasz Szuba <tszuba@box.com>
2021-09-30 10:46:55 +02:00
Tomasz Szuba d975b06185 api-report diff fix
Signed-off-by: Tomasz Szuba <tszuba@box.com>
2021-09-30 10:46:55 +02:00
Tomasz Szuba a7caf0a1d6 Improve API Reference in Core Component named A to C
Signed-off-by: Tomasz Szuba <tszuba@box.com>
2021-09-30 10:46:52 +02:00
Eric Peterson 16b5b3d11a Clean up API report, export types.
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2021-09-30 10:27:06 +02:00
Fredrik Adelöw 1b7700a80a Merge pull request #7377 from backstage/mob/ancestry
Add a processing ancestry endpoint to the catalog
2021-09-30 10:16:27 +02:00
Fredrik Adelöw 7e6b7a49b0 Merge pull request #7385 from awanlin/topic/add-badges-to-plugin-marketplace
Added Badges to Plugin Marketplace
2021-09-30 10:14:02 +02:00
dependabot[bot] 9200d4564a build(deps-dev): bump @types/express-serve-static-core
Bumps [@types/express-serve-static-core](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express-serve-static-core) from 4.17.18 to 4.17.24.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express-serve-static-core)

---
updated-dependencies:
- dependency-name: "@types/express-serve-static-core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-30 04:17:11 +00:00
dependabot[bot] 32a5a8cd40 build(deps): bump dompurify from 2.3.1 to 2.3.3
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.3.1 to 2.3.3.
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](https://github.com/cure53/DOMPurify/compare/2.3.1...2.3.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-30 04:13:16 +00:00
dependabot[bot] 3a060a64da build(deps-dev): bump @types/swagger-ui-react from 3.35.1 to 3.35.2
Bumps [@types/swagger-ui-react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/swagger-ui-react) from 3.35.1 to 3.35.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/swagger-ui-react)

---
updated-dependencies:
- dependency-name: "@types/swagger-ui-react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-30 04:11:49 +00:00
Andre Wanlin 87c00512a2 Updated author to Andreas Stenius
Signed-off-by: Andre Wanlin <awanlin@rapidrtc.com>
2021-09-29 17:27:56 -05:00
Andre Wanlin 1643e5e22b Merge branch 'backstage:master' into topic/add-badges-to-plugin-marketplace 2021-09-29 17:26:36 -05:00
Andre Wanlin 304cc1153d Added Badges to Plugin Marketplace
Signed-off-by: Andre Wanlin <awanlin@rapidrtc.com>
2021-09-29 13:58:52 -05:00
Patrik Oldsberg ced8c457c4 Merge pull request #7384 from backstage/rugvip/change
changesets: added missing changeset for tech-radar docs
2021-09-29 20:33:46 +02:00
Emma Indal 5098f4a7c9 use legacy techdocs page as fallback
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2021-09-29 20:06:36 +02:00
Patrik Oldsberg 45c04f6ffd Merge pull request #7182 from danielortizlira/internal-components-theme-overrides
Internal components theme overrides
2021-09-29 19:35:38 +02:00