Commit Graph

23507 Commits

Author SHA1 Message Date
blam 6c66fe1130 bug: repoUrl does not have a protocol
Signed-off-by: blam <ben@blam.sh>

Signed-off-by: blam <ben@blam.sh>
2022-02-25 16:39:27 +01:00
Fredrik Adelöw f4ca12ce01 Merge pull request #9811 from shyamajp/patch-1
Update GA module instructions with CSP
2022-02-25 15:23:39 +01:00
Fredrik Adelöw e755099384 Merge pull request #9809 from niallmccullagh/fix-catalog-graph-dev
Fix route ref issue for catalog entity
2022-02-25 15:23:30 +01:00
Fredrik Adelöw c865d82363 Merge pull request #9815 from RoadieHQ/increase-scaffolder-octokit-timeout
Set timeout for scaffolder octokit client
2022-02-25 15:23:15 +01:00
Nicolas Arnold 2974c56168 Set timeout as const variable per comments
Signed-off-by: Nicolas Arnold <nic@roadie.io>
2022-02-25 14:03:17 +00:00
Johan Haals 05d73d0850 Merge pull request #9813 from backstage/chore/no-warnings-techdocs-node
[TechDocs] Prevent warning creep in api-report.md
2022-02-25 15:01:20 +01:00
Fredrik Adelöw 123019673b fixup
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-02-25 14:59:23 +01:00
Niall McCullagh 622b2d06cd Fix route ref issue for catalog entity
Signed-off-by: Niall McCullagh <niallmccullagh@users.noreply.github.com>
2022-02-25 14:57:02 +01:00
Nicolas Arnold 1f0fc6db69 Changing the timeout value to 60_000
Signed-off-by: Nicolas Arnold <nic@roadie.io>
2022-02-25 13:56:48 +00:00
Fredrik Adelöw b129681aba Merge pull request #9575 from jonathan-ash/sidebar-submenu-external-links
Added the ability for SidebarSubmenuItem to use external links via "to" property
2022-02-25 14:48:12 +01:00
Fredrik Adelöw cb7cae79d5 Merge pull request #9814 from backstage/freben/annotation-error
better 'missing location' error messages
2022-02-25 14:48:05 +01:00
Nicolas Arnold d6deb5e440 Set timeout for scaffolder octokit client
If a client fails to contact github (or the network connectivity is bad), there is no reasonible timeout for the Octokit client.

This change here adds a default timeout of 60 seconds

Here is a link to the octokit type definition: https://github.com/octokit/types.ts/blob/master/src/RequestRequestOptions.ts

Signed-off-by: Nicolas Arnold <nic@roadie.io>
2022-02-25 13:35:13 +00:00
Fredrik Adelöw 94004f3066 fixup
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-02-25 13:58:30 +01:00
Fredrik Adelöw cb09096607 better 'missing annotation' error messages
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-02-25 13:56:18 +01:00
Fredrik Adelöw 19b66e4c4f Merge pull request #9787 from backstage/freben/workflows
trigger workflows when changes are made to them (now with correct file paths)
2022-02-25 13:48:21 +01:00
Fredrik Adelöw 1c7766564c Merge pull request #9812 from backstage/freben/awsalb-docs
small fix to the aws alb docs
2022-02-25 13:48:06 +01:00
Eric Peterson d2a2ee0782 Ensure techdocs-backend and techdocs-common packages no longer allow warnings.
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2022-02-25 13:17:25 +01:00
Fredrik Adelöw e0aec213c4 small fix to the aws alb docs
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-02-25 13:16:28 +01:00
shyamajp 052390d527 Update GA module instructions with CSP
Add instruction to load scripts from GA by modifying csp to a minimal level

Signed-off-by: Shiori Yamazaki <syamazaki@twilio.com>
2022-02-25 14:13:41 +02:00
Fredrik Adelöw fb3dc9d407 Merge pull request #9771 from jen13501/ldap-page-pause
Fix pagePause=true bug
2022-02-25 12:21:26 +01:00
Fredrik Adelöw 52acdac58e expand the word acknowledge
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-02-25 11:55:30 +01:00
Johan Haals f2210717d1 Merge pull request #9807 from backstage/jhaals/scaffolder-backend-cleanup
scaffolder-backend: clenaup api report
2022-02-25 11:53:29 +01:00
Fredrik Adelöw b6c696d9c6 Merge pull request #9794 from Bonial-International-GmbH/PJ_bitbucket_custom-defaultBranch
fix(scaffolder,bitbucket): support custom defaultBranch for Bitbucket Cloud
2022-02-25 11:44:23 +01:00
Eric Peterson 0c7c7aae2b Merge pull request #9789 from backstage/fix-plugin-techdocs-footer
[TechDocs]: Adjust footer copyright
2022-02-25 11:44:01 +01:00
Johan Haals 7372f29473 scaffolder-backend: clenaup api report
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-02-25 11:25:27 +01:00
Patrick Jungermann 8119a9e011 fix(scaffolder,bitbucket): support custom defaultBranch for Bitbucket Cloud
Before this change, the returned `repoContentsUrl` of this scaffolder action
was hardcoded to branch `master` which is the default value for `defaultBranch`.

The change will ensure to use the provided value instead.

Closes: #9759

Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
2022-02-25 11:20:13 +01:00
Jonathan Ash 4583772804 <SidebarSubmenuItem /> - Switched out MUI <Link /> with Backstage <Link /> to handle external links
Signed-off-by: Jonathan Ash <jonathan-ash@users.noreply.github.com>
2022-02-25 10:16:28 +00:00
Camila Belo 5b0f9a75fa fix(plugin-techdocs): remove both old and new footer copyright
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2022-02-25 10:58:28 +01:00
Eric Peterson 3d94a70270 Merge pull request #9791 from backstage/techdocs/fix-search
[TechDocs] Set entity filters as they change in TechDocsSearchBar
2022-02-25 10:35:10 +01:00
Fredrik Adelöw c2deefa463 Merge pull request #9797 from Bonial-International-GmbH/PJ_bitbucket_lineNumber-ref
fix(bitbucket): fix line number references
2022-02-25 10:28:48 +01:00
Eric Peterson 2491754cfc Clearer filter set, safer hook dependencies.
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2022-02-25 10:10:42 +01:00
Johan Haals 6cf146869b Merge pull request #9798 from cal5barton/patch-1
Update discovery.md
2022-02-25 10:06:01 +01:00
Eric Peterson 6fed56f351 Merge pull request #9493 from erikxiv/collapse-techdocs-sidebar
Collapse techdocs sidebar on small devices
2022-02-25 09:46:01 +01:00
Ben Lambert 52a4a78db0 Merge pull request #9803 from backstage/blam/port-fixes
updating changeset and the fix in main for `scaffolder-backend`
2022-02-25 09:16:52 +01:00
Fredrik Adelöw 6136f11e6e clean up when workflows are triggered
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-02-25 09:14:00 +01:00
blam 4cd2787846 chore: update the changeset in main for the emergency release
Signed-off-by: blam <ben@blam.sh>
2022-02-25 08:16:42 +01:00
Ben Lambert 226210ed14 Merge pull request #9786 from backstage/blam/fix-windows-building
Fix Windows builds by forcing Windows 2019
2022-02-25 07:54:08 +01:00
Ben Lambert bebabd45f9 Merge pull request #9792 from kuangp/fix/githubPrAction
fix(githubPrAction): properly construct repoUrl
2022-02-25 07:22:24 +01:00
Callen Barton 336cea247c Fixing typo. Changing Github to Azure
Signed-off-by: Callen Barton <7515844+cal5barton@users.noreply.github.com>
2022-02-24 17:45:51 -07:00
Patrick Jungermann 33d5e79822 fix(bitbucket): fix line number references
Use the actual line number syntax for Bitbucket Cloud
and Bitbucket Server.

Closes: #9764

Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
2022-02-25 00:59:31 +01:00
Jen Evans fca67af356 Mark first parameter as unused
Signed-off-by: Jen Evans <jenevan@rei.com>
2022-02-24 13:34:47 -08:00
Phil Kuang c7f6424a26 fix(githubPrAction): properly construct repoUrl
Signed-off-by: Phil Kuang <pkuang@factset.com>
2022-02-24 16:17:38 -05:00
Eric Peterson 0ca964ee0e Changeset.
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2022-02-24 19:51:45 +01:00
Eric Peterson 737a5fdf91 Update entity filter on entityName change.
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2022-02-24 19:49:13 +01:00
Erik Larsson c5fda066b1 Collapse techdocs sidebar on small devices
Signed-off-by: Erik Larsson <erik.larsson@schibsted.com>
2022-02-24 19:46:24 +01:00
blam dc35bd79ea chore: updating the verify workflow too
Signed-off-by: blam <ben@blam.sh>
2022-02-24 16:42:21 +01:00
Eric Peterson 4d9fb20aad Merge pull request #9696 from backstage/techdocs-cli/bump-techdocs-common
[TechDocs] Upgrade default CLI Docker image
2022-02-24 16:27:52 +01:00
blam 07abd18f3d chore: try this fix?
Signed-off-by: blam <ben@blam.sh>
2022-02-24 16:26:57 +01:00
Fredrik Adelöw a15da6ea1e Merge pull request #9610 from backstage/changeset-release/master
Version Packages
2022-02-24 16:22:07 +01:00
blam 7c52c943cb chore: clean cache
Signed-off-by: blam <ben@blam.sh>
2022-02-24 16:07:08 +01:00