Commit Graph

3944 Commits

Author SHA1 Message Date
Oliver Sand d8bce7cdc7 Merge pull request #4571 from SDA-SE/feat/domain-owner
Display the owner of the domain on the domain card
2021-02-19 11:07:09 +01:00
Johan Haals fe2a804742 Merge pull request #4547 from backstage/mob/scaffolder-frontend
Stateless scaffolding
2021-02-19 10:39:15 +01:00
Fredrik Adelöw dedee41f57 Merge pull request #4572 from backstage/freben/attr
got rid of some attr and cleaned up a bit in techdocs schema
2021-02-19 10:10:04 +01:00
Johan Haals 10e08f9adb Merge branch 'master' into mob/scaffolder-frontend 2021-02-19 10:01:10 +01:00
Oliver Sand 347137ccf2 Display the owner of a domain on the domain card
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
2021-02-19 09:57:47 +01:00
Oliver Sand 9615e68fb6 Forward link styling of EntityRefLink and EnriryRefLinks into the underling Link
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
2021-02-19 09:57:47 +01:00
Fredrik Adelöw a06db97a2d Merge pull request #4479 from OscarDHdz/search-filter-for-templates
Search and Filter for Templates
2021-02-19 09:38:23 +01:00
Johan Haals c352ed59b5 Merge branch 'master' into mob/scaffolder-frontend 2021-02-19 09:26:51 +01:00
Fredrik Adelöw 3a940a7d0b Merge pull request #4372 from kiranpatel11/master
feat(CatalogTable): truncate long description with ellipsis and tooltip
2021-02-18 19:28:47 +01:00
Fredrik Adelöw fde9584fd1 Update kafka package.json to include the config schema 2021-02-18 15:49:48 +01:00
github-actions[bot] 4188c2ccb4 Version Packages 2021-02-18 13:23:19 +00:00
Johan Haals c626df2602 scaffolder-backend: add router tests 2021-02-18 14:11:13 +01:00
blam d50ddbd1d3 Merge branch 'master' of github.com:backstage/backstage into mob/scaffolder-frontend
* 'master' of github.com:backstage/backstage: (118 commits)
  cli: Fix handling of dynamic imports in esm.js files
  minor typo in migration
  chore(deps): bump archiver from 5.1.0 to 5.2.0
  dockerfile: mention build-image command
  Apply suggestions from code review
  update backend Dockerfile to use config example and fix comment
  docs: add full docker deployment docs
  chore: fix code review
  chore: fixing syntax
  docs: fixing custom implementations of utitiy apis
  a small start to the integrations section of the config
  TechDocs: Add changeset about Docker permission fix
  Updated unit tests for the new UI
  TechDocs: Pass user and group ID when invoking docker container
  Replace logging erro and return undefined for a throw new Error
  @types/react 16 not 17
  Use a more strict type for `variant` of cards
  docs(TechDocs): Add more context with AWS docs hyperlinks
  Added missing dep on @types/react
  Removed unused import
  ...
2021-02-18 11:41:34 +01:00
Fredrik Adelöw b542477501 Merge pull request #4569 from backstage/freben/nnn
minor typo in migration
2021-02-18 11:30:02 +01:00
Oliver Sand f8481d2357 Merge pull request #4558 from SDA-SE/feat/variant
Use a more strict type for `variant` of cards
2021-02-18 11:15:27 +01:00
Fredrik Adelöw f37992797a got rid of some attr and cleaned up a bit in techdocs schema 2021-02-18 11:15:18 +01:00
Fredrik Adelöw 0ada34a0f8 minor typo in migration 2021-02-18 10:48:43 +01:00
Ben Lambert a9e869a6b5 Merge pull request #4557 from grantila/improved-pagerduty
Improve pagerduty plugin
2021-02-17 15:36:07 +01:00
Johan Haals 2cf720547c Scaffolder: use colors from the Backstage theme
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
2021-02-17 14:14:00 +01:00
Johan Haals 29257f31e0 Scaffolder: Revert to Navigate component
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Co-authored-by: blam<ben@blam.sh>
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-02-17 13:47:23 +01:00
Gustaf Räntilä 1743239d03 Updated unit tests for the new UI 2021-02-17 13:40:36 +01:00
Ben Lambert fda81c64cd Merge pull request #4514 from ebarriosjr/added-githubapp-authentication-to-scaffolder
Added githubapp authentication to scaffolder
2021-02-17 13:35:33 +01:00
Kiran Patel c380f32c35 feat(overflowtooltip): add text as default title for tooltip 2021-02-17 22:45:32 +11:00
Kiran Patel 5469a9761f feat(CatalogTable): truncate long description with ellipsis and tooltip 2021-02-17 22:45:31 +11:00
ebarrios 233b78a42e Replace logging erro and return undefined for a throw new Error 2021-02-17 12:23:16 +01:00
Gustaf Räntilä db6ff2daa2 @types/react 16 not 17 2021-02-17 12:12:33 +01:00
Oliver Sand f4c2bcf54b Use a more strict type for variant of cards
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
2021-02-17 11:41:53 +01:00
Gustaf Räntilä 010bfcca43 Added missing dep on @types/react 2021-02-17 11:01:16 +01:00
Gustaf Räntilä f358d11910 Removed unused import 2021-02-17 10:16:52 +01:00
Johan Haals fd7e3ae8a2 scaffolder: replace clsx with classNames 2021-02-17 09:30:42 +01:00
Johan Haals 75e40350fa scaffolder: Use default ErrorPage 2021-02-17 09:16:24 +01:00
Johan Haals 7c5b0e206f Update plugins/scaffolder-backend/src/service/router.ts
Co-authored-by: Adam Harvey <adam.harvey@dxc.com>
2021-02-17 09:08:12 +01:00
Johan Haals b6cf3cfc3c Update plugins/scaffolder-backend/src/scaffolder/tasks/TaskWorker.ts
Co-authored-by: Adam Harvey <adam.harvey@dxc.com>
2021-02-17 09:06:03 +01:00
Johan Haals d9685d0b1e Update plugins/scaffolder/src/api.ts
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
2021-02-17 08:59:57 +01:00
ebarrios 36a4ede275 Change error message in the publish func for when the credentials provider can not get a token 2021-02-16 19:56:18 +01:00
ebarrios cc2c047f15 Reverted change to preparer function to use Git.fromAuth({ logger }) when the credentials provider can not get a token 2021-02-16 19:50:56 +01:00
Rob Long a98637c153 Update Percentage.tsx
useTheme() on line 32 returns null so I tested this change to the import on my local copy, which gets the sonar plugin working. Other plugins seem to be importing from '@material-ui/core', e.g. https://github.com/backstage/backstage/blob/7ee15d2c5b40a8984aacabe7bdf5ccab759d95a6/plugins/catalog/src/components/CatalogFilter/AllServicesCount.tsx#L19
2021-02-16 16:55:51 +00:00
Oliver Sand ca10ce8914 Merge pull request #4392 from SDA-SE/feat/tables
Add tables to systems and domains
2021-02-16 16:12:34 +01:00
Gustaf Räntilä 549a859ac8 Improve pagerduty plugin 2021-02-16 15:54:14 +01:00
Ben Lambert c4c1f1f23b Merge pull request #4520 from egnwd/sb/plugin-org
Storybook: Org Plugin Components
2021-02-16 15:44:11 +01:00
Adam Harvey 7ea855c3e2 Merge pull request #4543 from backstage/adamdmharvey-patch-1
Cross reference cost insights README to blog
2021-02-16 09:33:43 -05:00
ebarrios fdd33af1cf Added githubApp authentication for the scaffolder prepare stage 2021-02-16 15:10:00 +01:00
Ben Lambert fe0ee447a0 Merge pull request #4416 from ayshiff/feature/splunk-on-call-plugin
Feature: Splunk On-Call Plugin
2021-02-16 15:04:44 +01:00
Johan Haals dc12852c9e test-utils: Allow ExternalRouteRef on mountedRoutes
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-02-16 14:54:35 +01:00
Oliver Sand ec08562289 Avoid intermediate card component and use InfoCard directly 2021-02-16 14:46:49 +01:00
Oliver Sand dd95e2efd6 Remove now unused code 2021-02-16 14:42:50 +01:00
Johan Haals 478d87e612 Pass CatalogApi instead of CatalogClient
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-02-16 13:28:31 +01:00
Johan Haals 86225bae7e Fix scaffolder dev routes
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-02-16 13:27:39 +01:00
ebarrios 3fc738a55c modify change set to path, simplify to one expresion the check for config.token and config.apps and deconstructed the response fron the credentialProvider.getCredentials function 2021-02-16 12:58:15 +01:00
Oliver Sand e7c2e70e77 Fix some leftover variant usages 2021-02-16 12:52:35 +01:00