Commit Graph

75 Commits

Author SHA1 Message Date
github-actions[bot] cf187484bf Version Packages 2020-12-10 11:25:39 +00:00
Patrik Oldsberg 1603efe7e8 Merge pull request #3479 from SDA-SE/feat/api-docs-relations
API Consumers & Providers
2020-12-08 21:44:46 +01:00
Adam Harvey 1e097d11ca Align optional NPM fields 2020-12-05 22:00:03 -05:00
Oliver Sand 246799c7f2 Show consumers and providers for APIs 2020-12-03 17:48:25 +01:00
github-actions[bot] 01aa774d9a Version Packages 2020-12-03 15:28:22 +00:00
Oliver Sand 8f7576f9a0 Merge pull request #3506 from SDA-SE/feat/update-swagger-ui-react
Update swagger-ui-react to 3.37.2
2020-12-01 16:00:49 +01:00
Oliver Sand 7d1d9a3df3 Add tests for components in the api-docs plugin 2020-12-01 12:42:30 +01:00
Oliver Sand 7eb8bfe4a2 Update swagger-ui-react to 3.37.2 2020-12-01 11:28:31 +01:00
Adam Harvey 74175b988e Refactor typo in variable name (#3486) 2020-11-29 08:50:33 +01:00
Peter Colapietro 3f947b70d1 fix(react): use fragment (#3478)
The empty state's description is already wrapped in a Typography component so the one in MissingImplementsApisEmptyState is redundant.

https://github.com/backstage/backstage/blob/bbaadb63f88d0f7d42acb9fa1b1644f85bf1043e/packages/core/src/components/EmptyState/EmptyState.tsx#L57

By wrapping the EmptyState's description in a Typography the following warning is output to the console

```
react-dom.development.js?1930:89 Warning: validateDOMNesting(...): <p> cannot appear as a descendant of <p>.
    in p (created by ForwardRef(Typography))
    in ForwardRef(Typography) (created by WithStyles(ForwardRef(Typography)))
    in WithStyles(ForwardRef(Typography)) (created by MissingImplementsApisEmptyState)
    in p (created by ForwardRef(Typography))
    in ForwardRef(Typography) (created by WithStyles(ForwardRef(Typography)))
    in WithStyles(ForwardRef(Typography)) (created by EmptyState)
    in div (created by ForwardRef(Grid))
    in ForwardRef(Grid) (created by WithStyles(ForwardRef(Grid)))
    in WithStyles(ForwardRef(Grid)) (created by EmptyState)
    in div (created by ForwardRef(Grid))
    in ForwardRef(Grid) (created by WithStyles(ForwardRef(Grid)))
    in WithStyles(ForwardRef(Grid)) (created by EmptyState)
    in div (created by ForwardRef(Grid))
    in ForwardRef(Grid) (created by WithStyles(ForwardRef(Grid)))
    in WithStyles(ForwardRef(Grid)) (created by EmptyState)
    in EmptyState (created by MissingImplementsApisEmptyState)
    in MissingImplementsApisEmptyState (created by Router)
    in Router (at EntityPage.tsx:78)
    in article (created by Content)
    in Content (created by Layout)
    in Layout (created by EntityPageLayout)
    in div (created by Page)
    in ThemeProvider (created by Page)
    in Page (created by EntityPageLayout)
    in EntityPageLayout (at EntityPage.tsx:64)
    in ServiceEntityPage (at EntityPage.tsx:127)
    in EntityPage (created by EntityPageSwitch)
    in EntityPageSwitch (created by Router)
    in EntityProvider (created by Router)
    in Route (created by Router)
    in Routes (created by Router)
    in Router (at App.tsx:46)
    in Route (at App.tsx:44)
    in Routes (at App.tsx:42)
    in div (created by SidebarPage)
    in SidebarPage (at App.tsx:40)
    in Route (created by AppRouter)
    in Routes (created by AppRouter)
    in Router (created by BrowserRouter)
    in BrowserRouter (created by AppRouter)
    in AppRouter (at App.tsx:39)
    in CssBaseline (created by WithStyles(CssBaseline))
    in WithStyles(CssBaseline) (created by AppThemeProvider)
    in ThemeProvider (created by AppThemeProvider)
    in AppThemeProvider (created by Provider)
    in AppContextProvider (created by Provider)
    in ApiProvider (created by Provider)
    in Provider (at App.tsx:36)
    in App (at src/index.tsx:6)
```

Co-authored-by: Peter Colapietro <petercolapietro@gmail.com>
2020-11-27 18:08:37 +01:00
github-actions[bot] 892645b815 Version Packages 2020-11-27 12:51:09 +00:00
Oliver Sand 032aba5920 Apply suggestions from code review
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
2020-11-26 16:40:18 +01:00
Oliver Sand 6f70ed7a95 Replace usage of implementsApis with relations 2020-11-25 17:30:11 +01:00
Oliver Sand fb19e0241d Add providesApis and consumesApis to component spec 2020-11-25 16:01:34 +01:00
Oliver Sand d94c70d866 Merge pull request #2987 from SDA-SE/feat/api-page
Make api-docs customizable
2020-11-25 13:44:03 +01:00
Oliver Sand f3bb55ee31 Make api-docs customizable 2020-11-24 11:53:14 +01:00
github-actions[bot] fefb0e18e0 Version Packages 2020-11-24 10:17:02 +00:00
github-actions[bot] bc0f47b7b7 Version Packages 2020-11-19 15:13:57 +00:00
Fredrik Adelöw 717e43de14 catalog-client: change entities interface, add fields support (#3296) 2020-11-18 19:58:36 +01:00
github-actions[bot] 76a8099029 Version Packages 2020-11-12 10:52:23 +00:00
Oliver Sand 84b654d5de Use dense table style and outlined chips in the API Explorer (#3276)
This matches the styling of the catalog.
2020-11-11 13:34:40 +01:00
Oliver Sand 0c0798f082 Persist Table Filters in the API Explorer (#2936)
* fix: allow changing the categories of a checkbox tree

* feat: allow setting the current selection in the checkbox tree

* feat: allow setting the current selection in the select

* feat: add a way to access the tables internal state (filters, search, ...)

* feat: add useQueryParams hook

* feat: persist the table state of the api explorer in the url

* Use react-use instead of writing own hooks

* Resolve review comments

* Rename selectedChilds to selecetedChildren

* Add changesets

* Support passing a separate state name to useQueryParamState

This allows to use the useQueryParamState hook multiple time per route and have a separate state.

* refactor: fix typo...
2020-11-09 18:19:47 +01:00
Oliver Sand 803527bd32 Upgrade @kyma-project/asyncapi-react to 0.14.2
There is an intersting fix for displaying async messages in the docs.
2020-11-05 10:45:32 +01:00
github-actions[bot] 715bb76fb5 Version Packages 2020-11-03 20:50:42 +00:00
Patrik Oldsberg 833a652d05 v0.1.1 2020-10-28 10:22:09 +01:00
Patrik Oldsberg 754109ee61 v0.1.1-alpha.26 2020-10-27 12:00:01 +01:00
blam 101978963d Merge branch 'master' of github.com:spotify/backstage into migrate-to-msw
* 'master' of github.com:spotify/backstage: (139 commits)
  Cleanup
  Update PinButton.test.tsx
  feat: update github insights plugin version (#2973)
  Ignore IntelliJ *.iml files (#2971)
  chore(deps): bump rollup-plugin-dts from 1.4.11 to 1.4.13
  fix the plugin card on plugins page
  align 'Add to Marketplace' button on plugins page
  fix the PluginGrid on mobiles sizes
  use getBy query instead of queryBy when asserting for elements present in document (#2951)
  Update PinButton.tsx
  Add test case for Progress component (#2953)
  fix the styling of footer copy on mobile
  add changeset
  handle the case where no entities are available to show
  core-api: work around issue with ApiRef export const declarations
  core-api: move utility api system implementation into apis/system
  Update docs regarding npm config ignore-scripts flag
  Another try
  Fix Core Features configuration id (#2948)
  Fix test?
  ...
2020-10-19 23:57:40 +02:00
Kévin Gomez 014bc250b3 Fix API references parsing
Allows API entities to use a different namespace than the default one.
2020-10-17 23:20:08 +02:00
Dominik Henneke 2e1a0b8c99 feat(api-docs): show a custom error page when no apis are implemented by a component (#2933) 2020-10-16 16:02:08 +02:00
Patrik Oldsberg 5ff5b1325d Merge pull request #2739 from Marvin9/feat/flexible-theme-for-page
feat: theme customization for pages
2020-10-16 12:47:05 +02:00
Marvin9 fe4926cb75 chore: remove explicit return 2020-10-15 13:52:18 +05:30
Marvin9 8f0608a5ed chore: refactor 2020-10-15 09:16:39 +05:30
Oliver Sand 46b9ae82ba Add filters to API Explorer (#2830)
* fix: support nested fields in table filter

Add support for nested fields like metadata.name to the table filters. Previously only top-level fields were allowed. In addition, support for filtering on fields that are arrays is introduced (like tags). Filters are now distinct.

* feat: introduce table filters to the api explorer

* fix: allow to close select in multiple mode

* fix: export TableFilter
2020-10-13 09:45:25 +02:00
blam e44cb85b22 Merge branch 'master' of github.com:spotify/backstage into migrate-to-msw
* 'master' of github.com:spotify/backstage: (66 commits)
  chore: fix lerna linting
  v0.1.1-alpha.25
  Add Code Insights plugin to sample app and marketplace (#2833)
  Improve main CI build status badge in README (#2866)
  Update roadmap: Design System 🚢 (#2858)
  github/codecov: switch to informational mode
  github/workflows: use the tip of master as the base for comparing PR code coverage
  make saml provider path from globalConfig (#2855)
  fix(catalog-backend): limit search value lengths
  Update project Copyright (#2852)
  fix(catalog-backend): actually use modified entity output (default namespace was broken)
  remove unnecessary center keyword
  Move card header bg to up contrast, fix #2558
  Update name of env authentication env vars
  Fix feedback from dtuite
  Remove chart testing workflow for now
  Only lint charts on Pull Requests
  Move the k8s deployment docs to its own helm deployment page
  Remove line in initdb script that creates backend db
  Use app-config.development.yaml to provide configuration instead of local
  ...
2020-10-13 03:56:13 +02:00
blam 46960a61ec v0.1.1-alpha.25 2020-10-12 22:42:54 +02:00
Marvin9 6e3ba7c2c4 chore: resolve conflicts 2020-10-11 19:19:35 +05:30
Marvin9 6d68f6fec1 feat: consume theme provided by Page theme provider 2020-10-11 19:14:23 +05:30
blam 9f1e30a3bd chore: remove some occurrences of node-fetch 2020-10-08 22:47:46 +02:00
blam 813504018e chore: update deps 2020-10-08 21:58:24 +02:00
blam 827bb733bf chore: reworking all deps to use cross-fetch instead 2020-10-08 21:57:27 +02:00
Patrik Oldsberg 46b71700ee v0.1.1-alpha.24 2020-10-05 15:45:33 +02:00
imgbot[bot] 2d73c037a0 [ImgBot] Optimize images (#2747)
* [ImgBot] Optimize images

*Total -- 55,890.77kb -> 43,509.03kb (22.15%)

/microsite/static/img/techdocs.gif -- 49.31kb -> 10.58kb (78.55%)
/microsite/static/img/code.gif -- 157.03kb -> 35.17kb (77.61%)
/microsite/blog/assets/announcing-techdocs/discover1.png -- 55.93kb -> 23.34kb (58.27%)
/docs/assets/software-catalog/software-model-core-entities.png -- 16.87kb -> 7.07kb (58.12%)
/microsite/static/logo_assets/png/Backstage_Identity_Assets_Artwork_RGB_04_Icon_Teal.png -- 32.53kb -> 14.57kb (55.22%)
/microsite/static/logo_assets/png/Backstage_Identity_Assets_Artwork_RGB_03_Logo_Teal.png -- 105.45kb -> 51.51kb (51.15%)
/docs/assets/dls/designheader.png -- 121.73kb -> 60.13kb (50.6%)
/microsite/blog/assets/3/create-audit.png -- 364.83kb -> 183.61kb (49.67%)
/docs/assets/contributorheader.png -- 120.14kb -> 60.66kb (49.51%)
/docs/assets/dls/DLS.png -- 86.51kb -> 43.82kb (49.34%)
/microsite/blog/assets/3/lead.png -- 314.71kb -> 159.50kb (49.32%)
/microsite/blog/assets/3/audit-list.png -- 563.80kb -> 297.03kb (47.32%)
/microsite/static/img/logo-black-248x250.png -- 30.01kb -> 16.17kb (46.1%)
/microsite/blog/assets/3/audit-view.png -- 608.56kb -> 328.28kb (46.06%)
/docs/assets/architecture-overview/tech-radar-plugin-architecture.png -- 14.90kb -> 8.08kb (45.79%)
/microsite/blog/assets/3/lead-copy.png -- 503.29kb -> 277.35kb (44.89%)
/docs/assets/software-templates/running.png -- 1,049.75kb -> 586.42kb (44.14%)
/docs/assets/software-templates/complete.png -- 1,069.75kb -> 599.35kb (43.97%)
/microsite/static/logo_assets/png/Backstage_Identity_Assets_Artwork_RGB_06_Icon_Black.png -- 32.92kb -> 18.46kb (43.93%)
/plugins/api-docs/docs/openapi_definition.png -- 291.49kb -> 163.75kb (43.82%)
/plugins/api-docs/docs/api_list.png -- 269.36kb -> 151.45kb (43.78%)
/docs/assets/software-templates/template-picked.png -- 1,072.72kb -> 606.80kb (43.43%)
/docs/assets/software-templates/template-picked-2.png -- 1,071.40kb -> 606.57kb (43.38%)
/docs/assets/software-templates/failed.png -- 1,153.81kb -> 665.30kb (42.34%)
/microsite/blog/assets/20-07-01/auth-landing.png -- 158.46kb -> 91.53kb (42.24%)
/docs/assets/software-templates/added-to-the-catalog-list.png -- 1,124.62kb -> 652.22kb (42.01%)
/microsite/blog/assets/announcing-techdocs/metrics.png -- 262.48kb -> 152.43kb (41.93%)
/microsite/static/logo_assets/png/Backstage_Identity_Assets_Artwork_RGB_02_Icon_White.png -- 31.81kb -> 18.49kb (41.86%)
/docs/assets/techdocs/documentation-template.png -- 746.35kb -> 436.24kb (41.55%)
/docs/assets/software-templates/create.png -- 1,337.38kb -> 785.73kb (41.25%)
/docs/assets/architecture-decisions/catalog-core-entities.png -- 14.55kb -> 8.75kb (39.81%)
/plugins/newrelic/src/assets/img/newrelic-plugin-apm.png -- 695.89kb -> 420.09kb (39.63%)
/microsite/static/logo_assets/png/Backstage_Identity_Assets_Artwork_RGB_05_Logo_Black.png -- 103.79kb -> 62.99kb (39.31%)
/docs/assets/architecture-overview/core-vs-plugin-components-highlighted.png -- 264.85kb -> 161.79kb (38.91%)
/plugins/api-docs/docs/entity_tab_api.png -- 416.84kb -> 257.20kb (38.3%)
/microsite/blog/assets/Backstage-mural-DS.png -- 2,160.63kb -> 1,345.32kb (37.73%)
/plugins/newrelic/src/assets/img/newrelic-plugin-tools.png -- 1,065.29kb -> 664.61kb (37.61%)
/docs/assets/getting-started/create-app_output.png -- 101.97kb -> 64.10kb (37.13%)
/docs/assets/software-templates/go-to-catalog.png -- 1,230.83kb -> 775.46kb (37%)
/docs/assets/architecture-overview/lighthouse-plugin-architecture.png -- 23.35kb -> 14.72kb (36.98%)
/plugins/circleci/src/assets/screenshot-2.png -- 212.20kb -> 135.00kb (36.38%)
/docs/assets/architecture-overview/circle-ci.png -- 181.07kb -> 116.97kb (35.4%)
/docs/assets/architecture-overview/lighthouse-plugin.png -- 203.66kb -> 132.90kb (34.74%)
/plugins/tech-radar/docs/screenshot.png -- 1,036.52kb -> 679.66kb (34.43%)
/microsite/blog/assets/5/lead.png -- 1,036.52kb -> 679.66kb (34.43%)
/microsite/static/logo_assets/png/Backstage_Identity_Assets_Artwork_RGB_01_Logo_White.png -- 93.70kb -> 61.71kb (34.14%)
/plugins/circleci/src/assets/screenshot-1.png -- 234.92kb -> 155.14kb (33.96%)
/microsite/blog/assets/announcing-techdocs/docs-in-backstage.png -- 317.06kb -> 211.04kb (33.44%)
/docs/assets/architecture-overview/tech-radar-plugin.png -- 292.79kb -> 200.97kb (31.36%)
/microsite/static/animations/backstage-techdocs-icon-1.gif -- 198.18kb -> 137.41kb (30.66%)
/microsite/blog/assets/announcing-techdocs/github-issues.png -- 38.89kb -> 27.14kb (30.21%)
/packages/create-app/templates/default-app/packages/app/public/apple-touch-icon.png -- 17.62kb -> 12.32kb (30.07%)
/microsite/static/img/apple-touch-icon.png -- 17.62kb -> 12.32kb (30.07%)
/packages/app/public/apple-touch-icon.png -- 17.62kb -> 12.32kb (30.07%)
/microsite/blog/assets/20-05-20/tabs.png -- 148.84kb -> 104.22kb (29.97%)
/docs/assets/pop.png -- 101.26kb -> 71.10kb (29.78%)
/microsite/static/img/android-chrome-512x512.png -- 56.02kb -> 39.38kb (29.71%)
/packages/app/public/android-chrome-512x512.png -- 56.02kb -> 39.38kb (29.71%)
/microsite/static/img/android-chrome-192x192.png -- 18.76kb -> 13.28kb (29.21%)
/packages/app/public/android-chrome-192x192.png -- 18.76kb -> 13.28kb (29.21%)
/packages/create-app/templates/default-app/packages/app/public/android-chrome-192x192.png -- 18.76kb -> 13.28kb (29.21%)
/backstage_overview.png -- 349.28kb -> 248.87kb (28.75%)
/docs/assets/software-catalog/bsc-register-1.png -- 413.54kb -> 298.40kb (27.84%)
/docs/assets/headline.png -- 691.30kb -> 504.33kb (27.05%)
/docs/assets/software-catalog/bsc-register-2.png -- 234.00kb -> 171.24kb (26.82%)
/docs/assets/getting-started/create-plugin_output.png -- 269.42kb -> 198.20kb (26.44%)
/microsite/static/img/docs-like-code.png -- 339.46kb -> 251.42kb (25.94%)
/docs/assets/dls/running-storybook.png -- 57.86kb -> 42.87kb (25.92%)
/microsite/static/animations/backstage-standards-paradox-4.gif -- 306.22kb -> 228.17kb (25.49%)
/microsite/blog/assets/announcing-techdocs/feedback-loop2.png -- 67.58kb -> 50.86kb (24.73%)
/docs/assets/my-plugin_screenshot.png -- 389.08kb -> 292.91kb (24.72%)
/plugins/jenkins/src/assets/folder-results.png -- 79.84kb -> 60.46kb (24.28%)
/microsite/static/logo_assets/png/Backstage_Identity_Assets_Artwork_RGB_07_Large_Icon_Gradient.png -- 196.76kb -> 150.53kb (23.5%)
/plugins/jenkins/src/assets/build-details.png -- 31.98kb -> 24.56kb (23.2%)
/microsite/blog/assets/20-05-20/Service_Catalog_MVP_service.png -- 309.43kb -> 237.96kb (23.09%)
/microsite/static/img/mstile-150x150.png -- 13.23kb -> 10.20kb (22.91%)
/microsite/static/animations/backstage-software-templates-icon-5.gif -- 405.57kb -> 315.13kb (22.3%)
/microsite/blog/assets/4/welcome.png -- 376.54kb -> 292.86kb (22.22%)
/microsite/static/img/code.png -- 69.16kb -> 54.40kb (21.35%)
/docs/assets/software-catalog/service-catalog-home.png -- 384.40kb -> 302.66kb (21.26%)
/docs/assets/software-catalog/bsc-starred.png -- 53.59kb -> 42.96kb (19.84%)
/docs/assets/software-catalog/bsc-search.png -- 44.84kb -> 36.05kb (19.61%)
/microsite/static/animations/backstage-plugin-icon-2.gif -- 347.50kb -> 280.40kb (19.31%)
/microsite/blog/assets/4/create-app.png -- 302.95kb -> 244.52kb (19.29%)
/microsite/blog/assets/backstage-DS-header.png -- 1,338.46kb -> 1,082.15kb (19.15%)
/microsite/blog/assets/marketplace.png -- 367.66kb -> 298.65kb (18.77%)
/docs/assets/software-catalog/bsc-edit.png -- 45.43kb -> 37.16kb (18.21%)
/microsite/blog/assets/blog_1.png -- 561.80kb -> 463.54kb (17.49%)
/microsite/blog/assets/announcing-techdocs/discover2.png -- 64.44kb -> 53.17kb (17.49%)
/docs/assets/techdocs/techdocs_big_picture.png -- 133.86kb -> 111.10kb (17.01%)
/microsite/static/img/techdocs.png -- 208.08kb -> 173.11kb (16.8%)
/microsite/static/img/spring-boot-service.png -- 171.24kb -> 143.36kb (16.28%)
/microsite/static/img/techdocs-web.png -- 320.22kb -> 269.85kb (15.73%)
/microsite/blog/assets/backstage-world-DS.png -- 1,528.73kb -> 1,295.21kb (15.28%)
/docs/assets/auth/oauth-popup-flow.svg -- 20.01kb -> 17.00kb (15.06%)
/microsite/static/img/components-with-filter.png -- 364.44kb -> 309.95kb (14.95%)
/microsite/static/img/components-with-filter-small.png -- 150.06kb -> 128.05kb (14.66%)
/microsite/blog/assets/20-05-20/Service_Catalog_MVP.png -- 246.27kb -> 211.08kb (14.29%)
/microsite/blog/assets/backstage-guidelines-ds.png -- 85.14kb -> 73.96kb (13.13%)
/docs/assets/dls/designheader-updated.png -- 151.71kb -> 131.91kb (13.05%)
/microsite/static/animations/backstage-speed-paradox-7.gif -- 376.82kb -> 327.86kb (12.99%)
/microsite/blog/assets/2020-08-05/cards.png -- 208.43kb -> 184.39kb (11.54%)
/microsite/static/img/techdocs-static-mobile.png -- 160.35kb -> 143.15kb (10.73%)
/microsite/static/img/cards.png -- 669.88kb -> 600.47kb (10.36%)
/microsite/blog/assets/6/header.png -- 533.91kb -> 481.21kb (9.87%)
/microsite/blog/assets/backstage-figma1-DS.png -- 166.64kb -> 150.87kb (9.46%)
/microsite/static/img/cards-wide.png -- 195.96kb -> 180.35kb (7.97%)
/packages/create-app/templates/default-app/packages/app/public/safari-pinned-tab.svg -- 1.49kb -> 1.37kb (7.87%)
/packages/app/public/safari-pinned-tab.svg -- 1.49kb -> 1.37kb (7.87%)
/microsite/static/img/techs.png -- 428.84kb -> 395.16kb (7.85%)
/microsite/blog/assets/backstage-guide-DS.png -- 963.00kb -> 888.59kb (7.73%)
/microsite/static/img/cards-mobile.png -- 191.99kb -> 177.74kb (7.42%)
/plugins/newrelic/src/assets/img/newrelic.jpg -- 60.71kb -> 56.22kb (7.39%)
/microsite/blog/assets/announcing-techdocs/feedback-loop1.png -- 28.45kb -> 26.39kb (7.23%)
/microsite/static/animations/backstage-service-catalog-icon-1.gif -- 508.81kb -> 474.00kb (6.84%)
/docs/assets/utility-apis-fig1.svg -- 11.35kb -> 10.62kb (6.39%)
/packages/core/src/layout/ErrorPage/mic-drop.svg -- 7.52kb -> 7.07kb (6.05%)
/microsite/static/logo_assets/jpeg/Backstage_Identity_Assets_Artwork_RGB_05 Logo_Black.jpg -- 298.65kb -> 280.80kb (5.98%)
/docs/assets/dls/storybook-page.png -- 49.82kb -> 46.88kb (5.9%)
/plugins/jenkins/src/assets/last-master-build.png -- 19.63kb -> 18.49kb (5.8%)
/microsite/blog/assets/2020-08-05/catalog.png -- 380.78kb -> 360.72kb (5.27%)
/microsite/blog/assets/cncf-sandbox/cncf.png -- 809.62kb -> 770.66kb (4.81%)
/microsite/static/img/techdocs2.gif -- 87.60kb -> 83.40kb (4.8%)
/plugins/catalog/src/components/EntityNotFound/illo.svg -- 2.76kb -> 2.63kb (4.71%)
/microsite/blog/assets/2020-08-05/templates.png -- 476.55kb -> 454.66kb (4.59%)
/packages/core/src/components/EmptyState/assets/Background.svg -- 1.18kb -> 1.13kb (4.4%)
/microsite/static/img/favicon.svg -- 3.07kb -> 2.93kb (4.36%)
/packages/app/public/favicon.svg -- 3.09kb -> 2.96kb (4.32%)
/microsite/blog/assets/backstage-github-ds.png -- 336.42kb -> 321.91kb (4.31%)
/packages/core/src/components/EmptyState/assets/noInformation.svg -- 2.68kb -> 2.57kb (4.08%)
/microsite/static/logo_assets/jpeg/Backstage_Identity_Assets_Artwork_RGB_06_Icon_Black.jpg -- 113.58kb -> 109.47kb (3.62%)
/plugins/graphiql/src/assets/graphiql.icon.svg -- 2.65kb -> 2.56kb (3.61%)
/microsite/blog/assets/2020-08-05/template-form.png -- 230.18kb -> 222.74kb (3.23%)
/microsite/blog/assets/2020-08-05/create-component.png -- 223.74kb -> 217.37kb (2.85%)
/packages/core/src/components/EmptyState/assets/missingAnnotation.svg -- 2.31kb -> 2.25kb (2.62%)
/microsite/static/img/open-platform.svg -- 4.23kb -> 4.12kb (2.52%)
/microsite/static/img/compliance.svg -- 4.83kb -> 4.71kb (2.35%)
/microsite/static/img/logos-background.svg -- 1.10kb -> 1.08kb (2.22%)
/microsite/blog/assets/20-07-01/auth-sidebar.png -- 11.76kb -> 11.50kb (2.19%)
/microsite/static/img/laptop.svg -- 3.04kb -> 2.99kb (1.83%)
/microsite/blog/assets/backstage-storybook-ds.png -- 313.36kb -> 309.68kb (1.18%)
/microsite/static/img/dot.svg -- 541.46kb -> 535.46kb (1.11%)
/packages/core/src/components/EmptyState/assets/createComponent.svg -- 4.59kb -> 4.54kb (1.06%)
/microsite/static/img/plugin-mobile.svg -- 27.07kb -> 26.79kb (1.02%)
/packages/core/src/components/EmptyState/assets/noBuild.svg -- 6.41kb -> 6.35kb (0.93%)
/microsite/blog/assets/illustration.svg -- 26.76kb -> 26.55kb (0.79%)
/microsite/static/img/plugin.svg -- 29.91kb -> 29.69kb (0.72%)
/microsite/static/img/demo-illustration.svg -- 18.04kb -> 17.95kb (0.48%)
/microsite/static/animations/backstage-logos-hero-8.gif -- 1,421.52kb -> 1,415.28kb (0.44%)
/microsite/static/img/developers.svg -- 16.95kb -> 16.88kb (0.41%)
/microsite/static/img/logo-gradient-on-dark.svg -- 4.86kb -> 4.84kb (0.4%)
/microsite/static/img/screen.gif -- 1,181.89kb -> 1,178.40kb (0.3%)
/microsite/blog/assets/backstage-discord-DS.png -- 667.78kb -> 665.89kb (0.28%)
/microsite/static/logo_assets/svg/Icon_Gradient.svg -- 3.38kb -> 3.38kb (0.12%)
/microsite/static/img/logos-signature.svg -- 12.67kb -> 12.67kb (0.05%)
/microsite/static/img/embraced.svg -- 230.47kb -> 230.38kb (0.04%)
/microsite/static/logo_assets/svg/Icon_White.svg -- 2.91kb -> 2.91kb (0.03%)
/microsite/static/logo_assets/svg/Icon_Teal.svg -- 2.91kb -> 2.91kb (0.03%)
/microsite/static/logo_assets/svg/Icon_Black.svg -- 2.91kb -> 2.91kb (0.03%)
/microsite/static/img/cncf-color.svg -- 4.74kb -> 4.74kb (0.02%)
/microsite/static/img/logos.svg -- 1,304.26kb -> 1,304.00kb (0.02%)
/microsite/static/img/cncf-white.svg -- 6.32kb -> 6.32kb (0.02%)
/microsite/static/img/laptop-screen.svg -- 148.40kb -> 148.39kb (0.01%)
/microsite/static/logo_assets/svg/Logo_White.svg -- 12.58kb -> 12.58kb (0.01%)
/microsite/static/img/logo.svg -- 12.58kb -> 12.58kb (0.01%)
/microsite/static/logo_assets/svg/Logo_Teal.svg -- 12.58kb -> 12.58kb (0.01%)
/microsite/static/img/backstage-logo-cncf.svg -- 12.58kb -> 12.58kb (0.01%)
/microsite/static/logo_assets/svg/Logo_Black.svg -- 12.58kb -> 12.58kb (0.01%)
/microsite/blog/assets/2/screen.gif -- 1,178.42kb -> 1,178.40kb (0%)
/microsite/static/img/photo-montage.svg -- 6,381.23kb -> 6,381.18kb (0%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>

* Revert documentation SVG changes.

* Do not compress SVG files in documentation.

They are likely created/maintained by hand.

Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
Co-authored-by: Eric Peterson <ericpeterson@spotify.com>
2020-10-05 14:39:56 +02:00
Marvin9 e2564645e5 feat: Replace old page theme props with new ones 2020-10-04 18:03:50 +05:30
Oliver Sand cb68a413a1 fix(deps): update @kyma-project/asyncapi-react to 0.13.1
There were some missing features and markdown was not rendered properly, but this is fixed now.
2020-10-02 12:58:19 +02:00
Mayursinh Sarvaiya 5c6a0356c0 feat: TechDocs - Add vale linter to check words quality in md files. (#2631)
* fix(docs): typos which were reflacted from vale linter's command

* feat: Implement Vale linter (#2031)
Initialize .vale.ini file
Add 'lint:docs' script to package.json, to lint all md files except the ones which are located in node_modules
Generate 'vocab.txt' by using command 'yarn run lint:docs' | grep -o ''[a-z A-Z]*'' | grep -o '[a-z A-Z]*' | sort | uniq > .github/styles/vocab.txt
Add steps to github workflow 'master' to check docs quality

* chore: Separate workflow for quality checking

* chore: Added 'shx' dev dependency to support grep command in cross platform

* feat: Add script to operate same quality check process on different platform

* ignore: remove lint:docs from lint-stages which was added for experiment purpose

* fix: check-all-files on push event & check-changed-files on pull_request event

* chore(CI): triggle workflow only when there is any updates in .md file(s) on pull request

* fix: use spawnSync to solve 'The command line is too long.' error

* fix: github workflow syntax

* fix: prettier error

* chore: add vale command directly to lint-staged

* chore: use shebang for easy access

* fix: windows script issue & remove shebang

* chore: Add shebang flag

* chore: better error message related to vale

* chore: mention vale linter in documentation

* fix: spelling errors & add keywords to vocab.txt
2020-10-02 07:20:47 +02:00
Oliver Sand 8663917ad8 fix: resolve some dark mode styling issues
I missed them with the test file included here, but noticed it with our private test files (so no screenshot, trust me)
2020-09-29 13:35:31 +02:00
blam f326c2ee1e Merge branch 'master' of github.com:spotify/backstage into feat/backend-plugin
* 'master' of github.com:spotify/backstage: (30 commits)
  fix(techdocs-core): use the content of the readme as long description for the pypi package (#2578)
  chore: add contrib to CONTRIBUTING.md (#2585)
  Fix typo (#2584)
  backend-common: default config env to development
  v0.1.1-alpha.23
  TechDocs: Inject CSS transformer and initial backstage style integration for reader (#2560)
  bug(gql): use import to import the graphql module
  Rename file
  [blog] Announce CNCF Sandbox (#2568)
  document cleaning - tutorial quickstarts (#2520)
  Simplify codecov flag names
  chore(scaffolder-backend): typo in visibility
  Kubernetes plugins boilerplate (#2559)
  CHANGELOG: add entry for SessionApi refactor
  Upload package specific code coverage to codecov
  Add codecov flags for core and core-api packages
  TechDocs: Enable allowVulnerableTags in sanitize-html (#2554)
  chore: trust the Boolean :)
  docs: regenerate api reference docs
  core: refactor SessionStateApi to SessionApi with sign-in/out
  ...
2020-09-24 10:54:04 +02:00
blam 37a4a3afd0 chore(deps): updating dependencies for plugin 2020-09-24 10:52:26 +02:00
blam 6c55d38348 v0.1.1-alpha.23 2020-09-23 16:40:49 +02:00
blam 6f70008386 chore(cli): fixing issues with the new dependency 2020-09-21 23:37:35 +02:00