Fredrik Adelöw
49712ffe4d
Merge pull request #16375 from RobotSail/migrate-todo
...
Expose the todos-backend plugin using the new plugin system
2023-02-21 14:14:00 +01:00
Morgan Bentell
7f9c8b14e6
Merge pull request #16495 from agentbellnorm/fix-addons-test-util
...
[TechDocs] Fix addons test util
2023-02-21 14:08:02 +01:00
Morgan Bentell
ab4e68032d
remove unused import
...
Signed-off-by: Morgan Bentell <mbentell@spotify.com >
2023-02-21 13:50:08 +01:00
Fredrik Adelöw
048b4ab5f5
add alpha exports
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2023-02-21 13:37:25 +01:00
Ben Lambert
f14f82c563
Merge pull request #16492 from backstage/mob/add-ui-schema-to-valdiation-context
...
scaffolder/next: Added the fields schema definition in the validator function
2023-02-21 13:32:46 +01:00
Morgan Bentell
3ab1b8fcae
avoid wrapping addons when rendering them in a test setting, the levels of nesting is very sensitive due to TechDocsReaderPage.tsx, this will result in a more realistic component tree
...
Signed-off-by: Morgan Bentell <mbentell@spotify.com >
2023-02-21 13:32:45 +01:00
blam
8fbcbd34b6
chore: this is always going to be present
...
Signed-off-by: blam <ben@blam.sh >
2023-02-21 12:39:37 +01:00
blam
be99a4ddd6
feat: added the ability to grab the schema for the field definition in the validator
...
Signed-off-by: blam <ben@blam.sh >
2023-02-21 12:31:25 +01:00
martincostello
b12f564240
Fix formatting
...
Fix prettier issue caused by minor refactor just before previous commit.
Signed-off-by: martincostello <martin@martincostello.com >
2023-02-21 09:39:26 +00:00
martincostello
d3d624e8e8
Update SonarQube card icons
...
- If there are no vulnerabilities, show a closed lock.
- If there are no code smells, show a happy face.
Signed-off-by: martincostello <martin@martincostello.com >
2023-02-20 17:34:34 +00:00
Ben Lambert
d18a25f601
Merge pull request #16374 from IlyaSavich/fix-export-entity-transformer
...
Fix export of catalog collator entity transformer
2023-02-20 17:15:28 +01:00
Ben Lambert
fa01b330f8
Merge pull request #16450 from drodil/graph_token_refix
...
fix: restore support for custom MS graph API url
2023-02-20 17:12:20 +01:00
Fredrik Adelöw
c250ff8f3e
Merge pull request #16449 from drodil/catalog_fetch_fail
...
fix: catalog:fetch to throw error for null entity
2023-02-20 15:22:43 +01:00
Oleg S
2b0387915d
update api report
...
Signed-off-by: Oleg S <97077423+RobotSail@users.noreply.github.com >
2023-02-20 09:13:52 -05:00
Oleg S
604e17e09b
remove unused import
...
Signed-off-by: Oleg S <97077423+RobotSail@users.noreply.github.com >
2023-02-20 08:51:55 -05:00
Heikki Hellgren
2c234a8932
fix: restore support for custom MS graph API url
...
relates to #16361
Signed-off-by: Heikki Hellgren <heikki.hellgren@op.fi >
2023-02-20 15:43:28 +02:00
Oleg S
6a28b421df
update serviceRef names to adhere to naming convention
...
Signed-off-by: Oleg S <97077423+RobotSail@users.noreply.github.com >
2023-02-20 08:41:23 -05:00
Ben Lambert
60c94e750e
Merge pull request #16321 from szubster/techinsights-latest-fact-index
...
Add new index to techinsights
2023-02-20 14:07:16 +01:00
Heikki Hellgren
c6c78b4acb
fix: catalog:fetch to throw error for null entity
...
fixes #16447
Signed-off-by: Heikki Hellgren <heikki.hellgren@op.fi >
2023-02-20 08:48:06 +02:00
Oleg S
4120513412
adds @backstage/plugin-todo-backend to dependencies for plugin/todo-backend
...
Signed-off-by: Oleg S <97077423+RobotSail@users.noreply.github.com >
2023-02-17 10:07:21 -05:00
Fredrik Adelöw
81867ac28e
Merge pull request #16152 from pamelin/plugin-stackstorm
...
feat: Add StackStorm plugin
2023-02-17 15:04:10 +01:00
Fredrik Adelöw
3406bba4f9
Merge pull request #16415 from anicke/ling-token
...
Linguist-backend: Add token to catalogClient
2023-02-17 13:49:22 +01:00
Niklas Aronsson
4a1c318853
Linguist-backend: Add token to catalogClient
...
The catalog client calls will fail for backstage deployments with
authentication.
Signed-off-by: Niklas Aronsson <niklasar@axis.com >
2023-02-17 12:34:23 +01:00
blam
f85b100123
chore: fix missing deps
...
Signed-off-by: blam <ben@blam.sh >
2023-02-17 12:06:59 +01:00
blam
e3e2c57272
chore: moving @alpha types to @public
...
Signed-off-by: blam <ben@blam.sh >
2023-02-17 12:06:59 +01:00
drodil
a4ebd51352
fix: revert use graph API target url for access token
...
Signed-off-by: drodil <heiccih@gmail.com >
2023-02-17 12:06:08 +01:00
Ben Lambert
ec74b58caf
Merge pull request #16402 from backstage/blam/fix-alignment-of-author
...
scaffolder/next: fixing alignment of `CardActions` in `TemplateCard`
2023-02-17 11:21:55 +01:00
pamelin
e52e12298b
fix: update stackstorm config
...
Signed-off-by: pamelin <pamelin@expediagroup.com >
2023-02-17 09:42:01 +00:00
Raghunandan Balachandran
b25b4bda4e
Merge pull request #16369 from backstage/techdocs-a11y-html-fix
...
[a11y] Techdocs: Preserve html tag attributes in generated HTML
2023-02-16 21:51:44 +01:00
blam
dd266650aa
chore: fix small alignment issue with owner
...
Signed-off-by: blam <ben@blam.sh >
2023-02-16 20:38:17 +01:00
pamelin
25394d153f
fix: remove unused imports
...
Signed-off-by: pamelin <pamelin@expediagroup.com >
2023-02-16 18:09:32 +00:00
Oleg S
fd28151c95
separates concerns of type usage within todo-backend
...
Signed-off-by: Oleg S <97077423+RobotSail@users.noreply.github.com >
2023-02-16 12:39:47 -05:00
pamelin
a1aacf3d27
fix: rename files
...
Signed-off-by: pamelin <pamelin@expediagroup.com >
2023-02-16 17:25:10 +00:00
pamelin
689a04a446
fix: use encodeURIComponent in StackstormClient
...
Signed-off-by: pamelin <pamelin@expediagroup.com >
2023-02-16 17:05:20 +00:00
pamelin
52b453aadb
fix: use core Link component for action links
...
Signed-off-by: pamelin <pamelin@expediagroup.com >
2023-02-16 16:59:00 +00:00
pamelin
89209ca8da
fix: refactor error handling to use ResponseErrorPanel
...
Signed-off-by: pamelin <pamelin@expediagroup.com >
2023-02-16 16:18:05 +00:00
Oleg S
581b1f8a3a
add api-report
...
Signed-off-by: Oleg S <97077423+RobotSail@users.noreply.github.com >
2023-02-16 10:21:41 -05:00
Oleg S
8c57bb780f
create changeset for exposing the todos-backend plugin using the new system
...
Signed-off-by: Oleg S <97077423+RobotSail@users.noreply.github.com >
2023-02-16 09:53:12 -05:00
Fredrik Adelöw
b170e69040
Merge pull request #15112 from IlyaSavich/entity-filter-refactoring
...
Refactor entity picker
2023-02-16 15:41:47 +01:00
Fredrik Adelöw
e918092c47
Merge pull request #16372 from elizabeth-a-hobbs/patch-1
...
[linguist-backend] no longer skip initial batch
2023-02-16 15:08:56 +01:00
Fredrik Adelöw
35673acf84
Merge pull request #16265 from dhoizner/revive-proxy-req-bodies
...
[Proxy-Backend] Feature: Revive Request Bodies
2023-02-16 13:12:29 +01:00
pamelin
9c53ca52ec
fix: move webUrl construction into the st2 client
...
Signed-off-by: pamelin <pamelin@expediagroup.com >
2023-02-16 11:47:09 +00:00
pamelin
83e8387391
fix: use FetchApi instead of IdentityApi
...
Signed-off-by: pamelin <pamelin@expediagroup.com >
2023-02-16 10:25:29 +00:00
pamelin
5b85cc1595
fix: update case of StackStrom to Stackstorm or stackstorm where necessary
...
Signed-off-by: pamelin <pamelin@expediagroup.com >
2023-02-16 10:03:18 +00:00
pamelin
b6a04cb4b3
fix: remove unnecessary Grid on the StackStormHome
...
Signed-off-by: pamelin <pamelin@expediagroup.com >
2023-02-16 09:44:49 +00:00
pamelin
de6fcb0822
fix: add a comment to installation instructions to README.md
...
Signed-off-by: pamelin <pamelin@expediagroup.com >
2023-02-16 09:42:03 +00:00
Fredrik Adelöw
484542ce26
Merge pull request #16131 from SDA-SE/feat/api-dialog
...
Add fast access to API's definitions
2023-02-16 09:47:10 +01:00
Ilya Savich
ac8929f2f3
Fix export of catalog collator entity transformer
...
Signed-off-by: Ilya Savich <isavich@box.com >
2023-02-15 20:42:19 +01:00
Oleg S
ae08281331
expose the todos-backend plugin using the new plugin system
...
Signed-off-by: Oleg S <97077423+RobotSail@users.noreply.github.com >
2023-02-15 14:33:35 -05:00
Elizabeth Hobbs
2ea5782162
[linguist-backend] no longer skip initial batch
...
Fixes #16370
Co-authored-by: Jason Nguyen <jsn.dev@outlook.com >
Co-authored-by: Thomas Camargo <camargothomas@gmail.com >
Signed-off-by: Jason Nguyen <jsn.dev@outlook.com >
Signed-off-by: Thomas Camargo <camargothomas@gmail.com >
Signed-off-by: Elizabeth Hobbs <elizabeth.hobbs94@gmail.com >
2023-02-15 10:35:16 -08:00