dependabot[bot]
c4b38fc1a3
chore(deps-dev): bump @changesets/cli from 2.17.0 to 2.20.0
...
Bumps [@changesets/cli](https://github.com/changesets/changesets ) from 2.17.0 to 2.20.0.
- [Release notes](https://github.com/changesets/changesets/releases )
- [Changelog](https://github.com/changesets/changesets/blob/main/docs/modifying-changelog-format.md )
- [Commits](https://github.com/changesets/changesets/compare/@changesets/cli@2.17.0...@changesets/cli@2.20.0 )
---
updated-dependencies:
- dependency-name: "@changesets/cli"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-02 08:16:38 +00:00
dependabot[bot]
5bd0ce9e62
chore(deps): bump inquirer from 7.3.3 to 8.2.0
...
Bumps [inquirer](https://github.com/SBoudrias/Inquirer.js ) from 7.3.3 to 8.2.0.
- [Release notes](https://github.com/SBoudrias/Inquirer.js/releases )
- [Commits](https://github.com/SBoudrias/Inquirer.js/compare/inquirer@7.3.3...inquirer@8.2.0 )
---
updated-dependencies:
- dependency-name: inquirer
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-02 08:10:46 +00:00
dependabot[bot]
50ef52a640
chore(deps): bump replace-in-file from 6.1.0 to 6.3.2
...
Bumps [replace-in-file](https://github.com/adamreisnz/replace-in-file ) from 6.1.0 to 6.3.2.
- [Release notes](https://github.com/adamreisnz/replace-in-file/releases )
- [Changelog](https://github.com/adamreisnz/replace-in-file/blob/main/CHANGELOG.md )
- [Commits](https://github.com/adamreisnz/replace-in-file/compare/v6.1.0...v6.3.2 )
---
updated-dependencies:
- dependency-name: replace-in-file
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-02 08:07:47 +00:00
Johan Haals
2e6927225d
Merge pull request #9292 from RoadieHQ/code-coverage-plugin-fix-explore-files-breadcrumb
...
Code coverage plugin - fix explore files breadcrumbs bug
2022-02-02 09:02:07 +01:00
Johan Haals
2e9fe70c52
Merge pull request #9291 from adamtester/patch-1
...
Fix incorrect package name in Changelog
2022-02-02 08:52:55 +01:00
Johan Haals
5ebcf0cd93
Merge pull request #9299 from backstage/dependabot/npm_and_yarn/types/body-parser-1.19.2
...
chore(deps-dev): bump @types/body-parser from 1.19.1 to 1.19.2
2022-02-02 08:49:31 +01:00
dependabot[bot]
478eb69092
chore(deps-dev): bump @types/body-parser from 1.19.1 to 1.19.2
...
Bumps [@types/body-parser](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/body-parser ) from 1.19.1 to 1.19.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/body-parser )
---
updated-dependencies:
- dependency-name: "@types/body-parser"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-02 04:12:28 +00:00
Eoghan McIlwaine
2ce5e4e0a7
Add changeset for bugfix
...
Signed-off-by: Eoghan McIlwaine <eoghan@roadie.io >
2022-02-01 19:36:18 +01:00
Eoghan McIlwaine
3a5b41a2af
Add basic tests
...
Signed-off-by: Eoghan McIlwaine <eoghan@roadie.io >
2022-02-01 19:25:05 +01:00
Eoghan McIlwaine
1854bd771b
Code coverage plugin: fix breadcrumbs
...
Signed-off-by: Eoghan McIlwaine <eoghan@roadie.io >
2022-02-01 19:24:39 +01:00
Adam Tester
3ee4d1bdb5
Fix incorrect package name in changelog
...
Signed-off-by: Adam Tester <adamtester@users.noreply.github.com >
2022-02-01 16:57:15 +00:00
Ben Lambert
c2dc075c24
Merge pull request #9288 from backstage/blam/fix-release-script
...
chore: updating release scripts to have proper includes and fixing next release formatting
2022-02-01 16:45:57 +01:00
Eric Peterson
475b3cdaa3
Merge pull request #9257 from backstage/analytics/link-no-track
2022-02-01 16:39:01 +01:00
Johan Haals
bde492e45b
Merge pull request #8937 from backstage/fix-initial-filter
...
catalog-react: improve handling of groups with 0 items in UserListPicker
2022-02-01 16:00:18 +01:00
Patrik Oldsberg
3550ba77cf
Merge pull request #9287 from backstage/rugvip/fix-release
...
scripts/prepare-release: fix base version handling in non-prereleases
2022-02-01 15:46:52 +01:00
blam
1233350ccd
chore: updating release scripts to have proper includes and fixing next release formatting
...
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com >
Signed-off-by: blam <ben@blam.sh >
2022-02-01 15:46:38 +01:00
Ben Lambert
0b83dc7333
Merge pull request #9286 from backstage/blam/fix-release-tag-script
...
chore: added missing path require
2022-02-01 15:22:36 +01:00
MT Lewis
06f84f7e67
Stop abbreviating 'params' to make Vale happy
...
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com >
2022-02-01 14:21:39 +00:00
Eric Peterson
1fc6c84043
Merge pull request #9284 from backstage/techdocs/same-host-a-download
...
[TechDocs] Fix download 404 when backend/app hosts are the same
2022-02-01 15:13:54 +01:00
blam
11c86325ea
chore: added missing path require
...
Signed-off-by: blam <ben@blam.sh >
2022-02-01 15:13:17 +01:00
Patrik Oldsberg
82f855f9a0
scripts/prepare-release: fix base version handling in non-prereleases
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-02-01 14:59:03 +01:00
Johan Haals
b22a1e279c
Merge pull request #9036 from backstage/catalog-permission-integration/catalog-import
...
Integrate catalog-import with permissions
2022-02-01 14:33:06 +01:00
Eric Peterson
742434a6ba
Fix TechDocs download bug when backend/app hosts are the same.
...
Signed-off-by: Eric Peterson <ericpeterson@spotify.com >
2022-02-01 13:39:23 +01:00
Joon Park
fd6decb02d
Fix changeset descriptions
...
Signed-off-by: Joon Park <joonp@spotify.com >
2022-02-01 12:34:27 +00:00
Joon Park
86b1c46bd5
Add changeset descriptions
...
Signed-off-by: Joon Park <joonp@spotify.com >
2022-02-01 12:34:27 +00:00
Joon Park
ba59832aed
Integrate catalog-import with permissions
...
Signed-off-by: Joon Park <joonp@spotify.com >
2022-02-01 12:34:25 +00:00
Patrik Oldsberg
a28838ac5c
Merge pull request #9203 from backstage/changeset-release/master
...
Version Packages (next)
2022-02-01 13:08:49 +01:00
MT Lewis
569715b9f0
catalog-react: expand bugfix description in changeset
...
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com >
2022-02-01 11:37:12 +00:00
MT Lewis
91ffc2ade2
catalog: update DefaultCatalogPage test
...
This test appears to be checking for a regression in which the filter
reset from starred to owned after starring an entity. As a precursor,
it tried to select all three possible filters, but now it's no longer
possible to select filters that don't have any matching entities.
Now that the behaviour of menu items when there are no items in that
filter has changed, this commit updates the test to confirm that the
menu item starts disabled, and then enables when an entity is starred.
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com >
2022-02-01 11:33:11 +00:00
MT Lewis
ce383faaef
catalog-react: generalise UserListPicker filter resetting tests
...
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com >
2022-02-01 11:33:11 +00:00
MT Lewis
17d812bdf2
catalog-react: generalize empty group handling
...
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com >
2022-02-01 11:33:10 +00:00
MT Lewis
dc3fe7c3ea
catalog-react: disable groups with 0 entries in UserListPicker
...
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com >
2022-02-01 11:33:10 +00:00
MT Lewis
300f8cdaee
catalog-react: fix filter resetting bug in UserListPicker
...
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com >
2022-02-01 11:33:09 +00:00
github-actions[bot]
e1580cf73a
Version Packages (next)
2022-02-01 08:53:29 +00:00
Eric Peterson
d3c107da13
Merge pull request #9279 from backstage/techdocs/support-relative-source-src
...
[TechDocs] Add support for source tags pointing to relative assets
2022-02-01 09:48:14 +01:00
Johan Haals
f918a3d54e
Merge pull request #9210 from marcosborges/patch-1
...
Added RCHLO and MIDWAY new adopters.
2022-02-01 09:47:01 +01:00
Johan Haals
07e3f5e48e
Merge pull request #9282 from backstage/dependabot/npm_and_yarn/raw-body-2.4.2
...
chore(deps): bump raw-body from 2.4.1 to 2.4.2
2022-02-01 09:38:02 +01:00
Johan Haals
a8d731e449
Merge pull request #9283 from backstage/dependabot/npm_and_yarn/storybook/storybook/addon-actions-6.4.17
...
chore(deps-dev): bump @storybook/addon-actions from 6.4.14 to 6.4.17 in /storybook
2022-02-01 09:37:38 +01:00
blam
7d2589de9d
chore: adding a link to the docs
...
Signed-off-by: blam <ben@blam.sh >
2022-02-01 09:02:32 +01:00
blam
ac23003f62
chore: encode some values too
...
Signed-off-by: blam <ben@blam.sh >
2022-02-01 09:02:32 +01:00
blam
37a3fc75c0
chore: more code review fixes
...
Signed-off-by: blam <ben@blam.sh >
2022-02-01 09:02:32 +01:00
blam
c1be2801a9
chore: rewording PROVIDER_TOKEN to token
...
Signed-off-by: blam <ben@blam.sh >
2022-02-01 09:02:32 +01:00
blam
b856b156c2
docs: making the docs a little clearer
...
Signed-off-by: blam <ben@blam.sh >
2022-02-01 09:02:32 +01:00
blam
c95df1631e
chore: added changeset and updating documentation about being able to grab the user token
...
Signed-off-by: blam <ben@blam.sh >
2022-02-01 09:02:32 +01:00
blam
0f264c4f84
chore: api-reports needed updating for scaffolder bacend
...
Signed-off-by: blam <ben@blam.sh >
2022-02-01 09:02:32 +01:00
blam
72eccc0f5d
chore: added tests for ensuring that the token is used properly when passed into the actions
...
Signed-off-by: blam <ben@blam.sh >
2022-02-01 09:02:32 +01:00
blam
2c34749bb6
feat: added support for overriding the token used for publish actions.
...
Signed-off-by: blam <ben@blam.sh >
2022-02-01 09:02:32 +01:00
blam
c91ba8cf2f
feat: Added the ability for the scaffolder backend engine to template secrets into the input of actions
...
Signed-off-by: blam <ben@blam.sh >
2022-02-01 09:02:32 +01:00
blam
c345946703
chore: added a test to check the secrets context is being updated with the secrets returned from the scmAuthApi
...
Signed-off-by: blam <ben@blam.sh >
2022-02-01 09:02:32 +01:00
blam
cee44ad289
chore: added changeset
...
Signed-off-by: blam <ben@blam.sh >
2022-02-01 09:02:32 +01:00