Stefan Petrovic
398c005ec3
added some clarification in azure org importer docs
...
Signed-off-by: Stefan Petrovic <stefanp0618@gmail.com >
2023-06-20 19:40:02 +02:00
Patrik Oldsberg
29ceb11821
Merge pull request #18341 from backstage/rugvip/member-afscrome
...
OWNERS: add org member afscrome
2023-06-19 18:42:48 +02:00
Fredrik Adelöw
5e789c0670
Merge pull request #18332 from apc-kamezaki/discovery-endpoints
...
expose discovery.endpoints to frontend
2023-06-19 16:39:40 +02:00
Ben Lambert
a722f3f69b
Merge pull request #18339 from backstage/blam/holiday
...
holi holi day
2023-06-19 16:21:32 +02:00
Fredrik Adelöw
294489ee3e
Merge pull request #17972 from adamdmharvey/adamdmharvey/fix-docs
...
chore(docs): Fix proper case and improve wording
2023-06-19 15:42:22 +02:00
Fredrik Adelöw
fe3c524df4
Merge pull request #18337 from npiyush97/fix-18259
...
Fix 18259
2023-06-19 14:25:19 +02:00
Ben Lambert
8a41f83d89
Update README.md
...
Co-authored-by: Fredrik Adelöw <freben@gmail.com >
Signed-off-by: Ben Lambert <ben@blam.sh >
Signed-off-by: blam <ben@blam.sh >
2023-06-19 14:23:34 +02:00
Patrik Oldsberg
639ba469b1
OWNERS: add org member afscrome
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2023-06-19 14:15:30 +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
c64383c27e
Merge remote-tracking branch 'refs/remotes/origin/fix-18259' into fix-18259
2023-06-19 17:24:45 +05:30
npiyush97
91c2df59de
added suggested changes
...
Signed-off-by: npiyush97 <npiyush35@gmail.com >
2023-06-19 17:17:42 +05:30
blam
8bc01418b9
chore: summer holiday time
...
Signed-off-by: blam <ben@blam.sh >
2023-06-19 13:43:36 +02:00
PIYUSH NEGI
a2e4911558
Update mighty-panthers-itch.md
...
Signed-off-by: PIYUSH NEGI <43876655+npiyush97@users.noreply.github.com >
2023-06-19 16:51:04 +05:30
npiyush97
1108f1c65d
fix-18259
...
Signed-off-by: npiyush97 <npiyush35@gmail.com >
2023-06-19 16:49:12 +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
Patrik Oldsberg
dd739c26d7
Merge pull request #18273 from XpiritBV/rename-azure-credentials
...
chore(azure devops): rename azure credential types
2023-06-19 10:10:02 +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
8d3d3f7f26
Merge pull request #18300 from backstage/renovate/kubernetes-models-apimachinery-1.x-lockfile
...
fix(deps): update dependency @kubernetes-models/apimachinery to v1.2.1
2023-06-19 09:33:19 +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
Hitoshi Kamezaki
ac677bc30a
expose discovery.endpoints to frontend
...
to use FrontendHostDiscovery, it must be exposed
`discovery.endpoints `configuration.
fix #18291
Signed-off-by: Hitoshi Kamezaki <kamezaki@ap-com.co.jp >
2023-06-19 11:41:55 +09: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
Fredrik Adelöw
5c953aba17
Merge pull request #18280 from backstage/freben/fetchmock
...
test apps should have a fetch api by default
2023-06-18 19:05:31 +02: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
Ben Lambert
1240df156b
Merge pull request #18306 from jjtimmons/jjtimmons/fix-nomad-token-log
2023-06-17 16:46:20 +02:00
Patrik Oldsberg
65b8af189e
Merge pull request #18323 from afscrome/easyauthdocs
...
Improve Easy Auth Docs
2023-06-17 15:53:21 +02:00
Alex Crome
ac9c83d9dc
Fix logic in easy auth docs
...
Signed-off-by: Alex Crome <afscrome@users.noreply.github.com >
2023-06-17 09:52:40 +01:00
Frank Kong
f6a838aba9
Merge branch 'dynatrace-documentation-update' of https://github.com/Zaperex/backstage into dynatrace-documentation-update
2023-06-16 17:05:28 -04: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
Frank Kong
c249d88f32
docs: update dynatrace plugin documentation
...
Signed-off-by: Frank Kong <frkong@redhat.com >
2023-06-16 16:55:22 -04:00
Frank Kong
92960d3801
docs(plugins): update dynatrace plugin documentation
...
Signed-off-by: Frank Kong <frkong@redhat.com >
2023-06-16 16:39:34 -04:00
Patrik Oldsberg
f016208410
Merge pull request #18267 from adamdmharvey/adamdmharvey/remove-hostdiscovery-deps
...
chore: Remove deprecated imports
2023-06-16 20:43:39 +02: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
Fredrik Adelöw
7fc7345c21
Merge pull request #17846 from backstage/default-cache-client
...
Default cache to in-memory instead of none-cache
2023-06-16 16:56:35 +02:00
Tim Hansen
bf347b0747
Add create-app to changeset
...
Signed-off-by: Tim Hansen <timbonicush@spotify.com >
2023-06-16 08:18:29 -06:00
Tim Hansen
23612c55e2
Update changelog
...
Signed-off-by: Tim Hansen <timbonicush@spotify.com >
2023-06-16 08:06:48 -06:00
Tim Hansen
24e648f056
Remove cache configuration; no longer needed
...
Signed-off-by: Tim Hansen <timbonicush@spotify.com >
2023-06-16 08:06:48 -06:00
Tim Hansen
52d5998176
Default CacheClient to in-memory
...
Signed-off-by: Tim Hansen <timbonicush@spotify.com >
2023-06-16 08:06:47 -06:00
Ben Lambert
cf9b4ce59d
Merge pull request #18274 from backstage/mob/isolate-vm
...
feat: replace vm2 sandbox with isolated-vm
2023-06-16 15:52:45 +02:00
Fredrik Adelöw
af34f560d8
Merge pull request #18295 from backstage/freben/toms
...
introduce durationToMilliseconds
2023-06-16 15:36:52 +02:00
blam
85a7a3225d
chore: bump node-gyp
...
Signed-off-by: blam <ben@blam.sh >
2023-06-16 14:35:32 +02:00
blam
93dcbfb02f
chore: try something else
...
Signed-off-by: blam <ben@blam.sh >
2023-06-16 14:19:39 +02:00
blam
d90ca19240
chore: try some tips from the gyp repo
...
Signed-off-by: blam <ben@blam.sh >
2023-06-16 14:01:46 +02:00
blam
225f469e5d
changeset: update the text and point to install requirements
...
Signed-off-by: blam <ben@blam.sh >
2023-06-16 14:01:46 +02:00
Ben Lambert
e9855cd4ed
Update .changeset/popular-donuts-shout.md
...
Co-authored-by: Fredrik Adelöw <freben@gmail.com >
Signed-off-by: Ben Lambert <ben@blam.sh >
Signed-off-by: blam <ben@blam.sh >
2023-06-16 14:01:46 +02:00
blam
88463cd52e
chore: remove node-gyp cache
...
Signed-off-by: blam <ben@blam.sh >
2023-06-16 14:01:45 +02:00