Commit Graph

18390 Commits

Author SHA1 Message Date
Nicolas Arnold f18755ee49 Using req instead of state
Signed-off-by: Nicolas Arnold <nic@roadie.io>
2021-10-26 10:27:18 +01:00
Johan Haals f1e96dc5b1 chore/cli: Replace msw with setupRequestMockHandlers
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2021-10-26 10:54:47 +02:00
Nicolas Arnold 118df0f94d Merge branch 'backstage:master' into ch3367 2021-10-26 09:48:31 +01:00
Fredrik Adelöw 18d73ecc9d Merge pull request #7749 from backstage/freben/very-public
fix some of the ae-missing-release-tag warnings in core-components
2021-10-26 10:40:14 +02:00
Ben Lambert ce695c62fb Merge pull request #7744 from OscarDHdz/scaffolder/EnableActionButtonsIfTemplateFails
Scaffolder: Enable buttons if template fails to execute
2021-10-26 10:38:51 +02:00
Tim Hansen 2ba4a2caef Merge pull request #7765 from RodionGork/fix/sentry-plugin-period-values
fix: sentry plugin corrected allowed period values
2021-10-25 20:20:25 -06:00
Tim Hansen 5d3253f7b6 Merge pull request #7755 from jrusso1020/jrusso/export-components-for-custom-scaffolderpage
Export components so developers can customize the scaffolder page
2021-10-25 13:57:46 -06:00
rodion 61fe752dad fix: sentry plugin corrected allowed period values
according https://docs.sentry.io/api/events/list-a-projects-issues/

Signed-off-by: rodion <rodiongork@github.com>
2021-10-25 22:48:14 +03:00
Fredrik Adelöw c6c2942daa address review comments
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-10-25 19:11:14 +02:00
OscarDHdz 59a7e369a9 Scaffolder: update template execution error handling
Signed-off-by: OscarDHdz <v-ohernandez@expediagroup.com>
2021-10-25 11:31:24 -05:00
Harry Hogg f879e8b2b8 fix(backend): Load all schemas from monorepo packages
Signed-off-by: Harry Hogg <hhogg@spotify.com>
2021-10-25 16:56:10 +01:00
Harry Hogg 4b92638259 test(escapeRegExp): Just an extra test to make sure non-regexy strings don't get escaped
Signed-off-by: Harry Hogg <hhogg@spotify.com>
2021-10-25 16:56:10 +01:00
Harry Hogg deaec1ee3f fix(rootLogger): Only set a regex if there are redactions given, otherwise everything gets redacted
Signed-off-by: Harry Hogg <hhogg@spotify.com>
2021-10-25 16:56:10 +01:00
Harry Hogg 488e6145cb fix(rootLogger): Renamed to setRootLoggerRedactionList and do not expose publically
Signed-off-by: Harry Hogg <hhogg@spotify.com>
2021-10-25 16:56:09 +01:00
Harry Hogg a9025f70ba fix(rootLogger): Added util for escaping a regular expression
Signed-off-by: Harry Hogg <hhogg@spotify.com>
2021-10-25 16:54:33 +01:00
Harry Hogg 3c10980ec5 test(rootLogger): Redaction formatting
Signed-off-by: Harry Hogg <hhogg@spotify.com>
2021-10-25 16:54:33 +01:00
Harry Hogg f8a7f5723a Removed added dependency
Signed-off-by: Harry Hogg <hhogg@spotify.com>
2021-10-25 16:54:33 +01:00
Harry Hogg 18d14d655e fix(config): Subscribe to config changes instead of piggy backing off the loader watch.
Signed-off-by: Harry Hogg <hhogg@spotify.com>
2021-10-25 16:54:32 +01:00
Harry Hogg 12428bf338 fix(config): Use config get() and find secrets using one big RegExp instead
Signed-off-by: Harry Hogg <hhogg@spotify.com>
2021-10-25 16:54:31 +01:00
Harry Hogg 54decb6266 docs(api-report): Updated API documentation
Signed-off-by: Harry Hogg <hhogg@spotify.com>
2021-10-25 16:54:13 +01:00
Harry Hogg 1be8d2abdb docs(changeset): Addded changeset for the sercret redaction
Signed-off-by: Harry Hogg <hhogg@spotify.com>
2021-10-25 16:54:13 +01:00
Harry Hogg 94929707e9 feat(backend-common): Pass the redaction map from the backend config-loader to the logger
Signed-off-by: Harry Hogg <hhogg@spotify.com>
2021-10-25 16:54:11 +01:00
Harry Hogg a2b66f2f4d feat(logger): Added redaction filter to the rootLogger
Signed-off-by: Harry Hogg <hhogg@spotify.com>
2021-10-25 16:53:38 +01:00
Harry Hogg ee801b5c2b feat(config): Added a getMap method to return a flattened map of the loaded config
Signed-off-by: Harry Hogg <hhogg@spotify.com>
2021-10-25 16:53:38 +01:00
Himanshu Mishra 3e61a4da9e backend: add some todos for redacting secrets from logs
Co-authored-by: Harry Hogg <harry@hogg.io>
Signed-off-by: Himanshu Mishra <himanshu@orkohunter.net>
2021-10-25 16:53:38 +01:00
blam 5f3460089e chore: revert yarn.lock changes for @types/react packages
Signed-off-by: blam <ben@blam.sh>
2021-10-25 17:41:36 +02:00
Kenneth Feng 004a23b5fc update octokit-plugin-create-pull-request in yarn.lock
Signed-off-by: Kenneth Feng <kenneth.feng@onepeloton.com>
2021-10-25 10:26:55 -04:00
Kenneth Feng ce024e93ce Cast string 'base64' to the compatible Encoding type.
Signed-off-by: Kenneth Feng <kenneth.feng@onepeloton.com>
2021-10-25 10:26:39 -04:00
jrusso1020 5e10974af6 Export components so developers can customize the scaffolder page
This is the first step to allow developers to customize the scaffolder
page. With this work all the scaffolder page is now available to
backstage developers and they can customize the current scaffolder
page how they like similar to what is available for the catalog page
and other plugin pages.

Future work that has been discussed is possibly allowing for SwimLane
components that will allow developers to surface specific templates
or organize templates in specific ways

Signed-off-by: jrusso1020 <jrusso@brex.com>
2021-10-25 10:10:35 -04:00
Eric Peterson d066399739 Merge pull request #7554 from cmpadden/techdocs-storage-subfolder
Support optional bucketRootPath in GCS and S3 techdocs publishers
2021-10-25 15:34:10 +02:00
Ben Lambert 96a2a23167 Merge pull request #7729 from stoiev/update-datadog-rum-version
update datatogRum browser agent version
2021-10-25 15:16:59 +02:00
Colton Padden e571311f8a downgrade changeset impact to patch for bucketRootPath implementation
Signed-off-by: Colton Padden <colton.padden@fastmail.com>
2021-10-25 09:11:22 -04:00
Ben Lambert 0ad4e5dab0 Merge pull request #7753 from awanlin/topic/azure-devops-frontend-refactoring
Azure DevOps Frontend Refactoring
2021-10-25 15:00:32 +02:00
Ben Lambert 874150c602 Merge pull request #7737 from RodionGork/feat/sentry-plugin-allows-search-query
fix: sentry plugin allows search query parameter
2021-10-25 14:56:29 +02:00
Ben Lambert 2e66c49c25 Merge pull request #7731 from backstage/rugvip/storybewk
storybook: support args for selecting a subset of packages
2021-10-25 14:54:00 +02:00
Patrik Oldsberg 1695c17b2e storybook: support args for selecting a subset of packages
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-10-25 14:22:26 +02:00
rodion 43b77e1e5e fix: sentry-plugin query parameter is optional
Signed-off-by: rodion <rodiongork@github.com>
2021-10-25 15:05:07 +03:00
Suzanne Daniels d99c49b6dc Merge pull request #7499 from suuus/suuus/docs
Revamp of getting started guide - part 1
2021-10-25 13:33:01 +02:00
Johan Haals 49252f0d6d Merge pull request #7727 from backstage/test-utils-core
Move test-utils-core into test-utils
2021-10-25 11:09:16 +02:00
Ben Lambert a1b042b508 Merge pull request #7752 from awanlin/topic/add-duration-and-identity-to-azure-devops-backend
Added duration and identity as well as minor refactoring
2021-10-25 11:00:46 +02:00
blam 4289ac5322 chore: export the types properly and update the api-report
Signed-off-by: blam <ben@blam.sh>
2021-10-25 10:34:01 +02:00
Ben Lambert a22ebf3da6 Merge pull request #7681 from mclarke47/refresh-kubernetes-plugin-at-interval
Refresh k8s plugin at interval
2021-10-25 10:23:00 +02:00
blam d184e50c50 chore: updating api report
Signed-off-by: blam <ben@blam.sh>
2021-10-25 10:21:17 +02:00
Ben Lambert 6a4e6e3898 Merge pull request #7733 from cmpadden/tech-docs-scroll-restoration
Scroll to Top of TechDocs Reader During Page Navigation
2021-10-25 10:04:04 +02:00
dependabot[bot] 3c4bbd7ad6 build(deps): bump keyv-memcache from 1.2.5 to 1.2.7
Bumps [keyv-memcache](https://github.com/jaredwray/keyv-memcache) from 1.2.5 to 1.2.7.
- [Release notes](https://github.com/jaredwray/keyv-memcache/releases)
- [Commits](https://github.com/jaredwray/keyv-memcache/compare/v1.2.5...v1.2.7)

---
updated-dependencies:
- dependency-name: keyv-memcache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-25 04:12:29 +00:00
Andre Wanlin 7359623e87 Added changeset
Signed-off-by: Andre Wanlin <awanlin@rapidrtc.com>
2021-10-24 10:13:28 -05:00
Andre Wanlin 91e7f2eda8 Added tests for state and result functions
Signed-off-by: Andre Wanlin <awanlin@rapidrtc.com>
2021-10-24 10:04:11 -05:00
Andre Wanlin 7adcfb4f76 Refactored README
Signed-off-by: Andre Wanlin <awanlin@rapidrtc.com>
2021-10-24 08:45:22 -05:00
Andre Wanlin e1ebaff47a Removed router
Signed-off-by: Andre Wanlin <awanlin@rapidrtc.com>
2021-10-24 08:09:00 -05:00
Andre Wanlin 2eebc9bac3 Added changeset
Signed-off-by: Andre Wanlin <awanlin@rapidrtc.com>
2021-10-23 11:50:43 -05:00