Patrik Oldsberg
947cbe0a61
docs/backend-system: module docs fix + links
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2023-01-20 17:09:23 +01:00
Patrik Oldsberg
527916bfca
docs/backend-system: more module architecture docs
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2023-01-20 15:41:54 +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
Patrik Oldsberg
d3cc5936e5
Merge pull request #15801 from backstage/mob/bs-docs
...
docs: introduce initial backend system documentation structure
2023-01-18 10:33:38 +01:00
Patrik Oldsberg
f47c82f16e
docs/backend-system: core service doc tweaks
...
Co-authored-by: Fredrik Adelöw <freben@gmail.com >
Co-authored-by: Johan Haals <johan.haals@gmail.com >
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2023-01-17 16:12:48 +01:00
Patrik Oldsberg
219ddcf6a8
docs/backend-system: update service example to match reality
...
Co-authored-by: Fredrik Adelöw <freben@gmail.com >
Co-authored-by: Johan Haals <johan.haals@gmail.com >
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2023-01-17 16:03:16 +01:00
Patrik Oldsberg
e4f3c15dbe
docs: new structure for backend system docs
...
Co-authored-by: Fredrik Adelöw <freben@gmail.com >
Co-authored-by: Johan Haals <johan.haals@gmail.com >
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2023-01-17 15:49:06 +01:00
Patrik Oldsberg
9d1950d4a4
docs: tweaks to new backend system docs
...
Co-authored-by: Fredrik Adelöw <freben@gmail.com >
Co-authored-by: Johan Haals <johan.haals@gmail.com >
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2023-01-17 14:13:09 +01:00
blam
cb6c867f36
chore: add release notes
...
Signed-off-by: blam <ben@blam.sh >
2023-01-17 13:42:08 +01:00
github-actions[bot]
6d46667727
Version Packages
2023-01-17 11:50:48 +00:00
Patrik Oldsberg
162222b953
Merge pull request #15612 from backstage/jwt-protected-header
...
Add note about protected headers in JWT
2023-01-17 10:46:41 +01:00
Fredrik Adelöw
3adb716e58
Merge pull request #15746 from dpfaffenbauer/patch-1
...
[Docs] Gitlab Auth needs read_api
2023-01-16 14:32:28 +01:00
Fredrik Adelöw
608407c905
Merge pull request #15689 from backstage/freben/more-customiz
...
some slight additions to the catalog model extension docs
2023-01-16 09:51:15 +01:00
Dominik
62f696b1a3
[Docs] Gitlab Auth needs read_api to
...
otherwise it gives a weird error with The requested scope is invalid, unknown, or malformed.
Signed-off-by: Dominik <dominik@pfaffenbauer.at >
2023-01-13 17:06:41 +01:00
Alex Crome
0b6cfaec6f
Update docs/overview/threat-model.md
...
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com >
Signed-off-by: Alex Crome <afscrome@users.noreply.github.com >
2023-01-13 13:05:06 +00:00
Alex Crome
3d87b1b14d
Clarify how to configure catalog rules in threat model
...
The threat model previously told users to configure `catalog.rules` or `catalog.locations[].rules`, but didn't provide any help as to how those needed to be configured. Updated this to point directly to documentation on how to configure the rules.
Signed-off-by: Alex Crome <afscrome@users.noreply.github.com >
2023-01-13 10:21:46 +00:00
Fredrik Adelöw
c1642b2dd1
some slight additions to the catalog model extension docs
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2023-01-11 10:47:04 +01:00
github-actions[bot]
9521f1274d
Version Packages (next)
2023-01-10 14:18:51 +00:00
Ben Lambert
10c58949f3
Merge pull request #15556 from drodil/app_feature_flags
...
feat: allow specifying app level feature flags
2023-01-10 14:30:47 +01:00
Eric Peterson
1d66a11acb
Merge pull request #15634 from backstage/search/new-client-docs
...
[Search] Clean up / improve ES client instantiation docs
2023-01-10 14:29:05 +01:00
Eric Peterson
ec2d3935b3
Clarify type generics in docs
...
Signed-off-by: Eric Peterson <ericpeterson@spotify.com >
2023-01-10 13:45:56 +01:00
Morgan Bentell
e7a3ab0b86
Merge pull request #15559 from agentbellnorm/provide-embedded-app-bundle
...
[TechDocs] Allow user to provide embedded app bundle and specify port
2023-01-10 10:55:52 +01:00
Heikki Hellgren
bca8e8b393
feat: allow specifying app level feature flags
...
application feature flags can be defined in the application
creation. see docs/plugins/feature-flags.md for reference.
closes #15553
Signed-off-by: Heikki Hellgren <heikki.hellgren@op.fi >
2023-01-10 11:29:45 +02:00
Ben Lambert
bbf9ee0e8c
Merge pull request #15603 from padupe/docs/update-software-template
...
docs(docs/features/software-templates/writing-custom-field-extensions.md): update doc with valid example.
2023-01-10 10:06:52 +01:00
Morgan Bentell
794a87c36c
remove autoformatting changes
...
Signed-off-by: Morgan Bentell <mbentell@spotify.com >
2023-01-10 09:52:45 +01:00
Paulo Eduardo Peixoto
e85e61c154
docs(docs/features/software-templates/writing-custom-field-extensions.md): change "kehab" to "kebab".
...
Signed-off-by: Paulo Eduardo Peixoto <pauloeduardo_peixoto@hotmail.com >
2023-01-09 14:16:44 -03:00
Eric Peterson
2a49ffbcb3
Clean up / improve client instantiation docs.
...
Signed-off-by: Eric Peterson <ericpeterson@spotify.com >
2023-01-09 13:29:39 +01:00
Paulo Eduardo Peixoto
a3497ad621
style(docs/features/software-templates/writing-custom-field.extension.md): change style at line 28.
...
Signed-off-by: Paulo Eduardo Peixoto <pauloeduardo_peixoto@hotmail.com >
2023-01-09 08:18:16 -03:00
Morgan Bentell
29113e760a
update docs and clean up
...
Signed-off-by: Morgan Bentell <mbentell@spotify.com >
2023-01-09 10:03:39 +01:00
Tim Hansen
0a8fefc3f8
Add note about protected headers in JWT
...
Signed-off-by: Tim Hansen <timbonicush@spotify.com >
2023-01-06 13:55:44 -07:00
Paulo Eduardo Peixoto
7c85508a02
docs(docs/features/software-templates/writing-custom-field-extensions.md): update doc with valid example.
...
After bug at React.
Signed-off-by: Paulo Eduardo Peixoto <pauloeduardo_peixoto@hotmail.com >
2023-01-05 20:18:45 -03:00
Eric Peterson
503359280e
Use correct case when referring to Elasticsearch.
...
Signed-off-by: Eric Peterson <ericpeterson@spotify.com >
2023-01-05 14:33:15 +01:00
Eric Peterson
c2f1041c15
Note limitation about Lunr in production
...
Signed-off-by: Eric Peterson <ericpeterson@spotify.com >
2023-01-05 14:32:26 +01:00
Eric Peterson
5e8cd3c72c
Clean up search docs homepage
...
Signed-off-by: Eric Peterson <ericpeterson@spotify.com >
2023-01-05 14:30:54 +01:00
Fredrik Adelöw
e23f13a573
add post body fields too
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2023-01-05 09:41:08 +01:00
Fredrik Adelöw
7307d4db39
mention fields too
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2023-01-05 09:41:08 +01:00
Fredrik Adelöw
413767a5f1
added docs for /entities/by-refs
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2023-01-05 09:41:07 +01:00
Adam Harvey
923296999b
fix(docs): Errant dash in a sentence
...
Signed-off-by: Adam Harvey <adaharve@cisco.com >
2023-01-04 14:29:03 -05:00
Morgan Bentell
bc18c902a2
clean up and update documentation, changeset and cli-report
...
Signed-off-by: Morgan Bentell <mbentell@spotify.com >
2023-01-04 15:27:27 +01:00
github-actions[bot]
c4132274d9
Version Packages (next)
2023-01-03 14:44:31 +00:00
Johan Haals
6697d749fe
Update scaling docs
...
Signed-off-by: Johan Haals <johan.haals@gmail.com >
2023-01-03 15:34:45 +01:00
Johan Haals
0be41ad987
Merge pull request #14870 from angeliski/add-github-org-events-handler
...
Implements EventSubscriber in GithubOrgEntityProvider
2023-01-03 14:16:01 +01:00
Johan Haals
7a067327ce
Merge pull request #15506 from backstage/jhaals/remove-read
...
backend-common: Remove read method from UrlReader
2023-01-03 14:13:18 +01:00
Johan Haals
516117a093
Remove usage of read in favour of readUrl
...
Signed-off-by: Johan Haals <johan.haals@gmail.com >
2023-01-03 10:47:05 +01:00
Johan Haals
7f9d3386f5
Replace read with readUrl
...
Signed-off-by: Johan Haals <johan.haals@gmail.com >
2023-01-03 10:37:21 +01:00
Johan Haals
8250e881c3
Remove read from urlReader documentation
...
Signed-off-by: Johan Haals <johan.haals@gmail.com >
2023-01-03 10:28:28 +01:00
Ben Lambert
32eb67eb75
Merge pull request #15431 from backstage/mob/reword-versioning-policy
...
chore: updating versioning policy for `@alpha` `@beta` exports
2023-01-02 14:59:09 +01:00
Fredrik Adelöw
09d54f4e08
Merge pull request #15107 from SayakMukhopadhyay/master
...
fix: remove deprecated `create-plugin` script
2022-12-28 16:19:34 +01:00
github-actions[bot]
f834622f56
Version Packages (next)
2022-12-27 15:22:57 +00:00
Ben Lambert
82b60c1681
Merge pull request #15412 from Parsifal-M/update-backstage-createapp
...
Added @latest to the npx @backstage/create-app
2022-12-27 16:01:53 +01:00