blam
77c980b3ea
chore: fix code review comments whilst mitch is away
...
Signed-off-by: blam <ben@blam.sh >
2023-01-25 11:01:00 +01:00
Mitchell Hentges
2815981057
Make build error cause more clear by prepending with module name
...
Simplify the diagnosis of build failures by showing the module name
encountering the issue right before the error itself is printed.
Also apply the fix to warnings.
Fixes #15815
Signed-off-by: Mitchell Hentges <mhentges@spotify.com >
2023-01-20 10:09:03 -08:00
Mitchell Hentges
edd9c270b6
Simplify redundant catch() during CLI bundling
...
Remove extra "Failed to compile" message that was redundant, and inline
"Failed to compile" message into upstream errors.
Note that now _other_ errors (such as `webpack(...)` failures) will not
be prefixed with "Failed to compile". However, it should be sufficiently
obvious that they're serious failures, so we should be OK without the
extra information.
Signed-off-by: Mitchell Hentges <mhentges@spotify.com >
2023-01-20 10:09:03 -08:00
Mitchell Hentges
65ca9b2a1c
Remove react-dev-utils error compatibility workaround
...
To work around a `react-dev-utils` compatibility problem, errors and
warnings had context stripped before being formatted.
Since this workaround was was only needed until `react-dev-utils` v5 was
release (now over a year ago, nice! [1]), I think that it can be
removed.
[1] https://github.com/facebook/create-react-app/releases/tag/v5.0.0
Signed-off-by: Mitchell Hentges <mhentges@spotify.com >
2023-01-20 10:09:03 -08:00
Patrik Oldsberg
974e5f2864
Merge pull request #15866 from backstage/rugvip/naming-patterns
...
docs/backend-system: add naming pattern docs
2023-01-20 17:54:40 +01:00
Patrik Oldsberg
d19c8ab095
Merge pull request #15872 from backstage/rugvip/modules
...
docs/backend-system: more module architecture docs
2023-01-20 17:33:44 +01:00
Patrik Oldsberg
bcc7e61120
Merge pull request #15876 from backstage/rugvip/extension-points
...
docs/backend-system: extension point docs
2023-01-20 17:33:35 +01:00
Patrik Oldsberg
14d819249b
Apply suggestions from code review
...
Co-authored-by: Fredrik Adelöw <freben@gmail.com >
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2023-01-20 17:18:44 +01:00
Patrik Oldsberg
947cbe0a61
docs/backend-system: module docs fix + links
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2023-01-20 17:09:23 +01:00
Patrik Oldsberg
78f2cc0b16
Update docs/backend-system/architecture/07-naming-patterns.md
...
Co-authored-by: Fredrik Adelöw <freben@gmail.com >
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2023-01-20 17:06:54 +01:00
Patrik Oldsberg
e1479ef55c
docs/backend-system: extension point docs
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2023-01-20 17:05:30 +01:00
Fredrik Adelöw
270acba696
Merge pull request #15875 from backstage/live-update-202302
...
Update livestream for feb 2023 meetup
2023-01-20 17:03:17 +01:00
Suzanne Daniels
0b3e856a3d
Update livestream for feb 2023 meetup
...
Signed-off-by: Suzanne Daniels <suzanned@spotify.com >
2023-01-20 17:00:54 +01:00
Fredrik Adelöw
a7bef5bb6b
Merge pull request #15869 from backstage/freben/k8snaming
...
rename misspelled k8s type
2023-01-20 16:40:25 +01:00
Patrik Oldsberg
527916bfca
docs/backend-system: more module architecture docs
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2023-01-20 15:41:54 +01:00
Patrik Oldsberg
3afb6ca360
Merge pull request #15868 from backstage/rugvip/diagram
...
docs/backend-system: add architecture diagram
2023-01-20 14:01:18 +01:00
Patrik Oldsberg
d3c2386b07
Merge pull request #15774 from backstage/rugvip/mocks
...
backend-test-utils: unify mock services and service factory exports
2023-01-20 14:00:51 +01:00
Fredrik Adelöw
1728c1ef01
rename misspelled k8s type
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2023-01-20 13:55:45 +01:00
Fredrik Adelöw
27732dcf37
Merge pull request #15154 from dekoding/dekoding/deltas-in-incremental-providers
...
Add events integration to Incremental Entity Providers
2023-01-20 13:33:28 +01:00
Patrik Oldsberg
d8e2b51fa3
docs/backend-system: add architecture diagram
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2023-01-20 13:32:02 +01:00
Fredrik Adelöw
c223b8194d
Merge pull request #15861 from backstage/renovate/swc-core-1.x-lockfile
...
fix(deps): update dependency @swc/core to v1.3.27
2023-01-20 13:22:21 +01:00
Ben Lambert
70ee8b13a1
Merge pull request #15864 from backstage/blam/update-csp-docs
...
Updating `api-docs` readme for `csp` usage
2023-01-20 13:07:38 +01:00
Patrik Oldsberg
39e26bf8a3
Merge pull request #15837 from backstage/rugvip/build-docs
...
docs/backend-system: add doc for building backends
2023-01-20 13:01:29 +01:00
Patrik Oldsberg
6a19cccd2c
docs/backend-system: add naming pattern docs
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2023-01-20 12:45:20 +01:00
blam
60996f8aba
chore: add changeset
...
Signed-off-by: blam <ben@blam.sh >
2023-01-20 11:22:25 +01:00
blam
12db47680b
chore: fixing api-docs
...
Signed-off-by: blam <ben@blam.sh >
2023-01-20 11:03:30 +01:00
Patrik Oldsberg
537097411a
docs/backend-system: add doc for building backends
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2023-01-20 10:17:56 +01:00
Patrik Oldsberg
5b3948a469
Merge pull request #15857 from Herbievorious/alex/add-musictribe-adopters
...
docs: 📝 Adding MusicTribe to adopters
2023-01-19 23:24:17 +01:00
Alex Ford
bd22227a75
docs: 📝 Adding MusicTribe to adopters
...
Signed-off-by: Alex Ford <alex.j.ford@gmail.com >
2023-01-19 20:45:25 +00:00
backstage-goalie[bot]
cee85776a4
Merge pull request #15860 from backstage/renovate/msw-0.x-lockfile
...
chore(deps): update dependency msw to v0.49.3
2023-01-19 20:22:46 +00:00
renovate[bot]
532d322b5f
fix(deps): update dependency @swc/core to v1.3.27
...
Signed-off-by: Renovate Bot <bot@renovateapp.com >
2023-01-19 19:53:00 +00:00
renovate[bot]
5e63063ea1
chore(deps): update dependency msw to v0.49.3
...
Signed-off-by: Renovate Bot <bot@renovateapp.com >
2023-01-19 19:50:42 +00:00
Patrik Oldsberg
2694cbba05
Merge pull request #15856 from sammbetts/patch-1
...
Update ADOPTERS.md
2023-01-19 19:30:52 +01:00
Damon Kaswell
3c1eae9324
Do not create new event route, rely on events backend instead
...
Signed-off-by: Damon Kaswell <damon.kaswell1@hp.com >
2023-01-19 08:44:30 -08:00
sammbetts
3918072621
Update ADOPTERS.md
...
Add OVO as an official adopter
Signed-off-by: sammbetts <80050322+sammbetts@users.noreply.github.com >
2023-01-19 16:07:59 +00:00
Damon Kaswell
00ad09b5b4
Merge branch 'master' of github.com:backstage/backstage into dekoding/deltas-in-incremental-providers
2023-01-19 07:55:46 -08:00
Fredrik Adelöw
d20742a349
Merge pull request #15847 from backstage/freben/migrate-backend
...
add a doc for migrating backends to the new backend system
2023-01-19 14:44:50 +01:00
Fredrik Adelöw
b8a04e4eee
nerf sections and add last plugins
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2023-01-19 14:12:20 +01:00
backstage-goalie[bot]
0df38c53dc
Merge pull request #15839 from backstage/renovate/swr-2.x-lockfile
...
chore(deps): update dependency swr to v2.0.1
2023-01-19 12:59:09 +00:00
Johan Haals
3000c362d8
Merge pull request #15826 from backstage/jhaals/migrate
...
docs: Add backend plugin migration guide
2023-01-19 13:43:00 +01:00
Fredrik Adelöw
1d742a3733
Update docs/backend-system/building-backends/08-migrating.md
...
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com >
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2023-01-19 13:41:34 +01:00
Morgan Bentell
65fec75fff
Merge pull request #15738 from alphahw/alphahw/15635
...
Fixed techdocs-cli package publish CLI command missing awsBucketRootPath option + having the gcsBucketRootPath option misconfigured
2023-01-19 13:38:32 +01:00
Ben Lambert
2ab10d97c6
Merge pull request #15849 from BartoszBlizniak/cloudsmith
...
update cloudsmith.yaml description
2023-01-19 13:27:45 +01:00
Fredrik Adelöw
4727161be9
more updates
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2023-01-19 13:19:06 +01:00
Morgan Bentell
40f77667c8
Merge pull request #15598 from gtestault/master
...
fix(techdocs): Fixes anchor bug in Techdocs reader
2023-01-19 12:21:49 +01:00
Morgan Bentell
355578d298
Merge pull request #15613 from dhhuynh2/20230106-s3-pathstyle-fix
...
s3ForcePathStyle no longer the correct name for techdocs S3 publisher
2023-01-19 12:18:19 +01:00
Bartosz Blizniak
c4e0520434
update cloudsmith plugin details
...
Signed-off-by: Bartosz Blizniak <bblizniak@cloudsmith.io >
2023-01-19 11:07:03 +00:00
Fredrik Adelöw
f3024f617d
Update docs/backend-system/building-backends/08-migrating.md
...
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com >
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2023-01-19 11:37:06 +01:00
Johan Haals
4d427c1575
Merge pull request #15749 from wayfair-contribs/smedeiros_add_lifecycle_initial_filter
...
Add initial filter prop for lifecycle picker
2023-01-19 11:23:43 +01:00
Fredrik Adelöw
7faad95666
add a doc for migrating backends to the new backend system
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2023-01-19 09:38:57 +01:00