Brian Fletcher
ef8e6b0386
customization of labels title & defualt to Labels
...
Signed-off-by: Brian Fletcher <brian@roadie.io >
2023-01-12 09:16:19 +00:00
Brian Fletcher
9ef778c4b5
fix missing message
...
Signed-off-by: Brian Fletcher <brian@roadie.io >
2023-01-12 08:13:06 +00:00
Brian Fletcher
bd382f2bc2
api reports and changeset
...
Signed-off-by: Brian Fletcher <brian@roadie.io >
2023-01-12 07:59:25 +00:00
Brian Fletcher
9fc65bbc38
add entity switch case
...
Signed-off-by: Brian Fletcher <brian@roadie.io >
2023-01-12 07:45:25 +00:00
Brian Fletcher
cebe24ef1d
add entity labels card
...
Signed-off-by: Brian Fletcher <brian@roadie.io >
2023-01-11 15:08:36 +00:00
Ben Lambert
4577a7ea3c
Merge pull request #15611 from angeliski/add-skip-active-record-argument
...
feat(scaffolder-backend-module-rails) add skipActiveRecord argument
2023-01-11 14:31:27 +01:00
Fredrik Adelöw
e5cd3c8e62
Merge pull request #15699 from backstage/freben/no-span
...
remove usage of span
2023-01-11 14:18:26 +01:00
Fredrik Adelöw
0e33627996
remove usage of span
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2023-01-11 13:35:35 +01:00
Ben Lambert
8daa52d3b0
Merge pull request #15610 from drodil/entity_menu_tooltip
...
feat: add entity context menu tooltip
2023-01-11 13:30:39 +01:00
Ben Lambert
01ed31492c
Merge pull request #15535 from luchillo17/feat/BCKSTG-93-spans
...
Enable eslint-plugin-react forbid span - Reopen
2023-01-11 11:29:28 +01:00
Carlos Esteban Lopez
e1f534332a
chore: Update changeset to PR comment
...
Signed-off-by: Carlos Esteban Lopez <lcarlosesteb@vmware.com >
2023-01-10 16:26:08 -05:00
Carlos Esteban Lopez
4cb21767dc
test: Update snapshots
...
Signed-off-by: Carlos Esteban Lopez <lcarlosesteb@vmware.com >
2023-01-10 16:07:40 -05:00
Carlos Esteban Lopez
1daac71e74
fix: Apply linter <span> rule
...
Signed-off-by: Carlos Esteban Lopez <lcarlosesteb@vmware.com >
2023-01-10 16:07:40 -05:00
Damon Kaswell
e04dcef5a0
Do not try to commit empty array of entity records
...
Signed-off-by: Damon Kaswell <damon.kaswell1@hp.com >
2023-01-10 08:54:07 -08:00
github-actions[bot]
9521f1274d
Version Packages (next)
2023-01-10 14:18:51 +00:00
Ben Lambert
35b261a00c
Merge pull request #15399 from backstage/blam/break-up-scaffolder
...
scaffolder: Introduce the `@backstage/plugin-scaffolder-react` and move re-usable components and types there
2023-01-10 15:05:31 +01:00
Ben Lambert
10c58949f3
Merge pull request #15556 from drodil/app_feature_flags
...
feat: allow specifying app level feature flags
2023-01-10 14:30:47 +01:00
Eric Peterson
1d66a11acb
Merge pull request #15634 from backstage/search/new-client-docs
...
[Search] Clean up / improve ES client instantiation docs
2023-01-10 14:29:05 +01:00
blam
cc55b6ef6c
chore: removing unused export from the api-surface
...
Signed-off-by: blam <ben@blam.sh >
2023-01-10 14:25:31 +01:00
blam
908378f062
Merge remote-tracking branch 'origin/master' into blam/break-up-scaffolder
...
* origin/master: (55 commits)
backend-app-api: switch plugin log label pluginId->plugin
backend-app-api: create a labelled logger for rootHttpRouter
backend-app-api: remove startHttpServer
fix(deps): update dependency @rjsf/utils to v5.0.0-beta.16
backend-app-api: fix infinite loop in http server stop
remove autoformatting changes
remove dev file
use index for key in react fragment
Minor grammar fix to CONTRIBUTING.md
backend-app-api: explicit request handler types for MiddlewareFactory
added changesets for the root API refactor and move from backend-common
backend-app-api: update API report + fixes
add highlighting of legend item
docs(docs/features/software-templates/writing-custom-field-extensions.md): change "kehab" to "kebab".
backend-app-api: move http dir out of lib
backend-common: reimplement service builder using backend-app-api
backend-app-api: move cors and helmet options reader to http folder
address review comments
fix picky cli-report
fix logic
...
Signed-off-by: blam <ben@blam.sh >
2023-01-10 14:19:53 +01:00
Fredrik Adelöw
2c880c8ab6
Merge pull request #15341 from RoadieHQ/scaffolder-examples
...
add examples of scaffolder action inputs to docs
2023-01-10 14:01:28 +01:00
blam
5d8250cbd3
chore: fix
...
Signed-off-by: blam <ben@blam.sh >
Signed-off-by: blam <ben@blam.sh >
2023-01-10 14:01:02 +01:00
blam
cacde27e15
chore: tidy up the api-reports with the nextRouteRef exports
...
Signed-off-by: blam <ben@blam.sh >
2023-01-10 13:28:04 +01:00
blam
3ea209aa12
chore: fixing initialState in api-reports
...
Signed-off-by: blam <ben@blam.sh >
2023-01-10 12:37:41 +01:00
blam
d1deceb410
chore: setting initialstate
...
Signed-off-by: blam <ben@blam.sh >
2023-01-10 12:35:40 +01:00
blam
fc73e5aee8
chore: removing some of the packages from this package now
...
Signed-off-by: blam <ben@blam.sh >
2023-01-10 12:33:45 +01:00
blam
1806e0c26e
chore: deprecate the routeRef export and favour routes.root instead
...
Signed-off-by: blam <ben@blam.sh >
2023-01-10 12:15:06 +01:00
blam
8b767113fe
chore: deprecated routeRef exports
...
Signed-off-by: blam <ben@blam.sh >
2023-01-10 11:59:25 +01:00
Eric Peterson
0fcbe29c6b
Clarify typeguard usage
...
Signed-off-by: Eric Peterson <ericpeterson@spotify.com >
2023-01-10 11:34:11 +01:00
Heikki Hellgren
bca8e8b393
feat: allow specifying app level feature flags
...
application feature flags can be defined in the application
creation. see docs/plugins/feature-flags.md for reference.
closes #15553
Signed-off-by: Heikki Hellgren <heikki.hellgren@op.fi >
2023-01-10 11:29:45 +02:00
Brian Fletcher
90f4eb12d5
use index for key in react fragment
...
Signed-off-by: Brian Fletcher <brian@roadie.io >
2023-01-10 08:05:48 +00:00
Patrick Knight
38fd519fc1
add highlighting of legend item
...
Signed-off-by: Patrick Knight <pknight@redhat.com >
2023-01-09 14:45:11 -05:00
Brian Fletcher
c95291d14c
address review comments
...
Signed-off-by: Brian Fletcher <brian@roadie.io >
2023-01-09 16:02:57 +00:00
blam
0fbcdfd0d2
chore: fixing warning
...
Signed-off-by: blam <ben@blam.sh >
2023-01-09 16:46:52 +01:00
blam
68aeea4ba5
chore: fixing the tests
...
Signed-off-by: blam <ben@blam.sh >
2023-01-09 16:45:43 +01:00
blam
f59448367a
chore: fix tests for the TemplateCard
...
Signed-off-by: blam <ben@blam.sh >
2023-01-09 16:17:08 +01:00
blam
50130d4091
chore: renaming the hook for better understanding
...
Signed-off-by: blam <ben@blam.sh >
2023-01-09 15:08:07 +01:00
blam
3c72c0be91
chore: fix exporting the SecretsContext
...
Signed-off-by: blam <ben@blam.sh >
2023-01-09 14:55:05 +01:00
Patrik Oldsberg
043f4e5678
Merge pull request #15615 from backstage/rugvip/cleanlog
...
Avoid directly logging error objects
2023-01-09 14:14:49 +01:00
blam
fedc5074b1
chore: fixing the API reports
...
Signed-off-by: blam <ben@blam.sh >
2023-01-09 14:08:45 +01:00
Eric Peterson
2a49ffbcb3
Clean up / improve client instantiation docs.
...
Signed-off-by: Eric Peterson <ericpeterson@spotify.com >
2023-01-09 13:29:39 +01:00
blam
52d6ad7c0f
chore: moving some more re-usable logic to the -react package
...
Signed-off-by: blam <ben@blam.sh >
2023-01-09 13:24:17 +01:00
blam
7e7575409e
chore: hook to get the field extensions
...
Signed-off-by: blam <ben@blam.sh >
2023-01-09 13:24:13 +01:00
blam
34a8a2c73b
chore: fixing package outline
...
Signed-off-by: blam <ben@blam.sh >
2023-01-09 13:24:13 +01:00
blam
765888aa5e
chore: fixing onSelected tests
...
Signed-off-by: blam <ben@blam.sh >
2023-01-09 13:24:13 +01:00
blam
912bd110f2
chore: move the routeRefs back into the scaffolder plugin for now, maybe it makes sense to move them later.
...
Signed-off-by: blam <ben@blam.sh >
2023-01-09 13:24:13 +01:00
blam
3053e582fc
fix: workaround the typing issue by duplicating the FormProps type as this is the only exported type from the /alpha imports
...
Signed-off-by: blam <ben@blam.sh >
2023-01-09 13:24:12 +01:00
blam
56cda2cc49
chore: fixing dependency linting
...
Signed-off-by: blam <ben@blam.sh >
2023-01-09 13:24:07 +01:00
blam
dc28726211
chore: fixing the deprecated export paths
...
Signed-off-by: blam <ben@blam.sh >
2023-01-09 13:24:05 +01:00
blam
de7e520a13
chore: moving some more things around and updating the api reports
...
Signed-off-by: blam <ben@blam.sh >
2023-01-09 13:23:56 +01:00