Commit Graph

69 Commits

Author SHA1 Message Date
Patrik Oldsberg 642cec7ac7 docs: remove references to @backstage/core
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-06-24 12:50:40 +02:00
Patrik Oldsberg c20b0bc2f2 Merge branch 'rugvip/mod' into rugvip/migraine 2021-06-22 11:44:38 +02:00
Patrik Oldsberg 594444d0e0 docs: add tutorial for how to migrate away from @backstage/core
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-06-21 18:00:02 +02:00
Ben Lambert 809bcd396b Merge pull request #6122 from minnsoe/docs/add-db-docs-into-menu
Add db tutorial docs into menu and add privileges sub-section
2021-06-21 14:07:18 +02:00
Minn Soe 3b52d79e70 docs: add sub-section on database privileges
Signed-off-by: Minn Soe <contributions@minn.io>
2021-06-18 22:50:40 +01:00
Brent Sharrow 64ebeb6026 Update code block in quickstart-app-plugin tutorial to use named import.
Signed-off-by: Brent Sharrow <bsharrow4@gmail.com>
2021-06-18 11:45:59 -05:00
Minn Soe 5a3ce34072 refactor: migrate from deprecated database manager
Changes:
- Swaps out `SingleConnectionDatabaseManager` to `DatabaseManager`
  across the repo.
- Updates `backend-test-utils` to generate test plugin names prefixed
  with db to satisfy plugin naming constraint, e.g. 0 becomes db0.

Signed-off-by: Minn Soe <contributions@minn.io>
2021-06-10 11:14:40 +01:00
Minn Soe 4d17ececc5 docs: fix typo in db manager changeset and clarify
Signed-off-by: Minn Soe <contributions@minn.io>
2021-06-10 11:14:40 +01:00
Minn Soe 772dbdb511 feat: add database manager with per plugin config
This commit introduces:
- a new backwards compatible database manager which allows the end-user
  to set global and per plugin database configuration.
- an early iteration of a database connector interface.
- provides helper functions for each of the database connectors to
  meet the new interface.

Signed-off-by: Minn Soe <contributions@minn.io>
2021-06-10 11:14:40 +01:00
Tim Hansen 8b62311cbb Replace quickstart-app-auth with updated docs
Signed-off-by: Tim Hansen <timbonicus@gmail.com>
2021-05-24 12:46:59 -06:00
Patrik Oldsberg 32925b0d00 docs: remove plugins from createApp examples + clarify app auth tutorial
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-05-23 19:37:52 +02:00
Fredrik Adelöw b99ac3f6e1 Minor composability etc docs changes
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-05-02 22:13:05 +02:00
Fredrik Adelöw c28689c686 change all $env to ${}
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-04-15 13:26:44 +02:00
Tim Hansen e3190971e7 Update auth index to be more "getting started" focused
Signed-off-by: Tim Hansen <timbonicus@gmail.com>
2021-04-06 12:01:19 -06:00
Tim 4e1227ce2e Merge pull request #5032 from backstage/timbonicus/create-app-updates
Update create-app template for better parity with example app
2021-03-25 06:23:36 -06:00
Tim Hansen f88fe9dd9b Update create-app template for better parity with example app
Fixes #4613

Signed-off-by: Tim Hansen <timbonicus@gmail.com>
2021-03-19 15:18:26 -06:00
Tim Hansen 19f764e3d6 Fixes #4974.
Adds a tutorial for switching a Backstage App from SQLite to PostgreSQL

Signed-off-by: Tim Hansen <timbonicus@gmail.com>
2021-03-19 14:04:52 -06:00
Patrik Oldsberg 23381386d6 docs: update auth docs to mention and prefer single-provider SignInPage 2021-01-28 19:25:58 +01:00
Patrik Oldsberg d385dae57c Merge pull request #4003 from RoadieHQ/gh-3788-auth-tutorial-docs
Modifying auth tutorial to contain different providers.
2021-01-15 12:10:23 +01:00
Fredrik Adelöw a6f9dca0dc plugins should not depend on core-api 2021-01-14 08:54:54 +01:00
Jussi Hallila 37e4bf3473 Modifying GitLab text to be stylized 2021-01-13 10:12:40 +01:00
Jussi Hallila e921fb2ec7 Fix GitHub stylization 2021-01-13 09:25:25 +01:00
Jussi Hallila 6dee39ebe2 Fix spelling. 2021-01-13 09:16:58 +01:00
Jussi Hallila 85fb668164 Merge branch 'master' into gh-3788-auth-tutorial-docs
# Conflicts:
#	docs/tutorials/quickstart-app-auth.md
2021-01-13 08:52:48 +01:00
Dominik Henneke 192b0b70a8 Update vale vocabulary to unify company and product names 2021-01-12 13:52:58 +01:00
Jussi Hallila 6d74776e12 Adds in more modifications based on PR comments
Run prettier.
Add heading level for list items.
Fix styling and nomenclature.
2021-01-12 08:55:45 +01:00
Jussi Hallila 0fed686aed Update docs/tutorials/quickstart-app-auth.md
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
2021-01-12 08:47:27 +01:00
Jussi Hallila 80619474d8 Update docs/tutorials/quickstart-app-auth.md
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
2021-01-12 08:46:22 +01:00
Jussi Hallila 4f0993407b Update docs/tutorials/quickstart-app-auth.md
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
2021-01-12 08:31:32 +01:00
Jussi Hallila dc48cfc9f2 Update docs/tutorials/quickstart-app-auth.md
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
2021-01-12 08:27:31 +01:00
Jussi Hallila 39b45b62b4 Update docs/tutorials/quickstart-app-auth.md
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
2021-01-11 17:01:49 +01:00
Jussi Hallila 33267d1cb9 Update docs/tutorials/quickstart-app-auth.md
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
2021-01-11 17:01:39 +01:00
Jussi Hallila ecba810c98 Update docs/tutorials/quickstart-app-auth.md
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
2021-01-11 17:01:32 +01:00
Jussi Hallila 163e263d8e Update docs/tutorials/quickstart-app-auth.md
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
2021-01-11 17:00:35 +01:00
Jussi Hallila cc64069374 Update docs/tutorials/quickstart-app-auth.md
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
2021-01-11 16:59:51 +01:00
Jussi Hallila 72399d57e5 Update docs/tutorials/quickstart-app-auth.md
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
2021-01-11 16:59:38 +01:00
Jussi Hallila 642bf0be1a Update docs/tutorials/quickstart-app-auth.md
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
2021-01-11 16:59:17 +01:00
Jussi Hallila f3165cce95 Update docs/tutorials/quickstart-app-auth.md
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
2021-01-11 16:58:24 +01:00
Jussi Hallila 322b04bff7 Update docs/tutorials/quickstart-app-auth.md
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
2021-01-11 16:58:14 +01:00
Jussi Hallila ff4e53bd4e Update docs/tutorials/quickstart-app-auth.md
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
2021-01-11 16:58:08 +01:00
Jussi Hallila 82e35cd653 Update docs/tutorials/quickstart-app-auth.md
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
2021-01-11 16:57:58 +01:00
Jussi Hallila 34206f81f0 Adding reference to latest node LTS as well.
Resolves:
* https://github.com/backstage/backstage/pull/4003#discussion_r554920635
2021-01-11 13:47:47 +01:00
Jussi Hallila b62bc928de Run prettier. 2021-01-11 09:41:06 +01:00
Jussi Hallila e9c75d64a3 Fix typos. 2021-01-11 09:02:26 +01:00
Jussi Hallila c2386e9e86 Modifying auth tutorial to contain different providers.
Adding a better example repo link.
2021-01-11 08:57:15 +01:00
Askar a6a2ca6204 remove React's FC type from codebase (#3527)
* WIP-packages: remove React's FC type from codebase

* remove FC from other directories

* fix build failures

* add types to required packages
2020-12-10 11:23:29 +01:00
Frieder Bluemle cbd3a44c09 Fix typos (#3646) 2020-12-09 07:50:41 +01:00
Abhishek Jakhar 8683b1af38 fix: tutorials markdown (#3244) 2020-11-05 13:04:42 +01:00
Patrik Oldsberg af141c0766 rewrite repo location urls 2020-11-03 11:03:49 +01:00
Harvey 2e04225056 Prettier fix for line length 2020-10-26 09:49:54 -04:00