Commit Graph

38910 Commits

Author SHA1 Message Date
Jos Craw cc77729c48 fix: update docs to include updated command reference
Signed-off-by: Jos Craw <me.joscraw@gmail.com>
2023-02-25 08:45:32 +13:00
Aramis Sennyey 69002a3368 Add test cases.
Signed-off-by: Aramis Sennyey <sennyeya@amazon.com>
2023-02-24 13:14:21 -05:00
Aramis Sennyey e14dcfa499 Add changeset.
Signed-off-by: Aramis Sennyey <sennyeya@amazon.com>
2023-02-24 13:01:21 -05:00
Aramis Sennyey aff489bb79 Revert "Support new option getRingColor to determine text and legend color."
This reverts commit 1a2fa2f4c7.

Signed-off-by: Aramis Sennyey <sennyeya@amazon.com>
2023-02-24 12:58:19 -05:00
Aramis Sennyey 1a2fa2f4c7 Support new option getRingColor to determine text and legend color.
Signed-off-by: Aramis Sennyey <sennyeya@amazon.com>
2023-02-24 12:56:30 -05:00
Patrik Oldsberg 107ae5220e Merge pull request #16477 from backstage/renovate/jss-10.x
fix(deps): update dependency jss to ~10.10.0
2023-02-24 18:00:17 +01:00
Patrik Oldsberg ef572b6c30 Merge pull request #16168 from webb04/update-backend-plugin-version-in-docs
Update version in backend plugin docs
2023-02-24 17:59:47 +01:00
Patrik Oldsberg 44ce88dd01 Merge pull request #16362 from ahhhndre/topic/correct-linguist-images
Corrected Linguist README
2023-02-24 17:01:08 +01:00
Jennysson Júnior c39a08209d Merge branch 'backstage:master' into master 2023-02-24 12:59:16 -03:00
Jennysson Junior 66fdf05a1e memo: adding changeset of improving new relic plugin`s docs
Signed-off-by: Jennysson Junior <jddsjr98@gmail.com>
2023-02-24 12:32:30 -03:00
Morgan Bentell 60da8b0143 Merge pull request #16405 from bogdan-cehash/fix-techdocs-open-issue-link
Fix techdocs open issue link when repository is in a Gitlab subgroup
2023-02-24 16:18:00 +01:00
Johan Haals 72b82dfadf microsite: Add redirect for /docs
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2023-02-24 16:05:41 +01:00
Jennysson Júnior 6421ccbfe9 docs: changing typescript to tsx highlights on example code
Co-authored-by: Johan Haals <johan@haals.se>
Signed-off-by: Jennysson Júnior <jddsjr98@gmail.com>
2023-02-24 11:45:50 -03:00
Taras Mankovski fb3d0b3af9 Update plugins/catalog-backend-module-incremental-ingestion/src/router/routes.ts
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Signed-off-by: Taras Mankovski <tarasm@gmail.com>
2023-02-24 09:21:29 -05:00
Johan Haals 31afee7de8 Merge pull request #16545 from Andy2003/feature/13587-gitlab-discovery-branch-handling-pre-migrate
Deprecate config key `branch` of GitlabDiscoveryEntityProvider in favor of new key `fallbackBranch`
2023-02-24 14:13:27 +01:00
Johan Haals d2e5440e76 Merge pull request #16435 from scprek/patch-1
Add ADR type to search page and result cast
2023-02-24 14:10:35 +01:00
Fredrik Adelöw 8090a8496a Merge pull request #16504 from brenwhyte/patch-1
Update README.md
2023-02-24 13:55:05 +01:00
Johan Haals e29e938104 Merge pull request #16586 from rr-wfm/octopus-deploy-logo
Octopus Deploy logo
2023-02-24 13:30:37 +01:00
Andreas Berger 3a8294aa96 Improve changelog
Signed-off-by: Andreas Berger <andreas@berger-ecommerce.com>
2023-02-24 11:16:31 +01:00
Jonathan Mezach cb0fc15a99 Added changeset
Signed-off-by: Jonathan Mezach <jonathan.mezach@rr-wfm.com>
2023-02-24 10:59:54 +01:00
Jonathan Mezach c3b3065722 Add Octopus Deploy plugin to Marketplace
Signed-off-by: Jonathan Mezach <jonathan.mezach@rr-wfm.com>
2023-02-24 10:56:25 +01:00
Jonathan Mezach 97fa334f95 Add Octopus Deploy logo
Signed-off-by: Jonathan Mezach <jonathan.mezach@rr-wfm.com>
2023-02-24 10:49:16 +01:00
backstage-goalie[bot] 986e5f56e7 Merge pull request #16580 from backstage/renovate/photoswipe-5.x-lockfile
fix(deps): update dependency photoswipe to v5.3.6
2023-02-24 08:31:16 +00:00
backstage-goalie[bot] 00c6ca80e8 Merge pull request #16572 from backstage/renovate/json-schema-library-7.x-lockfile
fix(deps): update dependency json-schema-library to v7.4.7
2023-02-24 08:19:56 +00:00
renovate[bot] 98428a43cf fix(deps): update dependency photoswipe to v5.3.6
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2023-02-24 07:52:15 +00:00
Ben Lambert 4b17965bf5 Merge pull request #16552 from ThomasAwesome/master
Make kind configurable in linguist backend plugin
2023-02-24 08:46:21 +01:00
Ben Lambert 5195985f88 Merge pull request #16538 from backstage/renovate/docker-build-push-action-4.x
chore(deps): update docker/build-push-action action to v4
2023-02-24 08:39:37 +01:00
Ben Lambert 94fa5f59eb Update witty-geckos-design.md
Signed-off-by: Ben Lambert <ben@blam.sh>
2023-02-24 08:30:05 +01:00
Heikki Hellgren 1578276708 feat: add functionality to get scheduled tasks
add new functionality to PluginTaskScheduler to return local and global
tasks. this is to be able to trigger those tasks manually using the
triggerTask functionality when there's no clear way to figure out the
correct id to use as they in many cases come from a plugin.

this is also usable for the upcoming debug plugin, see #9737

Signed-off-by: Heikki Hellgren <heikki.hellgren@op.fi>
2023-02-24 09:14:33 +02:00
Carlos Esteban Lopez e0ee35568b test: Remove unused import
Signed-off-by: Carlos Esteban Lopez <lcarlosesteb@vmware.com>
2023-02-23 22:30:43 -05:00
Steve Cprek 77fa1b6c22 Remove searchfilter select and mention according as optional
Signed-off-by: Steve Cprek <steve.cprek@favordelivery.com>
2023-02-23 20:12:07 -06:00
Steve Cprek 7650bdf408 Fix adrs typo and add ADR specific Entity filter
Signed-off-by: Steve Cprek <steve.cprek@favordelivery.com>
2023-02-23 20:09:06 -06:00
Stephen Cprek 1263b9cc42 Add ADR type to search page and result cast
Signed-off-by: Stephen Cprek <steve.cprek@favordelivery.com>
2023-02-23 20:09:06 -06:00
Taras fb0a7577cb Correct paths
Signed-off-by: Taras <tarasm@gmail.com>
2023-02-23 20:21:35 -05:00
Taras 754da685fb Updated README
Signed-off-by: Taras <tarasm@gmail.com>
2023-02-23 20:19:44 -05:00
Taras a811bd246c Added changset
Signed-off-by: Taras <tarasm@gmail.com>
2023-02-23 20:15:58 -05:00
Taras 655feeceb9 Added GET providers endpoint
Signed-off-by: Taras <tarasm@gmail.com>
2023-02-23 20:14:03 -05:00
Taras 0ee83a57c7 Removed paths file
Signed-off-by: Taras <tarasm@gmail.com>
2023-02-23 20:05:13 -05:00
Aramis Sennyey 0d61fcca9c Add changeset.
Signed-off-by: Aramis Sennyey <sennyeya@amazon.com>
2023-02-23 18:10:54 -05:00
Patrik Oldsberg feb1cb63b5 Merge pull request #16562 from backstage/rugvip/check
cli: only try to lint source files with --check
2023-02-23 23:18:35 +01:00
Patrik Oldsberg 41d53b889f Merge pull request #16575 from ldemailly/patch-1
roku has a strict policy against its name/logo being used anywhere
2023-02-23 22:05:51 +01:00
Phil Kuang 553f3c9501 fix(SearchPagination): disable next button on last page
Signed-off-by: Phil Kuang <pkuang@factset.com>
2023-02-23 15:53:30 -05:00
Laurent Demailly e189a0df47 fix extra line breaking table
Signed-off-by: Laurent Demailly <ldemailly@roku.com>
2023-02-23 12:20:15 -08:00
Laurent Demailly fe5b334a0e roku has a strict policy against its name/logo being used anywhere without a lot of legal paper work
please also remove from https://backstage.spotify.com/ list

Signed-off-by: Laurent Demailly <ldemailly@roku.com>
2023-02-23 12:16:57 -08:00
Jennysson Junior f773ea56ef docs: improving new relic plugin's docs
Signed-off-by: Jennysson Junior <jddsjr98@gmail.com>
2023-02-23 16:47:23 -03:00
Claire Casey a1569d9cf8 Merge branch master into entity-ownership-card-overlapped-text
Signed-off-by: Claire Casey <ccasey@spotify.com>
2023-02-23 14:05:02 -05:00
Claire Casey 67b30654f4 use OverflowTooltip component on email in MembershipCard
Signed-off-by: Claire Casey <ccasey@spotify.com>
2023-02-23 13:51:26 -05:00
renovate[bot] 296195351a fix(deps): update dependency json-schema-library to v7.4.7
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2023-02-23 18:14:13 +00:00
Aramis Sennyey 4e5891524c Update to match Zalando.
Signed-off-by: Aramis Sennyey <sennyeya@amazon.com>
2023-02-23 12:37:09 -05:00
Thomas Camargo 20eba13f1d [linguist-backend]: update changeset and update api-report
Signed-off-by: Thomas Camargo <camargothomas@gmail.com>
2023-02-23 10:09:34 -07:00