@spotify/backstage-plugin-soundcheck 0.13.0 → 0.14.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +65 -0
- package/alpha/package.json +1 -1
- package/dist/alpha/apis.esm.js +1 -1
- package/dist/alpha/entity-content.esm.js +1 -1
- package/dist/alpha/pages.esm.js +1 -1
- package/dist/alpha/plugin.esm.js +1 -1
- package/dist/alpha/sidebar-item.esm.js +1 -1
- package/dist/alpha.d.ts +121 -1
- package/dist/api.esm.js +1 -1
- package/dist/components/Badges/BaseBadge.esm.js +1 -1
- package/dist/components/Badges/CampaignBadge.esm.js +1 -1
- package/dist/components/Badges/CertificationBadge.esm.js +1 -1
- package/dist/components/Badges/NoLevelBadge.esm.js +5 -1
- package/dist/components/Badges/PlaylistBadge.esm.js +1 -1
- package/dist/components/CampaignCreatePage/CampaignCreatePage.esm.js +2 -0
- package/dist/components/CampaignDetailsPage/CampaignChecks.esm.js +1 -1
- package/dist/components/CampaignDetailsPage/CampaignDetailRow.esm.js +1 -1
- package/dist/components/CampaignDetailsPage/CampaignDetails.esm.js +1 -1
- package/dist/components/CampaignDetailsPage/CampaignDetailsPage.esm.js +1 -1
- package/dist/components/CampaignDetailsPage/CampaignMilestones.esm.js +1 -1
- package/dist/components/CampaignDetailsPage/CampaignProgress.esm.js +1 -1
- package/dist/components/CampaignForm/CampaignForm.esm.js +1 -1
- package/dist/components/CampaignForm/Steps/CampaignDetailsStep/CampaignDescriptionField.esm.js +1 -1
- package/dist/components/CampaignForm/Steps/CampaignDetailsStep/CampaignNameField.esm.js +1 -1
- package/dist/components/CampaignForm/Steps/CampaignDetailsStep/CampaignOwnerField.esm.js +1 -1
- package/dist/components/CampaignForm/Steps/CampaignDetailsStep/CampaignScheduleField.esm.js +1 -1
- package/dist/components/CampaignForm/Steps/CampaignMilestonesStep.esm.js +1 -1
- package/dist/components/CampaignForm/utils/campaignFormUtils.esm.js +1 -1
- package/dist/components/CampaignForm/utils/validation.esm.js +1 -1
- package/dist/components/CampaignsPage/CampaignEmptyState.esm.js +1 -1
- package/dist/components/CampaignsPage/CampaignListPage/CampaignListPage.esm.js +1 -1
- package/dist/components/CampaignsPage/CampaignsPage.esm.js +1 -1
- package/dist/components/CampaignsPage/EditCampaignView.esm.js +1 -1
- package/dist/components/CertificationAccordion/CertificationAccordion.esm.js +1 -1
- package/dist/components/CertificationSidebar/CertificationSummary.esm.js +1 -1
- package/dist/components/CertificationSidebar/Check.esm.js +1 -1
- package/dist/components/CertificationsPage/CertificationsPage.esm.js +1 -1
- package/dist/components/CheckCard/CheckCard.esm.js +1 -1
- package/dist/components/CheckCreatePage/CheckCreatePage.esm.js +2 -0
- package/dist/components/CheckDetails/ResultStateBox.esm.js +1 -1
- package/dist/components/CheckDryRun/CheckDryRun.esm.js +2 -0
- package/dist/components/CheckDryRun/CheckDryRunContext.esm.js +2 -0
- package/dist/components/CheckDryRun/CheckDryRunDetails.esm.js +2 -0
- package/dist/components/CheckDryRun/CheckDryRunDialog.esm.js +2 -0
- package/dist/components/CheckDryRun/CheckDryRunDialogButton.esm.js +2 -0
- package/dist/components/CheckDryRun/checkDryRunUtils.esm.js +2 -0
- package/dist/components/CheckForm/CheckForm.esm.js +1 -1
- package/dist/components/CheckForm/FormFields/CheckDescriptionInput/CheckDescriptionInput.esm.js +1 -1
- package/dist/components/CheckForm/FormFields/CheckNameInput/CheckNameInput.esm.js +1 -1
- package/dist/components/CheckForm/FormFields/CheckPathResolverInput.esm.js +2 -0
- package/dist/components/CheckForm/FormFields/RuleInput/AddMenuButton.esm.js +1 -1
- package/dist/components/CheckForm/FormFields/RuleInput/Conditions/ConditionList.esm.js +1 -1
- package/dist/components/CheckForm/FormFields/RuleInput/Conditions/FactValueDisplay.esm.js +2 -0
- package/dist/components/CheckForm/FormFields/RuleInput/Conditions/RuleConditionInput.esm.js +1 -1
- package/dist/components/CheckForm/FormFields/RuleInput/Conditions/ValueListContext.esm.js +2 -0
- package/dist/components/CheckForm/FormFields/RuleInput/Conditions/ValueListInput.esm.js +2 -0
- package/dist/components/CheckForm/FormFields/RuleInput/Conditions/styles.esm.js +1 -1
- package/dist/components/CheckForm/FormFields/RuleInput/Conditions/useRuleOptions.esm.js +1 -1
- package/dist/components/CheckForm/FormFields/RuleInput/Expressions/ExpressionTypeToggle.esm.js +1 -1
- package/dist/components/CheckForm/FormFields/RuleInput/RuleInputBox.esm.js +1 -1
- package/dist/components/CheckForm/FormFields/RuleInput/useRuleInputHandlers.esm.js +1 -1
- package/dist/components/CheckForm/FormFields/TeamDetailsInput/TeamDetailsInput.esm.js +1 -1
- package/dist/components/CheckForm/Steps/CheckDetailsStep.esm.js +1 -1
- package/dist/components/CheckForm/Steps/CheckReviewStep.esm.js +2 -0
- package/dist/components/CheckForm/Steps/CheckRulesStep.esm.js +1 -1
- package/dist/components/CheckForm/types/ExpressionType.esm.js +1 -1
- package/dist/components/CheckForm/useCheckForm.esm.js +1 -1
- package/dist/components/CheckForm/utils/checkFormUtils.esm.js +1 -1
- package/dist/components/CheckForm/utils/validation.esm.js +1 -1
- package/dist/components/CheckIcon/CheckIcon.esm.js +1 -1
- package/dist/components/CheckPage/CheckDetailsView.esm.js +1 -1
- package/dist/components/CheckPage/CheckEditView.esm.js +1 -1
- package/dist/components/CheckPage/CheckEntitiesTable/CheckEntitiesTable.esm.js +1 -1
- package/dist/components/CheckPage/CheckInsightsPage.esm.js +1 -1
- package/dist/components/CheckPage/CheckStatusBar.esm.js +1 -1
- package/dist/components/CheckPage/CheckStatusHistoryChart.esm.js +1 -1
- package/dist/components/CheckPage/FilterBar/FilterBar.esm.js +1 -1
- package/dist/components/CheckTemplatesPage/CheckTemplatesPage.esm.js +2 -0
- package/dist/components/CheckTemplatesPage/TemplateCategory.esm.js +2 -0
- package/dist/components/ChecksPage/CheckListPage/CheckListPage.esm.js +1 -1
- package/dist/components/ChecksPage/ChecksPage.esm.js +1 -1
- package/dist/components/ChecksTab/ChecksTab.esm.js +1 -1
- package/dist/components/CollectorPage/CollectorPage.esm.js +1 -1
- package/dist/components/CollectorPage/Configurators/Common/CollectorOption.esm.js +2 -0
- package/dist/components/CollectorPage/Configurators/Common/FactCollectionConfig.esm.js +2 -0
- package/dist/components/CollectorPage/Configurators/Common/utils.esm.js +2 -0
- package/dist/components/CollectorPage/Configurators/Configurator.esm.js +1 -1
- package/dist/components/CollectorPage/Configurators/DataDog/DataDogConfigurator.esm.js +2 -0
- package/dist/components/CollectorPage/Configurators/DataDog/utils.esm.js +2 -0
- package/dist/components/CollectorPage/Configurators/Github/GithubConfigurator.esm.js +1 -1
- package/dist/components/CollectorPage/Configurators/Github/utils.esm.js +1 -1
- package/dist/components/CollectorPage/Configurators/Jira/IssuesSearchFactDetailsComponent.esm.js +2 -0
- package/dist/components/CollectorPage/Configurators/Jira/JiraConfigurator.esm.js +2 -0
- package/dist/components/CollectorPage/Configurators/Jira/utils.esm.js +2 -0
- package/dist/components/CollectorPage/Configurators/Jira/validation.esm.js +2 -0
- package/dist/components/CollectorPage/Configurators/Kubernetes/KubernetesConfigurator.esm.js +2 -0
- package/dist/components/CollectorPage/Configurators/Kubernetes/utils.esm.js +2 -0
- package/dist/components/CollectorPage/Configurators/PagerDuty/IncidentsFactDetailsComponent.esm.js +2 -0
- package/dist/components/CollectorPage/Configurators/PagerDuty/PagerDutyConfigurator.esm.js +2 -0
- package/dist/components/CollectorPage/Configurators/PagerDuty/StatusesComponent.esm.js +2 -0
- package/dist/components/CollectorPage/Configurators/PagerDuty/utils.esm.js +2 -0
- package/dist/components/CollectorPage/Configurators/PagerDuty/validation.esm.js +2 -0
- package/dist/components/CollectorPage/Configurators/SCM/ExistsFactDetailsComponent.esm.js +2 -0
- package/dist/components/CollectorPage/Configurators/SCM/FactCollectionConfig.esm.js +2 -0
- package/dist/components/CollectorPage/Configurators/SCM/FactDetailsComponent.esm.js +2 -0
- package/dist/components/CollectorPage/Configurators/SCM/JsonFactDetailsComponent.esm.js +2 -0
- package/dist/components/CollectorPage/Configurators/SCM/RegexFactDetailsComponent.esm.js +2 -0
- package/dist/components/CollectorPage/Configurators/SCM/ScmConfigurator.esm.js +2 -0
- package/dist/components/CollectorPage/Configurators/SCM/utils.esm.js +2 -0
- package/dist/components/CollectorPage/Configurators/SCM/validation.esm.js +2 -0
- package/dist/components/CollectorPage/Configurators/SonarQube/MeasuresFactDetailsInput.esm.js +2 -0
- package/dist/components/CollectorPage/Configurators/SonarQube/MetricsInput.esm.js +2 -0
- package/dist/components/CollectorPage/Configurators/SonarQube/SonarQubeConfigurator.esm.js +2 -0
- package/dist/components/CollectorPage/Configurators/SonarQube/utils.esm.js +2 -0
- package/dist/components/CollectorPage/Configurators/SonarQube/validation.esm.js +2 -0
- package/dist/components/CollectorsPage/CollectorListPage/CollectorListPage.esm.js +1 -1
- package/dist/components/CollectorsPage/CollectorListPage/CollectorLogo.esm.js +1 -1
- package/dist/components/CollectorsPage/CollectorListPage/CollectorSummaryCard.esm.js +1 -1
- package/dist/components/CollectorsPage/CollectorsPage.esm.js +1 -1
- package/dist/components/EntitySoundcheckCard/Card.esm.js +1 -1
- package/dist/components/ExpandableSection/ExpandableSection.esm.js +2 -0
- package/dist/components/FactExplorer/FactExplorer.esm.js +2 -0
- package/dist/components/FactExplorer/FactExplorerContext.esm.js +2 -0
- package/dist/components/FactExplorer/FactExplorerDialog.esm.js +2 -0
- package/dist/components/FactExplorer/useFactOptions.esm.js +2 -0
- package/dist/components/Filter/EntityAutocompletePicker.esm.js +1 -1
- package/dist/components/Filter/FilterPreviewTable/EntityTableToolbar.esm.js +1 -1
- package/dist/components/Filter/FilterPreviewTable/FilterPreviewTable.esm.js +1 -1
- package/dist/components/Filter/utils.esm.js +1 -1
- package/dist/components/FooterButtons/FooterButtons.esm.js +1 -1
- package/dist/components/FormControlledAutocomplete/ControlledAutocomplete.esm.js +2 -0
- package/dist/components/FormControlledAutocomplete/FormControlledAutocomplete.esm.js +2 -0
- package/dist/components/FormControlledAutocomplete/useLabelOptions.esm.js +2 -0
- package/dist/components/FormFieldLabel/FormFieldLabel.esm.js +2 -0
- package/dist/components/FormStepper/FormStepper.esm.js +1 -1
- package/dist/components/FormattedPreview/FormattedPreview.esm.js +4 -0
- package/dist/components/Frequency/FrequencyComponent.esm.js +1 -1
- package/dist/components/GroupSelector/GroupSelector.esm.js +1 -1
- package/dist/components/LevelCard/LevelCard.esm.js +1 -1
- package/dist/components/ListboxVirtualized/ListboxVirtualized.esm.js +2 -0
- package/dist/components/MultiSelectFilter/MultiSelectFilter.esm.js +1 -1
- package/dist/components/OverviewPage/CampaignBanner/CampaignArea.esm.js +2 -0
- package/dist/components/OverviewPage/CampaignBanner/CampaignBanner.esm.js +1 -1
- package/dist/components/OverviewPage/OverviewPage.esm.js +1 -1
- package/dist/components/OverviewPage/OverviewPageContent.esm.js +1 -1
- package/dist/components/OverviewPage/OverviewPageHeader.esm.js +2 -0
- package/dist/components/OverviewPage/index.esm.js +1 -1
- package/dist/components/OverviewTable/Cell/CheckCellTooltip.esm.js +1 -1
- package/dist/components/OverviewTable/Cell/CheckLabelCell.esm.js +2 -0
- package/dist/components/OverviewTable/Cell/EntityRefCell.esm.js +1 -1
- package/dist/components/OverviewTable/Cell/HighestLevelBadge.esm.js +1 -1
- package/dist/components/OverviewTable/Cell/TrackLevelHeaderCell.esm.js +1 -1
- package/dist/components/OverviewTable/Cell/cellRenderer.esm.js +1 -1
- package/dist/components/OverviewTable/OverviewTable.esm.js +1 -1
- package/dist/components/OverviewTable/ResultsTable.esm.js +1 -1
- package/dist/components/OverviewTable/ResultsTableHeader.esm.js +1 -1
- package/dist/components/OverviewTable/ResultsTableRow.esm.js +1 -1
- package/dist/components/PassRateTable/PassRateTable.esm.js +3 -1
- package/dist/components/QuickstartPage/HowDoIListItem.esm.js +2 -0
- package/dist/components/QuickstartPage/QuickStartChecksCard.esm.js +2 -0
- package/dist/components/QuickstartPage/QuickstartCardBase.esm.js +2 -0
- package/dist/components/QuickstartPage/QuickstartCollectorConfigurationsCard.esm.js +2 -0
- package/dist/components/QuickstartPage/QuickstartPage.esm.js +2 -0
- package/dist/components/QuickstartPage/QuickstartTracksCard.esm.js +2 -0
- package/dist/components/QuickstartPage/WelcomeHelpSection.esm.js +7 -0
- package/dist/components/QuickstartPage/WelcomeModal.esm.js +2 -0
- package/dist/components/QuickstartPage/styles.esm.js +2 -0
- package/dist/components/RoutingPage/RoutingPage.esm.js +1 -1
- package/dist/components/SearchBar/SearchBar.esm.js +1 -1
- package/dist/components/SearchFilters/SearchFilters.esm.js +1 -1
- package/dist/components/SoundcheckDialog/SoundcheckDialog.esm.js +2 -0
- package/dist/components/SoundcheckHeader/Breadcrumbs.esm.js +2 -0
- package/dist/components/SoundcheckHeader/SoundcheckHeader.esm.js +2 -0
- package/dist/components/SoundcheckHeader/SoundcheckHeaderContext.esm.js +2 -0
- package/dist/components/SoundcheckHeader/headerUtil.esm.js +2 -0
- package/dist/components/SoundcheckHeader/useHeader.esm.js +2 -0
- package/dist/components/SummaryCard/SummaryCard.esm.js +1 -1
- package/dist/components/TechHealth/Filters/FacetFilter.esm.js +1 -1
- package/dist/components/TechHealth/TechHealth.esm.js +1 -1
- package/dist/components/TechHealthTabs/ActionColumn.esm.js +1 -1
- package/dist/components/TechHealthTabs/CheckResultsTab/CheckResultsTab.esm.js +1 -1
- package/dist/components/TrackCreatePage/TrackCreatePage.esm.js +2 -0
- package/dist/components/{EditTrackPage/EditTrackPage.esm.js → TrackEditPage/TrackEditPage.esm.js} +2 -2
- package/dist/components/TrackEditPage/TrackEditView.esm.js +2 -0
- package/dist/components/TrackForm/Steps/LevelsStep/ChecksSection/ChecksSection.esm.js +1 -1
- package/dist/components/TrackForm/Steps/TrackDetailsStep/TrackDescriptionInput/TrackDescriptionInput.esm.js +1 -1
- package/dist/components/TrackForm/Steps/TrackDetailsStep/TrackDocumentationUrlInput/TrackDocumentationUrlInput.esm.js +1 -1
- package/dist/components/TrackForm/Steps/TrackDetailsStep/TrackNameInput/TrackNameInput.esm.js +1 -1
- package/dist/components/TrackForm/Steps/TrackDetailsStep/TrackOwnerSelect/TrackOwnerSelect.esm.js +1 -1
- package/dist/components/TrackForm/TrackForm.esm.js +1 -1
- package/dist/components/TrackForm/utils/trackFormUtils.esm.js +1 -1
- package/dist/components/TrackForm/utils/validation.esm.js +1 -1
- package/dist/components/TrackPage/FilterBar/FilterBar.esm.js +1 -1
- package/dist/components/TrackPage/TrackEntitiesTable/TrackEntitiesTable.esm.js +1 -1
- package/dist/components/TrackPage/TrackEntitiesTable/utils.esm.js +1 -1
- package/dist/components/TrackPage/TrackPage.esm.js +1 -1
- package/dist/components/TrackPage/TrackProgressCard.esm.js +1 -1
- package/dist/components/TracksPage/TrackListPage/TrackListPage.esm.js +1 -1
- package/dist/components/TracksPage/TracksPage.esm.js +1 -1
- package/dist/components/TracksTab/TracksTab.esm.js +1 -1
- package/dist/contexts/GenericFormContext.esm.js +1 -1
- package/dist/graphql/generated/index.esm.js +104 -36
- package/dist/hooks/catalog/useGetEntityRefs.esm.js +2 -0
- package/dist/hooks/certifications/useProgramOverviewForOwner.esm.js +1 -1
- package/dist/hooks/checks/useCheckTemplates.esm.js +2 -0
- package/dist/hooks/checks/useExecuteCheck.esm.js +1 -1
- package/dist/hooks/checks/useGetChecks.esm.js +1 -1
- package/dist/hooks/collectors/useGetFactSchema.esm.js +1 -1
- package/dist/hooks/collectors/useUpdateCollectorConfig.esm.js +1 -1
- package/dist/hooks/graphqlKeys.esm.js +1 -1
- package/dist/hooks/useGetFact.esm.js +2 -0
- package/dist/hooks/useGetPathResolvers.esm.js +2 -0
- package/dist/images/gitlab-rgb.svg +1 -0
- package/dist/images/gitlab-white.svg +1 -0
- package/dist/images/jira-rgb.svg +25 -0
- package/dist/images/jira-white.svg +25 -0
- package/dist/images/sonarqube-rgb.svg +14 -0
- package/dist/images/sonarqube-white.svg +14 -0
- package/dist/index.d.ts +5 -5
- package/dist/plugin.esm.js +1 -1
- package/dist/routes.esm.js +1 -1
- package/dist/utils/export.esm.js +3 -3
- package/dist/utils/filters.esm.js +1 -1
- package/dist/utils/formStyles.esm.js +1 -1
- package/dist/utils/validation.esm.js +1 -1
- package/package.json +20 -18
- package/dist/components/CampaignForm/CampaignFormDescription.esm.js +0 -2
- package/dist/components/CampaignsPage/AddCampaignView.esm.js +0 -2
- package/dist/components/CheckForm/CheckFormDescription.esm.js +0 -2
- package/dist/components/CheckForm/FormFields/RuleInput/Conditions/ControlledAutocomplete.esm.js +0 -2
- package/dist/components/ChecksPage/AddCheckView.esm.js +0 -2
- package/dist/components/CollectorPage/Configurators/Github/FactCollectionConfig.esm.js +0 -2
- package/dist/components/EditTrackPage/EditTrackView.esm.js +0 -2
- package/dist/components/FormControlledSelect/FormControlledSelect.esm.js +0 -2
- package/dist/components/FullScreenDialog/FullScreenDialog.esm.js +0 -2
- package/dist/components/OverviewPage/OverviewTabs.esm.js +0 -2
- package/dist/components/OverviewPage/OverviewTabsSkeleton.esm.js +0 -2
- package/dist/components/RoutingPage/Breadcrumbs.esm.js +0 -2
- package/dist/components/RoutingPage/utils.esm.js +0 -2
- package/dist/components/TracksPage/AddTrackView.esm.js +0 -2
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{useApi as
|
|
1
|
+
import{useRouteRef as Y,useApi as Z,featureFlagsApiRef as q}from"@backstage/core-plugin-api";import{usePermission as z}from"@backstage/plugin-permission-react";import{makeStyles as J,Button as b,Grid as i}from"@material-ui/core";import{soundcheckTrackCreatePermission as K}from"@spotify/backstage-plugin-soundcheck-common";import e,{useState as o,useEffect as w}from"react";import{useNavigate as U}from"react-router-dom";import V from"react-use/lib/useDebounce";import"@backstage/catalog-model";import"@tanstack/react-query";import"../../../api.esm.js";import"../../../hooks/graphqlKeys.esm.js";import"@backstage/plugin-catalog-react";import"../../../hooks/useSoundcheckAlert.esm.js";import{useGetAllTracks as X}from"../../../hooks/tracks/useGetAllTracks.esm.js";import"../../../hooks/useConfirmationModal.esm.js";import{useGetTrackOwners as _}from"../../../hooks/tracks/useGetTrackOwners.esm.js";import ee from"../../../images/no-results.svg";import{trackCreateRouteRef as re}from"../../../routes.esm.js";import{FilterDefault as x}from"../../../utils/filters.esm.js";import{EmptyState as N}from"../../EmptyState/EmptyState.esm.js";import{Pagination as te}from"../../Pagination/Pagination.esm.js";import{SearchFilters as ae}from"../../SearchFilters/SearchFilters.esm.js";import{TrackEmptyState as d,TrackNoResults as A}from"./TrackEmptyState.esm.js";import{TracksOverviewSkeleton as ie}from"./TracksOverviewSkeleton.esm.js";import{TrackSummaryCard as oe}from"./TrackSummaryCard.esm.js";const se=J(t=>({headerButtons:{display:"flex",gap:t.spacing(1),flexWrap:"nowrap",justifyContent:"end",alignItems:"end"},header:{padding:t.spacing(0,0,1)},container:{padding:t.spacing(3),gap:t.spacing(3)},createButton:{lineHeight:"1.25rem",paddingTop:t.spacing(1.5),paddingBottom:t.spacing(1.5)}})),ne=({tracksPerPage:t,currentCursor:S})=>{const s=se(),[g,u]=o(S),[l,R]=o(""),[f,B]=o(x.Alpha),[h,I]=o(x.Owner),[k,F]=o(""),{data:O,isLoading:L}=_();V(()=>{F(l)},500,[l]);const{loading:P,allowed:D}=z({permission:K}),G=U(),j=Y(re),C=()=>G(j()),{data:a,isLoading:c}=X({ids:void 0,types:["standard","playlist"],first:t,after:g,orderAlphabetical:f,searchByOwner:h,searchByName:k}),[m,H]=o(a),p=m?.edges?.map(r=>r.node),[E,v]=o([]);w(()=>{u(void 0),v([])},[k]);const T=Z(q),W=!T.getRegisteredFlags().find(r=>r.name==="soundcheck-enable-track-creation")||T.isActive("soundcheck-enable-track-creation"),y=!D||!W,$=r=>{B(r.target.value)},M=r=>{I(r.target.value)};if(w(()=>{a&&H(()=>({totalCount:a.totalCount,edges:a.edges,pageInfo:{startCursor:a.pageInfo.startCursor,endCursor:a.pageInfo.endCursor,hasNextPage:a?.pageInfo.hasNextPage??!1,hasPreviousPage:a?.pageInfo.hasPreviousPage??!1}}))},[a]),!c&&!p)return e.createElement(N,{title:d.title,description:d.description,imgSrc:ee,action:!P&&e.createElement(b,{disabled:y,variant:"contained",color:"primary",onClick:C},d.callToAction)});let n;c?n=e.createElement(ie,null):p?.length?n=p?.map(r=>e.createElement(i,{key:r.id,xs:12,sm:12,md:6,lg:4,xl:3,item:!0,role:"listitem","aria-label":`track card ${r.id}`},e.createElement(oe,{summary:r}))):n=e.createElement(i,{xs:12,item:!0,role:"listitem","aria-label":"result"},e.createElement(N,{title:A.title,description:A.description}));const Q=m?.pageInfo.hasNextPage||E?.length>0;return e.createElement(i,{container:!0,direction:"row",className:s.container},e.createElement(i,{container:!0,className:s.header},e.createElement(ae,{searchPlaceholder:"Search Available Tracks",isLoading:c||L,searchTerm:l,setSearchTerm:R,filterAlpha:f,handleAlphabeticalFilterChange:$,filterOwner:h,handleOwnerFilterChange:M,owners:O}),e.createElement(i,{item:!0,xs:2,className:s.headerButtons},!P&&e.createElement(b,{disabled:y,variant:"contained",color:"primary",onClick:C,className:s.createButton},"Create Track"))),e.createElement(i,{container:!0,spacing:4,role:"list","aria-label":"tracks"},n),Q&&e.createElement(i,{item:!0,xs:12},e.createElement(te,{response:m,listingsPerPage:t,cursor:g,setCursor:u,prevCursors:E,setPrevCursors:v,labelPerPageDropdown:"Tracks Per Page:",urlRoute:"tracks?tracksPerPage="})))};export{ne as TrackListPage};
|
|
2
2
|
//# sourceMappingURL=TrackListPage.esm.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{DismissableBanner as
|
|
1
|
+
import{DismissableBanner as m}from"@backstage/core-components";import r from"react";import{useSearchParams as a}from"react-router-dom";import{RESULTS_PER_PAGE as i}from"../../utils/filters.esm.js";import{TrackListPage as p}from"./TrackListPage/TrackListPage.esm.js";import"@backstage/core-plugin-api";import"@backstage/plugin-permission-react";import"@spotify/backstage-plugin-soundcheck-common";import"@backstage/catalog-model";import"@tanstack/react-query";import"../../api.esm.js";import"../../hooks/graphqlKeys.esm.js";import"@backstage/plugin-catalog-react";import"../../hooks/useSoundcheckAlert.esm.js";import"../../hooks/useConfirmationModal.esm.js";import"../../routes.esm.js";import"js-yaml";import"../SummaryCard/SummaryCard.esm.js";import"./TrackListPage/TrackMetadata.esm.js";const s=()=>{const[e]=a(),t=e.get("tracksPerPage"),o=t?parseInt(t,10):i;return r.createElement("div",null,r.createElement(m,{variant:"info",message:"Programs will now be referred to as Tracks throughout the Soundcheck UI.",id:"programTrackBanner"}),r.createElement(p,{tracksPerPage:o}))};export{s as TracksPage};
|
|
2
2
|
//# sourceMappingURL=TracksPage.esm.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import r from"react";import{TrackFormProvider as
|
|
1
|
+
import r from"react";import{TrackFormProvider as e}from"../../contexts/TrackFormContext.esm.js";import"../../contexts/CheckFormContext.esm.js";import"../../contexts/CampaignFormContext.esm.js";import"../../contexts/UserProvider.esm.js";import"../SoundcheckHeader/SoundcheckHeader.esm.js";import"../SoundcheckHeader/SoundcheckHeaderContext.esm.js";import{useSetHeaderDefault as o}from"../SoundcheckHeader/useHeader.esm.js";import{TracksPage as t}from"../TracksPage/TracksPage.esm.js";const m=()=>(o(),r.createElement(e,null,r.createElement(t,null)));export{m as TracksTab};
|
|
2
2
|
//# sourceMappingURL=TracksTab.esm.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import
|
|
1
|
+
import m,{createContext as u,useState as t,useContext as I}from"react";const x=()=>u({selectedItem:null,setSelectedItem:()=>{},isLoading:!1,setIsLoading:()=>{},isReadOnly:!1,showReadOnly:()=>{}}),g=e=>({children:o})=>{const[s,n]=t(null),[r,d]=t(!1),[l,a]=t(!1),i=c=>{d(!0),n(c)};return m.createElement(e.Provider,{value:{selectedItem:s,setSelectedItem:n,isLoading:l,setIsLoading:a,isReadOnly:r,showReadOnly:i}},o)},y=e=>I(e);export{x as createFormContext,g as createFormProvider,y as useGenericFormContext};
|
|
2
2
|
//# sourceMappingURL=GenericFormContext.esm.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import i from"graphql-tag";var u=(a=>(a.Medal="MEDAL",a))(u||{}),c=(a=>(a.
|
|
1
|
+
import i from"graphql-tag";var u=(a=>(a.Medal="MEDAL",a))(u||{}),c=(a=>(a.Lifecycle="LIFECYCLE",a.Name="NAME",a.Owner="OWNER",a.State="STATE",a.System="SYSTEM",a.Type="TYPE",a))(c||{}),l=(a=>(a.Asc="ASC",a.Desc="DESC",a))(l||{}),g=(a=>(a.Error="ERROR",a.Failed="FAILED",a.NotApplicable="NOT_APPLICABLE",a.NotReported="NOT_REPORTED",a.Passed="PASSED",a.Warning="WARNING",a))(g||{}),p=(a=>(a.CertificationLevel="CERTIFICATION_LEVEL",a.CheckPassRate="CHECK_PASS_RATE",a.Lifecycle="LIFECYCLE",a.Name="NAME",a.Owner="OWNER",a.System="SYSTEM",a.Type="TYPE",a))(p||{});const d=i`
|
|
2
2
|
fragment CertificationSummary on Certification {
|
|
3
3
|
entityRef
|
|
4
4
|
program {
|
|
@@ -48,7 +48,7 @@ import i from"graphql-tag";var u=(a=>(a.Medal="MEDAL",a))(u||{}),c=(a=>(a.CheckP
|
|
|
48
48
|
filter
|
|
49
49
|
}
|
|
50
50
|
}
|
|
51
|
-
`,
|
|
51
|
+
`,f=i`
|
|
52
52
|
fragment milestone on Milestone {
|
|
53
53
|
id
|
|
54
54
|
name
|
|
@@ -56,7 +56,7 @@ import i from"graphql-tag";var u=(a=>(a.Medal="MEDAL",a))(u||{}),c=(a=>(a.CheckP
|
|
|
56
56
|
targetPercent
|
|
57
57
|
targetCompletionDate
|
|
58
58
|
}
|
|
59
|
-
`,
|
|
59
|
+
`,C=i`
|
|
60
60
|
fragment CheckResultSummary on CheckResult {
|
|
61
61
|
id
|
|
62
62
|
name
|
|
@@ -82,7 +82,7 @@ import i from"graphql-tag";var u=(a=>(a.Medal="MEDAL",a))(u||{}),c=(a=>(a.CheckP
|
|
|
82
82
|
...CheckResultSummary
|
|
83
83
|
}
|
|
84
84
|
}
|
|
85
|
-
${
|
|
85
|
+
${C}`,h=i`
|
|
86
86
|
fragment CheckResultDetails on CheckResult {
|
|
87
87
|
id
|
|
88
88
|
name
|
|
@@ -91,7 +91,7 @@ import i from"graphql-tag";var u=(a=>(a.Medal="MEDAL",a))(u||{}),c=(a=>(a.CheckP
|
|
|
91
91
|
timestamp
|
|
92
92
|
notes
|
|
93
93
|
}
|
|
94
|
-
`,
|
|
94
|
+
`,y=i`
|
|
95
95
|
fragment OverviewLevelResult on OverviewLevelResult {
|
|
96
96
|
ordinal
|
|
97
97
|
name
|
|
@@ -165,7 +165,7 @@ import i from"graphql-tag";var u=(a=>(a.Medal="MEDAL",a))(u||{}),c=(a=>(a.CheckP
|
|
|
165
165
|
description
|
|
166
166
|
}
|
|
167
167
|
}
|
|
168
|
-
|
|
168
|
+
`,$=i`
|
|
169
169
|
mutation createProgram($input: ProgramInput!) {
|
|
170
170
|
program: createProgram(input: $input) {
|
|
171
171
|
id
|
|
@@ -175,7 +175,7 @@ import i from"graphql-tag";var u=(a=>(a.Medal="MEDAL",a))(u||{}),c=(a=>(a.CheckP
|
|
|
175
175
|
documentationURL
|
|
176
176
|
}
|
|
177
177
|
}
|
|
178
|
-
|
|
178
|
+
`,q=i`
|
|
179
179
|
mutation deleteCampaign($campaignId: String!) {
|
|
180
180
|
campaignDeleted: deleteCampaign(campaignId: $campaignId)
|
|
181
181
|
}
|
|
@@ -187,15 +187,31 @@ import i from"graphql-tag";var u=(a=>(a.Medal="MEDAL",a))(u||{}),c=(a=>(a.CheckP
|
|
|
187
187
|
mutation deleteProgram($programId: String!) {
|
|
188
188
|
programDeleted: deleteProgram(programId: $programId)
|
|
189
189
|
}
|
|
190
|
-
`,
|
|
190
|
+
`,S=i`
|
|
191
191
|
mutation executeCheck($input: ExecuteCheckInput!) {
|
|
192
192
|
result: executeCheck(input: $input) {
|
|
193
193
|
id
|
|
194
194
|
entityRef
|
|
195
195
|
result
|
|
196
|
+
details {
|
|
197
|
+
notes {
|
|
198
|
+
data
|
|
199
|
+
}
|
|
200
|
+
}
|
|
201
|
+
facts {
|
|
202
|
+
factRef
|
|
203
|
+
data
|
|
204
|
+
timestamp
|
|
205
|
+
entityRef
|
|
206
|
+
}
|
|
207
|
+
ruleResults {
|
|
208
|
+
name
|
|
209
|
+
factResult
|
|
210
|
+
result
|
|
211
|
+
}
|
|
196
212
|
}
|
|
197
213
|
}
|
|
198
|
-
`,
|
|
214
|
+
`,I=i`
|
|
199
215
|
mutation updateCampaign($input: CampaignInput!) {
|
|
200
216
|
campaign: updateCampaign(input: $input) {
|
|
201
217
|
id
|
|
@@ -241,7 +257,7 @@ import i from"graphql-tag";var u=(a=>(a.Medal="MEDAL",a))(u||{}),c=(a=>(a.CheckP
|
|
|
241
257
|
...CertificationSummary
|
|
242
258
|
}
|
|
243
259
|
}
|
|
244
|
-
${
|
|
260
|
+
${d}`,L=i`
|
|
245
261
|
query getCampaignOwners {
|
|
246
262
|
campaignOwners
|
|
247
263
|
}
|
|
@@ -311,7 +327,7 @@ import i from"graphql-tag";var u=(a=>(a.Medal="MEDAL",a))(u||{}),c=(a=>(a.CheckP
|
|
|
311
327
|
}
|
|
312
328
|
}
|
|
313
329
|
}
|
|
314
|
-
${
|
|
330
|
+
${f}
|
|
315
331
|
${m}`,A=i`
|
|
316
332
|
query getCertificationDetails($entityRef: String!) {
|
|
317
333
|
certifications(entityRef: $entityRef, includeFilteredChecks: false) {
|
|
@@ -367,7 +383,7 @@ ${o}`,b=i`
|
|
|
367
383
|
}
|
|
368
384
|
}
|
|
369
385
|
}
|
|
370
|
-
`,
|
|
386
|
+
`,M=i`
|
|
371
387
|
query getCertificationStatusHistory($input: CertificationStatusHistoryInput!) {
|
|
372
388
|
certificationStatusHistory(input: $input) {
|
|
373
389
|
numberOfEntities
|
|
@@ -383,13 +399,13 @@ ${o}`,b=i`
|
|
|
383
399
|
}
|
|
384
400
|
}
|
|
385
401
|
}
|
|
386
|
-
`,
|
|
402
|
+
`,x=i`
|
|
387
403
|
query getCheckResultDetails($entityRef: String!, $programId: String!, $checkId: String!) {
|
|
388
404
|
checkResult(entityRef: $entityRef, programId: $programId, checkId: $checkId) {
|
|
389
405
|
...CheckResultDetails
|
|
390
406
|
}
|
|
391
407
|
}
|
|
392
|
-
${
|
|
408
|
+
${h}`,B=i`
|
|
393
409
|
query getCheckEntities($input: CheckEntitiesInput!) {
|
|
394
410
|
checkEntities(input: $input) {
|
|
395
411
|
totalCount
|
|
@@ -423,11 +439,12 @@ ${o}`,b=i`
|
|
|
423
439
|
notReported
|
|
424
440
|
}
|
|
425
441
|
}
|
|
426
|
-
`,
|
|
442
|
+
`,Y=i`
|
|
427
443
|
query getCheckStatusHistory($input: CheckStatusHistoryInput!) {
|
|
428
444
|
checkStatusHistory(input: $input) {
|
|
429
445
|
numberOfEntities
|
|
430
446
|
history {
|
|
447
|
+
date
|
|
431
448
|
passed
|
|
432
449
|
failed
|
|
433
450
|
warning
|
|
@@ -437,7 +454,26 @@ ${o}`,b=i`
|
|
|
437
454
|
}
|
|
438
455
|
}
|
|
439
456
|
}
|
|
440
|
-
`,
|
|
457
|
+
`,_=i`
|
|
458
|
+
query getCheckTemplates {
|
|
459
|
+
checkerTemplates {
|
|
460
|
+
id
|
|
461
|
+
title
|
|
462
|
+
summary
|
|
463
|
+
category
|
|
464
|
+
supportChannel
|
|
465
|
+
name
|
|
466
|
+
description
|
|
467
|
+
rule
|
|
468
|
+
warning
|
|
469
|
+
passedMessage
|
|
470
|
+
failedMessage
|
|
471
|
+
filter
|
|
472
|
+
schedule
|
|
473
|
+
pathResolver
|
|
474
|
+
}
|
|
475
|
+
}
|
|
476
|
+
`,W=i`
|
|
441
477
|
query getCheckers($filter: ListEntityFilter!) {
|
|
442
478
|
checkers(filter: $filter) {
|
|
443
479
|
totalCount
|
|
@@ -456,6 +492,7 @@ ${o}`,b=i`
|
|
|
456
492
|
filter
|
|
457
493
|
isEditable
|
|
458
494
|
schedule
|
|
495
|
+
pathResolver
|
|
459
496
|
}
|
|
460
497
|
}
|
|
461
498
|
pageInfo {
|
|
@@ -466,11 +503,11 @@ ${o}`,b=i`
|
|
|
466
503
|
}
|
|
467
504
|
}
|
|
468
505
|
}
|
|
469
|
-
`,
|
|
506
|
+
`,K=i`
|
|
470
507
|
query getEntityRefsForTechHealthFilter($ownerEntityRef: String) {
|
|
471
508
|
entityRefsForTechHealthFilter(ownerEntityRef: $ownerEntityRef)
|
|
472
509
|
}
|
|
473
|
-
`,
|
|
510
|
+
`,j=i`
|
|
474
511
|
query getFacetsForOwner($ownerEntityRef: String!) {
|
|
475
512
|
facetsForOwner(ownerEntityRef: $ownerEntityRef) {
|
|
476
513
|
types {
|
|
@@ -480,7 +517,31 @@ ${o}`,b=i`
|
|
|
480
517
|
}
|
|
481
518
|
}
|
|
482
519
|
}
|
|
483
|
-
`,
|
|
520
|
+
`,z=i`
|
|
521
|
+
query getFact($entityRef: String!, $factRef: String!, $path: String, $pathResolver: String, $refresh: Boolean) {
|
|
522
|
+
fact(
|
|
523
|
+
entityRef: $entityRef
|
|
524
|
+
factRef: $factRef
|
|
525
|
+
path: $path
|
|
526
|
+
pathResolver: $pathResolver
|
|
527
|
+
refresh: $refresh
|
|
528
|
+
) {
|
|
529
|
+
fact {
|
|
530
|
+
factRef
|
|
531
|
+
data
|
|
532
|
+
entityRef
|
|
533
|
+
timestamp
|
|
534
|
+
}
|
|
535
|
+
collectionError {
|
|
536
|
+
factRef
|
|
537
|
+
errorMessage
|
|
538
|
+
entityRef
|
|
539
|
+
timestamp
|
|
540
|
+
}
|
|
541
|
+
resolvedValue
|
|
542
|
+
}
|
|
543
|
+
}
|
|
544
|
+
`,J=i`
|
|
484
545
|
query getCollectors($ids: [String!]) {
|
|
485
546
|
collectors(ids: $ids) {
|
|
486
547
|
id
|
|
@@ -498,13 +559,13 @@ ${o}`,b=i`
|
|
|
498
559
|
}
|
|
499
560
|
}
|
|
500
561
|
}
|
|
501
|
-
`,
|
|
562
|
+
`,Q=i`
|
|
502
563
|
query getFactSchemas($collectorId: String!, $factName: String!) {
|
|
503
564
|
factSchema(collectorId: $collectorId, factName: $factName) {
|
|
504
565
|
schema
|
|
505
566
|
}
|
|
506
567
|
}
|
|
507
|
-
`,
|
|
568
|
+
`,X=i`
|
|
508
569
|
query getIndividualCheckPassRates($filter: Filter) {
|
|
509
570
|
individualCheckPassRates(filter: $filter) {
|
|
510
571
|
id
|
|
@@ -515,7 +576,7 @@ ${o}`,b=i`
|
|
|
515
576
|
trendPassRates
|
|
516
577
|
}
|
|
517
578
|
}
|
|
518
|
-
`,
|
|
579
|
+
`,Z=i`
|
|
519
580
|
query getIndividualEntityPassRates($input: PassRatesInput) {
|
|
520
581
|
individualEntityPassRates(input: $input) {
|
|
521
582
|
totalCount
|
|
@@ -537,7 +598,7 @@ ${o}`,b=i`
|
|
|
537
598
|
}
|
|
538
599
|
}
|
|
539
600
|
}
|
|
540
|
-
`,
|
|
601
|
+
`,ee=i`
|
|
541
602
|
query getIndividualGroupPassRates($input: PassRatesInput) {
|
|
542
603
|
groupPassRates(input: $input) {
|
|
543
604
|
totalCount
|
|
@@ -559,7 +620,7 @@ ${o}`,b=i`
|
|
|
559
620
|
}
|
|
560
621
|
}
|
|
561
622
|
}
|
|
562
|
-
`,
|
|
623
|
+
`,te=i`
|
|
563
624
|
query getIndividualTrackPassRate($filter: Filter) {
|
|
564
625
|
individualTrackPassRate(filter: $filter) {
|
|
565
626
|
id
|
|
@@ -574,25 +635,25 @@ ${o}`,b=i`
|
|
|
574
635
|
}
|
|
575
636
|
}
|
|
576
637
|
}
|
|
577
|
-
`,
|
|
638
|
+
`,re=i`
|
|
578
639
|
query getOperators {
|
|
579
640
|
operators {
|
|
580
641
|
name
|
|
581
642
|
title
|
|
582
643
|
}
|
|
583
644
|
}
|
|
584
|
-
`,
|
|
645
|
+
`,ae=i`
|
|
585
646
|
query getOverallCheckPassRates($filter: Filter) {
|
|
586
647
|
overallCheckPassRates(filter: $filter)
|
|
587
648
|
}
|
|
588
|
-
`,
|
|
649
|
+
`,ie=i`
|
|
589
650
|
query getOverallEntityPassRates($filter: Filter) {
|
|
590
651
|
overallEntityPassRates(filter: $filter) {
|
|
591
652
|
id
|
|
592
653
|
trendPassRates
|
|
593
654
|
}
|
|
594
655
|
}
|
|
595
|
-
`,
|
|
656
|
+
`,ne=i`
|
|
596
657
|
query getOverallGroupPassRates($input: PassRatesInput) {
|
|
597
658
|
groupPassRates(input: $input) {
|
|
598
659
|
totalCount
|
|
@@ -612,7 +673,7 @@ ${o}`,b=i`
|
|
|
612
673
|
}
|
|
613
674
|
}
|
|
614
675
|
}
|
|
615
|
-
`,
|
|
676
|
+
`,se=i`
|
|
616
677
|
query getOverallTrackPassRate($filter: Filter) {
|
|
617
678
|
overallTrackPassRate(filter: $filter) {
|
|
618
679
|
levelOrdinal
|
|
@@ -620,7 +681,13 @@ ${o}`,b=i`
|
|
|
620
681
|
trendPassRates
|
|
621
682
|
}
|
|
622
683
|
}
|
|
623
|
-
`,
|
|
684
|
+
`,oe=i`
|
|
685
|
+
query getPathResolvers {
|
|
686
|
+
pathResolvers {
|
|
687
|
+
id
|
|
688
|
+
}
|
|
689
|
+
}
|
|
690
|
+
`,ue=i`
|
|
624
691
|
query getPlaylists($entityRef: String!) {
|
|
625
692
|
playlists(entityRef: $entityRef) {
|
|
626
693
|
id
|
|
@@ -630,14 +697,15 @@ ${o}`,b=i`
|
|
|
630
697
|
trackIds
|
|
631
698
|
}
|
|
632
699
|
}
|
|
633
|
-
`,
|
|
634
|
-
query getProgramOverviewForOwner($ownerEntityRef: String!, $facet: FacetInput, $first: Int, $after: String) {
|
|
700
|
+
`,ce=i`
|
|
701
|
+
query getProgramOverviewForOwner($ownerEntityRef: String!, $facet: FacetInput, $first: Int, $after: String, $entitySearch: String) {
|
|
635
702
|
programOverviewForOwner(
|
|
636
703
|
ownerEntityRef: $ownerEntityRef
|
|
637
704
|
facet: $facet
|
|
638
705
|
includeFilteredChecks: false
|
|
639
706
|
first: $first
|
|
640
707
|
after: $after
|
|
708
|
+
entitySearch: $entitySearch
|
|
641
709
|
) {
|
|
642
710
|
programs {
|
|
643
711
|
program {
|
|
@@ -660,7 +728,7 @@ ${o}`,b=i`
|
|
|
660
728
|
}
|
|
661
729
|
}
|
|
662
730
|
${s}
|
|
663
|
-
${
|
|
731
|
+
${y}`,le=i`
|
|
664
732
|
query getTrackEntities($input: TrackEntitiesInput!) {
|
|
665
733
|
trackEntities(input: $input) {
|
|
666
734
|
totalCount
|
|
@@ -701,11 +769,11 @@ ${h}`,oe=i`
|
|
|
701
769
|
}
|
|
702
770
|
}
|
|
703
771
|
}
|
|
704
|
-
`,
|
|
772
|
+
`,ge=i`
|
|
705
773
|
query getTrackOwners {
|
|
706
774
|
trackOwners
|
|
707
775
|
}
|
|
708
|
-
`,
|
|
776
|
+
`,pe=i`
|
|
709
777
|
query getTracks($filter: ListEntityFilter!) {
|
|
710
778
|
programs(filter: $filter) {
|
|
711
779
|
totalCount
|
|
@@ -733,5 +801,5 @@ ${h}`,oe=i`
|
|
|
733
801
|
}
|
|
734
802
|
}
|
|
735
803
|
}
|
|
736
|
-
${R}`,
|
|
804
|
+
${R}`,de=(a,n,e,t)=>a();function me(a,n=de){return{archiveCampaign(e,t){return n(r=>a.request(k,e,{...t,...r}),"archiveCampaign","mutation",e)},createCampaign(e,t){return n(r=>a.request(v,e,{...t,...r}),"createCampaign","mutation",e)},createCheck(e,t){return n(r=>a.request(P,e,{...t,...r}),"createCheck","mutation",e)},createProgram(e,t){return n(r=>a.request($,e,{...t,...r}),"createProgram","mutation",e)},deleteCampaign(e,t){return n(r=>a.request(q,e,{...t,...r}),"deleteCampaign","mutation",e)},deleteChecker(e,t){return n(r=>a.request(D,e,{...t,...r}),"deleteChecker","mutation",e)},deleteProgram(e,t){return n(r=>a.request(E,e,{...t,...r}),"deleteProgram","mutation",e)},executeCheck(e,t){return n(r=>a.request(S,e,{...t,...r}),"executeCheck","mutation",e)},updateCampaign(e,t){return n(r=>a.request(I,e,{...t,...r}),"updateCampaign","mutation",e)},updateCheck(e,t){return n(r=>a.request(O,e,{...t,...r}),"updateCheck","mutation",e)},updateCollectorConfig(e,t){return n(r=>a.request(F,e,{...t,...r}),"updateCollectorConfig","mutation",e)},updateProgram(e,t){return n(r=>a.request(w,e,{...t,...r}),"updateProgram","mutation",e)},getAllCertifications(e,t){return n(r=>a.request(T,e,{...t,...r}),"getAllCertifications","query",e)},getCampaignOwners(e,t){return n(r=>a.request(L,e,{...t,...r}),"getCampaignOwners","query",e)},getCampaignProgress(e,t){return n(r=>a.request(G,e,{...t,...r}),"getCampaignProgress","query",e)},getCampaigns(e,t){return n(r=>a.request(N,e,{...t,...r}),"getCampaigns","query",e)},getCertificationDetails(e,t){return n(r=>a.request(A,e,{...t,...r}),"getCertificationDetails","query",e)},getCertificationDetailsForTrack(e,t){return n(r=>a.request(H,e,{...t,...r}),"getCertificationDetailsForTrack","query",e)},getCertificationStatus(e,t){return n(r=>a.request(b,e,{...t,...r}),"getCertificationStatus","query",e)},getCertificationStatusHistory(e,t){return n(r=>a.request(M,e,{...t,...r}),"getCertificationStatusHistory","query",e)},getCheckResultDetails(e,t){return n(r=>a.request(x,e,{...t,...r}),"getCheckResultDetails","query",e)},getCheckEntities(e,t){return n(r=>a.request(B,e,{...t,...r}),"getCheckEntities","query",e)},getCheckOwners(e,t){return n(r=>a.request(U,e,{...t,...r}),"getCheckOwners","query",e)},getCheckStatus(e,t){return n(r=>a.request(V,e,{...t,...r}),"getCheckStatus","query",e)},getCheckStatusHistory(e,t){return n(r=>a.request(Y,e,{...t,...r}),"getCheckStatusHistory","query",e)},getCheckTemplates(e,t){return n(r=>a.request(_,e,{...t,...r}),"getCheckTemplates","query",e)},getCheckers(e,t){return n(r=>a.request(W,e,{...t,...r}),"getCheckers","query",e)},getEntityRefsForTechHealthFilter(e,t){return n(r=>a.request(K,e,{...t,...r}),"getEntityRefsForTechHealthFilter","query",e)},getFacetsForOwner(e,t){return n(r=>a.request(j,e,{...t,...r}),"getFacetsForOwner","query",e)},getFact(e,t){return n(r=>a.request(z,e,{...t,...r}),"getFact","query",e)},getCollectors(e,t){return n(r=>a.request(J,e,{...t,...r}),"getCollectors","query",e)},getFactSchemas(e,t){return n(r=>a.request(Q,e,{...t,...r}),"getFactSchemas","query",e)},getIndividualCheckPassRates(e,t){return n(r=>a.request(X,e,{...t,...r}),"getIndividualCheckPassRates","query",e)},getIndividualEntityPassRates(e,t){return n(r=>a.request(Z,e,{...t,...r}),"getIndividualEntityPassRates","query",e)},getIndividualGroupPassRates(e,t){return n(r=>a.request(ee,e,{...t,...r}),"getIndividualGroupPassRates","query",e)},getIndividualTrackPassRate(e,t){return n(r=>a.request(te,e,{...t,...r}),"getIndividualTrackPassRate","query",e)},getOperators(e,t){return n(r=>a.request(re,e,{...t,...r}),"getOperators","query",e)},getOverallCheckPassRates(e,t){return n(r=>a.request(ae,e,{...t,...r}),"getOverallCheckPassRates","query",e)},getOverallEntityPassRates(e,t){return n(r=>a.request(ie,e,{...t,...r}),"getOverallEntityPassRates","query",e)},getOverallGroupPassRates(e,t){return n(r=>a.request(ne,e,{...t,...r}),"getOverallGroupPassRates","query",e)},getOverallTrackPassRate(e,t){return n(r=>a.request(se,e,{...t,...r}),"getOverallTrackPassRate","query",e)},getPathResolvers(e,t){return n(r=>a.request(oe,e,{...t,...r}),"getPathResolvers","query",e)},getPlaylists(e,t){return n(r=>a.request(ue,e,{...t,...r}),"getPlaylists","query",e)},getProgramOverviewForOwner(e,t){return n(r=>a.request(ce,e,{...t,...r}),"getProgramOverviewForOwner","query",e)},getTrackEntities(e,t){return n(r=>a.request(le,e,{...t,...r}),"getTrackEntities","query",e)},getTrackOwners(e,t){return n(r=>a.request(ge,e,{...t,...r}),"getTrackOwners","query",e)},getTracks(e,t){return n(r=>a.request(pe,e,{...t,...r}),"getTracks","query",e)}}}export{k as ArchiveCampaignDocument,u as BadgeVariant,m as CampaignLevelFragmentDoc,d as CertificationSummaryFragmentDoc,c as CheckEntityField,h as CheckResultDetailsFragmentDoc,C as CheckResultSummaryFragmentDoc,v as CreateCampaignDocument,P as CreateCheckDocument,$ as CreateProgramDocument,q as DeleteCampaignDocument,D as DeleteCheckerDocument,E as DeleteProgramDocument,l as Direction,S as ExecuteCheckDocument,T as GetAllCertificationsDocument,L as GetCampaignOwnersDocument,G as GetCampaignProgressDocument,N as GetCampaignsDocument,A as GetCertificationDetailsDocument,H as GetCertificationDetailsForTrackDocument,b as GetCertificationStatusDocument,M as GetCertificationStatusHistoryDocument,B as GetCheckEntitiesDocument,U as GetCheckOwnersDocument,x as GetCheckResultDetailsDocument,V as GetCheckStatusDocument,Y as GetCheckStatusHistoryDocument,_ as GetCheckTemplatesDocument,W as GetCheckersDocument,J as GetCollectorsDocument,K as GetEntityRefsForTechHealthFilterDocument,j as GetFacetsForOwnerDocument,z as GetFactDocument,Q as GetFactSchemasDocument,X as GetIndividualCheckPassRatesDocument,Z as GetIndividualEntityPassRatesDocument,ee as GetIndividualGroupPassRatesDocument,te as GetIndividualTrackPassRateDocument,re as GetOperatorsDocument,ae as GetOverallCheckPassRatesDocument,ie as GetOverallEntityPassRatesDocument,ne as GetOverallGroupPassRatesDocument,se as GetOverallTrackPassRateDocument,oe as GetPathResolversDocument,ue as GetPlaylistsDocument,ce as GetProgramOverviewForOwnerDocument,le as GetTrackEntitiesDocument,ge as GetTrackOwnersDocument,pe as GetTracksDocument,s as HighestLevelFragmentDoc,o as LevelResultDetailsFragmentDoc,f as MilestoneFragmentDoc,y as OverviewLevelResultFragmentDoc,g as ResultState,p as TrackEntityField,R as TrackLevelFragmentDoc,I as UpdateCampaignDocument,O as UpdateCheckDocument,F as UpdateCollectorConfigDocument,w as UpdateProgramDocument,me as getSdk};
|
|
737
805
|
//# sourceMappingURL=index.esm.js.map
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{stringifyEntityRef as m}from"@backstage/catalog-model";import{useApi as t,alertApiRef as n}from"@backstage/core-plugin-api";import{catalogApiRef as f}from"@backstage/plugin-catalog-react";import{useQuery as p}from"@tanstack/react-query";import{QueryKeys as y}from"../graphqlKeys.esm.js";const l=(e,i,r=!0)=>{const o=t(n),a=t(f);return p([y.GetEntityRefs,e],async()=>(await a.getEntities({filter:e,limit:i,fields:["kind","metadata.name","metadata.namespace"]})).items.map(s=>m(s)),{enabled:r,onError:()=>{o.post({message:"Failed to load entities",severity:"error"})}})};export{l as useGetEntityRefs};
|
|
2
|
+
//# sourceMappingURL=useGetEntityRefs.esm.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{useApi as c}from"@backstage/core-plugin-api";import{useQuery as
|
|
1
|
+
import{useApi as c}from"@backstage/core-plugin-api";import{useQuery as m}from"@tanstack/react-query";import{soundcheckApiRef as u}from"../../api.esm.js";function f(e,r,o,n,i){const t=c(u);return m(["soundcheck/track-overview-for-owner",e,r,o,n,i],async()=>t.getProgramOverviewForOwner(e,r,o,n,i),{enabled:!!e&&!!r?.kind,staleTime:5*60*1e3,refetchInterval:!1,refetchOnWindowFocus:!1})}export{f as useProgramOverviewForOwner};
|
|
2
2
|
//# sourceMappingURL=useProgramOverviewForOwner.esm.js.map
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{useApi as r}from"@backstage/core-plugin-api";import{useQuery as t}from"@tanstack/react-query";import{soundcheckApiRef as o}from"../../api.esm.js";import{QueryKeys as c}from"../graphqlKeys.esm.js";function m(){const e=r(o);return t([c.CheckTemplates],async()=>e.getCheckTemplates(),{refetchInterval:!1,refetchOnWindowFocus:!1})}export{m as useCheckTemplates};
|
|
2
|
+
//# sourceMappingURL=useCheckTemplates.esm.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{useApi as n}from"@backstage/core-plugin-api";import{useQueryClient as y,useMutation as
|
|
1
|
+
import{useApi as n}from"@backstage/core-plugin-api";import{useQueryClient as y,useMutation as l}from"@tanstack/react-query";import{useParams as m}from"react-router-dom";import{soundcheckApiRef as f}from"../../api.esm.js";import{MutationKeys as k,QueryKeys as t}from"../graphqlKeys.esm.js";import{useSoundcheckAlert as d}from"../useSoundcheckAlert.esm.js";const h="Error Executing Check";function p(){const a=n(f),e=y(),{showAlert:o}=d(),c=async r=>await a.executeCheck(r),{trackId:s}=m();return l([k.ExecuteCheck],c,{onSuccess:(r,{checkerId:i,entityRef:u})=>{Promise.all([e.invalidateQueries({queryKey:[t.CertificationDetails,u]}),e.invalidateQueries({queryKey:[t.CertificationStatus,u]}),e.invalidateQueries({queryKey:[t.Certifications,u]}),e.invalidateQueries({queryKey:[t.CheckDetails,u,s,i]}),e.invalidateQueries({queryKey:[t.CheckStatus,i,u]}),e.invalidateQueries({queryKey:[t.TrackEntities]})])},onError:r=>{let i="Failed to execute check.";r instanceof Error&&(i=r.message),o({severity:"error",title:h,message:i})}})}export{p as useExecuteCheck};
|
|
2
2
|
//# sourceMappingURL=useExecuteCheck.esm.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{useApi as
|
|
1
|
+
import{useApi as o}from"@backstage/core-plugin-api";import{useQuery as s}from"@tanstack/react-query";import{soundcheckApiRef as c}from"../../api.esm.js";import{QueryKeys as n}from"../graphqlKeys.esm.js";function i(e,r=!0){const t=o(c);return s([n.GetChecks,e],async()=>t.getChecks(e),{staleTime:5*60*1e3,refetchInterval:!1,refetchOnWindowFocus:!1,enabled:r})}export{i as useGetChecks};
|
|
2
2
|
//# sourceMappingURL=useGetChecks.esm.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{useApi as
|
|
1
|
+
import{useApi as c}from"@backstage/core-plugin-api";import{useQuery as m}from"@tanstack/react-query";import{soundcheckApiRef as a}from"../../api.esm.js";import{QueryKeys as i}from"../graphqlKeys.esm.js";function n(e,t,o=!0){const r=c(a);return m([i.GetFactSchema,e,t],()=>r.getFactSchema(e,t),{enabled:o&&!!e&&!!t,staleTime:5*60*1e3,refetchInterval:!1,refetchOnWindowFocus:!1})}export{n as useGetFactSchema};
|
|
2
2
|
//# sourceMappingURL=useGetFactSchema.esm.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{useApi as
|
|
1
|
+
import{useApi as s}from"@backstage/core-plugin-api";import{useQueryClient as u,useMutation as a}from"@tanstack/react-query";import{soundcheckApiRef as c}from"../../api.esm.js";import{MutationKeys as l,QueryKeys as f}from"../graphqlKeys.esm.js";import{useSoundcheckAlert as g}from"../useSoundcheckAlert.esm.js";const p="Error Configuring Integration";function m(){const r=s(c),t=u(),{showAlert:i}=g(),n=async e=>{const o=await r.updateCollectorConfig(e);if(!o)throw new Error("Failed to update integration configuration.");return o};return a([l.UpdateCollectorConfig],n,{onSuccess:()=>{t.invalidateQueries({queryKey:[f.GetCollectors]})},onError:e=>{let o="Failed to update integration configuration.";e instanceof Error&&(o=e.message),i({severity:"error",title:p,message:o})}})}export{m as useUpdateCollectorConfig};
|
|
2
2
|
//# sourceMappingURL=useUpdateCollectorConfig.esm.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
var t=(e=>(e.GetAllPrograms="soundcheck/programs",e.GetChecks="soundcheck/checks",e.GetCollectors="soundcheck/collectors",e.GetFactSchema="soundcheck/collectors/schema",e.GetEntityFacets="soundcheck/catalog/facets",e.GetSoftwareEntityRefsForUser="soundcheck/entities/softwareEntityRefsForUser",e.GetCampaigns="soundcheck/campaigns",e.GetCampaignProgress="soundcheck/campaigns/getCampaignProgress",e.GetOverallCheckPassRateTrends="soundcheck/charts/overallCheckPassRateTrends",e.GetIndividualCheckPassRateTrends="soundcheck/charts/getIndividualCheckPassRateTrends",e.GetOverallTrackPassRateTrends="soundcheck/charts/overallTrackPassRateTrends",e.GetIndividualTrackPassRateTrends="soundcheck/charts/individualTrackPassRateTrends",e.GetOverallEntityPassRateTrends="soundcheck/charts/overallEntityPassRateTrends",e.GetIndividualEntityPassRateTrends="soundcheck/charts/individualEntityPassRateTrends",e.GetOverallGroupPassRateTrends="soundcheck/charts/overallGroupPassRateTrends",e.GetIndividualGroupPassRateTrends="soundcheck/charts/individualGroupPassRateTrends",e.EntityByRef="soundcheck/catalog/entityByRef",e.EntitiesByRefs="soundcheck/catalog/entitiesByRef",e.TrackEntities="soundcheck/track/entities",e.CheckEntities="soundcheck/check/entities",e.CertificationStatus="soundcheck/certificationStatus",e.CertificationStatusHistory="soundcheck/certificationStatusHistory",e.CheckStatus="soundcheck/checkStatus",e.CheckStatusHistory="soundcheck/checkStatusHistory",e.CheckDetails="soundcheck/checkDetails",e.Certifications="soundcheck/certifications",e.CertificationDetails="soundcheck/certificationDetails",e.GetCheckOwners="soundcheck/checks/getOwners",e.GetTrackOwners="soundcheck/tracks/getOwners",e.GetCampaignOwners="soundcheck/campaigns/getOwners",e))(t||{}),s=(e=>(e.DeleteCheck="soundcheck/deleteCheck",e.CreateCheck="soundcheck/createCheck",e.UpdateCheck="soundcheck/updateCheck",e.ExecuteCheck="soundcheck/executeCheck",e.DeleteProgram="soundcheck/deleteProgram",e.CreateProgram="soundcheck/createProgram",e.UpdateProgram="soundcheck/updateProgram",e.UpdateCollectorConfig="soundcheck/updateCollectorConfig",e.CreateCampaign="soundcheck/createCampaign",e.UpdateCampaign="soundcheck/updateCampaign",e.DeleteCampaign="soundcheck/deleteCampaign",e.ArchiveCampaign="soundcheck/archiveCampaign",e))(s||{});export{s as MutationKeys,t as QueryKeys};
|
|
1
|
+
var t=(e=>(e.GetAllPrograms="soundcheck/programs",e.GetChecks="soundcheck/checks",e.GetCollectors="soundcheck/collectors",e.GetFactSchema="soundcheck/collectors/schema",e.GetEntityFacets="soundcheck/catalog/facets",e.GetSoftwareEntityRefsForUser="soundcheck/entities/softwareEntityRefsForUser",e.GetEntityRefs="soundcheck/catalog/entityRefs",e.GetCampaigns="soundcheck/campaigns",e.GetCampaignProgress="soundcheck/campaigns/getCampaignProgress",e.GetOverallCheckPassRateTrends="soundcheck/charts/overallCheckPassRateTrends",e.GetIndividualCheckPassRateTrends="soundcheck/charts/getIndividualCheckPassRateTrends",e.GetOverallTrackPassRateTrends="soundcheck/charts/overallTrackPassRateTrends",e.GetIndividualTrackPassRateTrends="soundcheck/charts/individualTrackPassRateTrends",e.GetOverallEntityPassRateTrends="soundcheck/charts/overallEntityPassRateTrends",e.GetIndividualEntityPassRateTrends="soundcheck/charts/individualEntityPassRateTrends",e.GetOverallGroupPassRateTrends="soundcheck/charts/overallGroupPassRateTrends",e.GetIndividualGroupPassRateTrends="soundcheck/charts/individualGroupPassRateTrends",e.EntityByRef="soundcheck/catalog/entityByRef",e.EntitiesByRefs="soundcheck/catalog/entitiesByRef",e.TrackEntities="soundcheck/track/entities",e.CheckEntities="soundcheck/check/entities",e.CertificationStatus="soundcheck/certificationStatus",e.CertificationStatusHistory="soundcheck/certificationStatusHistory",e.CheckStatus="soundcheck/checkStatus",e.CheckStatusHistory="soundcheck/checkStatusHistory",e.CheckDetails="soundcheck/checkDetails",e.Certifications="soundcheck/certifications",e.CertificationDetails="soundcheck/certificationDetails",e.GetCheckOwners="soundcheck/checks/getOwners",e.GetTrackOwners="soundcheck/tracks/getOwners",e.GetCampaignOwners="soundcheck/campaigns/getOwners",e.CheckTemplates="soundcheck/checkTemplates",e))(t||{}),s=(e=>(e.DeleteCheck="soundcheck/deleteCheck",e.CreateCheck="soundcheck/createCheck",e.UpdateCheck="soundcheck/updateCheck",e.ExecuteCheck="soundcheck/executeCheck",e.DeleteProgram="soundcheck/deleteProgram",e.CreateProgram="soundcheck/createProgram",e.UpdateProgram="soundcheck/updateProgram",e.UpdateCollectorConfig="soundcheck/updateCollectorConfig",e.CreateCampaign="soundcheck/createCampaign",e.UpdateCampaign="soundcheck/updateCampaign",e.DeleteCampaign="soundcheck/deleteCampaign",e.ArchiveCampaign="soundcheck/archiveCampaign",e))(s||{});export{s as MutationKeys,t as QueryKeys};
|
|
2
2
|
//# sourceMappingURL=graphqlKeys.esm.js.map
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{useApi as s}from"@backstage/core-plugin-api";import{useQuery as n}from"@tanstack/react-query";import{soundcheckApiRef as p}from"../api.esm.js";function h({factRef:e,entityRef:t,path:r,pathResolver:f,refresh:c},o){const a=s(p);return n(["soundcheck/get-fact",e,t,r,f],async()=>a.getFact({factRef:e,entityRef:t,path:r,pathResolver:f,refresh:c}),{enabled:o})}export{h as useGetFact};
|
|
2
|
+
//# sourceMappingURL=useGetFact.esm.js.map
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{useApi as o}from"@backstage/core-plugin-api";import{useQuery as r}from"@tanstack/react-query";import{soundcheckApiRef as t}from"../api.esm.js";function s(){const e=o(t);return r(["soundcheck/path-resolvers"],async()=>e.getPathResolvers(),{cacheTime:1/0,staleTime:1/0,refetchOnMount:!1,refetchOnWindowFocus:!1})}export{s as useGetPathResolvers};
|
|
2
|
+
//# sourceMappingURL=useGetPathResolvers.esm.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="140 100 710 190"><defs><style>.cls-1{fill:#171321;}.cls-2{fill:#e24329;}.cls-3{fill:#fc6d26;}.cls-4{fill:#fca326;}</style></defs><g id="LOGO"><path class="cls-1" d="M428.92,171.51H451.7c-3.8-24.22-24.77-41.09-52.06-41.09-32.29,0-56.52,23.74-56.52,63.5,0,39.05,23.14,63.27,57.18,63.27,30.55,0,52.42-19.65,52.42-51.46V190.91H402.65v17.47h28.44c-.36,17.6-12.11,28.74-30.67,28.74-20.66,0-34.82-15.48-34.82-43.44,0-27.78,14.4-43.2,34.34-43.2C414.82,150.48,425,158.43,428.92,171.51Z"/><path class="cls-1" d="M467.78,255.5h21.81V163H467.78Zm11-107.2c6.93,0,12.59-5.31,12.59-11.81s-5.66-11.87-12.59-11.87-12.65,5.3-12.65,11.87S471.75,148.3,478.74,148.3Z"/><path class="cls-1" d="M554.9,163H536.64V140.78H514.83V163H501.7v16.87h13.13v51.46c-.12,17.41,12.54,26,28.92,25.49a44.29,44.29,0,0,0,12.84-2.17l-3.68-17.06a26.57,26.57,0,0,1-6.38.85c-5.49,0-9.89-1.93-9.89-10.73V179.82H554.9Z"/><path class="cls-1" d="M571.78,255.5h76.7V236.76H594.14V132.1H571.78Z"/><path class="cls-1" d="M690.26,257.37c14.52,0,23.19-6.81,27.17-14.58h.72V255.5h21V193.56c0-24.46-19.94-31.81-37.6-31.81-19.46,0-34.4,8.67-39.22,25.54l20.37,2.9c2.16-6.33,8.31-11.75,19-11.75,10.13,0,15.67,5.18,15.67,14.28v.36c0,6.26-6.57,6.57-22.9,8.31-17.95,1.93-35.12,7.29-35.12,28.14C659.29,247.73,672.6,257.37,690.26,257.37Zm7.17-16c-9.1,0-15.61-4.16-15.61-12.17,0-8.38,7.29-11.87,17-13.26,5.73-.78,17.18-2.23,20-4.51v10.9C718.88,232.6,710.56,241.34,697.43,241.34Z"/><path class="cls-1" d="M755.21,255.5h21.45V240.92h1.26c3.44,6.75,10.61,16.21,26.52,16.21,21.81,0,38.14-17.3,38.14-47.78,0-30.85-16.81-47.6-38.2-47.6-16.33,0-23.14,9.82-26.46,16.51H777V132.1H755.21Zm21.39-46.27c0-18,7.71-29.59,21.75-29.59,14.52,0,22,12.35,22,29.59s-7.59,30-22,30C784.43,239.23,776.6,227.18,776.6,209.23Z"/><path class="cls-2" d="M302,174.37l-.21-.56-21.2-55.3a5.5,5.5,0,0,0-2.18-2.63,5.6,5.6,0,0,0-8.41,3.2l-14.31,43.81H197.74l-14.31-43.81a5.61,5.61,0,0,0-8.41-3.2,5.5,5.5,0,0,0-2.18,2.63l-21.19,55.31-.22.55a39.36,39.36,0,0,0,13.06,45.49l.08.06.18.14L197,244.23l16,12.09,9.72,7.35a6.57,6.57,0,0,0,7.92,0l9.72-7.35,16-12.09,32.48-24.31.09-.07A39.36,39.36,0,0,0,302,174.37Z"/><path class="cls-3" d="M302,174.37l-.21-.56a71.5,71.5,0,0,0-28.5,12.82l-46.55,35.2,29.64,22.4,32.48-24.31.09-.07A39.36,39.36,0,0,0,302,174.37Z"/><path class="cls-4" d="M197,244.23l16,12.09,9.72,7.35a6.57,6.57,0,0,0,7.92,0l9.72-7.35,16-12.09-29.64-22.4Z"/><path class="cls-3" d="M180.14,186.63a71.44,71.44,0,0,0-28.49-12.81l-.22.55a39.36,39.36,0,0,0,13.06,45.49l.08.06.18.14L197,244.23l29.66-22.4Z"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="140 100 710 190"><defs><style>.cls-1{fill:#fff;}</style></defs><g id="LOGO"><path class="cls-1" d="M302,174.37l-.21-.56-21.2-55.3a5.5,5.5,0,0,0-2.18-2.63,5.6,5.6,0,0,0-8.41,3.2l-14.31,43.81H197.74l-14.31-43.81a5.61,5.61,0,0,0-8.41-3.2,5.5,5.5,0,0,0-2.18,2.63l-21.19,55.31-.22.55a39.36,39.36,0,0,0,13.06,45.49l.08.06.18.14L197,244.23l16,12.09,9.72,7.35a6.57,6.57,0,0,0,7.92,0l9.72-7.35,16-12.09,32.48-24.31.09-.07A39.36,39.36,0,0,0,302,174.37Z"/><path class="cls-1" d="M428.92,171.51H451.7c-3.8-24.22-24.77-41.09-52.06-41.09-32.29,0-56.52,23.74-56.52,63.5,0,39.05,23.14,63.27,57.18,63.27,30.55,0,52.42-19.65,52.42-51.46V190.91H402.65v17.47h28.44c-.36,17.6-12.11,28.74-30.67,28.74-20.66,0-34.82-15.48-34.82-43.44,0-27.78,14.4-43.2,34.34-43.2C414.82,150.48,425,158.43,428.92,171.51Z"/><path class="cls-1" d="M467.78,255.5h21.81V163H467.78Zm11-107.2c6.93,0,12.59-5.31,12.59-11.81s-5.66-11.87-12.59-11.87-12.65,5.3-12.65,11.87S471.75,148.3,478.74,148.3Z"/><path class="cls-1" d="M554.9,163H536.64V140.78H514.83V163H501.7v16.87h13.13v51.46c-.12,17.41,12.54,26,28.92,25.49a44.29,44.29,0,0,0,12.84-2.17l-3.68-17.06a26.57,26.57,0,0,1-6.38.85c-5.49,0-9.89-1.93-9.89-10.73V179.82H554.9Z"/><path class="cls-1" d="M571.78,255.5h76.7V236.76H594.14V132.1H571.78Z"/><path class="cls-1" d="M690.26,257.37c14.52,0,23.19-6.81,27.17-14.58h.72V255.5h21V193.56c0-24.46-19.94-31.81-37.6-31.81-19.46,0-34.4,8.67-39.22,25.54l20.37,2.9c2.16-6.33,8.31-11.75,19-11.75,10.13,0,15.67,5.18,15.67,14.28v.36c0,6.26-6.57,6.57-22.9,8.31-17.95,1.93-35.12,7.29-35.12,28.14C659.29,247.73,672.6,257.37,690.26,257.37Zm7.17-16c-9.1,0-15.61-4.16-15.61-12.17,0-8.38,7.29-11.87,17-13.26,5.73-.78,17.18-2.23,20-4.51v10.9C718.88,232.6,710.56,241.34,697.43,241.34Z"/><path class="cls-1" d="M755.21,255.5h21.45V240.92h1.26c3.44,6.75,10.61,16.21,26.52,16.21,21.81,0,38.14-17.3,38.14-47.78,0-30.85-16.81-47.6-38.2-47.6-16.33,0-23.14,9.82-26.46,16.51H777V132.1H755.21Zm21.39-46.27c0-18,7.71-29.59,21.75-29.59,14.52,0,22,12.35,22,29.59s-7.59,30-22,30C784.43,239.23,776.6,227.18,776.6,209.23Z"/></g></svg>
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
<svg width="76" height="32" viewBox="0 0 76 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="logo-gradient-blue-jira">
|
|
3
|
+
<g id="Jira">
|
|
4
|
+
<path d="M38.8963 6.13371H41.7283V20.1309C41.7283 23.8217 40.0434 26.3983 36.1359 26.3983C34.6661 26.3983 33.5189 26.1546 32.7302 25.876V23.195C33.5906 23.5432 34.6302 23.7173 35.6698 23.7173C38.0717 23.7173 38.8963 22.3245 38.8963 20.305V6.13371Z" fill="#253858"/>
|
|
5
|
+
<path d="M46.9266 5.05432C48.0379 5.05432 48.8266 5.71588 48.8266 6.89972C48.8266 8.04875 48.0379 8.74513 46.9266 8.74513C45.8152 8.74513 45.0266 8.08357 45.0266 6.89972C45.0266 5.7507 45.8152 5.05432 46.9266 5.05432ZM45.5285 10.9387H48.253V26.2591H45.5285V10.9387Z" fill="#253858"/>
|
|
6
|
+
<path d="M54.9924 26.2591H52.3395V10.9387H54.9924V13.6198C55.9244 11.8092 57.5018 10.5209 60.5848 10.695V13.2716C57.1075 12.9234 54.9924 13.9331 54.9924 17.2061V26.2591Z" fill="#253858"/>
|
|
7
|
+
<path d="M73.3112 23.5084C72.3075 25.5279 70.4075 26.5724 67.9697 26.5724C63.7754 26.5724 61.6603 23.1254 61.6603 18.5989C61.6603 14.2813 63.8829 10.6254 68.2924 10.6254C70.5867 10.6254 72.3792 11.6351 73.3112 13.6198V10.9387H76.0358V26.2591H73.3112V23.5084ZM68.6867 24.1351C71.1245 24.1351 73.2754 22.6379 73.2754 19.2256V18.007C73.2754 14.5947 71.3037 13.0975 68.9735 13.0975C65.9263 13.0975 64.349 15.0474 64.349 18.5989C64.3848 22.2897 65.8905 24.1351 68.6867 24.1351Z" fill="#253858"/>
|
|
8
|
+
</g>
|
|
9
|
+
<g id="Icon">
|
|
10
|
+
<path id="Vector" d="M24.664 3H12.2603C12.2603 5.99443 14.7697 8.43176 17.8527 8.43176H20.147V10.5557C20.147 13.5501 22.6565 15.9875 25.7395 15.9875V4.04457C25.7395 3.45265 25.2735 3 24.664 3Z" fill="#2684FF"/>
|
|
11
|
+
<path id="Vector_2" d="M18.5339 8.98877H6.13013C6.13013 11.9832 8.63956 14.4205 11.7226 14.4205H14.0169V16.5793C14.0169 19.5737 16.5264 22.0111 19.6094 22.0111V10.0333C19.6094 9.47623 19.1433 8.98877 18.5339 8.98877Z" fill="url(#paint0_linear)"/>
|
|
12
|
+
<path id="Vector_3" d="M12.4038 15.0125H0C0 18.0069 2.50943 20.4442 5.59245 20.4442H7.88679V22.5682C7.88679 25.5626 10.3962 27.9999 13.4792 27.9999V16.057C13.4792 15.4651 12.9774 15.0125 12.4038 15.0125Z" fill="url(#paint1_linear)"/>
|
|
13
|
+
</g>
|
|
14
|
+
</g>
|
|
15
|
+
<defs>
|
|
16
|
+
<linearGradient id="paint0_linear" x1="19.3455" y1="9.01882" x2="14.2302" y2="14.45" gradientUnits="userSpaceOnUse">
|
|
17
|
+
<stop offset="0.176" stop-color="#0052CC"/>
|
|
18
|
+
<stop offset="1" stop-color="#2684FF"/>
|
|
19
|
+
</linearGradient>
|
|
20
|
+
<linearGradient id="paint1_linear" x1="13.5601" y1="15.0525" x2="7.63562" y2="20.9874" gradientUnits="userSpaceOnUse">
|
|
21
|
+
<stop offset="0.176" stop-color="#0052CC"/>
|
|
22
|
+
<stop offset="1" stop-color="#2684FF"/>
|
|
23
|
+
</linearGradient>
|
|
24
|
+
</defs>
|
|
25
|
+
</svg>
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
<svg width="76" height="32" viewBox="0 0 76 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="logo-gradient-white-jira">
|
|
3
|
+
<g id="Jira">
|
|
4
|
+
<path d="M38.9836 5.39278H41.809V19.7499C41.809 23.5356 40.128 26.1785 36.2297 26.1785C34.7633 26.1785 33.6189 25.9285 32.832 25.6428V22.8928C33.6904 23.2499 34.7276 23.4285 35.7647 23.4285C38.161 23.4285 38.9836 21.9999 38.9836 19.9285V5.39278Z" fill="white"/>
|
|
5
|
+
<path d="M46.9948 4.28564C48.1035 4.28564 48.8903 4.96422 48.8903 6.1785C48.8903 7.35707 48.1035 8.07136 46.9948 8.07136C45.8861 8.07136 45.0993 7.39279 45.0993 6.1785C45.0993 4.99993 45.8861 4.28564 46.9948 4.28564ZM45.6 10.3214H48.3181V26.0356H45.6V10.3214Z" fill="white"/>
|
|
6
|
+
<path d="M55.0419 26.0356H52.3954V10.3214H55.0419V13.0714C55.9718 11.2142 57.5455 9.89278 60.6212 10.0714V12.7142C57.1521 12.3571 55.0419 13.3928 55.0419 16.7499V26.0356Z" fill="white"/>
|
|
7
|
+
<path d="M73.3177 23.2142C72.3163 25.2856 70.4208 26.3571 67.9888 26.3571C63.8043 26.3571 61.6942 22.8214 61.6942 18.1785C61.6942 13.7499 63.9116 9.99993 68.3106 9.99993C70.5996 9.99993 72.3878 11.0356 73.3177 13.0714V10.3214H76.0358V26.0356H73.3177V23.2142ZM68.7041 23.8571C71.1361 23.8571 73.2819 22.3214 73.2819 18.8214V17.5714C73.2819 14.0714 71.3149 12.5356 68.9902 12.5356C65.9502 12.5356 64.3765 14.5356 64.3765 18.1785C64.4123 21.9642 65.9144 23.8571 68.7041 23.8571Z" fill="white"/>
|
|
8
|
+
</g>
|
|
9
|
+
<g id="Icon">
|
|
10
|
+
<path id="Vector" d="M24.9638 2H12.5892C12.5892 5.07143 15.0928 7.57143 18.1685 7.57143H20.4575V9.75C20.4575 12.8214 22.961 15.3214 26.0368 15.3214V3.07143C26.0368 2.46429 25.5718 2 24.9638 2Z" fill="white"/>
|
|
11
|
+
<path id="Vector_2" d="M18.6691 8.32141H6.29456C6.29456 11.3928 8.79809 13.8928 11.8739 13.8928H14.1628V16.0714C14.1628 19.1428 16.6663 21.6428 19.7421 21.6428V9.39284C19.7421 8.82141 19.2771 8.32141 18.6691 8.32141Z" fill="url(#paint0_linear)"/>
|
|
12
|
+
<path id="Vector_3" d="M12.3746 14.6786H0C0 17.75 2.50353 20.25 5.57929 20.25H7.86824V22.4286C7.86824 25.5 10.3718 28 13.4475 28V15.75C13.4475 15.1429 12.9468 14.6786 12.3746 14.6786Z" fill="url(#paint1_linear)"/>
|
|
13
|
+
</g>
|
|
14
|
+
</g>
|
|
15
|
+
<defs>
|
|
16
|
+
<linearGradient id="paint0_linear" x1="19.479" y1="8.35238" x2="14.2254" y2="13.7777" gradientUnits="userSpaceOnUse">
|
|
17
|
+
<stop offset="0.176" stop-color="white" stop-opacity="0.4"/>
|
|
18
|
+
<stop offset="1" stop-color="white"/>
|
|
19
|
+
</linearGradient>
|
|
20
|
+
<linearGradient id="paint1_linear" x1="13.5282" y1="14.7199" x2="7.45341" y2="20.6389" gradientUnits="userSpaceOnUse">
|
|
21
|
+
<stop offset="0.176" stop-color="white" stop-opacity="0.4"/>
|
|
22
|
+
<stop offset="1" stop-color="white"/>
|
|
23
|
+
</linearGradient>
|
|
24
|
+
</defs>
|
|
25
|
+
</svg>
|