Commit Graph

10572 Commits

Author SHA1 Message Date
Johan Haals c1c3184b38 create-app: add catalog-client dependency 2021-02-19 09:35:14 +01:00
Johan Haals c352ed59b5 Merge branch 'master' into mob/scaffolder-frontend 2021-02-19 09:26:51 +01:00
Tadashi Nemoto d66fa57802 Fix Japanese Good Morning(お早う -> おはよう) 2021-02-19 15:16:22 +09:00
Jonah Back e0f141d36e fix test after changing config schema 2021-02-18 19:37:58 -08:00
Jonah Back fd3214557c Fix ts error 2021-02-18 16:13:33 -08:00
Jeff Durand 9abacc8ebc need to export type as type 2021-02-19 00:10:33 +00:00
Jeff Durand 6262a56614 fixing based on review 2021-02-19 00:04:34 +00:00
Jonah Back a5ff1a1e0f Address review comments 2021-02-18 15:34:54 -08:00
Himanshu Mishra 1520308958 TechDocs/GCS: Improve test coverage by testing other two methods 2021-02-18 23:19:33 +01:00
Himanshu Mishra b032111f37 TechDocs: Clarify differences in sourceFile Path among publishers 2021-02-18 22:32:43 +01:00
Himanshu Mishra 1e4ddd71da TechDocs: Add changeset about publisher fix on windows 2021-02-18 22:21:38 +01:00
Himanshu Mishra 0084248dc0 TechDocs/Azure: mockFs inserts unexpected characters in windows path 2021-02-18 22:19:29 +01:00
Himanshu Mishra b0fc3549e6 TechDocs/Azure: Update mock library tests to work with Windows 2021-02-18 22:16:48 +01:00
Stefan Buck 6266ddd113 chore: remove app:diff command from cli 2021-02-18 22:12:46 +01:00
Elliot Greenwood e3bc5aad70 Add change set
Signed-off-by: Elliot Greenwood <hello@elliotgreenwood.co.uk>
2021-02-18 21:05:25 +00:00
Elliot Greenwood b25530b34b Add storybook theming to local theme
Signed-off-by: Elliot Greenwood <hello@elliotgreenwood.co.uk>
2021-02-18 21:05:24 +00:00
Elliot Greenwood 4aa9b100fb Allow for theming inside the OwnershipCard
Signed-off-by: Elliot Greenwood <hello@elliotgreenwood.co.uk>
2021-02-18 21:05:24 +00:00
Himanshu Mishra 837ce612de TechDocs/Publishers: Use path.normalize 2021-02-18 21:59:02 +01:00
Himanshu Mishra 6c36689039 TechDocs/Azure: Fix publisher to work with Windows file paths 2021-02-18 21:58:44 +01:00
Himanshu Mishra 9ff646b6a8 TechDocs/GCS: Use async/await and add more test 2021-02-18 21:33:53 +01:00
Adam Harvey cf9a229a3e Merge pull request #4565 from adamdmharvey/doco-updates
docs: Update project structure and design
2021-02-18 15:05:51 -05:00
Himanshu Mishra 4b3500021c TechDocs/GCS: Fix publisher to work with Windows file path 2021-02-18 20:55:35 +01:00
Himanshu Mishra 1966cc1802 TechDocs: AWS Publisher - fix upload path to be OS agnostic 2021-02-18 20:03:47 +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
Jeff Durand 5f5c98e2ae updated button to learn more based on reviewer suggestions 2021-02-18 17:54:06 +00:00
Fredrik Adelöw 8282af801b Merge pull request #4577 from backstage/freben-patch-1
Update kafka package.json to include the config schema
2021-02-18 18:16:31 +01:00
Jeff Durand 9f2b3a26e9 added changeset description 2021-02-18 16:47:33 +00:00
Jeff Durand 862595ce50 tech-radar: add description dialog box 2021-02-18 16:32:39 +00:00
Fredrik Adelöw 669b497fd2 yarn.lock update 2021-02-18 15:57:03 +01:00
Fredrik Adelöw fde9584fd1 Update kafka package.json to include the config schema 2021-02-18 15:49:48 +01:00
Adam Harvey fd55339103 Prettier fix 2021-02-18 09:46:38 -05:00
Adam Harvey 2203379000 Fix "it" possessive
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
2021-02-18 09:41:09 -05:00
Fredrik Adelöw 07fee9d922 Merge pull request #4486 from backstage/changeset-release/master
Version Packages
2021-02-18 15:07:52 +01:00
github-actions[bot] 4188c2ccb4 Version Packages 2021-02-18 13:23:19 +00:00
Patrik Oldsberg 1ce3cbdacb Merge pull request #4574 from backstage/mob/debug
Fix build issues in master
2021-02-18 14:18:49 +01:00
Patrik Oldsberg 759620539a workflow: build transitive dependencies when only building changed packages in CI
Co-authored-by: blam <ben@blam.sh>
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Co-authored-by: Johan Haals <johan.haals@gmail.com>
2021-02-18 14:16:01 +01:00
Johan Haals c626df2602 scaffolder-backend: add router tests 2021-02-18 14:11:13 +01:00
Himanshu Mishra 35952103d6 TechDocs: AWS Publisher - add tests that fail on Windows 2021-02-18 13:38:45 +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 5dc7fa2773 Merge pull request #4570 from backstage/mob/esm-transform
cli: Fix handling of dynamic imports in esm.js files
2021-02-18 11:34:54 +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
Patrik Oldsberg 021c70d673 Merge pull request #4564 from backstage/rugvip/docker-builds
docker: switch to backend:bundle + update docs with both host and multi-stage build
2021-02-18 11:01:47 +01:00
Johan Haals 257a753fff cli: Fix handling of dynamic imports in esm.js files
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-18 11:00:29 +01:00
Fredrik Adelöw 0ada34a0f8 minor typo in migration 2021-02-18 10:48:43 +01:00
Fredrik Adelöw 644a05e3a2 Merge pull request #4566 from backstage/dependabot/npm_and_yarn/archiver-5.2.0
chore(deps): bump archiver from 5.1.0 to 5.2.0
2021-02-18 09:41:40 +01:00
Fredrik Adelöw 6ebb0b19e9 Merge pull request #4561 from backstage/freben/integrations1
a small start to the integrations section of the config
2021-02-18 09:40:33 +01:00
Ben Lambert 3073771e42 Merge pull request #4518 from backstage/blam/docs-restructure
Rework some of the getting started Docs
2021-02-18 08:59:22 +01:00
dependabot[bot] f4f6d8f49c chore(deps): bump archiver from 5.1.0 to 5.2.0
Bumps [archiver](https://github.com/archiverjs/node-archiver) from 5.1.0 to 5.2.0.
- [Release notes](https://github.com/archiverjs/node-archiver/releases)
- [Changelog](https://github.com/archiverjs/node-archiver/blob/master/CHANGELOG.md)
- [Commits](https://github.com/archiverjs/node-archiver/compare/5.1.0...5.2.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-18 04:46:23 +00:00