Commit Graph

13583 Commits

Author SHA1 Message Date
Scott Guymer bef063dc8d feat: Enable User and Team transformers in GitHub Provider
Introduces the ability to use custom transformers to generate entities from GitHub users and teams. Meaning you can now transform them however you like as they are being imported.

Signed-off-by: Scott Guymer <scott.guymer@philips.com>
2022-11-08 15:05:53 +01:00
Ben Lambert 53386e0619 Merge pull request #14487 from backstage/blam/scaffolder-form-context-missing
Pass through the `formData` into the `formContext` for the `next` scaffolder
2022-11-08 10:21:59 +01:00
Fredrik Adelöw 10cac862e7 Merge pull request #14303 from maxwellE/maxwelle/update_code_coverage_plugin_setup_steps
Update instructions for coverage plugin
2022-11-07 15:30:36 +01:00
Fredrik Adelöw c8d74044ee Merge pull request #14310 from cctechwiz/feature/add-topics-to-scaffolded-gitlab-repo
Adding optional string array of topics to publish gitlab action
2022-11-07 15:28:43 +01:00
Fredrik Adelöw ffd94dc623 Merge pull request #14320 from TomBalt/feature/implementing-Branch-protection-rules-support-for-publish-github-action
Implement "Branch protection rules" support for "publish:github" action
2022-11-07 15:25:47 +01:00
Fredrik Adelöw 2fb5e6e3ba Merge pull request #14393 from blakeromano/blake/insights-doc-update
TechInsights - Add Details about 404 Errors
2022-11-07 14:48:54 +01:00
Johan Haals a676e500b9 Merge pull request #14466 from Bonial-International-GmbH/pjungermann/catalog-graph/preserve-config
feat(catalog-graph): preserve entity graph options + increment max depth
2022-11-07 14:19:40 +01:00
blam 43d66cef85 chore: pass through the form data like before in the context
Signed-off-by: blam <ben@blam.sh>
2022-11-07 13:58:40 +01:00
Patrik Oldsberg dbf618b2a7 Merge pull request #12558 from backstage/rugvip/node18
Switch Node.js versions to 16 & 18
2022-11-07 13:41:26 +01:00
Fredrik Adelöw 7c75dfa423 Merge pull request #14463 from Bonial-International-GmbH/pjungermann/splunk/use-routing-key
feat(splunk-on-call): use routing key instead of team name for triggered incidents
2022-11-07 13:40:45 +01:00
Patrik Oldsberg e92aa15f01 bump canvas to 2.10.2
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-11-07 11:49:34 +01:00
Patrik Oldsberg ee35a695dd auth-backend: bump openid-client to most recent version
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-11-07 11:48:23 +01:00
Patrik Oldsberg 2008aec2b6 pin @kubernetes/client-node to working version
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-11-07 11:48:22 +01:00
Patrik Oldsberg 442cbba625 Revert "auth-backend: add script for re-publishing openid-client"
This reverts commit 6c7a73e597bc53e0bbe93eab2518b5d4e4b26a05.

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-11-07 11:48:22 +01:00
Patrik Oldsberg 40c578eaf6 Revert "auth-backend: use openid-client-any-engine"
This reverts commit fabe460cd5b4c3f5e9b75d5cb5635a87440c6465.

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-11-07 11:48:22 +01:00
Patrik Oldsberg 90e5b42258 catalog-backend-module-github: work around lack of msw fetch support in Node 18
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-11-07 11:48:22 +01:00
Patrik Oldsberg cfb30b700c bump @kubernetes/client-node to 0.17.1
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-11-07 11:48:20 +01:00
Patrik Oldsberg 4ca99cc367 auth-backend: use openid-client-any-engine
Co-authored-by: blam <ben@blam.sh>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-11-07 11:39:08 +01:00
Patrik Oldsberg 1d43bcfa6d auth-backend: add script for re-publishing openid-client
Co-authored-by: blam <ben@blam.sh>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-11-07 11:39:08 +01:00
Patrik Oldsberg 7605c11cda bump Node.js to 16 & 18
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-11-07 11:39:08 +01:00
renovate[bot] 969a8444ea Update dependency esbuild to ^0.15.0
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2022-11-06 21:39:50 +00:00
Patrick Jungermann da0bf25d1a feat(catalog-graph): preserve entity graph options + increment max depth
Currently, all configuration options for the `CatalogGraphCard` are lost
at the "View Graph" link at the bottom which opens the full graph view
using the current entity as root entity.
Esp. for `maxDepth` the default was Infinite / no limit.

The change will preserve options used at the `CatalogGraphCard`
(displayed at the entity page) and additionally, increments the
`maxDepth` option by 1 to increase the scope slightly compared to
the graph already seen by the users.

The default for `maxDepth` at `CatalogGraphCard` is 1.

Closes: #14462
Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
2022-11-06 20:39:12 +01:00
Patrick Jungermann 34b772ef31 feat(splunk-on-call): use routing key instead of team name for triggered incidents
Use the routing key if it's available instead of team name when triggering incidents.

BREAKING CHANGE:
Before, the team name was used even if the routing key (with or without team) was used.
Now, the routing key defined for the component will be used instead of the team name.

Closes: #14453
Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
2022-11-06 19:52:56 +01:00
aaron 151df9ac6e Update config.d.ts
Signed-off-by: aaron <aaronbraundmeier@gmail.com>
2022-11-04 14:03:11 -05:00
aaron fd80613e28 Update example-schema.json
replaced with "allowlist" for more inclusive terminology

Signed-off-by: aaron <aaronbraundmeier@gmail.com>
2022-11-04 14:02:41 -05:00
aaron c250fd8f8c Update config.d.ts
replacing with "allowlist" for inclusive terminology

Signed-off-by: aaron <aaronbraundmeier@gmail.com>
2022-11-04 14:01:16 -05:00
Eric Peterson 580285787d Add create and click analytics events to 'next' create page
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2022-11-04 12:45:29 +01:00
Patrik Oldsberg 4f9607f09e Merge pull request #14005 from djamaile/master
feat: add GroupListPicker component
2022-11-04 11:58:02 +01:00
Patrik Oldsberg b12c00aaba Merge pull request #13818 from Ahampa07/feat/explore-plugin-tools-content
Explore Plugin: Added support for customize the explore plugin Tools Tab content
2022-11-03 16:09:50 +01:00
hram_wh d7ffce9984 changes
Signed-off-by: hram_wh <hakkam@Hakkams-MacBook-Pro.local>
2022-11-03 19:39:11 +05:30
Patrik Oldsberg 75f2680575 Merge pull request #14358 from RoadieHQ/better-error-handling
add more specific error handling for github actions
2022-11-03 12:01:53 +01:00
hram_wh b8ec39aba5 prettier fix
Signed-off-by: hram_wh <hakkam@Hakkams-MacBook-Pro.local>
2022-11-03 16:11:46 +05:30
hram_wh 551d572447 minor changes
Signed-off-by: hram_wh <hakkam@Hakkams-MacBook-Pro.local>
2022-11-03 16:01:07 +05:30
hram_wh a392bd38ab readme section for tools content customization
Signed-off-by: hram_wh <hakkam@Hakkams-MacBook-Pro.local>
2022-11-03 10:53:53 +05:30
Patrik Oldsberg 2b3d3a9fee Merge pull request #14129 from jrwpatterson/master
Extend the UserProfileCard and GroupProfileCard to allow for adding links
2022-11-02 17:18:21 +01:00
Patrik Oldsberg 6752df6279 Merge pull request #14371 from Bonial-International-GmbH/pjungermann/auth-logging
chore(auth): improve logging
2022-11-02 15:49:20 +01:00
Patrik Oldsberg 7a503c0d41 Merge pull request #14368 from jgrumboe/fix-gh-cb-docs
Fix GitHub callback URL documentation
2022-11-02 13:57:10 +01:00
Johannes Grumböck 405eab555f Fix: missing another occurrence of GH auth callback URL
Signed-off-by: Johannes Grumböck <johannes@grumboeck.net>
2022-11-02 13:39:12 +01:00
Joe Patterson a71c4545b1 Merge branch 'master' of github.com:jrwpatterson/backstage 2022-11-02 10:11:40 +10:00
Joe Patterson 49fc8ae6b4 fix type error in LinksGroup
Signed-off-by: Joe Patterson <jrwpatterson@gmail.com>
2022-11-02 10:11:00 +10:00
Joe Patterson 614270f41a Merge branch 'backstage:master' into master 2022-11-02 10:05:27 +10:00
Joe Patterson e63b1d973e fix missing icon
Signed-off-by: Joe Patterson <jrwpatterson@gmail.com>
2022-11-02 09:59:03 +10:00
github-actions[bot] f1c3cdfb2d Version Packages (next) 2022-10-31 16:19:04 +00:00
blakeromano-il 9881c47b31 Add Info about 404s on Tech Insights Readme
Signed-off-by: blakeromano-il <blake.romano@imaginelearning.com>
2022-10-31 10:48:02 -04:00
Andre Wanlin 605f269f0d Updated Playlist docs
Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
2022-10-28 15:39:45 -05:00
Johan Haals 834a7d906b Merge pull request #14019 from Borchies/recover-gitlabid-template
chore(gitlab-mr-action): remove deprecation of projectid for template…
2022-10-28 13:45:22 +02:00
Patrick Jungermann abaed9770e chore(auth): improve logging
Make the logging more clear as "provider" is ambiguous.

Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
2022-10-28 11:58:34 +02:00
Johan Haals 405370d5fe Merge pull request #14353 from alissonfabiano/af/ignore-case-readme-extension
[Azure-Devops-Backend] ignore case readme extension
2022-10-28 09:30:17 +02:00
Johannes Grumboeck c7a6c96d0b chore: fix wrong github callback url documentation
Signed-off-by: Johannes Grumboeck <johannes@grumboeck.net>
2022-10-28 01:08:07 +02:00
Ray Terrill b03271281b Update README to replace deprecated defaultRefreshIntervalSeconds with schedule
Signed-off-by: Ray Terrill <rayterrill@users.noreply.github.com>
2022-10-27 15:03:36 -07:00