Rogerio Angeliski
42ea7c2707
Merge branch 'master' into add-default-enviroment
2025-11-13 09:00:13 -03:00
Fredrik Adelöw
ca8368e882
some more small doc fixes
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2025-10-15 09:33:34 +02:00
Fredrik Adelöw
5e98e613b5
Fix a bunch of vale errors
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2025-10-13 20:40:59 +02:00
Rogerio Angeliski
bf15d2a2ac
docs: improve software template page
...
Signed-off-by: Rogerio Angeliski <angeliski@hotmail.com >
2025-10-09 10:38:04 -03:00
Patrik Oldsberg
a4add851a4
Merge pull request #31108 from backstage/docs-theming
...
Improving theming documentation
2025-10-07 20:57:55 +02:00
Marley
04530de989
Change target to targetRef in catalog customization
...
Signed-off-by: Marley Powell <marley.powell@exclaimer.com >
2025-10-06 15:20:45 +01:00
Marley
68412799e4
fix: JSON filter syntax in catalog-customization.md
...
Removed unnecessary braces from JSON filter example.
Signed-off-by: Marley <marleypowell9@gmail.com >
2025-09-26 08:03:15 +01:00
Patrik Oldsberg
4f176daa74
Merge pull request #31231 from drodil/catalog_config_tuning
...
fix(catalog): config for priority and enabled
2025-09-23 16:08:41 +02:00
Hellgren Heikki
e489661c82
fix(catalog): config for priority and enabled
...
Signed-off-by: Hellgren Heikki <heikki.hellgren@op.fi >
2025-09-23 16:10:56 +03:00
Fredrik Adelöw
6a42abe379
Merge pull request #31058 from AdityaK60/fix-microsite-warning
...
Fixed duplicate route warning for TechDocs Addons documentation in Do…
2025-09-22 22:40:52 +02:00
Hellgren Heikki
2bbd24f58f
feat(catalog): processor priority
...
This change enables the ordering of catalog processors by their priority,
allowing for more control over the catalog processing sequence.
The default priority is set to 20, and processors can be assigned a custom
priority to influence their execution order. Lower number indicates higher priority.
The priority can be set by implementing the `getPriority` method in the processor class
or by adding a `catalog.processors.<processorName>.priority` configuration
in the `app-config.yaml` file. The configuration takes precedence over the method.
closes #30963
Signed-off-by: Hellgren Heikki <heikki.hellgren@op.fi >
2025-09-16 14:46:01 +03:00
Matheus Almeida
cde70cabfd
module-elasticsearch: include custom document id to batch upload ( #30128 )
...
* include custom document id to elasticsearch batch upload
---------
Signed-off-by: Matheus Almeida <matheusjv14@gmail.com >
2025-09-15 11:16:24 -04:00
Charles de Dreuille
a757d4e276
Merge branch 'master' into docs-theming
2025-09-15 12:39:26 +01:00
Aditya Kumar
a4d3260567
Update addons--new.md
...
Signed-off-by: Aditya Kumar <136452216+AdityaK60@users.noreply.github.com >
2025-09-15 15:11:43 +05:30
Aditya Kumar
7a40a90c64
Update addons.md
...
Signed-off-by: Aditya Kumar <136452216+AdityaK60@users.noreply.github.com >
2025-09-15 15:10:38 +05:30
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
Charles de Dreuille
4d2816dbe9
First pass improving theming docs
...
Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com >
2025-09-10 13:54:15 +01:00
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
Aditya Kumar
01bf98c778
Fixed duplicate route warning for TechDocs Addons documentation in Docusaurus
...
Signed-off-by: Aditya Kumar <aditya.kumar60@infosys.com >
2025-09-04 14:40:48 +05:30
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
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
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
2ff5d5e804
Merge pull request #30915 from backstage/blam/refactor-buiklder
...
`kubernetes-backend`: Added the ability to get access to default implementations in extension points
2025-08-19 10:15:31 +02:00
benjdlambert
0ad6b068bf
chore: whoops last bit of docxs
...
Signed-off-by: benjdlambert <ben@blam.sh >
2025-08-19 09:42:11 +02:00
benjdlambert
85e6fa20a7
chore: update docs and fix naming
...
Signed-off-by: benjdlambert <ben@blam.sh >
2025-08-19 09:40:21 +02:00
Fredrik Adelöw
5707324fd5
Merge pull request #30909 from Vasil-Shaikh/vshaikh/docs-update
...
docs(scaffolder): fix outdated CLI docs for backend-plugin-module
2025-08-19 09:23:17 +02:00
Vasil Shaikh
e1d41e4519
docs(scaffolder): fix outdated CLI docs for backend-plugin-module
...
Signed-off-by: Vasil Shaikh <vasilshaikh24@gmail.com >
2025-08-17 03:11:25 +05:30
Hellgren Heikki
e663767c31
docs: add technical notes for catalog documentation
...
Signed-off-by: Hellgren Heikki <heikki.hellgren@op.fi >
2025-08-15 08:11:44 +03:00
Fredrik Adelöw
cdc0fa00d0
Merge pull request #30767 from deepthi-28/write_template
...
Minor documentation changes
2025-08-05 14:17:08 +02:00
Deepthi Ajith
aa3baabc61
Minor documentation changes
...
Signed-off-by: Deepthi Ajith <deepthi.ajith@infosys.com >
2025-08-05 15:54:50 +05:30
Jonas Mai
c118dcda83
docs(techdocs): Azure Storage Account Auth Guide Update ( #30304 )
...
* Azure Storage Account Auth Guide Update
Describe how any method supported by `DefaultAzureCredential ` can be used to authenticate.
Signed-off-by: Jonas Mai <hubwoop@users.noreply.github.com >
* Update using-cloud-storage.md
Signed-off-by: Jonas Mai <hubwoop@users.noreply.github.com >
* Replace VMs with Virtual Machines
As recommended by code-review
Co-authored-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com >
Signed-off-by: Jonas Mai <hubwoop@users.noreply.github.com >
---------
Signed-off-by: Jonas Mai <hubwoop@users.noreply.github.com >
Co-authored-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com >
2025-07-28 13:52:47 -04:00
Nick Hudkins
cb0541f294
feat(sanitizer): add support for allowlisting additional URI protocols
...
Signed-off-by: Nick Hudkins <nick@nickhudkins.com >
2025-07-21 13:23:32 -04:00
copilot-swe-agent[bot]
2f940b0aec
Address review feedback: simplify warning text and revert migration/custom action docs
...
Co-authored-by: Rugvip <4984472+Rugvip@users.noreply.github.com >
2025-07-16 17:46:02 +00:00
copilot-swe-agent[bot]
ad56ea9417
Replace non-camelCase task IDs with camelCase equivalents
...
Co-authored-by: Rugvip <4984472+Rugvip@users.noreply.github.com >
2025-07-16 16:52:15 +00:00
copilot-swe-agent[bot]
1372ccfc0f
Add prominent warnings about kebab-case action IDs causing NaN in scaffolder templates
2025-07-16 15:57:09 +00:00
Matt Benson
4e0b5fa14f
templating extensions doc tweaks
...
Signed-off-by: Matt Benson <gudnabrsam@gmail.com >
2025-07-09 11:25:21 -05:00
Ben Lambert
d95621b1ee
Merge pull request #29202 from 04kash/scaffolder-task-granular-permissions
...
Scaffolder task granular permissions
2025-07-08 12:54:43 +02:00
Ross Sullivan
f78a03b57b
docs(search): Fixed incorrect ElasticSearch query config ( #30436 )
...
Signed-off-by: Ross Sullivan <ross.sullivan@paypay-corp.co.jp >
2025-07-07 09:27:48 -04:00
gaelgoth
c4a0830215
Remove 'allowedHosts' from Publish action input in template files
...
Signed-off-by: gaelgoth <gothuey.gael@gmail.com >
2025-07-04 07:58:40 +02:00
Łukasz Jernaś
3772e0c735
docs(scaffolder): Remove old JSON schema version from custom action
...
Signed-off-by: Łukasz Jernaś <lukasz.jernas@allegro.com >
2025-06-21 21:19:11 +02:00
Kashish Mittal
ea4bdfa48e
rename hasCreatedBy to isTaskOwner
...
Signed-off-by: Kashish Mittal <kmittal@redhat.com >
2025-06-18 16:25:06 -04:00
Kashish Mittal
fe85d897d5
Remove hasTemplateEntityRefs and only keep hasCreatedBy
...
Signed-off-by: Kashish Mittal <kmittal@redhat.com >
2025-06-18 16:19:53 -04:00
Kashish Mittal
c359d72cc2
update docs based on review comments
...
Signed-off-by: Kashish Mittal <kmittal@redhat.com >
2025-06-18 16:19:11 -04:00
Kashish Mittal
bc3161292c
modify docs related to scaffolder task permissions
...
Signed-off-by: Kashish Mittal <kmittal@redhat.com >
2025-06-18 16:19:11 -04:00
Andre Wanlin
f7e7469944
Merge pull request #29899 from awanlin/docs/remove-prettier-ignore-comment
...
Removed unneeded `# prettier-ignore` comment in docs and blog files
2025-06-11 08:50:59 -05:00
Ben Lambert
2e6cb0c6ae
Merge pull request #30158 from jscheffner/k8s-rbac-docs
...
docs(kubernetes): add pods/log resource to rbac example
2025-06-10 15:29:41 +02:00
Ben Lambert
a734060c28
Merge pull request #30119 from dzemanov/template-secrets-in-each
...
fix(scaffolder-backend): use secrets within `each` step
2025-06-10 15:27:25 +02:00
Andre Wanlin
b5545900a4
Initial removal
...
Signed-off-by: Andre Wanlin <awanlin@spotify.com >
2025-06-06 13:14:54 -05:00
jscheffner
f16fa14047
docs(kubernetes): add pods/log resource to rbac example
...
The resource is needed to view the logs in backstage.
Signed-off-by: jscheffner <jscheffner@users.noreply.github.com >
2025-06-05 15:12:37 +02:00