Jussi Hallila
d9c13d535b
Implement ElasticSearch search engine
...
* Adding indexing, searching and default translator for ElasticSearch engine
* Modifying default backend to use ES if it is enabled
* Adding configuration schema to configure ElasticSearch 3 different ways
* Elastic.co hosted solution
* AWS hosted ElasticSearch Service
* Custom, using standard ElasticSearch URL and auth info
* Add and modify some of the documentation regarding search
Signed-off-by: Jussi Hallila <jussi@hallila.com >
2021-07-30 14:26:32 +02:00
Himanshu Mishra
11c47adcdd
docs/techdocs: Indicate optional configs explicitly
...
Signed-off-by: Himanshu Mishra <himanshu@orkohunter.net >
2021-07-30 12:54:51 +02:00
Eric Peterson
f0f4997f96
Document latest recommendations for techdocs-ref annotation
...
Signed-off-by: Eric Peterson <ericpeterson@spotify.com >
2021-07-28 18:41:42 +02:00
Bart Breen
8e22cbede8
Fixed typos
...
Signed-off-by: Bart Breen <bart.breen@twobulls.com >
2021-07-28 23:35:37 +10:00
Bart Breen
b6801e6d70
Changed format for target location so that query can be passed directly to bitbucket api
...
Signed-off-by: Bart Breen <bart.breen@twobulls.com >
2021-07-28 23:30:32 +10:00
Bart Breen
e2ed9126e7
Bitbucket Cloud Discovery
...
When bitbucket.org is discovered as the target for the bitbucket-discovery catalog processor, a scan is performed in a workspace and finds repositories matching the any project and repository regexes in line with the existing bitbucket server implementation.
Resolves #6216 .
Signed-off-by: Bart Breen <bart.breen@twobulls.com >
2021-07-28 23:30:32 +10:00
Philipp Hugenroth
7b8aa8d0d1
Update documentation & add changeset
...
Signed-off-by: Philipp Hugenroth <philipph@spotify.com >
2021-07-28 15:21:52 +02:00
blam
b05210593d
chore: bump the version of material-ui core to 4.12.2
...
Signed-off-by: blam <ben@blam.sh >
2021-07-27 23:44:43 +02:00
Tim Hansen
88f2a786df
Remove Python requirement from docs
...
Signed-off-by: Tim Hansen <timbonicus@gmail.com >
2021-07-21 15:26:06 -06:00
Himanshu Mishra
47029e79a0
docs: run prettier
...
Signed-off-by: Himanshu Mishra <himanshu@orkohunter.net >
2021-07-21 09:08:23 +02:00
daftgopher
442e1a52b8
Minor text agreement correction
...
Signed-off-by: daftgopher <daftgopher@users.noreply.github.com >
2021-07-20 23:10:12 -04:00
Francesco Corti
1b994b4b6e
Roadmap review for breaking links.
...
Signed-off-by: Francesco Corti <francescoc@spotify.com >
2021-07-20 18:07:13 +02:00
Tim Hansen
20bb197b6f
Merge pull request #6397 from tudi2d/catalog-filter-accordion
...
Wrap catalog filter with an accordion for smaller screens
2021-07-20 07:43:25 -06:00
blam
b17407c9d1
chore: run prettier and fix PR
...
Signed-off-by: blam <ben@blam.sh >
2021-07-20 14:55:20 +02:00
Francesco Corti
1b056f8ee2
Updated roadmap.
...
Signed-off-by: blam <ben@blam.sh >
2021-07-20 14:53:39 +02:00
Tim Hansen
249cbfc893
Minor tweaks, button fixes
...
Signed-off-by: Tim Hansen <timbonicus@gmail.com >
2021-07-19 12:18:29 -06:00
Philipp Hugenroth
69f4782680
Merge branch 'master' into catalog-filter-accordion
2021-07-19 11:11:42 +02:00
Philipp Hugenroth
b044fa6f7c
Clean up code according to review
...
Signed-off-by: Philipp Hugenroth <philipph@spotify.com >
2021-07-16 13:19:27 +02:00
Himanshu Mishra
c0574e207a
docs: remove unnencessary clause about software catalog
...
Signed-off-by: Himanshu Mishra <himanshu@orkohunter.net >
2021-07-16 12:09:42 +02:00
Ben Lambert
a115da0395
Merge pull request #6466 from ONordander/feature/bitbucket-default-catalog-value
...
Feature/bitbucket default catalog value
2021-07-15 10:40:06 +02:00
Eric Peterson
54c25db339
Merge pull request #6071 from andrewthauer/techdocs-custom-docker
...
feat(techdocs-common): add custom docker image support
2021-07-15 10:39:14 +02:00
Andrew Shirley
8e38300d7c
Consistently use job-full-name not name or slug
...
Signed-off-by: Andrew Shirley <andrew.shirley@sainsburys.co.uk >
Signed-off-by: blam <ben@blam.sh >
2021-07-14 20:46:01 +02:00
Andrew Shirley
7991581e62
Use correct annotation name
...
Signed-off-by: Andrew Shirley <andrew.shirley@sainsburys.co.uk >
Signed-off-by: blam <ben@blam.sh >
2021-07-14 20:46:01 +02:00
Andrew Shirley
66ebdb34d1
Update site documentation
...
Signed-off-by: Andrew Shirley <andrew.shirley@sainsburys.co.uk >
Signed-off-by: blam <ben@blam.sh >
2021-07-14 20:46:01 +02:00
Ben Lambert
12a62ea5f6
Merge pull request #6423 from chicoribas/Mask-or-hide-values-on-Scaffolder-Review-Step
...
Mask or hide values on scaffolder review step
2021-07-14 18:25:03 +02:00
Brian Fletcher
e1178b4361
update github readme to include owners filter
...
Signed-off-by: Brian Fletcher <brian@roadie.io >
2021-07-14 08:59:09 +01:00
Brian Fletcher
a5d112ef49
Merge branch 'master' into github-installations-limit
2021-07-14 08:03:08 +01:00
Otto Nordander
e77670bddd
Add default catalogPath value if missing.
...
Currently the following target would give an empty catalogPath:
https://bitbucket.mycompany.com/projects/*/repos/*/
However it's convenient to have a default catalog value, and it would
expand as such:
https://bitbucket.mycompany.com/projects/project-a/repos/repo-b/catalog-info.yaml
Signed-off-by: Otto Nordander <otto.nordander@gmail.com >
2021-07-14 08:09:42 +02:00
chicoribas
6b23a6052f
Prettier
...
Signed-off-by: chicoribas <chico.bribas@gmail.com >
2021-07-13 21:23:02 -03:00
Andrew Thauer
d5eaab91dd
feat(techdocs-common): add custom docker image support
...
Signed-off-by: Andrew Thauer <athauer@wealthsimple.com >
2021-07-13 11:26:17 -04:00
Eric Peterson
567c95284f
Move AWS policy docs to documentation page.
...
Signed-off-by: Eric Peterson <ericpeterson@spotify.com >
2021-07-13 13:50:33 +02:00
blam
1fe719dbfe
docs: scaffolder is now beta
...
Signed-off-by: blam <ben@blam.sh >
2021-07-12 19:46:25 +02:00
Francisco Ribas
c76502dc93
Update docs/features/software-templates/writing-templates.md
...
Spelling fix
Co-authored-by: Andrea Falzetti <andreafalzetti@users.noreply.github.com >
Signed-off-by: chicoribas <chico.bribas@gmail.com >
2021-07-12 11:29:52 -03:00
Mike Lewis
e156990a70
docs(scaffolder): update custom actions docs with new options for createRouter
...
Signed-off-by: Mike Lewis <mtlewis@users.noreply.github.com >
2021-07-12 12:30:37 +01:00
chicoribas
d2e4012f45
Change ui:options to ui:backstage
...
Signed-off-by: chicoribas <chico.bribas@gmail.com >
2021-07-09 14:34:33 -03:00
chicoribas
4f9eeacc71
Documentation
...
Signed-off-by: chicoribas <chico.bribas@gmail.com >
2021-07-09 11:42:18 -03:00
Emma Indal
cecfe5c7f5
[Search] docs updates ( #6402 )
...
* add link to collator implementation to search docs
Signed-off-by: Emma Indal <emma.indahl@gmail.com >
* clean up types from registering new collators as its now a attribute of the collator itself
Signed-off-by: Emma Indal <emma.indahl@gmail.com >
* one more
Signed-off-by: Emma Indal <emma.indahl@gmail.com >
2021-07-09 09:35:16 +02:00
Mike Lewis
099ea5e2d4
Merge remote-tracking branch 'origin/master' into mob/nunjucks-renderer
...
Signed-off-by: Mike Lewis <mtlewis@users.noreply.github.com >
2021-07-07 16:07:07 +01:00
Mike Lewis
b2db928644
scaffolder: improve fetch:template migration docs
...
Signed-off-by: Mike Lewis <mtlewis@users.noreply.github.com >
2021-07-07 13:17:39 +01:00
Mike Lewis
3ee0caf82e
scaffolder: add example diff in fetch:template migration docs
...
Signed-off-by: Mike Lewis <mtlewis@users.noreply.github.com >
2021-07-07 13:13:25 +01:00
Mike Lewis
fdac00fb3f
scaffolder: fix typo in fetch:template migration docs
...
Signed-off-by: Mike Lewis <mtlewis@users.noreply.github.com >
2021-07-07 13:10:36 +01:00
Mike Lewis
56b61c2bc0
scaffolder: prefix input values in fetch:template templates
...
Signed-off-by: Mike Lewis <mtlewis@users.noreply.github.com >
2021-07-07 11:26:00 +01:00
Mike Lewis
9d759702b1
docs: update docs to refer to new fetch:template action
...
Signed-off-by: Mike Lewis <mtlewis@users.noreply.github.com >
2021-07-06 15:07:37 +01:00
Fredrik Adelöw
ec56aa4fe8
Merge pull request #6343 from goober/feature/customize-ldap-processor
...
Add extension points for the LDAP processor for advanced customizations
2021-07-06 13:46:34 +02:00
Mathias Åhsberg
b055ef88aa
Add extension points for the LDAP processor for modifying group and user entities
...
Signed-off-by: Mathias Åhsberg <mathias.ahsberg@resurs.se >
2021-07-06 10:00:04 +00:00
Ben Lambert
a8366759a3
Merge pull request #6313 from backstage/orkohunter/document-url-reader
...
docs: Document how URL Readers work and how to write a new one
2021-07-05 18:10:37 +02:00
Himanshu Mishra
19b459d2ba
move url reader docs to plugins -> backend apis
...
Signed-off-by: Himanshu Mishra <himanshu@orkohunter.net >
2021-07-05 14:46:04 +02:00
Himanshu Mishra
918e2be318
docs: Add an example code block for debugging new url reader
...
Signed-off-by: Himanshu Mishra <himanshu@orkohunter.net >
2021-07-05 10:42:56 +02:00
Himanshu Mishra
9813f6c2c7
document how to add a new url reader (oss vs private)
...
and update section title
Signed-off-by: Himanshu Mishra <himanshu@orkohunter.net >
2021-07-05 10:21:31 +02:00
Crevil
b124633526
Document techdocs svg_object limitation
...
Currently it is not possible to use the PlantUML format 'svg_object' as this
makes it possible for bad actors to inject malicious content into documentation.
This change documents this limitation under the troubleshooting section of the
techdocs feature.
Signed-off-by: Crevil <bjoern.soerensen@gmail.com >
2021-07-03 12:04:36 +02:00