Commit Graph

5594 Commits

Author SHA1 Message Date
John Philip 47e429861d Merge pull request #27853 from autodesk-forks/nikolarAutodesk/makeTechDocsCustomizable
[plugin-techdocs] Add props to increase flexibility and reusability
2025-01-20 03:25:59 -05:00
Florian Bauer ac0e1acf78 Kubernetes: add option to fetch additional objectTypes which are not present in DEFAULT_OBJECTS (#28150)
* Fixed lack of secrets

Signed-off-by: Florian Fl Bauer <florian.fl.bauer@deutschebahn.com>

* add tests

Signed-off-by: Florian Fl Bauer <florian.fl.bauer@deutschebahn.com>

* remove log

Signed-off-by: Florian Fl Bauer <florian.fl.bauer@deutschebahn.com>

---------

Signed-off-by: Florian Fl Bauer <florian.fl.bauer@deutschebahn.com>
2025-01-17 08:15:39 -05:00
Fredrik Adelöw 24ea7782fd Merge pull request #28529 from backstage/freben/proxy-doc
update the corp proxy doc too
2025-01-16 17:00:04 +01:00
Fredrik Adelöw 656baf0120 update the corp proxy doc too
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2025-01-16 15:42:14 +01:00
Patrik Oldsberg e57fd0c63d Merge pull request #28308 from backstage/rugvip/modules
cli: add support for native ESM in Node.js packages
2025-01-16 14:07:54 +01:00
Patrik Oldsberg c09845bb4e Apply suggestions from code review
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2025-01-15 17:38:56 +01:00
Ruslan Gaiazov 5be3fc3ab0 Update 04-authorizing-access-to-paginated-data.md
added info section as other pages in this section have

Signed-off-by: Ruslan Gaiazov <44463016+freeyoungstrong@users.noreply.github.com>
2025-01-15 17:30:11 +01:00
Patrik Oldsberg 116cd46adc Merge pull request #28400 from backstage/rugvip/permission-integrations
permissions: add new PermissionIntegrationsService
2025-01-15 10:17:27 +01:00
Laimis Juzeliūnas 8de3d2d53d feat(techdocs): add support for AWS S3 retries in publisher (#28446)
This change is to allow a configurable retry in Backstage TechDocs AWS S3 publisher.

It introduces a new possible option for techdocs-cli publish called --awsMaxAttempts. This configuration when specified as a number translates to maxAttempts that is compatible with aws-sdk/client-s3 (JavaScript v3) S3Client class. The change will not break existing configuration setups - maxAttempts is optional and fallbacks to already existing defaults if not specified.

Signed-off-by: Laimis Juzeliūnas <asnelaimis@gmail.com>
2025-01-14 13:15:16 -05:00
Patrik Oldsberg f0faf9606a Merge pull request #28469 from backstage/rugvip/notes
docs/releases: add 1.35
2025-01-14 14:26:18 +01:00
Patrik Oldsberg df0891d1d9 docs/releases: add 1.35
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2025-01-14 13:35:01 +01:00
github-actions[bot] 43f666371b Version Packages 2025-01-14 12:23:31 +00:00
Fredrik Adelöw 28705fb8f6 Merge pull request #28460 from abhipsnl/master
fix(doc): issues #17189 adds missing read_api scope
2025-01-14 13:18:07 +01:00
Ben Lambert 1c736c581f Merge pull request #28450 from AmbrishRamachandiran/configuration-docs
Updated docs of Kubernetes configuration docs
2025-01-14 09:52:06 +01:00
Ben Lambert b37d519bf8 Merge pull request #28370 from AmbrishRamachandiran/observability-docs
Updated observability docs
2025-01-14 08:45:34 +01:00
Ben Lambert b4ec0b69ab Merge pull request #28371 from AmbrishRamachandiran/conf
Updated docs of backstage conf
2025-01-14 08:45:11 +01:00
Ben Lambert fa1898fd36 Merge pull request #28373 from AmbrishRamachandiran/linking-local-packages-docs
Updated info in the linking local packages docs
2025-01-14 08:44:42 +01:00
Ben Lambert 2da724f3c9 Merge pull request #28419 from AmbrishRamachandiran/release-version-policy
Updated docs of versioning policy
2025-01-14 08:40:41 +01:00
Ben Lambert c3baacf11c Merge pull request #27257 from mbenson/proxy-extension
Add proxyEndpointsExtensionPoint
2025-01-14 08:30:46 +01:00
Abhishek Sharma 96e0d4d5ca fix(doc): issues #17189 adds missing read_api scope
Signed-off-by: Abhishek Sharma <abhipsnl@gmail.com>
2025-01-14 10:22:19 +03:00
Ben Lambert 4c0a674aef Update docs/plugins/proxying.md
Co-authored-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
Signed-off-by: Ben Lambert <ben@blam.sh>
Signed-off-by: blam <ben@blam.sh>
2025-01-14 07:52:36 +01:00
nikolar 7dcbc669b7 clarify howtoguide
Signed-off-by: nikolar <reyna.nikolayev@autodesk.com>
2025-01-13 11:25:11 -08:00
AmbrishRamachandiran 5120b3482a Updated docs of kubernetes configuration docs
Signed-off-by: AmbrishRamachandiran <ambrish.r@infosys.com>
2025-01-13 16:04:53 +05:30
AmbrishRamachandiran 9ab26f3cc5 Updated docs of k8s
Signed-off-by: AmbrishRamachandiran <ambrish.r@infosys.com>
2025-01-13 10:50:54 +05:30
Patrik Oldsberg cf6bd48cab permissions: rename permissionIntegrations to permissionsRegistry
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2025-01-10 10:06:10 +01:00
Patrik Oldsberg dfe6e29c0c docs/backend/core-services/permissionIntegrations: add migration guide
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2025-01-10 10:06:10 +01:00
Patrik Oldsberg 7fa644144c docs/backend-system/core-services: add permissionIntegrations
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2025-01-10 10:06:10 +01:00
Patrik Oldsberg 521dedd6ea docs/permissions: update to use new integrations service
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2025-01-10 10:06:10 +01:00
AmbrishRamachandiran 98ec416048 Updated docs of versioning policy
Signed-off-by: AmbrishRamachandiran <ambrish.r@infosys.com>
2025-01-09 12:31:02 +05:30
Andre Wanlin ac99c24135 Merge pull request #27340 from darylgraham/27239-azure-ad-transformer-doc
End to end Transformer Example for Azure AD Org Provider
2025-01-07 09:36:18 -06:00
github-actions[bot] 0980e400a0 Version Packages (next) 2025-01-07 15:04:17 +00:00
Ben Lambert a8140d60f6 Merge pull request #28240 from awanlin/docs/remove-writing-actions-new
[Docs] Removed `new` from `addActions` call
2025-01-07 15:58:37 +01:00
AmbrishRamachandiran f96a41dae5 Updated info in the linking local packages docs
Signed-off-by: AmbrishRamachandiran <ambrish.r@infosys.com>
2025-01-06 14:37:22 +05:30
AmbrishRamachandiran 85a95f65a1 Updated docs of writing-conf
Signed-off-by: AmbrishRamachandiran <ambrish.r@infosys.com>
2025-01-06 11:09:22 +05:30
AmbrishRamachandiran 6affa12249 Updated docs of backstage conf
Signed-off-by: AmbrishRamachandiran <ambrish.r@infosys.com>
2025-01-06 11:00:54 +05:30
AmbrishRamachandiran 0cea9bfdf5 Updated observability docs
Signed-off-by: AmbrishRamachandiran <ambrish.r@infosys.com>
2025-01-06 10:55:00 +05:30
Matt Benson 11b001cf4d Add proxyEndpointsExtensionPoint
Signed-off-by: Matt Benson <gudnabrsam@gmail.com>
2025-01-03 09:38:19 -06:00
github-actions[bot] c31289fe06 Version Packages (next) 2024-12-31 14:00:13 +00:00
Ben Lambert bc5bb87fa5 Merge pull request #28193 from jsantos-napster/support/update_envvar
🧹 Update environment variable name in kubernetes deployment docs
2024-12-31 13:51:12 +01:00
Ben Lambert f8983c3841 Merge pull request #28265 from StateFarmIns/fix-issue-28139
Provide additional information regarding proxy settings for the backstage yarn plugin
2024-12-31 13:39:29 +01:00
immanchand f258ec1b12 Update index.md
Fixed grammatical errors

Signed-off-by: immanchand <53471578+immanchand@users.noreply.github.com>
2024-12-31 00:17:43 -08:00
darylgraham 5e282bc537 codefence title added instead of a comment inside the block
Signed-off-by: darylgraham <daryl.graham@gmail.com>
2024-12-27 12:04:05 +00:00
darylgraham 22da1177ff Update custom transformers with logic to explain why we would make the change
Signed-off-by: darylgraham <daryl.graham@gmail.com>
2024-12-27 12:04:05 +00:00
Daryl Graham 0ede7cc8fc Apply suggestions from code review
Co-authored-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
Signed-off-by: Daryl Graham <daryl.graham@gmail.com>
Signed-off-by: darylgraham <daryl.graham@gmail.com>
2024-12-27 12:04:05 +00:00
Daryl Graham b84fde2cc5 Update docs/integrations/azure/org.md
Co-authored-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
Signed-off-by: Daryl Graham <daryl.graham@gmail.com>
Signed-off-by: darylgraham <daryl.graham@gmail.com>
2024-12-27 12:04:05 +00:00
darylgraham 95491d2fa4 Extend Azure Org custom transformer docs to be more end-to-end
Signed-off-by: darylgraham <daryl.graham@gmail.com>
2024-12-27 12:04:05 +00:00
Patrik Oldsberg c1775a1b3c document need to run ESM tests with --experimental-vm-modules
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-12-26 21:35:40 +01:00
Patrik Oldsberg deee6d584d docs/tooling/cli: initial ESM docs
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-12-26 21:29:05 +01:00
Fredrik Adelöw 768e84d5e9 Merge pull request #28303 from pguppy/docs/vscode-debug
docs(vscode): update vscode debugger instructions for backend
2024-12-25 10:04:37 +01:00
Patrick Guppy afba634e9b docs(vscode): update vscode debugger instructions for backend
Signed-off-by: Patrick Guppy <patrickguppy1@gmail.com>
2024-12-25 13:00:34 +08:00