10 Commits

Author SHA1 Message Date
Patrik Oldsberg bc71718834 update docs to remove /alpha
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-10-11 16:50:08 +02:00
Fredrik Adelöw 5d1670f959 update installation instructions in readme files for new backend system
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2024-09-04 11:15:41 +02:00
Fredrik Adelöw 9aac2b0d36 move cwd as the first argument to yarn
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2024-02-04 20:13:00 +01:00
Johan Haals 1592bb7a4d Merge pull request #15063 from rikez/feat/enhance-owner-picker
feat(scaffolder): add EntityFilterQuery support on Entity and Owner Picker components
2022-12-22 16:44:32 +01:00
Enrico Alvarenga 1cd1c5cbb0 docs: update docs referencing OwnerPicker and EntityPicker
Signed-off-by: Enrico Alvarenga <enrico.alvarenga@segment.com>
2022-12-21 13:01:44 -08:00
Brian Fletcher 626a71fa06 fix review comments
Signed-off-by: Brian Fletcher <brian@roadie.io>
2022-12-07 13:03:45 +00:00
LvffY f3101fb9d2 [#10459] 📝 Update documentation to use yarn --cwd arg
Signed-off-by: LvffY <louberger@hotmail.fr>
2022-03-30 15:53:05 +02:00
Fredrik Adelöw 89c7e47967 make the backend plugin ts files consistent
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-03-13 19:27:46 +01:00
blam 592ac178ec chore: updating documentation and removing the last of v1beta2
Signed-off-by: blam <ben@blam.sh>
2022-03-08 14:26:03 +01:00
@pawelmitka ea048ce7a0 feat(scaffolder-backend): Yeoman Generator module
Added a new Scaffolder Backend Yeoman module to allow for integration with Yeoman Generators. At the moment the only action added is 'run' to execute installed Yeoman Generator.

The Yeoman Generator can be either added as a dependency in `package.json` of a service that uses this plugin or installed in an environment using `npm install -g https://github.com/org/generator-name.git`

Tests for `yeomanRun.ts` were not added because 'yeoman'environment' module is exported in a way that does not allow partial mocking while '@types/yeoman-environment' does not support Yeoman 3.x, yet.

I also tested it E2E.

Signed-off-by: @pawelmitka <pawel.mitka@brainly.com>
2021-09-15 12:31:35 +02:00