Mike Lewis
fdac00fb3f
scaffolder: fix typo in fetch:template migration docs
...
Signed-off-by: Mike Lewis <mtlewis@users.noreply.github.com >
2021-07-07 13:10:36 +01:00
Mike Lewis
56b61c2bc0
scaffolder: prefix input values in fetch:template templates
...
Signed-off-by: Mike Lewis <mtlewis@users.noreply.github.com >
2021-07-07 11:26:00 +01:00
Mike Lewis
51513c6420
scaffolder: fix use of path.join in fetch:template tests
...
Signed-off-by: Mike Lewis <mtlewis@users.noreply.github.com >
2021-07-07 11:20:10 +01:00
Mike Lewis
886844aa30
scaffolder: platform-agnostic path joining in fetch:template test suite
...
Signed-off-by: Mike Lewis <mtlewis@users.noreply.github.com >
2021-07-07 11:00:14 +01:00
Mike Lewis
19666c7872
Update fetch:template action changeset to patch
...
Signed-off-by: Mike Lewis <mtlewis@users.noreply.github.com >
2021-07-07 09:43:53 +01:00
Mike Lewis
31de5f27f7
scaffolder: add changeset for new fetch:template action
...
Signed-off-by: Mike Lewis <mtlewis@users.noreply.github.com >
2021-07-06 17:47:23 +01:00
Mike Lewis
b40370272b
scaffolder: remove unused import in fetch:template
...
Signed-off-by: Mike Lewis <mtlewis@users.noreply.github.com >
2021-07-06 15:42:22 +01:00
Mike Lewis
c22fc45ffa
scaffolder: use resolveSafeChildPath in fetch:template
...
Signed-off-by: Mike Lewis <mtlewis@users.noreply.github.com >
2021-07-06 15:30:04 +01:00
Mike Lewis
9d759702b1
docs: update docs to refer to new fetch:template action
...
Signed-off-by: Mike Lewis <mtlewis@users.noreply.github.com >
2021-07-06 15:07:37 +01:00
Himanshu Mishra
6aeb2b93de
fetch:template - test binary files are copied over
...
Signed-off-by: Himanshu Mishra <himanshu@orkohunter.net >
2021-07-06 15:48:14 +02:00
Himanshu Mishra
f6eff971cb
fetch:template - rename isTemplated to shouldCopyWithoutRender
...
(fix logging bug) and add test todo
Co-authored-by: Mike Lewis <mtlewis@users.noreply.github.com >
Signed-off-by: Himanshu Mishra <himanshu@orkohunter.net >
2021-07-06 14:51:58 +02:00
Himanshu Mishra
5f7e7db19d
fetch:template - binary files should be copied to output path as-is
...
Co-authored-by: Mike Lewis <mtlewis@users.noreply.github.com >
Signed-off-by: Himanshu Mishra <himanshu@orkohunter.net >
2021-07-06 14:47:53 +02:00
Himanshu Mishra
a8c83700eb
fetch:template - skip running templater on binary files
...
Co-authored-by: Mike Lewis <mtlewis@users.noreply.github.com >
Signed-off-by: Himanshu Mishra <himanshu@orkohunter.net >
2021-07-06 13:51:59 +02:00
Mike Lewis
ef07bce298
scaffolder: improve logging in fetch:template
...
Signed-off-by: Mike Lewis <mtlewis@users.noreply.github.com >
2021-07-06 11:16:59 +02:00
Mike Lewis
b3583b4108
scaffolder: move @types/nunjucks to devDeps
...
Signed-off-by: Mike Lewis <mtlewis@users.noreply.github.com >
2021-07-06 11:16:59 +02:00
Mike Lewis
b4680036b6
scaffolder: adjust case of cookieCutterCompat flag in fetch:template
...
Realized that `cookiecutter` is more idiomatic than `cookieCutter`,
so renamed the `cookieCutterCompat` flag on the new `fetch:template`
action to `cookiecutterCompat`.
Signed-off-by: Mike Lewis <mtlewis@users.noreply.github.com >
2021-07-06 11:16:59 +02:00
Mike Lewis
ab61778b87
scaffolder: remove fetch:template extensions todo
...
cf. https://github.com/backstage/backstage/pull/6322/commits/944fda210ea807f52ece3272736b090ecd1a3a57#r663007257
Signed-off-by: Mike Lewis <mtlewis@users.noreply.github.com >
2021-07-06 11:16:59 +02:00
Mike Lewis
a26bc32032
scaffolder: update api-report.md
...
Signed-off-by: Mike Lewis <mtlewis@users.noreply.github.com >
2021-07-06 11:16:54 +02:00
Mike Lewis
a8ded61923
scaffolder: add cookiecutter compat mode to fetch:template
...
Signed-off-by: Mike Lewis <mtlewis@users.noreply.github.com >
2021-07-06 11:12:58 +02:00
Mike Lewis
9fba3e22b1
scaffolder: add test suite for fetch:template
...
Signed-off-by: Mike Lewis <mtlewis@users.noreply.github.com >
2021-07-06 11:12:58 +02:00
Mike Lewis
5144e7617d
scaffolder: input type from fetch:template action factory
...
Signed-off-by: Mike Lewis <mtlewis@users.noreply.github.com >
2021-07-06 11:12:58 +02:00
Mike Lewis
1caf2a24f4
scaffolder: add compat TODO
...
Signed-off-by: Mike Lewis <mtlewis@users.noreply.github.com >
2021-07-06 11:12:58 +02:00
Mike Lewis
161e9e659b
scaffolder: create empty directories in fetch:template action
...
Signed-off-by: Mike Lewis <mtlewis@users.noreply.github.com >
2021-07-06 11:12:58 +02:00
Mike Lewis
cc8cf9e89c
scaffolder: add support for copyWithoutRender to fetch:template
...
Signed-off-by: Mike Lewis <mtlewis@users.noreply.github.com >
2021-07-06 11:12:58 +02:00
Mike Lewis
cc43a3135e
scaffolder: stop ignoring dotfiles in template directories
...
globby ignores files/directories starting with a dot by default, which
we don't want.
cf. https://github.com/mrmlnc/fast-glob#dot
Signed-off-by: Mike Lewis <mtlewis@users.noreply.github.com >
2021-07-06 11:12:58 +02:00
Himanshu Mishra
3fc8f9ff5b
scaffolder: add some explanations and todos on nunjucks action
...
Co-authored-by: Mike Lewis <mtlewis@users.noreply.github.com >
Signed-off-by: Himanshu Mishra <himanshu@orkohunter.net >
2021-07-06 11:12:57 +02:00
Himanshu Mishra
333db5f4dd
scaffolder: fix templating all files in sub directories for nunjucks action
...
Co-authored-by: Mike Lewis <mtlewis@users.noreply.github.com >
Signed-off-by: Himanshu Mishra <himanshu@orkohunter.net >
2021-07-06 11:12:57 +02:00
Mike Lewis
01e13e173d
Scaffolder: add some todos and comments to fetch:template action
...
Co-authored-by: Himanshu Mishra <himanshu@orkohunter.net >
Signed-off-by: Mike Lewis <mtlewis@users.noreply.github.com >
2021-07-06 11:12:57 +02:00
blam
9b3c9c16d5
chore: updating stuff
...
Signed-off-by: blam <ben@blam.sh >
2021-07-06 11:12:57 +02:00
blam
156fefcd82
sample templater
...
Signed-off-by: blam <ben@blam.sh >
2021-07-06 11:12:57 +02:00
Ben Lambert
5cbce346bb
Merge pull request #6344 from tudi2d/sidebar-inner-scrolling
...
Custom scrollbar for SidebarScrollWrapper
2021-07-06 10:42:42 +02:00
Fredrik Adelöw
43301edd13
Merge pull request #6277 from roylisto/roylisto/edit-button-group
...
Edit Button for Group Profile Card
2021-07-06 10:25:06 +02:00
Ben Lambert
26bcdef040
Merge pull request #6351 from backstage/dependabot/npm_and_yarn/types/archiver-5.3.0
...
chore(deps-dev): bump @types/archiver from 5.1.0 to 5.3.0
2021-07-06 10:09:16 +02:00
Ben Lambert
0985696cf9
Merge pull request #6350 from backstage/dependabot/npm_and_yarn/types/aws4-1.5.2
...
chore(deps-dev): bump @types/aws4 from 1.5.1 to 1.5.2
2021-07-06 10:08:46 +02:00
dependabot[bot]
c669940656
chore(deps-dev): bump @types/archiver from 5.1.0 to 5.3.0
...
Bumps [@types/archiver](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/archiver ) from 5.1.0 to 5.3.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/archiver )
---
updated-dependencies:
- dependency-name: "@types/archiver"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-07-06 04:14:07 +00:00
dependabot[bot]
30f28ef11c
chore(deps-dev): bump @types/aws4 from 1.5.1 to 1.5.2
...
Bumps [@types/aws4](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/aws4 ) from 1.5.1 to 1.5.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/aws4 )
---
updated-dependencies:
- dependency-name: "@types/aws4"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-07-06 04:10:52 +00:00
roylisto
3e3227afc0
Add infoCardAction
...
Signed-off-by: roylisto <roylistoputra@gmail.com >
2021-07-06 10:27:56 +07:00
Ben Lambert
10eed5344c
Merge pull request #6292 from backstage/dependabot/npm_and_yarn/date-io/luxon-2.10.11
...
chore(deps): bump @date-io/luxon from 1.3.13 to 2.10.11
2021-07-05 20:35:50 +02:00
Ben Lambert
8fb349968a
Merge pull request #6340 from andreafalzetti/scaffolder-fs-steps
...
Scaffolder - Filesystem built-in actions
2021-07-05 20:32:20 +02:00
Ben Lambert
6cbeafcbb9
Update spelling
...
Signed-off-by: Ben Lambert <ben@blam.sh >
2021-07-05 18:14:25 +02:00
Ben Lambert
a8366759a3
Merge pull request #6313 from backstage/orkohunter/document-url-reader
...
docs: Document how URL Readers work and how to write a new one
2021-07-05 18:10:37 +02:00
Ben Lambert
2666fe56da
Merge pull request #6336 from shoukoo/add-default-branch
...
feat: add default branch property for publish GitLab, Bitbucket and Azure actions
2021-07-05 18:09:01 +02:00
Philipp Hugenroth
0b684849f3
Please - don't embarrass me - I'm not a native speaker, bot...
...
Signed-off-by: Philipp Hugenroth <philipph@spotify.com >
2021-07-05 18:06:57 +02:00
Ben Lambert
4ca8e569a5
Add changeset
...
Signed-off-by: Ben Lambert <ben@blam.sh >
2021-07-05 18:06:12 +02:00
Philipp Hugenroth
c97e06e1c1
Fix changeset spelling
...
Signed-off-by: Philipp Hugenroth <philipph@spotify.com >
2021-07-05 18:01:09 +02:00
Philipp Hugenroth
612e25fd7c
Add changeset
...
Signed-off-by: Philipp Hugenroth <philipph@spotify.com >
2021-07-05 17:34:29 +02:00
Philipp Hugenroth
24b4b01cd7
ACustomize scrollbar for sidebar items wrapper
...
Signed-off-by: Philipp Hugenroth <philipph@spotify.com >
2021-07-05 17:31:03 +02:00
Andrea Falzetti
c93fb2c93d
docs(scaffolder): update docs
...
Signed-off-by: Andrea Falzetti <afalzetti@gmail.com >
2021-07-05 16:03:45 +01:00
Ben Lambert
c6cdfa9bee
Merge pull request #6337 from backstage/dependabot/npm_and_yarn/types/yup-0.29.12
...
chore(deps): bump @types/yup from 0.29.11 to 0.29.12
2021-07-05 16:20:31 +02:00
Ben Lambert
e972895b4d
Merge pull request #6338 from wrighbr/patch-1
...
Add Harbor Plugin to Marketplace
2021-07-05 16:18:20 +02:00