Commit Graph

7629 Commits

Author SHA1 Message Date
Himanshu Mishra 2783ec0184 create-app: Add changeset for techdocs-backend changes around GCS publisher 2020-12-08 15:19:21 +01:00
Himanshu Mishra 8736de114a Merge remote-tracking branch 'origin/master' into orkohunter/techdocs-publish-to-cloud-storage 2020-12-08 08:12:38 +01:00
Tim d8eebe10ac Merge pull request #3576 from backstage/cost-insights-entity-breakdowns
[Cost Insights] Add support for multiple types of entity cost breakdown
2020-12-07 09:49:24 -07:00
Sebastian Qvarfordt 87a33d2fe8 [TechDocs] Bug fixes and cleanups (#3599)
* Fixed issue with some internal doc links reloading the page and removed modifyCss transformer

* Create silly-kiwis-rest.md

* Formatting in changeset
2020-12-07 16:49:24 +01:00
Mateusz Lewtak 040f453c36 Feat: Org Plugin (#3448)
* Feat: Create Groups plugin

* Feat: update code after CR

* Feat: change routing, replace filters to use relations, modify EntityPageLayout to support users

* Feat: update CLI version

* Feat: add some tests

* Update daily cost data to return groupedCosts

* Add aggregation sum util

* Add top panel breakdown view

* Add top panel tabs

* Add mock data for grouped Costs

* Add comments on groupedCosts

* Update wording to product in cost by product component

* Move cost overview chart legend to separate component

* Move mock data utils

* Add data viz colors for both themes

* Move mock data utils

* Update data viz dark theme colors

* Update bar chart legend type usage

* catalog-backend: gracefully handle missing codeowners

* Derive the owned entities in the catalog from group memberships

* Filter the response headers in the proxy backend

* Make backend-commons tests work on Windows

* backend: remove yarn cache from built docker image

* Refactor the hooks and also support users owning components

* backend,yarnrc: bring yarn network-timeout down to 300s

* Fix another Windows test issue

This one is a bit tricky. Instead of testing at the root folder of the drive, this test is now relative to the current directory. This resolves the difference between "/pkgs/a" and "d:\pkgs\a"

* Drop fill opacity for lighter colors

* Update dark theme colors

* Fix review comments

* techdocs-backend: update Gitlab clone auth

* Use case-insensitive filters

* Add Kubernetes plugin (#3505)

* backend-common: allow port in config to be both a number or a string

* chore: set the port as number if it comes through as a string

* Feat: Bump GitHub Insights plugin version (#3509)

* Feat: groups and components card

* Feat: update Org plugin according to CR

* Feat: update TS stuff

* Feat: change tile titles

* Feat: bump packages

* Code review fixes

Co-authored-by: Brenda Sukh <brendasukh@gmail.com>
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Co-authored-by: Dominik Henneke <dominik.henneke@sda-se.com>
Co-authored-by: Oliver Sand <oliver.sand@tentaclelabs.com>
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
Co-authored-by: Chongyang Adrian, Ke <ftt.adrian.ke@grabtaxi.com>
Co-authored-by: Adam Harvey <adam.harvey@dxc.com>
Co-authored-by: blam <ben@blam.sh>
Co-authored-by: Marek Calus <marek-calus@wp.pl>
2020-12-07 16:46:15 +01:00
Patrik Oldsberg 9878ec02d5 Merge pull request #3503 from ayshiff/feature/drawer-storybook
Side Panel Component
2020-12-07 15:23:59 +01:00
Patrik Oldsberg ed3bf3e081 Merge pull request #3584 from RoadieHQ/add-pagerduty-to-helm
Add pagerduty config to helm chart
2020-12-07 15:06:16 +01:00
David Tuite 03e264519a Fix techdocs for url locations (#3589)
Pasting a URL like `https://github.com/RoadieHQ/sample-service/blob/master/catalog-info-1.yaml`
into the Register Existing Component input creates an Entity with the
the `backstage.io/managed-by-location` annotation set to the `type` of
`url.

The TechDocs perparer does not handle this type.

```ts
    switch (type) {
      case 'github':
      case 'gitlab':
      case 'azure/api': {
        // ...
      }

      case 'file':
        // ...
      default:
        throw new InputError(`Unable to resolve location type ${type}`);
    }
  }
```

Thus, docs are never generated and we see the following error when
trying to view then in Backstage.

```
InputError: Unable to resolve location type url at DirectoryPreparer.resolveManagedByLocationToDir (webpack-internal:///../../node_modules/@backstage/plugin-techdocs-backend/src/techdocs/stages/prepare/dir.ts:63:15) at DirectoryPreparer.prepare (webpack-internal:///../../node_modules/@backstage/plugin-techdocs-backend/src/techdocs/stages/prepare/dir.ts:73:51) at DocsBuilder.build (webpack-internal:///../../node_modules/@backstage/plugin-techdocs-backend/src/service/helpers.ts:74:45) at eval (webpack-internal:///../../node_modules/@backstage/plugin-techdocs-backend/src/service/router.ts:141:25) at processTicksAndRejections (internal/process/task_queues.js:93:5)
```

This may not be the correct solution. An alternative solution would be
to ensure that pasted URLs end up with the `type` of `github` rather
than `url`.
2020-12-07 11:46:40 +01:00
Stefan Ålund 1665ae8bb8 Slightly more padding in dense tables (#3571)
* Slightly more padding in dense tables

* Added changeset

* Update small-comics-cover.md
2020-12-07 10:17:59 +01:00
Patrik Oldsberg c954485b94 Merge pull request #3595 from backstage/rugvip/dist
app,backend,create-app: add files declaration to package.jsons
2020-12-07 10:15:32 +01:00
Patrik Oldsberg 5fd6b69fb9 Merge pull request #3594 from backstage/rugvip/bundle
cli: update experimental backend:bundle command to output archives to dist/
2020-12-07 10:15:21 +01:00
dependabot[bot] ad6ef68f2b build(deps-dev): bump docusaurus in /microsite (#3543)
Bumps [docusaurus](https://github.com/facebook/docusaurus) from 2.0.0-alpha.66 to 2.0.0-alpha.378053ac5.
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/master/CHANGELOG-2.x.md)
- [Commits](https://github.com/facebook/docusaurus/commits)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-07 09:45:10 +01:00
Adam Harvey b20a63d103 fix(lighthouse): Typo & example code tweaks (#3573)
* Update export example

* Fix typo
2020-12-07 09:44:25 +01:00
dependabot[bot] 2c12b5fc79 build(deps-dev): bump @types/testing-library__jest-dom (#3596)
Bumps [@types/testing-library__jest-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/testing-library__jest-dom) from 5.9.1 to 5.9.5.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/testing-library__jest-dom)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-07 09:42:58 +01:00
Fredrik Adelöw d2f81dd290 Merge pull request #3373 from backstage/freben/remove-ancestors-descendants
catalog: remove group ancestors and descendants
2020-12-07 09:40:38 +01:00
Patrik Oldsberg 94348441e0 app,backend,create-app: add files declaration to package.jsons 2020-12-06 23:11:39 +01:00
Patrik Oldsberg 06dbe707bf cli: update experimental backend:bundle command to output archives to dist 2020-12-06 22:45:06 +01:00
Fredrik Adelöw a1fffce071 Merge pull request #3592 from backstage/freben/relations-all-at-once
catalog-backend: read all relations at once
2020-12-06 19:49:37 +01:00
Fredrik Adelöw 047c018c91 catalog-backend: read all relations at once 2020-12-06 18:26:09 +01:00
David Tuite d298d50639 Add pagerduty config to helm chart 2020-12-05 21:49:03 +00:00
Himanshu Mishra dae4f39838 techdocs: Add changeset for all three packages 2020-12-05 18:47:02 +01:00
Himanshu Mishra 372160ede5 Update README of all three techdocs packages/plugins 2020-12-05 18:07:50 +01:00
Himanshu Mishra 17cab77fd2 techdocs-common: Add tests for google publisher and some more 2020-12-05 17:42:21 +01:00
Himanshu Mishra ff3dd9c02b create-app: Add new techdocs default configs 2020-12-05 11:13:27 +01:00
Himanshu Mishra a212e43142 techdocs: Add JSON Schema config
Show better error if techdocs.builder is set to 'ci' and if no docs are found.
Return 404 from googleStorage client when a file is not found.
2020-12-05 10:48:54 +01:00
Tim Hansen 8cc65fec5f The embarrassment
A developer without
A final paren
2020-12-04 20:29:11 -07:00
Tim Hansen 6f7ee993c4 M/M -> Change 2020-12-04 15:38:36 -07:00
Tim Hansen cadb4b5311 findFirst -> findAny 2020-12-04 15:24:40 -07:00
Himanshu Mishra c91fd25a53 techdocs-backend: Fix logic to determine if docs have been published 2020-12-04 22:37:14 +01:00
Himanshu Mishra 11340fb2f6 techdocs: Remove spinners
Spinners cause unnecessary UX distraction.
Case 1 (when docs are built and are to be served): Spinners appear for a split second before the name of site shows up. This unnecessarily distracts eyes because spinners increase the size of the Header. A dot (.) would do fine. Definitely more can be done.
Case 2 (when docs are being generated): There is already a linear progress bar (which is recommended in Storybook). Spinners are not good. 🤷
2020-12-04 22:09:38 +01:00
Himanshu Mishra 07e7c201e8 techdocs-backend: Wait for some time before published files show up in storage 2020-12-04 22:01:45 +01:00
Himanshu Mishra 50a0911364 techdocs-common: Export @types/express from dependencies 2020-12-04 20:30:01 +01:00
Himanshu Mishra d073ba4f16 techdocs-common: Bump @types/dockerode version 2020-12-04 19:59:15 +01:00
Himanshu Mishra 8ffbbcee59 Merge remote-tracking branch 'origin/master' into orkohunter/techdocs-publish-to-cloud-storage 2020-12-04 19:51:01 +01:00
Himanshu Mishra 2cbad5c19d techdocs-common: Bump @backstage/cli version 2020-12-04 19:47:27 +01:00
Tim Hansen b14cbe28d3 Fix tests 2020-12-04 10:45:58 -07:00
Patrik Oldsberg b6aa734b23 Merge pull request #3577 from Andarist/dedup-changesets-config
Deduplicate @changesets/config in yarn.lock
2020-12-04 17:52:08 +01:00
Patrik Oldsberg b1952fad50 Merge pull request #3567 from backstage/rugvip/impl
core-api: update ApiFactory type to correctly infer API type and disallow mismatched implementations
2020-12-04 17:30:53 +01:00
Mateusz Burzyński cb124a0005 Deduplicate @changesets/config in yarn.lock 2020-12-04 17:29:12 +01:00
Tim Hansen e3071a0d49 Add support for multiple types of entity cost breakdown 2020-12-04 09:12:29 -07:00
samiramkr f3b24a94a2 Merge pull request #3317 from backstage/samiram/pagerduty-plugin
Pagerduty plugin
2020-12-04 17:02:54 +01:00
Fredrik Adelöw 2d193da99f Merge pull request #3542 from adamdmharvey/catalog-import-instructions
add(catalog-import): Add some end-user Catalog import instructions
2020-12-04 17:00:43 +01:00
Samira Mokaram 7c856e3317 update dep version 2020-12-04 16:44:01 +01:00
Adam Harvey 20716ae14f Change sample repo URL 2020-12-04 10:42:47 -05:00
Adam Harvey 5a30ec7ddd Merge branch 'master' of github.com:backstage/backstage into catalog-import-instructions 2020-12-04 10:40:10 -05:00
Remi 8d28d2c984 feat(storybook-drawer): use theme spacing 2020-12-04 16:35:18 +01:00
Adam Harvey 56751f0632 Convert card to full Material-UI components 2020-12-04 10:26:38 -05:00
Samira Mokaram b7a5d90c83 fix import 2020-12-04 14:56:53 +01:00
Fredrik Adelöw 8225c58151 Merge pull request #3523 from keshann93/auth-env-prop
Introducing env prop to have configurable authentication env
2020-12-04 14:17:45 +01:00
Peter Grauvogel 6a0d7a9fbc Increase pageSize for search result view (#3565) 2020-12-04 14:06:42 +01:00