OscarDHdz
1745959daf
Add props to StackstormHome for Header Customization
...
Signed-off-by: OscarDHdz <v-ohernandez@expediagroup.com >
2023-06-26 17:57:05 +02:00
Heikki Hellgren
5969639fd0
feat: allow specifying custom title for DevToolsLayout
...
Signed-off-by: Heikki Hellgren <heikki.hellgren@op.fi >
2023-06-26 15:42:39 +02:00
Aramis
ed890865e6
Merge pull request #18102 from sennyeya/ctalog-plugin-parsers
...
feat(catalog-plugin): Add support for setting placeholder resolvers.
2023-06-26 08:50:17 -04:00
Aramis
f06f0e46ba
feat(catalog-plugin): Add support for setting placeholder resolvers.
...
Signed-off-by: Aramis <sennyeyaramis@gmail.com >
2023-06-26 08:25:34 -04:00
Frank Kong
3424cbfe5f
fix(dynatrace): update link that "View Entity in Dynatrace" redirects user to
...
Signed-off-by: Frank Kong <frkong@redhat.com >
2023-06-26 12:03:38 +02:00
Fredrik Adelöw
3bd4cc0ce8
Merge pull request #18361 from anicke/feedback-plugin
...
Added support for the new backend system for the entity feedback plugin
2023-06-22 16:59:06 +02:00
Niklas Aronsson
5c1c10adac
Added support for the new backend system for the entity feedback plugin
...
Signed-off-by: Niklas Aronsson <niklasar@axis.com >
2023-06-20 21:52:38 +02:00
Fredrik Adelöw
68531cc70e
remove some circular imports
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2023-06-20 21:15:14 +02:00
github-actions[bot]
bc0c4bc64c
Version Packages
2023-06-20 13:54:09 +00:00
Patrik Oldsberg
7cef553b53
Merge pull request #18257 from boris154/token-without-sufficient-permissions
...
fix(plugin-catalog-backend-module-gitlab) Gitlab token without sufficient permissions
2023-06-20 15:23:30 +02:00
Ben Lambert
7670167aab
Merge pull request #18349 from GLundh/fix-catalog-call
...
Fix: CatalogClient call without token
2023-06-20 15:15:47 +02:00
Patrik Oldsberg
ebbf5da224
Merge pull request #18238 from Bonial-International-GmbH/pjungermann/explore/tools-as-config
...
feat(explore): allow to provide explore tools through config
2023-06-20 15:09:54 +02:00
Gustaf Lundh
e39c3829bb
Fix: CatalogClient call without token
...
Signed-off-by: Gustaf Lundh <gustaf.lundh@axis.com >
2023-06-20 12:41:51 +02:00
Fredrik Adelöw
98ed4fe065
Merge pull request #18234 from backstage/blam/jsdom-env
...
cli: Add `Request` `Response` `Headers` and `fetch` to `jsdom` environment
2023-06-20 10:40:26 +02:00
Fredrik Adelöw
0a991fd2b4
Merge pull request #18327 from awanlin/topic/use-transient-for-info-and-success-alerts
...
Use transient for info and success alerts
2023-06-20 10:28:05 +02:00
Aramis Sennyey
ee411e7c26
feat(openapi): Add a new OpenAPI schema linting command to repo-tools.
...
Signed-off-by: Aramis Sennyey <sennyeyaramis@gmail.com >
Signed-off-by: Aramis <sennyeyaramis@gmail.com >
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2023-06-20 09:21:16 +02:00
Fredrik Adelöw
fe3c524df4
Merge pull request #18337 from npiyush97/fix-18259
...
Fix 18259
2023-06-19 14:25:19 +02:00
Fredrik Adelöw
75388b7c44
Merge pull request #18317 from Zaperex/dynatrace-documentation-update
...
docs(plugins): update dynatrace plugin documentation
2023-06-19 14:01:50 +02:00
npiyush97
91c2df59de
added suggested changes
...
Signed-off-by: npiyush97 <npiyush35@gmail.com >
2023-06-19 17:17:42 +05:30
npiyush97
02ede704fe
fix-18259
...
Signed-off-by: npiyush97 <npiyush35@gmail.com >
2023-06-19 16:46:47 +05:30
Ben Lambert
0e03457c2d
Merge pull request #18263 from jaeeunl/Update-incremental-ingestion-doc
...
Use consistent names for cursor and context
2023-06-19 13:10:15 +02:00
Fredrik Adelöw
2c8d41ccdc
Merge pull request #18329 from Bonial-International-GmbH/pjungermann/bitbucket-cloud/fix-event-support
...
fix(bitbucketCloud,events): handle missing slug in event payload
2023-06-19 09:49:15 +02:00
Fredrik Adelöw
d5627f6fd5
Merge pull request #18324 from afscrome/azureidentityupgrade
...
Upgrade @azure/identity version
2023-06-19 08:55:31 +02:00
Jaeeun Lee
6d933bff03
Remove T prefix from type names after declaring interface
...
Signed-off-by: Jaeeun Lee <jaeeunl@adobe.com >
2023-06-18 15:23:15 -04:00
Alex Crome
b43e030911
Upgrade @azure/identity version
...
Consolidated `@azure/identity` uses onto the 3.2.1 version used by the integration plugin.
Version 3.2 and above unlocks support for Workload Identity.
Signed-off-by: Alex Crome <afscrome@users.noreply.github.com >
2023-06-18 09:35:02 +01:00
Patrick Jungermann
32ad816421
fix(bitbucketCloud,events): handle missing slug in event payload
...
The current handling for `repo:push` events assumed that
the repo slug is provided as part of the event.
However, this is not the case which led to a few issues:
- repo slug filter was always positive
as it was checked against `undefined`
- the `repo:` filter at the code search query was never applied
which led to the same result as at the full refresh
- all additionally discovered catalog files were categorized as "added"
- this may not have caused additional API requests (not verified)
This change will enhance the event by adding the missing slug,
extracted from the `full_name`
(format: `{workspace-slug}/{repo-slug}`).
Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com >
2023-06-17 22:45:02 +02:00
Andre Wanlin
2e036369d8
Use transient for info and sucess alerts
...
Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com >
2023-06-17 11:34:51 -05:00
Frank Kong
892debb870
docs(plugins): update dynatrace plugin documentation
...
Signed-off-by: Frank Kong <frkong@redhat.com >
2023-06-16 17:04:24 -04:00
josh
6a07a190da
Drop changelog
...
Signed-off-by: josh <josh.timmons@hashicorp.com >
2023-06-16 14:42:13 -04:00
josh
09b5d76725
Fix to make patch on backend
...
Signed-off-by: josh <josh.timmons@hashicorp.com >
2023-06-16 14:42:13 -04:00
josh
121ed59402
Bump backend package
...
Signed-off-by: josh <josh.timmons@hashicorp.com >
2023-06-16 14:42:13 -04:00
josh
5669597c4d
Remove debug log of Nomad token
...
Signed-off-by: josh <josh.timmons@hashicorp.com >
2023-06-16 14:42:13 -04:00
blam
fb7375507d
feat: replace vm2 sandbox with isolated-vm
...
Co-authored-by: Fredrik Adelöw <freben@gmail.com >
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com >
Co-authored-by: Johan Haals <johan.haals@gmail.com >
Signed-off-by: blam <ben@blam.sh >
2023-06-16 14:01:45 +02:00
blam
7e272d18e1
feat: replace vm2 sandbox with isolated-vm
...
Co-authored-by: Fredrik Adelöw <freben@gmail.com >
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com >
Co-authored-by: Johan Haals <johan.haals@gmail.com >
Signed-off-by: blam <ben@blam.sh >
2023-06-16 14:01:45 +02:00
Ben Lambert
f096a39690
Merge pull request #18278 from drodil/entity_feedback_user_link
...
feat: show user as a link in feedback response table
2023-06-16 13:35:35 +02:00
drodil
7779e7702e
Update plugins/entity-feedback/src/components/FeedbackResponseTable/FeedbackResponseTable.tsx
...
Co-authored-by: Phil Kuang <phillip.kuang@gmail.com >
Signed-off-by: drodil <heiccih@gmail.com >
2023-06-16 13:10:34 +03:00
Ben Lambert
5b7118b523
Merge pull request #18236 from backstage/fix-advance-search-qeury-redirect
...
[Search] Fix SearchModal and HomePageSearchBar debounce
2023-06-16 12:09:43 +02:00
Patrick Jungermann
31616c1fc4
feat(explore): allow to provide explore tools through config
...
Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com >
2023-06-16 10:29:29 +02:00
Fredrik Adelöw
698b0d749b
Merge pull request #18261 from backstage/freben/catalog-load-test
...
add performance tests
2023-06-16 09:56:22 +02:00
Heikki Hellgren
5c0f095c76
feat: show user as a link in feedback response table
...
Signed-off-by: Heikki Hellgren <heikki.hellgren@op.fi >
2023-06-16 10:08:19 +03:00
Fredrik Adelöw
cd7ee3d05e
Merge pull request #18266 from Ritesh007/ritesh007-sonarqube-config
...
fix: sonarqube config.d.ts
2023-06-15 17:11:02 +02:00
Matthew Clarke
4e697e88f0
feat: Add resource util pod drawer ( #18169 )
...
* feat: add resource utilization to pod drawer
Signed-off-by: Matthew Clarke <mclarke@spotify.com >
* fix: lint
Signed-off-by: Matthew Clarke <mclarke@spotify.com >
* chore: api report
Signed-off-by: Matthew Clarke <mclarke@spotify.com >
* chore: api reports
Signed-off-by: Matthew Clarke <mclarke@spotify.com >
* test: fix tests
Signed-off-by: Matthew Clarke <mclarke@spotify.com >
* test: tests
Signed-off-by: Matthew Clarke <mclarke@spotify.com >
---------
Signed-off-by: Matthew Clarke <mclarke@spotify.com >
2023-06-15 16:13:52 +02:00
Fredrik Adelöw
db6be74ae2
Merge pull request #18244 from adamdmharvey/adamdmharvey/pagerduty-config-schema
...
feat(pagerduty): Add config schema to PagerDuty Plugin
2023-06-15 13:23:18 +02:00
Patrik Oldsberg
3a6419fe6d
Merge pull request #18178 from alexef/patch-2
...
Update README.md
2023-06-15 12:31:00 +02:00
Johan Haals
fb3d1feae0
Merge pull request #18010 from jjtimmons/jjtimmons/add-nomad-plugin
...
Add Nomad plugin
2023-06-15 11:01:58 +02:00
Fredrik Adelöw
b8374d5d93
add performance tests
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2023-06-15 09:33:29 +02:00
ritesh007
4aa0d0fd21
fix: sonarqube config.d.ts
...
Signed-off-by: ritesh007 <rithu.ritesh@gmail.com >
2023-06-14 19:13:19 -05:00
Jaeeun Lee
f90737fe53
Change Cursor and Context to TCursor and TContext
...
Signed-off-by: Jaeeun Lee <jaeeunl@adobe.com >
2023-06-14 19:07:20 -04:00
Jaeeun Lee
730eb6f83f
Update type names for cursor and context in doc
...
Signed-off-by: Jaeeun Lee <jaeeunl@adobe.com >
2023-06-14 16:05:24 -04:00
Boris Gershanik
647d2cc8fd
Fix getGroupMembers with token that don't have sufficient permissions
...
Signed-off-by: Boris Gershanik <borbor154@gmail.com >
2023-06-14 17:57:04 +03:00