@backstage-community/plugin-bazaar 0.2.27 → 0.2.28
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 +6 -0
- package/dist/api.esm.js +120 -0
- package/dist/api.esm.js.map +1 -0
- package/dist/{esm/index-CM8Pdxty.esm.js → components/About/About.esm.js} +3 -70
- package/dist/components/About/About.esm.js.map +1 -0
- package/dist/components/AddProjectDialog/AddProjectDialog.esm.js +76 -0
- package/dist/components/AddProjectDialog/AddProjectDialog.esm.js.map +1 -0
- package/dist/components/BazaarOverviewCard/BazaarOverviewCard.esm.js +107 -0
- package/dist/components/BazaarOverviewCard/BazaarOverviewCard.esm.js.map +1 -0
- package/dist/components/CardContentFields/AboutField.esm.js +33 -0
- package/dist/components/CardContentFields/AboutField.esm.js.map +1 -0
- package/dist/components/CardContentFields/CardContentFields.esm.js +87 -0
- package/dist/components/CardContentFields/CardContentFields.esm.js.map +1 -0
- package/dist/components/ConfirmationDialog/ConfirmationDialog.esm.js +29 -0
- package/dist/components/ConfirmationDialog/ConfirmationDialog.esm.js.map +1 -0
- package/dist/components/CustomDialogTitle/CustomDialogTitle.esm.js +49 -0
- package/dist/components/CustomDialogTitle/CustomDialogTitle.esm.js.map +1 -0
- package/dist/components/DateSelector/DateSelector.esm.js +40 -0
- package/dist/components/DateSelector/DateSelector.esm.js.map +1 -0
- package/dist/components/DoubleDateSelector/DoubleDateSelector.esm.js +34 -0
- package/dist/components/DoubleDateSelector/DoubleDateSelector.esm.js.map +1 -0
- package/dist/components/EditProjectDialog/EditProjectDialog.esm.js +115 -0
- package/dist/components/EditProjectDialog/EditProjectDialog.esm.js.map +1 -0
- package/dist/components/EntityBazaarInfoCard/EntityBazaarInfoCard.esm.js +41 -0
- package/dist/components/EntityBazaarInfoCard/EntityBazaarInfoCard.esm.js.map +1 -0
- package/dist/components/EntityBazaarInfoContent/EntityBazaarInfoContent.esm.js +177 -0
- package/dist/components/EntityBazaarInfoContent/EntityBazaarInfoContent.esm.js.map +1 -0
- package/dist/components/HomePage/HomePage.esm.js +30 -0
- package/dist/components/HomePage/HomePage.esm.js.map +1 -0
- package/dist/components/HomePage/index.esm.js +2 -0
- package/dist/components/HomePage/index.esm.js.map +1 -0
- package/dist/components/HomePageBazaarInfoCard/HomePageBazaarInfoCard.esm.js +218 -0
- package/dist/components/HomePageBazaarInfoCard/HomePageBazaarInfoCard.esm.js.map +1 -0
- package/dist/components/InputField/InputField.esm.js +41 -0
- package/dist/components/InputField/InputField.esm.js.map +1 -0
- package/dist/components/InputSelector/InputSelector.esm.js +47 -0
- package/dist/components/InputSelector/InputSelector.esm.js.map +1 -0
- package/dist/components/LinkProjectDialog/LinkProjectDialog.esm.js +68 -0
- package/dist/components/LinkProjectDialog/LinkProjectDialog.esm.js.map +1 -0
- package/dist/components/ProjectCard/ProjectCard.esm.js +70 -0
- package/dist/components/ProjectCard/ProjectCard.esm.js.map +1 -0
- package/dist/components/ProjectDialog/ProjectDialog.esm.js +143 -0
- package/dist/components/ProjectDialog/ProjectDialog.esm.js.map +1 -0
- package/dist/components/ProjectPreview/ProjectPreview.esm.js +79 -0
- package/dist/components/ProjectPreview/ProjectPreview.esm.js.map +1 -0
- package/dist/components/ProjectSelector/ProjectSelector.esm.js +38 -0
- package/dist/components/ProjectSelector/ProjectSelector.esm.js.map +1 -0
- package/dist/components/SortMethodSelector/SortMethodSelector.esm.js +35 -0
- package/dist/components/SortMethodSelector/SortMethodSelector.esm.js.map +1 -0
- package/dist/components/SortView/SortView.esm.js +176 -0
- package/dist/components/SortView/SortView.esm.js.map +1 -0
- package/dist/components/StatusTag/StatusTag.esm.js +13 -0
- package/dist/components/StatusTag/StatusTag.esm.js.map +1 -0
- package/dist/index.esm.js +5 -1749
- package/dist/index.esm.js.map +1 -1
- package/dist/plugin.esm.js +31 -0
- package/dist/plugin.esm.js.map +1 -0
- package/dist/routes.esm.js +8 -0
- package/dist/routes.esm.js.map +1 -0
- package/dist/util/fetchMethods.esm.js +26 -0
- package/dist/util/fetchMethods.esm.js.map +1 -0
- package/dist/util/parseMethods.esm.js +38 -0
- package/dist/util/parseMethods.esm.js.map +1 -0
- package/dist/util/sortMethods.esm.js +20 -0
- package/dist/util/sortMethods.esm.js.map +1 -0
- package/package.json +14 -9
- package/dist/esm/index-CM8Pdxty.esm.js.map +0 -1
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index-CM8Pdxty.esm.js","sources":["../../src/components/About/About.tsx","../../src/components/HomePage/HomePage.tsx"],"sourcesContent":["/*\n * Copyright 2021 The Backstage Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport React from 'react';\nimport Grid from '@material-ui/core/Grid';\nimport Typography from '@material-ui/core/Typography';\nimport { makeStyles } from '@material-ui/core/styles';\nimport { InfoCard, Link } from '@backstage/core-components';\n\nconst useStyles = makeStyles({\n subheader: {\n fontWeight: 'bold',\n },\n});\n\nexport const About = () => {\n const classes = useStyles();\n return (\n <Grid container spacing={4}>\n <Grid item xs={5}>\n <InfoCard title=\"About Bazaar\">\n <Typography className={classes.subheader} variant=\"body1\">\n What is the Bazaar?\n </Typography>\n <Typography paragraph>\n The Bazaar is a place where teams can propose projects for\n cross-functional team development. Essentially a marketplace for\n internal projects suitable for{' '}\n <Link\n target=\"_blank\"\n to=\"https://en.wikipedia.org/wiki/Inner_source\"\n >\n Inner Sourcing\n </Link>\n . With \"Inner Sourcing\", we mean projects that are developed\n internally within a company, but with Open Source best practices.\n </Typography>\n <Typography className={classes.subheader} variant=\"body1\">\n Why?\n </Typography>\n <Typography paragraph>\n Many companies today are of high need to increase the ease of\n cross-team cooperation. In large organizations, engineers often have\n limited ways of discovering or announcing the projects which could\n benefit from a wider development effort in terms of different\n expertise, experiences, and teams spread across the organization.\n With no good way to find these existing internal projects to join,\n the possibility of working with Inner Sourcing practices suffers.\n </Typography>\n <Typography className={classes.subheader} variant=\"body1\">\n How?\n </Typography>\n <Typography paragraph>\n The Bazaar allows engineers and teams to open up and announce their\n new and exciting projects for transparent cooperation in other parts\n of larger organizations. The Bazaar ensures that new Inner Sourcing\n friendly projects gain visibility through Backstage and a way for\n interested engineers to show their interest and in the future\n contribute with their specific skill set. The Bazaar also provides\n an easy way to manage, catalog, and browse these Inner Sourcing\n friendly projects and components.\n </Typography>\n </InfoCard>\n </Grid>\n </Grid>\n );\n};\n","/*\n * Copyright 2021 The Backstage Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport React from 'react';\nimport { Header, RoutedTabs } from '@backstage/core-components';\nimport { SortView } from '../SortView';\nimport { About } from '../About';\n\n/** @public */\nexport type HomePageProps = {\n title?: string;\n subtitle?: string;\n fullWidth?: boolean;\n fullHeight?: boolean;\n};\n\nexport const HomePage = (props: HomePageProps) => {\n const { title, subtitle, fullWidth, fullHeight } = props;\n\n const tabContent = [\n {\n path: '/',\n title: 'Home',\n children: <SortView fullWidth={fullWidth} fullHeight={fullHeight} />,\n },\n {\n path: '/about',\n title: 'About',\n children: <About />,\n },\n ];\n\n return (\n <div>\n <Header\n title={title || 'Bazaar'}\n subtitle={subtitle || 'Marketplace for inner source projects'}\n />\n <RoutedTabs routes={tabContent} />\n </div>\n );\n};\n"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAsBA,MAAM,YAAY,UAAW,CAAA;AAAA,EAC3B,SAAW,EAAA;AAAA,IACT,UAAY,EAAA,MAAA;AAAA,GACd;AACF,CAAC,CAAA,CAAA;AAEM,MAAM,QAAQ,MAAM;AACzB,EAAA,MAAM,UAAU,SAAU,EAAA,CAAA;AAC1B,EAAA,uBACG,KAAA,CAAA,aAAA,CAAA,IAAA,EAAA,EAAK,SAAS,EAAA,IAAA,EAAC,OAAS,EAAA,CAAA,EAAA,kBACtB,KAAA,CAAA,aAAA,CAAA,IAAA,EAAA,EAAK,IAAI,EAAA,IAAA,EAAC,EAAI,EAAA,CAAA,EAAA,sCACZ,QAAS,EAAA,EAAA,KAAA,EAAM,cACd,EAAA,kBAAA,KAAA,CAAA,aAAA,CAAC,UAAW,EAAA,EAAA,SAAA,EAAW,OAAQ,CAAA,SAAA,EAAW,OAAQ,EAAA,OAAA,EAAA,EAAQ,qBAE1D,CAAA,kBACC,KAAA,CAAA,aAAA,CAAA,UAAA,EAAA,EAAW,SAAS,EAAA,IAAA,EAAA,EAAC,8JAGW,GAC/B,kBAAA,KAAA,CAAA,aAAA;AAAA,IAAC,IAAA;AAAA,IAAA;AAAA,MACC,MAAO,EAAA,QAAA;AAAA,MACP,EAAG,EAAA,4CAAA;AAAA,KAAA;AAAA,IACJ,gBAAA;AAAA,GAEM,EAAA,gIAGT,CACA,kBAAA,KAAA,CAAA,aAAA,CAAC,cAAW,SAAW,EAAA,OAAA,CAAQ,SAAW,EAAA,OAAA,EAAQ,WAAQ,MAE1D,CAAA,kBACC,KAAA,CAAA,aAAA,CAAA,UAAA,EAAA,EAAW,WAAS,IAAC,EAAA,EAAA,4cAQtB,CACA,kBAAA,KAAA,CAAA,aAAA,CAAC,UAAW,EAAA,EAAA,SAAA,EAAW,OAAQ,CAAA,SAAA,EAAW,SAAQ,OAAQ,EAAA,EAAA,MAE1D,CACA,kBAAA,KAAA,CAAA,aAAA,CAAC,cAAW,SAAS,EAAA,IAAA,EAAA,EAAC,mfAStB,CACF,CACF,CACF,CAAA,CAAA;AAEJ,CAAA;;AClDa,MAAA,QAAA,GAAW,CAAC,KAAyB,KAAA;AAChD,EAAA,MAAM,EAAE,KAAA,EAAO,QAAU,EAAA,SAAA,EAAW,YAAe,GAAA,KAAA,CAAA;AAEnD,EAAA,MAAM,UAAa,GAAA;AAAA,IACjB;AAAA,MACE,IAAM,EAAA,GAAA;AAAA,MACN,KAAO,EAAA,MAAA;AAAA,MACP,QAAU,kBAAA,KAAA,CAAA,aAAA,CAAC,QAAS,EAAA,EAAA,SAAA,EAAsB,UAAwB,EAAA,CAAA;AAAA,KACpE;AAAA,IACA;AAAA,MACE,IAAM,EAAA,QAAA;AAAA,MACN,KAAO,EAAA,OAAA;AAAA,MACP,QAAA,sCAAW,KAAM,EAAA,IAAA,CAAA;AAAA,KACnB;AAAA,GACF,CAAA;AAEA,EAAA,2CACG,KACC,EAAA,IAAA,kBAAA,KAAA,CAAA,aAAA;AAAA,IAAC,MAAA;AAAA,IAAA;AAAA,MACC,OAAO,KAAS,IAAA,QAAA;AAAA,MAChB,UAAU,QAAY,IAAA,uCAAA;AAAA,KAAA;AAAA,GAExB,kBAAA,KAAA,CAAA,aAAA,CAAC,UAAW,EAAA,EAAA,MAAA,EAAQ,YAAY,CAClC,CAAA,CAAA;AAEJ;;;;"}
|