Commit Graph

642 Commits

Author SHA1 Message Date
Adam Harvey 9c5fd1c949 Merge branch 'master' of github.com:backstage/backstage into cost-insights-tweaks 2021-01-07 10:25:19 -05:00
github-actions[bot] 28d7f319f4 Version Packages 2021-01-07 10:31:20 +00:00
Patrik Oldsberg 96d6f3a9c6 Merge pull request #3887 from backstage/rugvip/fireworks
cli: some more colors for versions:bump + list breaking changes and changelogs of @backstage packages
2021-01-07 11:04:09 +01:00
Ben Lambert 1ea470364c Merge pull request #3202 from Marvin9/feat/scaff-logs
feat: scaffolder job progress logs in full screen.
2021-01-07 10:56:35 +01:00
Patrik Oldsberg fb000700ff Merge pull request #3872 from backstage/rugvip/sqlzero
create-app, catalog-backend: bump sqlite3 to v5 in template and remove from catalog-backend
2021-01-07 10:55:33 +01:00
Ben Lambert 8dce94b5fa Merge pull request #3891 from backstage/rugvip/dark
create-app: removed lighthouse plugin from default template
2021-01-07 10:55:04 +01:00
Ben Lambert b8310fdd42 Merge pull request #3951 from lowjoel/fix-external-subdirectory-detection
fix(cli): Fix detection of external package child directories
2021-01-07 10:46:43 +01:00
Ben Lambert f69593dd18 Merge pull request #3937 from SDA-SE/feat/catalog-import
Create "url" type location when registering using the catalog-import plugin
2021-01-07 10:31:28 +01:00
Ben Lambert 5368ff2c74 Merge pull request #3945 from adamdmharvey/tweak-dev-deps
chore(core-api,cost-insights,tech-radar): Removes @backstage/test-utils from being production dependencies
2021-01-07 10:28:06 +01:00
Joel Low 818d45e942 Fix detection of child directories
Using `string.startsWith` is insufficient when two different directories
share a prefix, e.g. `./packageA` and `./packageAA`.
2021-01-07 17:05:54 +08:00
Patrik Oldsberg 13edb7bd9c Update poor-papayas-care.md 2021-01-06 20:33:53 +01:00
Patrik Oldsberg dde4ab398b Create poor-papayas-care.md 2021-01-06 20:32:01 +01:00
Adam Harvey 12457ac5bb Clarify wording 2021-01-06 11:01:40 -05:00
Adam Harvey ab08923589 Add changeset 2021-01-06 10:51:57 -05:00
Oliver Sand edb7d07750 Create "url" type location when registering using the catalog-import plugin 2021-01-06 13:50:19 +01:00
Adam Harvey 9e9504ce43 Add changeset 2021-01-06 00:55:58 -05:00
Patrik Oldsberg 60f16c9cb5 Merge pull request #3924 from backstage/rugvip/locout
catalog-backend: fix bug where all entities got read back from the catalog
2021-01-05 19:44:52 +01:00
Patrik Oldsberg 99be3057ce catalog-backend: fix bug where all entities got read back from the catalog 2021-01-05 18:09:44 +01:00
Himanshu Mishra 0b9646ed6a Merge pull request #3794 from ayshiff/feature/techdocs-aws-s3 2021-01-05 17:48:57 +01:00
Adam Harvey 8c58ae2bba Merge pull request #3913 from adamdmharvey/search-fix
fix(search): Material-UI warning when filtering "all"
2021-01-05 10:40:47 -05:00
Ben Lambert 5b31d0cedc Update twenty-humans-jog.md 2021-01-05 16:39:34 +01:00
Ben Lambert 947d3c2694 Create twenty-humans-jog.md 2021-01-05 16:36:54 +01:00
Ben Lambert 64b1a2a1f8 Merge pull request #3893 from backstage/rugvip/bundle
cli: Add backend:bundle
2021-01-05 16:07:01 +01:00
Ben Lambert 474ecd911c Merge pull request #3843 from backstage/mob/sentryport
sentry: port plugin to new composability API and dev-utils
2021-01-05 16:00:16 +01:00
blam 6a722e24c2 chore: Fixing prettier formatting 2021-01-05 14:14:25 +01:00
Ben Lambert 9efbc5585a Create six-experts-destroy.md 2021-01-05 14:11:42 +01:00
Ben Lambert e3ac288459 Merge pull request #3907 from backstage/rugvip/exts
cli: use same extension for chunks as for the main built file
2021-01-05 10:55:31 +01:00
Ben Lambert 99cc3fb0d2 Merge pull request #3669 from goober/feature/bitbucket-scaffolding
Add initial support for Bitbucket Server scaffolding
2021-01-05 10:40:31 +01:00
Ben Lambert c6bfaad99f Merge pull request #3906 from backstage/imgbot
[ImgBot] Optimize images
2021-01-05 10:07:52 +01:00
blam 84cd2a3209 Merge branch 'master' of github.com:backstage/backstage into rugvip/exts
* 'master' of github.com:backstage/backstage:
  Revert "build(deps): bump jose from 1.27.1 to 3.2.0"
  Add changeset
  Add basic documentation for the SAML auth provider
  Add additional SAML configuration options
2021-01-05 10:07:05 +01:00
Ben Lambert eadd2382b7 Merge pull request #3863 from lowjoel/add-saml-config
feat(plugin-auth-backend): Support core Passport-SAML configuration
2021-01-05 10:05:22 +01:00
blam 41f45662c9 Merge branch 'master' of github.com:backstage/backstage into rugvip/exts
* 'master' of github.com:backstage/backstage:
  docs: show how to assign annotations to primitive array item types in config schema
  Add missing IncludeSecret type
  Update .changeset/friendly-numbers-accept.md
  Add documentation for config $include
  Added changeset for config $include
  Add deprecation notice to $data
  Config: Add $include which replaces $data and can include any value
2021-01-05 10:00:53 +01:00
Johan Haals b1f835a27f Merge pull request #3903 from backstage/mob/data-secret
Config: Add $include which replaces $data and can include any value
2021-01-05 09:56:45 +01:00
Adam Harvey 1e64b6f789 Update wording 2021-01-04 23:59:13 -05:00
Adam Harvey 01707438bf Add changeset 2021-01-04 23:54:08 -05:00
Patrik Oldsberg 37a7d26c4b changesets: add cli build extension fix 2021-01-04 18:39:17 +01:00
Patrik Oldsberg b7a1248832 Create swift-ears-fetch.md 2021-01-04 17:46:24 +01:00
Johan Haals c15d3db0a7 Update .changeset/friendly-numbers-accept.md
Co-authored-by: Adam Harvey <adam.harvey@dxc.com>
2021-01-04 16:21:52 +01:00
Mathias Åhsberg 082f1703f4 Use msw for mocking external Bitbucket apis 2021-01-04 14:57:07 +00:00
Dominik Henneke 9c09a364f8 Remove the dependency from the catalog plugin to techdocs 2021-01-04 15:53:54 +01:00
Johan Haals ad5c56fd9e Added changeset for config $include 2021-01-04 15:43:04 +01:00
Ben Lambert cf2c2df7d3 Merge pull request #3834 from erikxiv/fix/techdocs-ghe-apibaseurl
Fix for integration.github.apiBaseUrl configuration not properly overriding apiBaseUrl used by techdocs
2021-01-04 13:18:22 +01:00
Mathias Åhsberg 37a5244ef2 Add initial support for Bitbucket Cloud scaffolding 2021-01-04 11:36:59 +00:00
Ben Lambert ce20e3a0ec Merge pull request #3889 from backstage/freben/changesets-again-arrgh
add + fix changesets that were missed
2021-01-04 11:32:44 +01:00
Himanshu Mishra 562d0f4603 Merge pull request #3859 from backstage/orkohunter/scaffolder-allow-retry-without-loading
fix(scaffolder): Allow user to retry creating new component without having to reload the page
2021-01-04 11:24:25 +01:00
Fredrik Adelöw 49d2016a46 add + fix changesets that were missed 2021-01-03 10:09:32 +01:00
Patrik Oldsberg 0588be01f9 changeset: add changeset for backend:bundle 2020-12-30 18:06:21 +01:00
Patrik Oldsberg b8abdda570 cli: some more colors for versions:bump + list breaking changes and changelogs of @backstage packages 2020-12-30 17:26:50 +01:00
Patrik Oldsberg 8d68e4cdc7 create-app: removed the CircleCI sidebar item, since the target page doesn't exist 2020-12-30 17:06:15 +01:00
Patrik Oldsberg 1773a5182b create-app: removed lighthouse plugin from default template 2020-12-30 17:01:35 +01:00