Commit Graph

2036 Commits

Author SHA1 Message Date
github-actions[bot] b86975e7fb Version Packages (next) 2024-11-26 11:10:07 +00:00
Ben Lambert d8118e51c8 Merge pull request #27367 from swnia/repopicker-gitlab-autocomplete
Add autocomplete to GitlabRepoUrlPicker
2024-11-26 11:59:47 +01:00
Ben Lambert 814599ca5a Merge pull request #25975 from backstage/blam/secret-collection
scaffolder: Implement hooks for collecting secrets
2024-11-26 10:29:01 +01:00
blam 2bbf0a5665 chore: Fixing api -reports
Signed-off-by: blam <ben@blam.sh>
2024-11-25 16:12:44 +01:00
blam 881f4a6d4f chore: api-reports
Signed-off-by: blam <ben@blam.sh>
2024-11-25 16:12:44 +01:00
blam 066d0f00b8 chore: updated tests
Signed-off-by: blam <ben@blam.sh>
2024-11-25 16:12:43 +01:00
blam a8140e10aa chore: refactor, and move the execution
Signed-off-by: blam <ben@blam.sh>
2024-11-25 16:12:43 +01:00
blam f217918b14 chore: refactor to use opaque type helper instead
Signed-off-by: blam <ben@blam.sh>
2024-11-25 16:12:43 +01:00
blam aac1e45bc5 chore: small cleanup
Signed-off-by: blam <ben@blam.sh>
2024-11-25 16:12:43 +01:00
blam 7e3ca8be71 feat: more work on form decorators
Signed-off-by: blam <ben@blam.sh>
2024-11-25 16:12:43 +01:00
blam bcaba24892 chore: test fixes and simplify the types a little bit
Signed-off-by: blam <ben@blam.sh>
2024-11-25 16:12:43 +01:00
blam f6874fbfa8 chore: adding some more useful state to the context
Signed-off-by: blam <ben@blam.sh>
2024-11-25 16:12:42 +01:00
blam 88746203aa chore: hooks -> decorators
Signed-off-by: blam <ben@blam.sh>
2024-11-25 16:12:42 +01:00
blam aee334c14c feat: implemented useFormHooks hook for calling hooks on create
Signed-off-by: blam <ben@blam.sh>
2024-11-25 16:12:42 +01:00
blam 189201ef4b wip: start to implement the hooks
Signed-off-by: blam <ben@blam.sh>
2024-11-25 16:12:42 +01:00
renovate[bot] 9951ba448b fix(deps): update rjsf monorepo to v5.23.1
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-22 23:23:23 +00:00
github-actions[bot] 1552f03186 Version Packages 2024-11-19 11:21:20 +00:00
Severin Wischmann 5e74f87e0c Use id as title was before
Signed-off-by: Severin Wischmann <severinwischmann@nianticlabs.com>
2024-11-13 15:43:03 +01:00
Severin Wischmann 452a2302c3 Update api reports
Signed-off-by: Severin Wischmann <severinwischmann@nianticlabs.com>
2024-11-13 15:43:03 +01:00
Severin Wischmann 6011c8d88a Update api-report
Signed-off-by: Severin Wischmann <severinwischmann@nianticlabs.com>
2024-11-13 15:43:02 +01:00
Severin Wischmann 1cce261913 Fix yarn tsc
Signed-off-by: Severin Wischmann <severinwischmann@nianticlabs.com>
2024-11-13 15:43:02 +01:00
Severin Wischmann 38682faf86 Make id mandatory and title optional
Signed-off-by: Severin Wischmann <severinwischmann@nianticlabs.com>
2024-11-13 15:43:02 +01:00
Severin Wischmann be6de37e4d Add autocomplete to GitlabRepoUrlPicker
Signed-off-by: Severin Wischmann <severinwischmann@nianticlabs.com>
2024-11-13 15:43:02 +01:00
github-actions[bot] ecdb1ce0b6 Version Packages (next) 2024-11-12 21:18:54 +00:00
Juan Escalada 639fbba05c Update api reports
Signed-off-by: Juan Escalada <juanescalada175@gmail.com>
2024-11-09 15:13:40 +09:00
Juan Escalada bd8f6739e9 Merge branch 'master' into scaffolder-page-contextmenu-props-bugfix
Signed-off-by: Juan Escalada <97265671+jescalada@users.noreply.github.com>
2024-11-09 14:21:45 +09:00
Juan Escalada 7d5678713d Add contextMenu prop to Actions and ListTasks
Signed-off-by: Juan Escalada <juanescalada175@gmail.com>
2024-11-09 14:02:47 +09:00
Ben Lambert f969062c02 Merge pull request #26946 from stephenglass/scaffolder-permission-manage1
feat(scaffolder): add permission for template management features
2024-11-07 16:35:20 +01:00
github-actions[bot] 42386c2119 Version Packages (next) 2024-11-05 12:34:28 +00:00
Fredrik Adelöw aa45f922d8 Merge pull request #27183 from backstage/renovate/idb-keyval-5.x
fix(deps): update dependency idb-keyval to v5.1.5
2024-11-04 09:57:21 +01:00
github-actions[bot] 7ffb8eedd7 Version Packages (next) 2024-10-28 13:06:13 +00:00
renovate[bot] 8e4bed4d0e fix(deps): update dependency idb-keyval to v5.1.5
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-24 07:54:15 +02:00
github-actions[bot] 7907e3b920 Version Packages (next) 2024-10-22 14:53:13 +00:00
Hitoshi Kamezaki 99471cd963 RepoUrlPickerRepoName did not keep the input value
Use onInputChange instead of onChange for propagating the input evnet.

Previous version was used <Input /> .
In this case onChange was fired each input event.
But in <Autocomplete /> is not fired.

Signed-off-by: Hitoshi Kamezaki <kamezaki@ap-com.co.jp>
2024-10-22 14:28:56 +09:00
Stephen Glass d8fe9659ce Merge branch 'master' of https://github.com/backstage/backstage into scaffolder-permission-manage1
Signed-off-by: Stephen Glass <stephen@stephen.glass>
2024-10-19 16:38:16 -04:00
blam 6e310c67e5 chore: rollback entityRef change
Signed-off-by: blam <ben@blam.sh>
2024-10-17 16:25:56 +02:00
github-actions[bot] a9c095d0be Version Packages 2024-10-15 10:25:03 +00:00
Ben Lambert 56f656343d Merge pull request #27116 from backstage/blam/fix-api-report
Fix API Report warning validation
2024-10-15 12:20:02 +02:00
Ben Lambert 8c8265282c Merge pull request #26947 from stephenglass/scaffolder-permission-tasklist1
fix(scaffolder): only show task routes with permission
2024-10-15 11:07:43 +02:00
Ben Lambert 2bdc056536 Merge pull request #27057 from backstage/renovate/rjsf-monorepo
fix(deps): update rjsf monorepo to v5.21.2
2024-10-15 10:19:57 +02:00
blam fc01ce7e77 chore: fix api-reports warnings
Signed-off-by: blam <ben@blam.sh>
2024-10-14 17:56:00 +02:00
Fredrik Adelöw 66ad4a3331 Merge pull request #27026 from backstage/freben/mock-apis-config
Implement the beginnings of `mockApis`
2024-10-11 11:08:54 +02:00
Fredrik Adelöw 7d06a43916 implement storage too
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2024-10-11 09:48:52 +02:00
Fredrik Adelöw e39f72f813 implement permission too
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2024-10-11 09:48:52 +02:00
Fredrik Adelöw b52715bc2e implement identity too
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2024-10-11 09:48:52 +02:00
Fredrik Adelöw 811ff0cddc implement analytics too
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2024-10-11 09:48:52 +02:00
renovate[bot] e698470f2d fix(deps): update rjsf monorepo to v5.21.2
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-09 14:20:23 +00:00
Ben Lambert ac1c0a6589 Merge pull request #27007 from stephenglass/fix-disabled-single-value
fix(scaffolder): change entity picker single value behavior
2024-10-09 09:05:41 +02:00
Stephen Glass 85d95e510e update condition for entity picker single value
Signed-off-by: Stephen Glass <stephen@stephen.glass>
2024-10-08 09:10:45 -04:00
github-actions[bot] 56a811849a Version Packages (next) 2024-10-08 11:42:14 +00:00