renovate[bot]
e5a2ccc370
chore(deps): update dependency @types/http-proxy-middleware to v1
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-11 22:19:04 +00:00
Ben Lambert
d5fce5d697
Merge pull request #24021 from parmar-abhinav/master-new
...
Add examples for `publish:gitlab:merge-request` scaffolder action & improve related tests
2024-04-11 16:27:15 +02:00
Ben Lambert
512771d828
Merge pull request #24063 from parmar-abhinav/master-group
...
Add examples for gitlab:group:ensureExists scaffolder action and improved related tests
2024-04-11 16:26:52 +02:00
Fredrik Adelöw
3756f4a6b1
Merge pull request #24140 from CiscoRob/patch-3
...
Update plugin/badges README instructions that show an export when it should be import
2024-04-11 14:38:33 +02:00
Coderrob
7f849b82e3
Make it easier to copy pasta by removing comment from code with no actual comment
...
Signed-off-by: Coderrob <rolindle@cisco.com >
2024-04-10 12:47:23 -05:00
Fredrik Adelöw
e054570987
Merge pull request #23897 from postsa/postsa/atlassian-auth-provider-fix
...
(BUGFIX: plugin-atlassian-auth-provider) pass scope to strategy
2024-04-10 17:49:46 +02:00
Fredrik Adelöw
59153289ab
Merge pull request #24068 from Sarabadu/add-eslint-rule-to-techdocs-react
...
Add ESLint Rule to techdocs-react plugin
2024-04-10 17:06:33 +02:00
Andre Wanlin
eec9a51d5e
Merge pull request #23916 from binishma-ss/home-react-plugin
...
Home react plugin
2024-04-10 08:16:20 -05:00
Ben Lambert
29a50a4883
Merge pull request #23994 from sagardesai1/bug/entity-badges
...
Fix: allow unauthenticated requests for entity badges
2024-04-10 14:31:44 +02:00
Fredrik Adelöw
1bac33afb3
Merge pull request #23951 from aochsner/feature/elastic-optional
...
make elasticsearch provider optional if search.elasticsearch not defined
2024-04-10 13:17:37 +02:00
Marek Libra
3dd8d6c8a2
Merge pull request #24071 from drodil/notification_processor_improvement
...
feat: notification processor improvements
2024-04-10 13:10:36 +02:00
Fredrik Adelöw
4621ad0fc7
Merge pull request #24145 from backstage/fix/permission-obo
...
ServerPermissionClient: fix targetPluginId
2024-04-10 13:07:22 +02:00
Fredrik Adelöw
4fe561b810
Merge pull request #24082 from gilfthde/bugfix/commit-status-array
...
Fix `plugin-github-pull-requests-board` failing to render because commit status returned by GraphQL query is a list
2024-04-10 13:06:19 +02:00
Heikki Hellgren
c030a57889
docs: improve explanation of notification processors
...
Signed-off-by: Heikki Hellgren <heikki.hellgren@op.fi >
2024-04-10 13:49:07 +03:00
Vincenzo Scamporlino
3c3fafb5cb
permission-node: fix target plugin id
...
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com >
2024-04-10 11:50:07 +02:00
Heikki Hellgren
0d99528300
feat: notification processor improvements
...
Notification processor functions are now renamed to `preProcess` and `postProcess`.
Additionally, processor name is now required to be returned by `getName`.
A new processor functionality `processOptions` was added to process options before sending the notification.
Signed-off-by: Heikki Hellgren <heikki.hellgren@op.fi >
2024-04-10 10:07:03 +03:00
CiscoRob
4dbd200c4e
Update plugin/badges README.md
...
Change `export` to `import` to reflect what the user will be doing in their code
Signed-off-by: CiscoRob <133238823+CiscoRob@users.noreply.github.com >
2024-04-09 16:59:25 -05:00
github-actions[bot]
036b9b3434
Version Packages (next)
2024-04-09 15:55:28 +00:00
Patrik Oldsberg
df279de594
Merge pull request #23719 from backstage/rugvip/app-auth
...
[Auth] Migrate `app-backend` to use new auth services
2024-04-09 17:45:46 +02:00
Patrik Oldsberg
633d30ee8d
auth-react: completely remove path option
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2024-04-09 17:04:03 +02:00
Patrik Oldsberg
ed4e394308
app-backend: separate config injection handling for protected and public bundle
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2024-04-09 16:40:19 +02:00
Patrik Oldsberg
37973c27b5
app-backend: fix config injection
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2024-04-09 16:40:19 +02:00
Patrik Oldsberg
d1adc89efc
app-backend auth review fixes
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2024-04-09 16:40:19 +02:00
Fredrik Adelöw
0d60f65572
Merge pull request #23990 from marleypowell/patch-2
...
fix: retrieve relations when mapping group entities for notifications
2024-04-09 14:04:58 +02:00
Patrik Oldsberg
33223c7937
auth-react: remove CompatAppProgress since it's no longer needed
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2024-04-09 13:53:41 +02:00
Fredrik Adelöw
a5b1360133
Merge pull request #24003 from grantila/grantila/azure-ad-handle-timeout-and-allow-disabling-photos
...
Azure AD, handle timeout and allow disabling photos
2024-04-09 13:47:30 +02:00
sagardesai1
2af555b7ab
updating path
...
Signed-off-by: sagardesai1 <mr.sagar576@gmail.com >
2024-04-09 07:04:05 -04:00
Marley
6de1398fb7
added spec.owner
...
Signed-off-by: Marley <55280588+marleypowell@users.noreply.github.com >
2024-04-09 10:57:09 +00:00
Patrik Oldsberg
52d948d890
app-backend: update meta tag injection to be able to update existing tag
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2024-04-09 12:20:41 +02:00
Patrik Oldsberg
f9ad268ff2
app-backend: log users out if session is invalid
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2024-04-09 12:20:14 +02:00
Patrik Oldsberg
2ff147b0d6
app-backend: log when running in protected mode
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2024-04-09 12:19:48 +02:00
Fredrik Adelöw
c6635e5ef5
Merge pull request #23022 from RoadieHQ/quiter-logs
...
Make catalog logging a little quieter where entities are erroring
2024-04-09 11:33:13 +02:00
Ben Lambert
b8999c0eaf
Merge pull request #23989 from parmar-abhinav/master
...
Add examples for `publish:bitbucketServer` scaffolder action & improve related tests
2024-04-09 11:25:04 +02:00
Ben Lambert
3631bf11d0
Merge pull request #23986 from marleypowell/patch-1
...
Update README.md for signals plugin
2024-04-09 11:24:30 +02:00
Marley
7703c53089
refactor: use parentOf relations instead of using spec.children
...
Signed-off-by: Marley <55280588+marleypowell@users.noreply.github.com >
2024-04-09 09:16:52 +00:00
Ben Lambert
305fb73d1e
Merge pull request #24006 from backstage/blam/k8s-cluster-fix
...
kubernetes: fixing credentials propagation for cluster suppliers
2024-04-09 10:23:31 +02:00
Fredrik Adelöw
5cd801ab2a
Merge pull request #23918 from BillyMichael/chore/improve-git-example-consistency
...
Improve cosnsitency of git publish actions examples
2024-04-09 09:24:41 +02:00
Fredrik Adelöw
183b630966
Merge pull request #24097 from Sarabadu/no-top-lvl-mui-rules
...
Added Material UI 4 import rule to test-utils and plugin-todo
2024-04-08 22:58:08 +02:00
Fredrik Adelöw
75c564bce2
Merge pull request #24088 from backstage/catalog/next-entity-presentation
...
[Catalog] Wire up the entity presentation API in new frontend system apps
2024-04-08 22:45:26 +02:00
Juan Pablo Garcia Ripa
103c5ea0af
add the mui no top lvl rule
...
Signed-off-by: Juan Pablo Garcia Ripa <sarabadu@gmail.com >
2024-04-08 22:36:09 +02:00
Thorsten Gilfert
ddf4f8d347
Update plugins/github-pull-requests-board/src/components/Card/CardHeader.tsx
...
Co-authored-by: Vincenzo Scamporlino <vincenzos@spotify.com >
Signed-off-by: Thorsten Gilfert <67371810+gilfthde@users.noreply.github.com >
2024-04-08 20:58:35 +02:00
Patrik Oldsberg
12135ed2cd
Merge pull request #24084 from backstage/rugvip/userinfo
...
auth-backend: add initial userinfo endpoint
2024-04-08 20:24:59 +02:00
Patrik Oldsberg
bf4d71a729
auth-backend: add initial userinfo endpoint
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2024-04-08 17:11:46 +02:00
Camila Belo
721359b950
fix: injecting app mode
...
Signed-off-by: Camila Belo <camilaibs@gmail.com >
2024-04-08 16:47:26 +02:00
Camila Belo
b602171cc2
refactor: move app auth proviter to core api
...
Signed-off-by: Camila Belo <camilaibs@gmail.com >
2024-04-08 16:47:26 +02:00
Camila Belo
b01e709ead
refactor: more review refinements
...
Signed-off-by: Camila Belo <camilaibs@gmail.com >
2024-04-08 16:47:25 +02:00
Camila Belo
ffd71105a6
refactor: apply review suggestions
...
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com >
Signed-off-by: Camila Belo <camilaibs@gmail.com >
2024-04-08 16:47:16 +02:00
Camila Belo
32a208a548
test: try fixing namespace length
...
Signed-off-by: Camila Belo <camilaibs@gmail.com >
2024-04-08 16:47:16 +02:00
Camila Belo
14c9f68f38
docs: start drafting a public entrypoint tutorial
...
Signed-off-by: Camila Belo <camilaibs@gmail.com >
2024-04-08 16:47:16 +02:00
Camila Belo
fc15c4adf5
refactor: move app mode provider to auth react
...
Signed-off-by: Camila Belo <camilaibs@gmail.com >
2024-04-08 16:47:16 +02:00