Gabriel Zvonček
84db0f7911
Update extending the model docs with correct imports and add getProcessorName function
...
Signed-off-by: Gabriel Zvonček <gabriel.zvoncek@gmail.com >
2023-06-14 08:50:42 +02:00
github-actions[bot]
320ed50274
Version Packages (next)
2023-06-13 19:37:24 +00:00
Philipp Hugenroth
788145307a
Align Auth Provider Sidebar in docs with available Providers
...
Signed-off-by: Philipp Hugenroth <philipph@spotify.com >
2023-06-13 14:39:20 +02:00
Fredrik Adelöw
fcecaaf884
Merge pull request #18177 from alexef/patch-1
...
Update discovery.md
2023-06-11 10:40:56 +02:00
Djam
11f48e68fa
Merge pull request #17822 from backstage/djam/deploy-docs
...
docs: add docs about Backstage Deploy
2023-06-09 01:49:26 +02:00
Alex Eftimie
f9f9123428
Update discovery.md
...
Signed-off-by: Alex Eftimie <alex.eftimie@getyourguide.com >
2023-06-08 21:41:16 +02:00
Fredrik Adelöw
4ec5001da8
Merge pull request #18147 from adamdmharvey/adamdmharvey/cli-docs
...
chore(docs): Refresh CLI command details
2023-06-08 14:20:46 +02:00
Fredrik Adelöw
d6876e7392
Merge pull request #17516 from aochsner/feature/github-deployments
...
add github:environment:create and github:deployKey:create
2023-06-08 13:45:05 +02:00
Patrik Oldsberg
705f31bb01
Update docs/deployment/backstage-deploy/aws.md
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2023-06-07 14:23:54 +02:00
djamaile
e939b298a5
chore: rewrite app-config instructrions
...
Signed-off-by: djamaile <rdjamaile@gmail.com >
2023-06-07 14:23:53 +02:00
djamaile
124ab2fd47
chore: address feedback
...
Signed-off-by: djamaile <rdjamaile@gmail.com >
2023-06-07 14:23:53 +02:00
Djam
60f31ee9ea
Update docs/deployment/backstage-deploy/aws.md
...
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com >
Signed-off-by: Djam <rdjamaile@gmail.com >
2023-06-07 14:23:53 +02:00
djamaile
ff7fe9abdd
fix: add words to vale
...
Signed-off-by: djamaile <rdjamaile@gmail.com >
2023-06-07 14:23:53 +02:00
djamaile
c7f2097f37
docs: add docs about Backstage Deploy
...
Signed-off-by: djamaile <rdjamaile@gmail.com >
2023-06-07 14:23:52 +02:00
Adam Harvey
7f2edfa6f0
chore(docs): Refresh CLI command details
...
Signed-off-by: Adam Harvey <adaharve@cisco.com >
2023-06-06 10:00:14 -04:00
github-actions[bot]
e37573d60e
Version Packages (next)
2023-06-06 12:59:05 +00:00
Andrew Ochsner
1948845861
add github:environment:create and github:deployKey:create
...
Signed-off-by: Andrew Ochsner <andrew.ochsner@cognizant.com >
2023-06-02 10:04:07 -05:00
Fredrik Adelöw
2a7bca7c70
update entity ref docs to remove illegal usages
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2023-06-02 16:29:15 +02:00
Johan Haals
53baa25a78
Merge pull request #18047 from backstage/docs/git-archive-export-ignore
...
[Documentation] Note URL Reader `export-ignore` limitations
2023-06-02 10:14:30 +02:00
Eric Peterson
43dc492bc4
Document URL Reader export-ignore limitations
...
Signed-off-by: Eric Peterson <ericpeterson@spotify.com >
2023-05-31 18:48:17 +02:00
Patrik Oldsberg
73537f9cff
Merge pull request #17057 from alexmanno/feat/gitlab-skip-forked-projects
...
feat(catalog-backend-module-gitlab): Added option to skip forked repos
2023-05-31 17:33:09 +02:00
github-actions[bot]
a8634a9634
Version Packages (next)
2023-05-30 13:52:00 +00:00
Fredrik Adelöw
3923666672
update the 'What technology does Backstage use' section
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2023-05-30 10:27:07 +02:00
Morgan Bentell
86b195a3cd
Merge pull request #17651 from adamdmharvey/adamdmharvey/techdocs-docs
...
chore(docs): Improve wording on TechDocs how to page
2023-05-30 10:05:33 +02:00
Fredrik Adelöw
4265bb1e8e
Merge pull request #17722 from aochsner/feature/scaffolder-github-variables-secrets
...
Add Repository Variables and Secrets
2023-05-30 09:32:06 +02:00
Ben Lambert
47c974e22b
Merge pull request #17780 from XpiritBV/support-azdo-identities
...
feat(azure): support service principals and managed identities
2023-05-29 12:44:15 +02:00
Emma Indal
82cc463ced
update home documentation code examples
...
Signed-off-by: Emma Indal <emma.indahl@gmail.com >
2023-05-26 10:11:20 +02:00
Fredrik Adelöw
7b9c0fff37
Merge pull request #17927 from mikebryant/m/fix-org-integration-docs
...
docs: Fix example to not produce validation errors
2023-05-25 12:08:36 +02:00
Sander Aernouts
c7f848bcea
feat(azure): support service principals and managed identities
...
Signed-off-by: Sander Aernouts <sander.aernouts@gmail.com >
2023-05-25 09:08:13 +02:00
Andrew Ochsner
03bd3fed1c
update doco w/ github token/app permissions
...
Signed-off-by: Andrew Ochsner <andrew.ochsner@cognizant.com >
2023-05-24 12:13:44 -05:00
Mike Bryant
96d9aee0a9
docs: Fix example to not produce validation errors
...
The previous approach generated the following error when a user has no emails
```
Processor BuiltinKindsEntityProcessor threw an error while validating the entity user:default/user; caused by TypeError: /spec/profile/email must NOT have fewer than 1 characters - limit: 1
```
Signed-off-by: Mike Bryant <mike.bryant@mettle.co.uk >
2023-05-24 17:41:49 +01:00
github-actions[bot]
75a1c93784
Version Packages (next)
2023-05-23 15:25:13 +00:00
Philipp Hugenroth
05169a796d
Fix lint factory & changeset
...
Signed-off-by: Philipp Hugenroth <philipph@spotify.com >
2023-05-23 16:11:14 +02:00
Fredrik Adelöw
661734ae75
Merge pull request #17836 from sergeyshevch/docs/update-plugin-installation-commands
...
docs: Update plugin installation commands
2023-05-22 14:40:04 +02:00
Fredrik Adelöw
20a2bbb831
Merge pull request #17002 from waldirmontoya25/master
...
Starting User Guide to define the Catalog Graph
2023-05-22 13:04:51 +02:00
Sergey Shevchenko
56575be2a2
docs: Add notes about backstage root dir
...
Signed-off-by: Sergey Shevchenko <sergeyshevchdevelop@gmail.com >
2023-05-18 10:58:17 +03:00
Fredrik Adelöw
f3ad41e63d
Merge pull request #17830 from backstage/freben/app.prefix
...
adjust change logs to show enableExperimentalRedirectFlow at root
2023-05-17 15:35:11 +02:00
Ben Lambert
d3e4a39db8
Merge pull request #17758 from Umoren/patch-1
...
docs: Add error handling instructions for 'No token available' error
2023-05-17 14:38:15 +02:00
Fredrik Adelöw
6ea7d7deb8
Merge pull request #17829 from backstage/freben/release
...
add release to microsite
2023-05-17 12:10:09 +02:00
Patrik Oldsberg
f2df8acb58
Merge pull request #17756 from marcuslindfeldt/patch-1
...
fix: broken link to node-postgres docs
2023-05-17 00:29:46 +02:00
Fredrik Adelöw
8b45bc7c12
adjust change logs to show enableExperimentalRedirectFlow at root
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2023-05-16 22:46:02 +02:00
Fredrik Adelöw
4c86ec1466
add release to microsite
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2023-05-16 22:02:57 +02:00
Samuel
d689fe34e3
docs: Highlight error handling instructions with a note
...
Signed-off-by: Samuel <samuelumoren365@gmail.com >
2023-05-16 13:01:15 +01:00
github-actions[bot]
73e7820731
Version Packages
2023-05-16 09:38:40 +00:00
Fredrik Adelöw
14db031b64
Merge pull request #17785 from awanlin/topic/removed-database-required-for-badges
...
Removed database required for Badges createRouter
2023-05-16 11:03:03 +02:00
olangen
7c5431c413
Run prettier on descripted-format.md
...
Signed-off-by: olangen <oliver.langen@nokia.com >
2023-05-13 13:35:30 +00:00
Andre Wanlin
ce81b6cde4
Removed db required for badges
...
Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com >
2023-05-12 13:16:58 -05:00
Oliver Langen
9d04d98275
Apply suggestions from code review
...
Co-authored-by: Johan Haals <johan@haals.se >
Signed-off-by: Oliver Langen <128791938+langeno@users.noreply.github.com >
2023-05-12 13:46:07 +02:00
olangen
f4af5d4d15
Correcting namespace format rules in catalog documentation
...
Signed-off-by: olangen <oliver.langen@nokia.com >
2023-05-12 08:06:49 +00:00
sammy
99c62d1e9c
docs: Add error handling instructions for 'No token available' error
...
This commit adds instructions to the Backstage documentation on how to handle the `No token available for host: github.com, with owner , and repo from-backstage' error`. The instructions guide the user to restart Backstage using `Control-C` and `yarn dev` commands in the terminal, followed by clicking on the **START OVER** button.
Signed-off-by: sammy. <samuelumoren365@gmail.com >
Signed-off-by: Samuel <samuelumoren365@gmail.com >
2023-05-11 18:24:57 +01:00