Commit Graph

1375 Commits

Author SHA1 Message Date
Eric Peterson bdabbaa3af Merge pull request #6808 from backstage/iameap/generatorrrr
[Documentation] Fix a little config typo
2021-08-13 11:14:16 +02:00
Sean Tan 9d5738b3f5 Fix format errors and other small changes per suggestion
Signed-off-by: Sean Tan <seant@splunk.com>
2021-08-12 10:05:02 -07:00
Kiera Jost fdece1f716 Add documentation for IAM role authentication
Signed-off-by: Kiera Jost <kjost@splunk.com>
2021-08-12 10:05:02 -07:00
Sean Tan 2e5e2decc7 Make change to AwsS3 Integration to support list
Signed-off-by: Sean Tan <seant@splunk.com>
2021-08-12 10:05:02 -07:00
Kiera Jost c26405a9c6 Fixed typo in Aws S3 Locations Integrations Documentation
Signed-off-by: Kiera Jost <kjost@splunk.com>
2021-08-12 10:05:02 -07:00
Sean Tan 4351bf1577 Add documentation and changeset to Aws S3 Reader PR.
Signed-off-by: Sean Tan <seant@splunk.com>
2021-08-12 10:05:02 -07:00
Eric Peterson 293a33c852 Minor config update to match the new reality.
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2021-08-12 18:23:30 +02:00
Tim Hansen d051bc2fda Minor cleanup
Signed-off-by: Tim Hansen <timbonicus@gmail.com>
2021-08-11 12:24:08 -06:00
Tim Hansen 4f11e67cc4 Simplify signature
Signed-off-by: Tim Hansen <timbonicus@gmail.com>
2021-08-11 12:24:08 -06:00
Tim Hansen 4a019712b4 Tweak method name
Signed-off-by: Tim Hansen <timbonicus@gmail.com>
2021-08-11 12:24:08 -06:00
Tim Hansen 762520d1ba Structure args, return inflated ent
Signed-off-by: Tim Hansen <timbonicus@gmail.com>
2021-08-11 12:24:08 -06:00
Tim Hansen 29f7cfffb7 Add resolveCatalogMemberClaims method
Signed-off-by: Tim Hansen <timbonicus@gmail.com>
2021-08-11 12:24:08 -06:00
Eric Peterson 0c58dd73d0 Merge pull request #6488 from backstage/feat/techdocs-deleted-pages
Remove stale TechDocs artifacts after publishing new version
2021-08-10 18:46:24 +02:00
Fredrik Adelöw 1600446fd6 Merge pull request #6733 from kuangp/fix/elasticSearchEngine
fix(elasticSearchEngine): optionally read auth config
2021-08-10 15:41:01 +02:00
Fredrik Adelöw 3af7110f3d add docs for the orphan annotation
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-08-10 13:48:26 +02:00
Brian Fletcher 286c16e39f Merge branch 'master' of github.com:backstage/backstage into github-installations-limit 2021-08-09 14:53:17 +01:00
Fredrik Adelöw 9a180af86e Merge pull request #6756 from backstage/dependabot/npm_and_yarn/prettier-2.3.2
chore(deps-dev): bump prettier from 2.2.1 to 2.3.2
2021-08-09 14:04:37 +02:00
Fredrik Adelöw c5a1888493 Merge pull request #6749 from backstage/rugvip/basepath
core-app-api: add support for serving the app on a base path other than /
2021-08-09 13:43:58 +02:00
Fredrik Adelöw 923491eece run prettier formatting
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-08-09 11:54:38 +02:00
Patrik Oldsberg 362ea5a728 app,create-app: fix index path redirect
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-08-07 14:47:04 +02:00
blam 7165670f7e chore: fix missing link
Signed-off-by: blam <ben@blam.sh>
2021-08-06 17:51:04 +02:00
Phil Kuang 76872096bf fix(elasticSearchEngine): optionally read auth config
Signed-off-by: Phil Kuang <pkuang@factset.com>
2021-08-06 11:05:22 -04:00
Brian Fletcher dc0b9cc7a9 Merge remote-tracking branch 'origin' into github-installations-limit 2021-08-06 13:30:56 +01:00
Brian Fletcher 5927bf864f Makes some suggested documentation improvements
Signed-off-by: Brian Fletcher <brian@roadie.io>
2021-08-06 10:23:58 +01:00
Oliver Sand abfca5bf9e Move setup instructions from readme to microsite
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
2021-08-05 09:37:20 +02:00
Oliver Sand 8de9f3f9d6 Remove duplicate heading from the microsite search pages
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
2021-08-05 09:37:20 +02:00
Ben Lambert 4b263e4602 Merge pull request #6635 from tudi2d/catalog-fully-responsive
ContentHeader responsiveness
2021-08-03 19:57:58 +02:00
Ben Lambert 4f3c36bf42 Merge pull request #6569 from RoadieHQ/gh4447-elasticseach-searchengine
Implement ElasticSearch search engine
2021-08-03 19:26:19 +02:00
Eric Peterson bc405be6ed Changeset and docs updates.
Co-authored-by: Camila Loiola <camilaibs@gmail.com>
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2021-08-03 17:16:42 +02:00
Jussi Hallila 54e1280b6a * Modify index/alias name handling.
* Change config key name to be all lowercase
* Documentation updates

Signed-off-by: Jussi Hallila <jussi@hallila.com>
2021-08-03 13:07:25 +02:00
Eric Peterson e013dbb7ac Merge pull request #6639 from backstage/techdocs/ref-follow-ups
[TechDocs] Remove deprecated preparer support and document ref values
2021-08-03 09:21:38 +02:00
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
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