Commit Graph

12205 Commits

Author SHA1 Message Date
Kamil Wolny 74eee6d143 feat: clean up unused files
Signed-off-by: Kamil Wolny <mrwolny@gmail.com>
2022-07-28 17:57:04 +01:00
Kamil Wolny 9e35bd0a53 test: test for correct graphql queries to github
Signed-off-by: Kamil Wolny <mrwolny@gmail.com>
2022-07-28 17:57:04 +01:00
Kamil Wolny b346f8f213 fix: updated backstage dependencies
Signed-off-by: Kamil Wolny <mrwolny@gmail.com>
2022-07-28 17:29:15 +01:00
Kamil Wolny c9c6bf3932 feat: github issues plugin mvp
Signed-off-by: Kamil Wolny <mrwolny@gmail.com>
2022-07-28 14:35:54 +01:00
Ben Lambert f850661749 Merge pull request #12874 from Symbianx/allow-subtitle-in-catalog-table
Allow setting the subtitle in the CatalogTable component
2022-07-28 12:07:31 +02:00
Ben Lambert f65140bd0d Merge pull request #12851 from theparthshukla/issue-12751
Add wrap-around for tool lists in Home Plugin
2022-07-28 11:25:58 +02:00
Miguel Alexandre 97108b948b Add API report
Signed-off-by: Miguel Alexandre <m.alexandrex@gmail.com>
2022-07-28 11:24:17 +02:00
Miguel Alexandre f2d0ea9f42 Allow setting the subtitle in the CatalogTable component
Signed-off-by: Miguel Alexandre <m.alexandrex@gmail.com>
2022-07-28 10:52:33 +02:00
Jonathan Stacks d78395a0c1 Fixes #12847 - Handle kubernetes cron job aliases
Signed-off-by: Jonathan Stacks <jonstacks13@gmail.com>
2022-07-27 21:38:23 -05:00
Ben Lambert 9aef50ef1a Merge pull request #12679 from lunarway/feature/techdocs-nav-highlight
Add highlight to active techdocs navigation item and parents
2022-07-27 16:53:49 +02:00
Parth Shukla df7b9158b8 Add wrap-around for tool lists in Home plugin
Signed-off-by: Parth Shukla <theparthshukla@gmail.com>
2022-07-27 16:48:23 +02:00
Jake Crews b874bd03bb change wrapper back to global declaration
Signed-off-by: Jake Crews <jake.crews@daveramsey.com>
2022-07-26 09:12:54 -05:00
Jake Crews f0d040bb57 fix merge issue
Signed-off-by: Jake Crews <jake.crews@daveramsey.com>
2022-07-26 07:55:23 -05:00
Jake Crews 4bdda91def Merge branch 'master' into fix-view-techdocs-link 2022-07-26 07:51:54 -05:00
github-actions[bot] 73cee58fc2 Version Packages (next) 2022-07-26 08:37:39 +00:00
Ben Lambert ac052fac0e Merge pull request #11644 from dweber019/feat/kafka
[Kafka] Add dashboard url feature and fix minor styling issues
2022-07-26 10:30:32 +02:00
Eric Peterson 63f60f1876 Merge pull request #11619 from mmulligan03/feature/add-api-key-stackoverflow-backend
Added apikey config for StackOverflow backend
2022-07-26 10:25:21 +02:00
Ben Lambert ee0433d9d8 Merge pull request #12796 from nokia/fix-techdocs-awsS3-err-without-message
wrap aws-sdk errors
2022-07-26 09:46:46 +02:00
Ben Lambert 7d71d7a6fe Merge pull request #12775 from devth/fix-missing-eventstream-end
Add missing res.end in scaffolder backend EventStream usage
2022-07-25 22:08:23 +02:00
Ben Lambert a152188f69 Merge pull request #12803 from niallmccullagh/ghost-user-github-pr-board
fix(github-pull-requests-board): filter out github accounts that have…
2022-07-25 22:03:28 +02:00
David Weber bde245f0bf feat: add dashboard URL feature and fix minor styling issues
Signed-off-by: David Weber <david.weber@w3tec.ch>
2022-07-25 21:52:09 +02:00
Ben Lambert 75bfc7317d Merge pull request #12711 from Bonial-International-GmbH/pjungermann/bitbucketServer/auth
feat: support Basic Auth and token-only at Git commands for Bitbucket Server
2022-07-25 17:06:08 +02:00
Patrick Jungermann 3f1316f1c5 feat: use Bearer auth header at git commands with Bitbucket Server token
Use Bearer auth header at git commands with Bitbucket Server token
instead of username + token as password.

The username `x-token-auth` was not working with Bitbucket Server
but is used at Bitbucket Cloud.

Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
2022-07-25 15:53:30 +02:00
Patrick Jungermann 3b7930b3e5 feat: support Bearer auth header at git commands
Support Bearer-based Authorization header for auth
with token only (no username).

Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
2022-07-25 15:53:30 +02:00
Patrick Jungermann 593dea6710 feat: support Basic Auth for Bitbucket Server
Closes: #12586
Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
2022-07-25 15:53:30 +02:00
Manuel Stein ce7219ff87 awsS3 getObject expect match without regex
Signed-off-by: Manuel Stein <manuel.stein@nokia-bell-labs.com>
2022-07-24 19:19:29 +03:00
Manuel Stein f28ad77d11 awsS3 getObject expect specific error message
Signed-off-by: Manuel Stein <manuel.stein@nokia-bell-labs.com>
2022-07-24 19:12:39 +03:00
Ben Lambert a6c925fbc0 Merge pull request #12641 from gabrielucido/techdocs-layout-improvement-3
fix(docs-like-code): Patched Techdocs Sidebar layout for medium devices.
2022-07-23 20:59:08 +02:00
Manuel Stein 6c118dd093 wrap aws-sdk errors - (prettier update)
there are http errors with no message from aws-sdk, so the error
 is wrapped to conform to the @backstage/errors assertError checks

Signed-off-by: Manuel Stein <manuel.stein@nokia-bell-labs.com>
2022-07-23 18:34:57 +03:00
Matt Mulligan 4a9a2c3cfe Changed visibility of ApiKey to secret
Signed-off-by: Matt Mulligan <mmulligan03@gmail.com>
2022-07-23 10:09:10 -04:00
Matt Mulligan 335bfb727c Removed frontend changes
Signed-off-by: Matt Mulligan <mmulligan03@gmail.com>
2022-07-23 09:56:10 -04:00
Niall McCullagh 73268a67ff fix(github-pull-requests-board): filter out github accounts that have been deleted
Pull request that contain interactions with user accounts that have been
deleted are null in the response from the graphql API. This change prevents
deleted accounts from breaking the rendering of the PR.

Signed-off-by: Niall McCullagh <niallmccullagh@users.noreply.github.com>
2022-07-22 23:12:51 +01:00
Manuel Stein c8196bd37d wrap aws-sdk errors
because there are http errors with no message any error reading the
object is wrapped to conform to the @backstage/error assertError checks

Signed-off-by: Manuel Stein <manuel.stein@nokia-bell-labs.com>
2022-07-22 18:43:44 +03:00
Ben Lambert e01296c2aa Merge pull request #12571 from alexrybch/shortcuts-storage-observe
added initial storage api subscription in Shortcuts plugin
2022-07-22 14:22:24 +02:00
Trevor Hartman 014b3b7776 Add missing res.end in scaffolder backend EventStream usage
Signed-off-by: Trevor Hartman <trevorhartman@gmail.com>
2022-07-21 13:51:18 -06:00
blam 72b8725dc1 chore: prettify
Signed-off-by: blam <ben@blam.sh>
2022-07-20 23:26:52 +02:00
Gio ebeaf11460 update changelog
Signed-off-by: Gio <6011354+gioufop@users.noreply.github.com>
2022-07-20 16:11:15 -03:00
Ben Lambert 20dd7141d6 Merge pull request #12710 from leboncoin/gerrit-review-action
feat(scaffolder): add a `publish:gerrit:review` action
2022-07-20 16:20:43 +02:00
Thomas Cardonne fc8a5f797b feat(scaffolder): add a publish:gerrit:review action
Signed-off-by: Thomas Cardonne <thomas.cardonne@adevinta.com>
2022-07-20 15:53:18 +02:00
Ben Lambert f729cd8291 Merge pull request #12089 from ljiljanaholden/ljiljanaholden/scaffolder-gitlab-mr
Ljiljanaholden/scaffolder gitlab mr
2022-07-20 15:44:23 +02:00
Ben Lambert a9db61cba1 Merge pull request #11404 from acierto/reconfigure
Make a possibility to configure existing components
2022-07-20 13:00:49 +02:00
Lilly Holden 6e0fbd31c8 Merged changes from master
Signed-off-by: Lilly Holden <lholden@adaptavist.com>
2022-07-20 09:39:35 +01:00
renovate[bot] 29f782eb37 chore(deps): update dependency @types/luxon to v3
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2022-07-20 00:35:52 +00:00
gabrielucido 83636e7c5a Added constant to sidebar width.
Signed-off-by: gabrielucido <gabrielucido@gmail.com>
2022-07-19 17:07:01 -04:00
gabrielucido 7a98c73dc8 fix(docs-like-code): Patched Techdocs Sidebar layout for medium devices.
Signed-off-by: gabrielucido <gabrielucido@gmail.com>
2022-07-19 16:43:01 -04:00
bnechyporenko c38cb38339 api-report.md
Signed-off-by: bnechyporenko <bnechyporenko@bol.com>
2022-07-19 18:48:34 +02:00
bnechyporenko fcf972fbfb Updated deps
Signed-off-by: bnechyporenko <bnechyporenko@bol.com>
2022-07-19 18:22:19 +02:00
bnechyporenko afdf6c7b48 Merge remote-tracking branch 'origin/master' into reconfigure
# Conflicts:
#	packages/app/package.json
2022-07-19 18:15:50 +02:00
Bogdan Nechyporenko 9d9b81bda6 Merge branch 'backstage:master' into master 2022-07-19 18:14:24 +02:00
Alex Rybchenko a6407c0f82 rename method
Signed-off-by: Alex Rybchenko <arybchenko@box.com>
2022-07-19 16:10:43 +02:00