Commit Graph

57104 Commits

Author SHA1 Message Date
blam dc37210a29 feat: add support for collecting icons using the new extension blueprint
Signed-off-by: blam <ben@blam.sh>
2024-07-22 15:38:22 +02:00
Calvin Lee 09d1370799 Update .changeset/witty-bears-behave.md
Co-authored-by: Ben Lambert <ben@blam.sh>
Signed-off-by: Calvin Lee <calvin.lee@harness.io>
2024-07-22 22:29:47 +09:00
Patrik Oldsberg 39f36a9442 auth-backend-module-microsoft-provider: update scope handling to define required scopes in backend
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-07-22 14:18:23 +02:00
parmar-abhinav 187f583ba2 Added examples for publish:azure action and updated its test cases
Signed-off-by: parmar-abhinav <abhinav.parmar@infosys.com>
2024-07-22 16:58:50 +05:30
blam 0bfe7efa22 chore: wip
Signed-off-by: blam <ben@blam.sh>

Signed-off-by: blam <ben@blam.sh>
2024-07-22 13:28:38 +02:00
Patrik Oldsberg b24d5b0aa4 Merge pull request #25708 from backstage/rugvip/data-ref-ids
frontend-plugin-api: update extension data ref declaration to allow embedding of ID in type
2024-07-22 13:26:27 +02:00
Patrik Oldsberg 31bfc4417f frontend-plugin-api: update extension data ref declaration to allow embedding of ID in type
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-07-22 10:20:38 +02:00
Patrik Oldsberg 4e79d199cc backend-defaults,test-utils: use, export, and test health service
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-07-22 10:09:54 +02:00
Ben Lambert 8588258a6f Merge pull request #25680 from fmenesesg/fix-25679
Fix Spanish welcomeTitle message
2024-07-22 10:00:51 +02:00
AmbrishRamachandiran ff69e3c901 Updated writing a policy docs
Signed-off-by: AmbrishRamachandiran <ambrish.r@infosys.com>
2024-07-22 12:16:32 +05:30
parmar-abhinav 382e868473 Added test cases for sentry:project:create examples
Signed-off-by: parmar-abhinav <abhinav.parmar@infosys.com>
2024-07-22 10:17:35 +05:30
Jordan Slott fba7537ad1 Fixes #25709 Memoize filtered entity graph nodes
Signed-off-by: Jordan Slott <jordan.slott@twosigma.com>
2024-07-21 15:38:47 -04:00
bnechyporenko 94b267ca35 Merge remote-tracking branch 'refs/remotes/origin/master' into clean-workspace-fix 2024-07-21 13:25:30 +02:00
parmar-abhinav da971316ae Added test cases for gitlab:issues:create examples
Signed-off-by: parmar-abhinav <abhinav.parmar@infosys.com>
2024-07-21 14:01:44 +05:30
parmar-abhinav ef742dc56e Added test cases for gitlab:projectAccessToken:create example
Signed-off-by: parmar-abhinav <abhinav.parmar@infosys.com>
2024-07-21 12:29:54 +05:30
Stephen Glass e53074fb0e Update default backend plugin to use RootConfigService
Signed-off-by: Stephen Glass <stephen@stephen.glass>
2024-07-21 01:44:13 -04:00
parmar-abhinav 1ba4c2f6da Added test cases for gitlab:pipeline:trigger examples
Signed-off-by: parmar-abhinav <abhinav.parmar@infosys.com>
2024-07-21 10:59:49 +05:30
parmar-abhinav aab708eb27 Added test cases for gitlab:issue:edit examples
Signed-off-by: parmar-abhinav <abhinav.parmar@infosys.com>
2024-07-21 10:14:29 +05:30
parmar-abhinav 24de0058e6 Added test cases for publish:gitea examples
Signed-off-by: parmar-abhinav <abhinav.parmar@infosys.com>
2024-07-20 12:56:27 +05:30
rghara c761199ce7 Replaced login screen image
Signed-off-by: rghara <ramin.g01@infosys.com>
2024-07-19 18:51:44 -04:00
Ramin G e20fe54695 Corrected typo in logging-in.md
Corrected typo in the description of the image

Signed-off-by: Ramin G <rghara@outlook.com>
2024-07-19 15:56:09 -04:00
Ramin G 58d056d313 Merge branch 'backstage:master' into tutorial 2024-07-19 15:14:22 -04:00
MT Lewis f93ae496ce cli: add CORS headers for webpack-dev-server content
This allows loading static assets from dev-servers
for dynamic plugin containers.

Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com>
2024-07-19 19:24:08 +01:00
MT Lewis be1ee471cf cli: disable historyApiFallback for module federation remotes
Module federation remotes only serve static
assets, and aren't intended to be loaded directly
in a browser. As such, the historyApiFallback
isn't useful and should be disabled in this
context.

Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com>
2024-07-19 19:24:08 +01:00
MT Lewis b7709255e8 cli: pass websocket host and port explicitly in configuration
When configuring the ReactRefreshPlugin and the
WebpackDevServer, we previously inferred the host
and port from the browser location. This is no
longer sufficient, since dynamic plugin containers
may be served from separate dev servers.

https://webpack.js.org/configuration/dev-server/#websocketurl
https://github.com/pmmmwh/react-refresh-webpack-plugin/blob/main/docs/API.md#sockhost

Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com>
2024-07-19 19:24:08 +01:00
MT Lewis 94ab20ebfa cli: skip opening browser when serving bundle for packages with frontend-dynamic-container role
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com>
2024-07-19 19:24:07 +01:00
MT Lewis 7082940121 cli: add support for frontend-dynamic-container role in yarn start
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com>
2024-07-19 19:24:06 +01:00
MT Lewis 70c0ac43cd Merge pull request #25675 from backstage/mtlewis/force-react-development
cli: add support for forcing use of react development when building
2024-07-19 19:23:28 +01:00
Ramin G 6f3a8af8b3 Merge branch 'backstage:master' into tutorial 2024-07-19 13:37:17 -04:00
rghara 924c0a6379 Updated document getting-started/logging-in with
missing login screen screenshot

Signed-off-by: rghara <ramin.g01@infosys.com>
2024-07-19 12:53:18 -04:00
Tim Klever 274428fd9d feat: add parsing configuration option for ConfigSources
FileConfigSource and RemoteConfigSource can now be optionally configured to operate on more than yaml files

Signed-off-by: Tim Klever <tim.v.klever@aexp.com>
2024-07-19 11:52:56 -04:00
Adam Letizia b8600fe165 fix(scaffolder): refetch user credentials when selected host is changed in RepoUrlPicker
Signed-off-by: Adam Letizia <LetiziaAdam@JohnDeere.com>
2024-07-19 09:48:20 -05:00
Ben Lambert 27c314f732 Merge pull request #25624 from mbenson/issue-22575-template-param-errors
support ajv-errors for scaffolder validation
2024-07-19 16:35:11 +02:00
Ben Lambert 0e706b3484 Update modern-parrots-protect.md
Signed-off-by: Ben Lambert <blam@spotify.com>
2024-07-19 15:40:42 +02:00
MT Lewis 6c94522688 cli: remove explicit boolean coercions when forcing react mode
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com>
2024-07-19 14:08:54 +01:00
MT Lewis 232b134606 cli: skip forcing react to development mode if mode is development anyway
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com>
2024-07-19 14:07:43 +01:00
MT Lewis 0983429447 cli: expand comment
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com>
2024-07-19 14:05:28 +01:00
MT Lewis 2e1a7f10e5 cli: only check for truthiness of environment variables when forcing react mode
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com>
2024-07-19 13:48:54 +01:00
MT Lewis de4cd433c1 cli: simplify changeset
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com>
2024-07-19 13:31:28 +01:00
Ben Lambert 2ab03460d5 Merge pull request #25013 from yayfeng/setup_user_agent_aws_sdk
Setup user agent header for AWS sdk client
2024-07-19 14:16:08 +02:00
blam 678971ad41 chore: added changeset
Signed-off-by: blam <ben@blam.sh>
2024-07-19 14:07:17 +02:00
blam 1eb5e9f686 chore: attempt to fix the tabs
Signed-off-by: blam <ben@blam.sh>
2024-07-19 14:06:17 +02:00
Yayun Feng ba8571efe9 Setup user agent header for AWS sdk client
Signed-off-by: Yayun Feng <yervant.feng@gmail.com>
2024-07-19 14:00:24 +02:00
Ben Lambert 0fb7c4ae72 Merge pull request #25346 from stephenglass/update/review-explode
Add scaffolder option to display object items in separate rows on review page
2024-07-19 13:44:13 +02:00
Ben Lambert e878dfa45c Merge pull request #25274 from backstage/renovate/stream-buffers-3.x-lockfile
fix(deps): update dependency stream-buffers to v3.0.3
2024-07-19 13:27:15 +02:00
Jason Diaz G. 034c0b3cb2 feat(cloudflare-auth-access-provider): Change defaults and add provider docs
Signed-off-by: Jason Diaz G. <jason.rene.diaz.gonzalez@ericsson.com>
2024-07-18 16:45:13 -06:00
Jason Diaz G. 9614e649ed fix(cloudflare-auth-access-provider): fix broken unit tests
Signed-off-by: Jason Diaz G. <jason.rene.diaz.gonzalez@ericsson.com>
2024-07-18 16:36:13 -06:00
Jason Diaz G. 8a7db0dd15 fix(cloudflare-auth-access-provider): change default names for custom variables
Signed-off-by: Jason Diaz G. <jason.rene.diaz.gonzalez@ericsson.com>
2024-07-18 16:36:09 -06:00
Jason Diaz G. eeadefbb09 fix(cloudflare-auth-access-provider): broken tests fix
Signed-off-by: Jason Diaz G. <jason.rene.diaz.gonzalez@ericsson.com>
2024-07-18 16:36:06 -06:00
Jason Diaz G. 75d026ab1f chore(cloudflare-auth-access-provider): Add changeset for the PR
Signed-off-by: Jason Diaz G. <jason.rene.diaz.gonzalez@ericsson.com>
2024-07-18 16:36:02 -06:00