Commit Graph

56024 Commits

Author SHA1 Message Date
Yghore 9999ce0937 fix: add api-report...
Signed-off-by: Yghore <yhgore@gmail.com>
2024-07-23 10:18:51 +02:00
Yghore 422f883e4e add: test for auto commited action
Signed-off-by: Yghore <yhgore@gmail.com>
2024-07-23 10:18:51 +02:00
Yghore 9281a5e9bd fix(filepath if targetPath is set), fix(default commitAction not retrieve repo files)
Signed-off-by: Yghore <yhgore@gmail.com>
2024-07-23 10:18:51 +02:00
Yghore 3afa2966b2 fix: remote file was always fetched even without auto commit action
Signed-off-by: Yghore <yhgore@gmail.com>
2024-07-23 10:18:51 +02:00
Yghore ed0bea5d93 fix(default action) create -> auto
Signed-off-by: Yghore <yhgore@gmail.com>
2024-07-23 10:18:51 +02:00
Yghore 224958e952 doc: add api report
Signed-off-by: Yghore <yhgore@gmail.com>
2024-07-23 10:18:51 +02:00
Yghore a6603e4f34 feat: add automatic commited action for merge-request gitlab
Signed-off-by: Yghore <yhgore@gmail.com>
2024-07-23 10:18:51 +02:00
Ben Lambert 521c2c3b45 Merge pull request #25740 from backstage/rugvip/format
scaffolder: fix deprecation comment formatting
2024-07-23 10:18:34 +02:00
Patrik Oldsberg c79eac6065 scaffolder: fix deprecation comment formatting
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-07-23 10:04:38 +02:00
Ben Lambert e7dba9ff5d Merge pull request #25712 from stephenglass/fix/cli-01
fix: Update default backend plugin to use `RootConfigService`
2024-07-23 09:03:50 +02:00
Ben Lambert 1d6bfbaf1a Merge pull request #25676 from backstage/rugvip/health-tests
backend-defaults,test-utils: use, export, and test health service
2024-07-23 09:02:34 +02:00
Ben Lambert f5d68783c1 Merge pull request #24622 from richcooper95/feat/expose-extra-form-props
feat: expose uiSchema and formContext in FormProps
2024-07-23 08:52:37 +02:00
Ben Lambert 801a64cbe6 Merge pull request #25693 from koalaty-code/repo-url-picker-host-credentials
fix(scaffolder): refetch user credentials when selected host is changed in RepoUrlPicker
2024-07-23 08:50:39 +02:00
Ben Lambert 885e52db9a Merge pull request #25728 from backstage/rugvip/msauth
auth-backend-module-microsoft-provider: update scope handling to define required scopes in backend
2024-07-23 08:50:18 +02:00
Ben Lambert 4412fbeffa Merge pull request #25718 from jslott2sigma/fix-entity-filter-redraw
Fixes #25709 Memoize filtered entity graph nodes
2024-07-23 08:34:21 +02:00
Ben Lambert 2b4358b044 Update flat-plums-grow.md
Signed-off-by: Ben Lambert <blam@spotify.com>
2024-07-23 08:07:57 +02:00
Ben Lambert 38165a7313 Merge pull request #25734 from leboncoin/fix-tests-gitlab
test(scaffolder-backend-module-gitlab): fix tests for gitlabProjectAccessTokenCreate examples
2024-07-23 07:35:49 +02:00
Thomas Cardonne 3ca333b683 test(scaffolder-backend-module-gitlab): fix tests for gitlabProjectAccessTokenCreate examples
Fixes tests created in #25713

Signed-off-by: Thomas Cardonne <thomas.cardonne@adevinta.com>
2024-07-22 22:19:22 +02:00
Rich Barton-Cooper 8cdd846abc fix: merge uiSchema and formContext in Stepper component
This commit ensures that the uiSchema and formContext are merged in the
Stepper component form, with the non-props values taking precedence over
the props values.

The uiSchemas are deep-merged using `lodash.merge` to ensure that nested
values are correctly merged.

Signed-off-by: Rich Barton-Cooper <rich@syntasso.io>
2024-07-22 15:55:23 +01:00
Patrik Oldsberg 7b3f59211c Merge pull request #25633 from backstage/mtlewis/dynamic-plugins-dev
cli: add support for local development of dynamic plugin containers
2024-07-22 16:48:44 +02:00
Rich Barton-Cooper d0e95a7036 feat: expose uiSchema and formContext in FormProps
This commit exposes two extra fields in the FormProps: `uiSchema` and `formContext`.

Signed-off-by: Rich Barton-Cooper <rich@syntasso.io>
Co-authored-by: Chunyi Lyu <chunyineko@gmail.com>
2024-07-22 15:47:28 +01:00
Adam Letizia 98ea3e2ca9 chore(changeset): new change description
Co-authored-by: Ben Lambert <ben@blam.sh>
Signed-off-by: Adam Letizia <43392371+koalaty-code@users.noreply.github.com>
2024-07-22 09:40:18 -05:00
Ben Lambert 5d873b8ccc Merge pull request #25710 from parmar-abhinav/master-code-8
Added test cases for gitlab:issue:edit examples
2024-07-22 16:25:36 +02:00
Ben Lambert 729e3bd46d Merge pull request #25711 from parmar-abhinav/master-code-9
Added test cases for gitlab:pipeline:trigger examples
2024-07-22 16:25:05 +02:00
Ben Lambert d3d0161085 Merge pull request #25713 from parmar-abhinav/master-code-10
Added test cases for gitlab:projectAccessToken:create example
2024-07-22 16:24:41 +02:00
Patrik Oldsberg 348087a096 auth-backend-module-microsoft-provider: cleanup deps
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-07-22 16:22:29 +02:00
MT Lewis 239dffc970 cli: remove usage of deprecated functionality from @backstage/config-loader
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com>
2024-07-22 15:18:23 +01:00
MT Lewis 9d661bb380 cli: only consider PORT environment variable for module federation remotes
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com>
2024-07-22 15:18:23 +01:00
MT Lewis 0eedec304d cli: add changeset for module federation local development changes
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com>
2024-07-22 15:18:23 +01:00
MT Lewis 493feaca4d cli: allow running with no configuration files
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com>
2024-07-22 15:18:15 +01:00
Ben Lambert 780a1e0723 Merge pull request #25702 from rgharaopensourceprojects/fix-issue-25690-update-logging-in-page
Fix issue 25690 update Getting started-logging in page with missing screenshot
2024-07-22 16:14:24 +02:00
Ben Lambert 7f983678e4 Merge pull request #25423 from harness/cjlee1/updateFuncs
fix: enable support for account and org level urls
2024-07-22 16:13:30 +02:00
Ben Lambert b8402c9ec9 Merge pull request #25731 from dragonfleas/master
remove unmaintained dora-metrics plugin
2024-07-22 16:10:52 +02:00
Devin Lauderdale be5cb5ea36 docs: remove unmaintained dora-metrics plugin
Signed-off-by: Devin Lauderdale <devinlauderdale2@gmail.com>
2024-07-22 08:58:25 -05: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
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
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
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
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