Commit Graph

10021 Commits

Author SHA1 Message Date
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
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
blam 4618350aa8 chore: some more deprecations for the scaffolder
Signed-off-by: blam <ben@blam.sh>
2022-02-25 10:48:57 +01:00
Emma Indal 2bd91261a6 unpack props inside fn
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2022-02-25 10:38:47 +01:00
Emma Indal ce2dcca3d1 do not plublicly export factories directly, but through tables
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2022-02-25 10:38:47 +01:00
Emma Indal e1a3d0df92 fixups
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2022-02-25 10:38:46 +01:00
Emma Indal da29cb2998 Update LegacyTechDocsPage.tsx
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2022-02-25 10:38:46 +01:00
Emma Indal 98e974a994 export/import fixups
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2022-02-25 10:38:46 +01:00
Emma Indal 071c1c1de0 api report clean ups
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2022-02-25 10:38:46 +01:00
Emma Indal 88a1205329 export search components
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2022-02-25 10:38:46 +01:00
Emma Indal 0eb8b4ef49 rename index file
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2022-02-25 10:38:45 +01:00
Emma Indal 2fb1d5e622 TechDocs reader page header to follow new naming pattern
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2022-02-25 10:38:45 +01:00
Emma Indal fc9e664329 improve naming of techdocs reader page component, to avoid exporting two with same name
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2022-02-25 10:38:44 +01:00
Emma Indal 5a85ef7f3f improve project structure for home Table + Grid components
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2022-02-25 10:38:44 +01:00
Emma Indal 505adf271a move TechDocsSearch into search components
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2022-02-25 10:38:44 +01:00
Emma Indal 542b839631 change naming of DocsResultListItem -> TechDocsSearchResultListItem to follow pattern
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2022-02-25 10:38:43 +01:00
blam 52eeb35d71 chore: use subRouteRefs for navigation
Signed-off-by: blam <ben@blam.sh>
2022-02-25 10:36:45 +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
blam c67b3cb876 chore: updating deprecation warning text
Signed-off-by: blam <ben@blam.sh>
2022-02-25 10:24:28 +01:00
blam 0c2eefab06 chore: added some deprecations and fixing some import structure
Signed-off-by: blam <ben@blam.sh>
2022-02-25 10:18:50 +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
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
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
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 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
github-actions[bot] c9da151d84 Version Packages 2022-02-24 13:54:37 +00:00
Fredrik Adelöw b95bd6e8b9 Merge pull request #9768 from backstage/blam/depracations/scaffolder/more
🧹 more scaffolder frontend changes
2022-02-24 14:41:11 +01:00
blam 91c6faeb7b chore: updated with review comments
Signed-off-by: blam <ben@blam.sh>
2022-02-24 14:14:58 +01:00
blam 4031764fca chore: updating to use templateRef
Signed-off-by: blam <ben@blam.sh>
2022-02-24 14:01:51 +01:00
blam f46c712a96 chore: fixing tests for RepoUrlPickerHost
Signed-off-by: blam <ben@blam.sh>
2022-02-24 13:40:11 +01:00
blam cb19ac7a32 chore: remove some warnings from the types and fix the buiold
Signed-off-by: blam <ben@blam.sh>
2022-02-24 13:40:11 +01:00
blam 50e0242ac2 chore: added some changeset
Signed-off-by: blam <ben@blam.sh>
2022-02-24 13:40:11 +01:00
blam 974a7917f1 chore: reworking some types
Signed-off-by: blam <ben@blam.sh>
2022-02-24 13:40:10 +01:00
blam 12c5e791f0 chore: some more migrations and deprecations
Signed-off-by: blam <ben@blam.sh>
2022-02-24 13:40:10 +01:00
blam 6bf5faa3f2 chore: reworking where the types are stored and where the client is created
Signed-off-by: blam <ben@blam.sh>
2022-02-24 13:40:10 +01:00
blam 8f1cc99d3b chore: entityName -> entityRef
Signed-off-by: blam <ben@blam.sh>
2022-02-24 13:40:10 +01:00
Fredrik Adelöw b2efb8d544 attempt to unbreak storybook tests for GroupProfileCard
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-02-24 13:38:16 +01:00
Fredrik Adelöw c787dcf501 Merge pull request #9767 from backstage/freben/just-plain-parse
Simplified the `parseEntityRef` function
2022-02-24 12:54:51 +01:00
Fredrik Adelöw dd2e1eb59a Merge pull request #9778 from backstage/jhaals/dep-reduceCatalogFilters
catalog-react: Deprecate reduceCatalogFilters and reduceEntityFilters
2022-02-24 11:55:35 +01:00
Fredrik Adelöw 98ba7871d9 Merge pull request #9779 from backstage/jhaals/dep-useEntityTypeFilter
Deprecate EntityTypeReturn type
2022-02-24 11:54:59 +01:00
Fredrik Adelöw bc9ac5e038 Merge pull request #9752 from backstage/blam/deprecations/scaffolder/frontend
🧹 some tidying up in the `scaffolder` plugin
2022-02-24 11:54:06 +01:00
blam ab30d1a859 revert console
Signed-off-by: blam <ben@blam.sh>
2022-02-24 11:16:23 +01:00
Fredrik Adelöw c70ba8b069 Merge pull request #9635 from mdb/mdb/splunk-on-call-read-only
[Plugin] expose 'read only' configuration option in Splunk On-Call plugin
2022-02-24 11:16:09 +01:00
blam 209b13774c chore: fallback to just exporting the components as before for now, and work out how to embed the types later
Signed-off-by: blam <ben@blam.sh>
2022-02-24 11:10:15 +01:00
Johan Haals 96b8ae9a9e Deprecate EntityTypeReturn type
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-02-24 11:07:00 +01:00
Johan Haals 1210f9cb09 Update API report
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-02-24 10:41:26 +01:00
Johan Haals b3ef24038b catalog-react: Deprecate reduceCatalogFilters and reduceEntityFilters
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-02-24 09:58:49 +01:00