Commit Graph

6164 Commits

Author SHA1 Message Date
Andre Wanlin f02ba03ec6 Merge pull request #31001 from mathieu-benoit/patch-2
docs: Update docker.md - `node:20` --> `node:22` for base images
2025-09-12 07:40:01 -05:00
Fredrik Adelöw 99bd91dcf7 Update docs/permissions/custom-rules.md
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2025-09-12 14:10:19 +02:00
chonpisitkong01 31ef3f023c fix: correct import path for catalogPermissionRules.ts
Update incorrect file path reference in catalogPermissionRules.ts import statement.

Signed-off-by: chonpisitkong01 <112919164+chonpisitkong01@users.noreply.github.com>
2025-09-12 17:30:14 +07:00
Hayato Kihara d03010ec9b docs: Add missing TOC entries to TechDocs FAQ (#30900)
Signed-off-by: Hayato Kihara <kai.21banana@gmail.com>
2025-09-10 14:23:23 -04:00
Fredrik Adelöw 933a982c12 Merge pull request #30984 from Frueber/tech-docs/external-tech-docs-redirect/add-handling-tests-and-documentation 2025-09-10 19:24:28 +02:00
Patrik Oldsberg 31ac2b9d0d Merge pull request #29470 from ioboi/auth-backend-module-openshift-provider
Init auth-backend-module-openshift-provider [ContribFest]
2025-09-09 20:45:37 +02:00
github-actions[bot] 020d484ac4 Version Packages (next) 2025-09-09 15:00:36 +00:00
JeevaRamanathan 4b77a0ad1d Merge branch 'master' into patch-3
Signed-off-by: JeevaRamanathan <64531160+JeevaRamanathan@users.noreply.github.com>
2025-09-09 17:22:23 +05:30
Andre Wanlin 1d15f6b01b Removed references to Lerna as it's not used
Signed-off-by: Andre Wanlin <awanlin@spotify.com>
2025-09-09 11:37:03 +02:00
Shijun Wang 4eda590b6a add logic to construct namespace from provided namespace and plugin id
Signed-off-by: Shijun Wang <shijun@unity3d.com>
2025-09-08 13:26:12 +03:00
Patrik Oldsberg 6135c091ed Merge pull request #30722 from drodil/env_config_files
feat(config): allow specifying env specific config files
2025-09-08 09:11:38 +02:00
Hellgren Heikki 5798d2566f chore: change to BACKSTAGE_ENV
as per review

Signed-off-by: Hellgren Heikki <heikki.hellgren@op.fi>
2025-09-08 08:48:53 +03:00
JeevaRamanathan aca3cab2cc Improve readability in getting-started documentation
Signed-off-by: JeevaRamanathan <64531160+JeevaRamanathan@users.noreply.github.com>
2025-09-07 19:06:05 +05:30
Owen Shartle 169ae728b8 Moving the TechDocs entity annotation FAQ entry.
Signed-off-by: Owen Shartle <timeloveinvent+github@gmail.com>
2025-09-06 21:23:00 -04:00
Fredrik Adelöw 2e6edef5a0 Merge pull request #31048 from AdityaK60/Fix_broken_link
Fixed a broken link
2025-09-03 13:38:56 +02:00
Vincenzo Scamporlino bbc8be15d9 Merge pull request #31003 from kurtaking/patch-1
Add /alpha to example docs for ActionsRegistryService
2025-09-03 11:25:01 +02:00
Aditya Kumar 676b704db2 Fixed a broken link
Signed-off-by: Aditya Kumar <aditya.kumar60@infosys.com>
2025-09-03 13:37:26 +05:30
Aditya Kumar ba9e598c64 Fixed a broken link
Signed-off-by: Aditya Kumar <aditya.kumar60@infosys.com>
2025-09-03 11:46:21 +05:30
github-actions[bot] ac48eeb3ba Version Packages (next) 2025-09-02 12:17:03 +00:00
Yannik Daellenbach 1845e57a3d Describe Kubernetes plugin integration as use case
Signed-off-by: Yannik Daellenbach <git@daellenbach.org>
2025-09-02 14:08:17 +02:00
Yannik Daellenbach 0173a3d14c Document sessionDuration
Signed-off-by: Yannik Daellenbach <yannik@daellenbach.org>
2025-09-02 14:08:17 +02:00
Christoph Raaflaub f80b2f765a Add openshift-provider backend module documentation
Signed-off-by: Christoph Raaflaub <raaflaub@puzzle.ch>
2025-09-02 14:08:17 +02:00
Fredrik Adelöw d791dd7d27 relax the wording around namespaces a bit
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2025-09-02 11:08:03 +02:00
Fredrik Adelöw 88ad818c01 Merge pull request #31032 from secustor/docs/fix-diff-for-migration-guide
docs: fix diff for building apps guide
2025-09-01 14:24:20 +02:00
Fredrik Adelöw 66ee6e2a33 Merge pull request #29887 from benjidotsh/catalog/github-app-discovery
feat(catalog): implement discovery by GitHub app
2025-09-01 12:42:20 +02:00
secustor cc1c6f98b6 docs: fix diff for building apps guide
Signed-off-by: secustor <sebastian@poxhofer.at>
2025-08-31 22:47:33 +02:00
Vincenzo Scamporlino 3585c591b8 Merge pull request #30552 from schultzp2020/add-logger-docs
docs: clarify log level
2025-08-29 12:31:11 +02:00
Kurt King f2d3a2c4da Change import path for ActionsRegistryService
Signed-off-by: Kurt King <kurtaking@gmail.com>
2025-08-27 20:47:59 -06:00
Mathieu Benoit 6dbf53531f docs: Update docker.md - node:20 --> node:22 for base images
Signed-off-by: Mathieu Benoit <mathieu-benoit@hotmail.fr>
2025-08-27 13:17:25 -04:00
Owen Shartle a0b604cb6a Adding handling which checks if the current entity (the catalog entity being loaded) has an annotation for an external entity's TechDocs. If it does then we will redirect there rather than allowing a 404 (mic drop). This helps keep older URLs routing to the updated locations.
Adding changesets.
Adding test coverage for external TechDocs entitiy redirect.

Signed-off-by: Owen Shartle <timeloveinvent+github@gmail.com>
2025-08-25 15:39:29 -04:00
github-actions[bot] 9c441f9a78 Version Packages (next) 2025-08-25 15:09:39 +00:00
Benjamin Janssens 198d170443 Merge branch 'master' into catalog/github-app-discovery 2025-08-25 16:10:30 +02:00
Fredrik Adelöw 500ac74691 Merge pull request #30971 from backstage/freben/depr-ex
deprecate explore collator
2025-08-25 12:09:15 +02:00
Fredrik Adelöw e60b871986 Merge pull request #30394 from 04kash/tutorial/adding-events
Add Docs on Integrating Event-Driven Updates with Entity Providers
2025-08-25 09:37:43 +02:00
Fredrik Adelöw 9a93520746 deprecate explore collator
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2025-08-22 16:47:50 +02:00
Ben Lambert 92472d5317 Update docs/frontend-system/index.md
Co-authored-by: Peter Macdonald <peterm4c@pm.me>
Signed-off-by: Ben Lambert <ben@blam.sh>
2025-08-21 15:12:33 +02:00
Camila Belo 7ecdb62400 docs: update nfs status
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2025-08-21 14:48:31 +02:00
Camila Belo 70f2331e2d docs: fix migrating app examples
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2025-08-20 11:59:16 +02:00
benjdlambert c21b9412c4 chore: add release notes for 1.42.0
Signed-off-by: benjdlambert <ben@blam.sh>

Signed-off-by: benjdlambert <ben@blam.sh>
2025-08-19 16:27:45 +02:00
Kashish Mittal 71a085dcea address review comments
Signed-off-by: Kashish Mittal <kmittal@redhat.com>
2025-08-19 10:07:09 -04:00
github-actions[bot] b93a3471c2 Version Packages 2025-08-19 13:01:39 +00:00
benjdlambert 536b76f405 chore: clenaup docs again
Signed-off-by: benjdlambert <ben@blam.sh>
2025-08-19 14:15:06 +02:00
Fredrik Adelöw d4e20014a3 Merge pull request #30743 from veenarm/feat-infinispan-cache-2
(feat) Add Infinispan as a new backend cache store
2025-08-19 13:40:39 +02:00
Camila Belo ac70f769e2 refactor: fix vale errors
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2025-08-19 11:12:29 +02:00
Camila Belo 06a0db26ba refactor: apply review suggestions
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2025-08-19 11:12:29 +02:00
Camila Belo 90541a8195 refactor: restructure the application migration guide
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2025-08-19 11:12:25 +02:00
Ben Lambert 1f87b6672c Merge pull request #30926 from backstage/blam/docs/nfs/troubkle
`docs(nfs):` add a note about `Route` error
2025-08-19 11:08:10 +02:00
Fredrik Adelöw 1aec3d5df5 Merge pull request #29370 from vaceal/master
added support for multiple group patterns instead of a single one
2025-08-19 11:05:02 +02:00
benjdlambert 400089ddc2 chore: small migration
Signed-off-by: benjdlambert <ben@blam.sh>
2025-08-19 10:53:18 +02:00
Patrik Oldsberg 2be02783f2 Merge pull request #30903 from backstage/rugvip/errors
backend-test-utils: add mock implementation for scheduler service
2025-08-19 10:22:40 +02:00