Costas Drogos
66158754b4
Add changeset
...
Signed-off-by: Costas Drogos <costas.drogos@gmail.com >
2023-01-25 12:24:45 +01:00
Costas Drogos
ea0f19229a
GithubDiscoveryProcessor: allow filtering on forks
...
Forks of repositories containing a catalog yml, might override discovery for
the upstream repository, if both are discovered.
This might not be desired in environments working extensively with forks, as it
can create a lot of confusion and potentially, breakage if fork and upstream end
up with different versions of the catalog yaml.
This changeset provides a way to enable or disable evaluating forked repositories
via Github's API `isFork` attribute.
In detail, this changeset introduces a new config option, namely `allowForks`
(boolean, defaulting to true) and the underlying logic, that will exclude any
forked repository from the list of repositories to be discovered, when set to false.
Signed-off-by: Costas Drogos <costas.drogos@gmail.com >
2023-01-25 12:14:47 +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
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
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
Patrik Oldsberg
3616170665
Merge pull request #15842 from JanCVanB/patch-1
...
Fix a file path and a syntax error
2023-01-19 09:16:58 +01:00
Jan Van Bruggen
e96e0a6511
Fix a file path and a syntax error
...
This file path seems outdated, or a typo. This syntax error is certainly a typo.
Signed-off-by: Jan Van Bruggen <JanCVanB@users.noreply.github.com >
2023-01-18 23:23:00 -07:00
renovate[bot]
856d99b2d0
chore(deps): update dependency swr to v2.0.1
...
Signed-off-by: Renovate Bot <bot@renovateapp.com >
2023-01-18 20:00:08 +00:00
backstage-goalie[bot]
49ea9cf086
Merge pull request #15776 from backstage/renovate/uiw-react-codemirror-4.x-lockfile
...
Update dependency @uiw/react-codemirror to v4.19.7
2023-01-18 14:56:33 +00:00
Himanshu Mishra
c91ad7c9bd
Merge pull request #15814 from niallthomson/codesuite-plugin
...
Add AWS CodeSuite to plugin marketplace
2023-01-18 20:02:00 +05:30
Johan Haals
22b8eee8b7
tweak docs
...
Signed-off-by: Johan Haals <johan.haals@gmail.com >
2023-01-18 15:18:44 +01:00
renovate[bot]
65e33b2432
fix(deps): update dependency @uiw/react-codemirror to v4.19.6
...
Signed-off-by: Renovate Bot <bot@renovateapp.com >
2023-01-18 15:04:58 +01:00
Johan Haals
8922d52ee6
Update docs/backend-system/building-plugins-and-modules/08-migrating.md
...
Signed-off-by: Johan Haals <johan.haals@gmail.com >
Co-authored-by: Fredrik Adelöw <freben@gmail.com >
Signed-off-by: Johan Haals <johan@haals.se >
2023-01-18 14:59:25 +01:00
Johan Haals
313e441e95
Update docs/backend-system/building-plugins-and-modules/08-migrating.md
...
Signed-off-by: Johan Haals <johan.haals@gmail.com >
Co-authored-by: Fredrik Adelöw <freben@gmail.com >
Signed-off-by: Johan Haals <johan@haals.se >
2023-01-18 14:58:52 +01:00
Johan Haals
e2c751d04d
Update docs/backend-system/building-plugins-and-modules/08-migrating.md
...
Signed-off-by: Johan Haals <johan.haals@gmail.com >
Co-authored-by: Fredrik Adelöw <freben@gmail.com >
Signed-off-by: Johan Haals <johan@haals.se >
2023-01-18 14:58:38 +01:00
Johan Haals
82146882a2
Update docs/backend-system/building-plugins-and-modules/08-migrating.md
...
Signed-off-by: Johan Haals <johan.haals@gmail.com >
Co-authored-by: Fredrik Adelöw <freben@gmail.com >
Signed-off-by: Johan Haals <johan@haals.se >
2023-01-18 14:58:15 +01:00
Johan Haals
9be9ad859b
Update docs/backend-system/building-plugins-and-modules/08-migrating.md
...
Signed-off-by: Johan Haals <johan.haals@gmail.com >
Co-authored-by: Fredrik Adelöw <freben@gmail.com >
Signed-off-by: Johan Haals <johan@haals.se >
2023-01-18 14:57:53 +01:00
Johan Haals
aa854bed44
Update docs/backend-system/building-plugins-and-modules/08-migrating.md
...
Signed-off-by: Johan Haals <johan.haals@gmail.com >
Co-authored-by: Fredrik Adelöw <freben@gmail.com >
Signed-off-by: Johan Haals <johan@haals.se >
2023-01-18 14:57:41 +01:00