Fredrik Adelöw
29f3173b40
Merge pull request #6986 from backstage/freben/oops-import
...
fixed two cross-package imports
2021-08-27 20:30:47 +02:00
Fredrik Adelöw
1f7b3807f3
fixed two cross-package imports
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2021-08-27 20:02:42 +02:00
Fredrik Adelöw
3bb560a11b
Merge pull request #6921 from pawelmitka/scaffolder_plugin_github_webhook
...
feat(plugin-scaffolder-backend): GitHub create repository webhook
2021-08-27 19:54:02 +02:00
victormorfin97
149fc41c95
remove unused code
...
Signed-off-by: victormorfin97 <v-vmorfin@expediagroup.com >
2021-08-27 12:52:48 -05:00
Gregory Yogan
19727d19b1
Adding undefined handling of usernamespace and namespaced user deduplicaiton
...
Signed-off-by: Gregory Yogan <gregory.yogan@unity3d.com >
2021-08-27 09:11:15 -07:00
Patrik Oldsberg
5fe3013fc1
Merge pull request #6985 from backstage/rugvip/flake
...
e2e-test: avoid page reload between text search attempts
2021-08-27 18:04:06 +02:00
Patrik Oldsberg
00d2212b0d
e2e-test: avoid page reload between text search attempts
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-08-27 17:31:25 +02:00
Dominik Henneke
10db3ce099
Update the AboutCard to properly support non-standard entity types and rework the defaults for the build-in kinds
...
Signed-off-by: Dominik Henneke <dominik.henneke@sda-se.com >
2021-08-27 17:15:48 +02:00
@pawelmitka
5b125edfcc
fix: update api-report.md
...
Signed-off-by: @pawelmitka <pawel.mitka@brainly.com >
2021-08-27 16:59:19 +02:00
@pawelmitka
82fecb0405
fix: update CHANGESET
...
Signed-off-by: @pawelmitka <pawel.mitka@brainly.com >
2021-08-27 16:37:49 +02:00
@pawelmitka
c5c229966f
refactor: rename github:repository:webhook:create to github:webhook
...
Signed-off-by: @pawelmitka <pawel.mitka@brainly.com >
2021-08-27 16:34:38 +02:00
victormorfin97
a085b28f94
update the api report
...
Signed-off-by: victormorfin97 <v-vmorfin@expediagroup.com >
2021-08-27 08:54:36 -05:00
victormorfin97
b21fb3ae26
use a const instead of a condition to render the card component
...
Signed-off-by: victormorfin97 <v-vmorfin@expediagroup.com >
2021-08-27 08:24:11 -05:00
victormorfin97
342e1c5cfc
update to the correct type the new prop
...
Signed-off-by: victormorfin97 <v-vmorfin@expediagroup.com >
2021-08-27 08:17:51 -05:00
Dominik Henneke
aaa1dd17b1
Use a Link for the edit button on the AboutCard instead of doing window.open(...)
...
Signed-off-by: Dominik Henneke <dominik.henneke@sda-se.com >
2021-08-27 14:53:49 +02:00
Fredrik Adelöw
584cb2b44e
Merge pull request #6978 from backstage/freben/missed
...
add a changeset that was missed previously
2021-08-27 14:31:20 +02:00
Raghunandan Balachandran
15bfed2617
Update README.md ( #6977 )
...
Signed-off-by: Raghunandan <soapraj@gmail.com >
2021-08-27 12:51:15 +02:00
@pawelmitka
8ebd2b6399
refactor: avoid using env variables in action
...
Signed-off-by: @pawelmitka <pawel.mitka@brainly.com >
2021-08-27 12:23:35 +02:00
Jussi Hallila
30ed662a35
Implement in-context search bar for tech docs. ( #6651 )
...
* Implement in-context search bar for tech docs
* Add in-context search functionality to tech docs
* Use the existing backend search functionality with tech docs specific filters
* Use material-ui autocomplete to display 10 first search results
* Add tests
Signed-off-by: Jussi Hallila <jussi@hallila.com >
* Remove context and replace it with `withSearch` prop.
Signed-off-by: Jussi Hallila <jussi@hallila.com >
* Bump search-common devp to latest
Signed-off-by: Jussi Hallila <jussi@hallila.com >
* Rename types file to not conflict with hardcoded types.d.ts.
Signed-off-by: Jussi Hallila <jussi@hallila.com >
2021-08-27 12:21:48 +02:00
Fredrik Adelöw
b8e8a34245
add a changeset that was missed previously
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2021-08-27 12:00:38 +02:00
Fredrik Adelöw
c5cdf03063
Merge pull request #6974 from punkle/patch-1
...
gh discovery passes over repos with no default branch
2021-08-27 11:02:52 +02:00
Dominik Henneke
6581412bdf
Merge pull request #6969 from SDA-SE/feat/ownership-card-open-tab
...
Don't open a new tab when clicking on the ownership card
2021-08-27 10:27:16 +02:00
Nicolas Arnold
391490d75e
Fixing broken test and adding one for the undefined case
...
Signed-off-by: Nicolas Arnold <nic@roadie.io >
2021-08-27 10:19:26 +02:00
Fredrik Adelöw
491e3ad5bc
Merge pull request #6888 from backstage/freben/title
...
Add the `metadata.title` field to all kinds
2021-08-27 09:18:33 +02:00
Brian Fletcher
0785cf54c3
correct a small mistake I made in one test
...
Signed-off-by: Brian Fletcher <brian@roadie.io >
2021-08-27 08:09:56 +01:00
Brian Fletcher
977d67d656
changes default branch ref type to optionally null
...
Also adds a couple of tests for the default branch feature.
Signed-off-by: Brian Fletcher <brian@roadie.io >
2021-08-27 07:53:44 +01:00
Brian Fletcher
7ad2b4450a
add a test for undefined default branch
...
Signed-off-by: Brian Fletcher <brian@roadie.io >
2021-08-26 22:53:30 +01:00
Brian Fletcher
4d62dc15bb
gh processor passes over repos without default branch
...
Signed-off-by: Brian Fletcher <brian@roadie.io >
2021-08-26 22:41:45 +01:00
Tim Hansen
e6c88df016
Prefer catalog kind casing
...
Signed-off-by: Tim Hansen <timbonicus@gmail.com >
2021-08-26 13:20:58 -06:00
Patrik Oldsberg
91ff484f8e
Merge pull request #6966 from RoadieHQ/sonar-readme
...
proxy backend to take care of encoding sonar token
2021-08-26 18:42:16 +02:00
Brian Fletcher
38fd73fb5b
add changeset
...
Signed-off-by: Brian Fletcher <brian@roadie.io >
2021-08-26 17:23:32 +01:00
Oliver Sand
c9927b1c74
Don't open a new tab when clicking on the ownership card
...
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com >
2021-08-26 18:23:00 +02:00
Tim Hansen
32947cf56f
Remove kind prefix on name column; case-insensitivity
...
Signed-off-by: Tim Hansen <timbonicus@gmail.com >
2021-08-26 10:18:08 -06:00
Fredrik Adelöw
e92964cce7
Merge pull request #6971 from backstage/timbonicus/create-app-changelog
...
Fix path in create-app changelog
2021-08-26 18:01:58 +02:00
Tim Hansen
df51a55426
Export CatalogKindHeader
...
Signed-off-by: Tim Hansen <timbonicus@gmail.com >
2021-08-26 09:52:36 -06:00
Tim Hansen
f44c4ac388
api-reports
...
Signed-off-by: Tim Hansen <timbonicus@gmail.com >
2021-08-26 09:52:36 -06:00
Tim Hansen
62987b7d20
Switch useEntityKinds to useAsync
...
Signed-off-by: Tim Hansen <timbonicus@gmail.com >
2021-08-26 09:52:35 -06:00
Tim Hansen
844ab62223
api-reports
...
Signed-off-by: Tim Hansen <timbonicus@gmail.com >
2021-08-26 09:52:35 -06:00
Tim Hansen
286466a90a
useEntityKinds test
...
Signed-off-by: Tim Hansen <timbonicus@gmail.com >
2021-08-26 09:52:35 -06:00
Tim Hansen
4b3537ee23
Add test for CatalogKindHeader
...
Signed-off-by: Tim Hansen <timbonicus@gmail.com >
2021-08-26 09:52:35 -06:00
Tim Hansen
a2f152f604
Remove unused imports
...
Signed-off-by: Tim Hansen <timbonicus@gmail.com >
2021-08-26 09:52:35 -06:00
Tim Hansen
3ed78fca3b
changesets
...
Signed-off-by: Tim Hansen <timbonicus@gmail.com >
2021-08-26 09:52:34 -06:00
Tim Hansen
fee7a6bd49
Add kind picker to the CatalogPage
...
Signed-off-by: Tim Hansen <timbonicus@gmail.com >
2021-08-26 09:52:34 -06:00
Tim Hansen
681b9e61ce
Merge pull request #6970 from kuangp/fix/ownershipCard
...
fix(OwnershipCard): support namespaced owners in links
2021-08-26 09:21:24 -06:00
Tim Hansen
b5b7ec0b2f
Fix path in create-app changelog
...
Signed-off-by: Tim Hansen <timbonicus@gmail.com >
2021-08-26 09:19:51 -06:00
Phil Kuang
ff304cfc3f
fix(OwnershipCard): support namespaced owners in links
...
Signed-off-by: Phil Kuang <pkuang@factset.com >
2021-08-26 10:55:34 -04:00
Camila Belo
9b5f0dd741
Merge pull request #6962 from backstage/fix-azure-tests
...
[TechdocsCommon]: Fix Cloud providers Posix Paths
2021-08-26 14:30:03 +02:00
Fredrik Adelöw
e436edb5bf
Merge pull request #6909 from backstage/changeset-release/master
...
Version Packages
2021-08-26 13:56:50 +02:00
Camila Belo
38b9bd9c63
Fix test describes
...
Signed-off-by: Camila Belo <camilaibs@gmail.com >
2021-08-26 13:26:55 +02:00
github-actions[bot]
e7130884a0
Version Packages
2021-08-26 11:25:27 +00:00