Commit Graph

208 Commits

Author SHA1 Message Date
Adam Harvey ba43e4ae35 chore: Remove deprecated imports
Signed-off-by: Adam Harvey <adaharve@cisco.com>
2023-06-14 20:42:40 -04:00
github-actions[bot] 320ed50274 Version Packages (next) 2023-06-13 19:37:24 +00:00
github-actions[bot] a8634a9634 Version Packages (next) 2023-05-30 13:52:00 +00:00
github-actions[bot] 75a1c93784 Version Packages (next) 2023-05-23 15:25:13 +00:00
github-actions[bot] 73e7820731 Version Packages 2023-05-16 09:38:40 +00:00
blam 4688360509 chore: tidy up the api-reports a little
Signed-off-by: blam <ben@blam.sh>
2023-05-12 11:16:28 +02:00
Heikki Hellgren 63af7f6d53 feat: allow specifying custom Docker registry for tests
this allows to utilize private Docker registries for the tests that are
pulling images for the database tests.

Signed-off-by: Heikki Hellgren <heikki.hellgren@op.fi>
2023-05-09 12:27:02 +03:00
github-actions[bot] 8b05da0912 Version Packages (next) 2023-05-02 13:41:12 +00:00
Adam Harvey bd58c70485 fix: Typos in test descriptions
Signed-off-by: Adam Harvey <adaharve@cisco.com>
2023-04-29 13:53:05 -04:00
github-actions[bot] e04bb20bdc Version Packages (next) 2023-04-25 15:53:19 +00:00
Eric Peterson b1eb268bf9 Add pg 11 and 12 as supported test database targets.
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2023-04-24 15:26:27 +02:00
github-actions[bot] 6141c31839 Version Packages 2023-04-18 12:36:06 +00:00
github-actions[bot] 9a5a1c4ba2 Version Packages (next) 2023-04-04 13:14:06 +00:00
Fredrik Adelöw 986a802b0b Merge pull request #17131 from backstage/freben/hack-settimeout
use `jest.setTimeout` consistently
2023-03-29 11:44:59 +02:00
github-actions[bot] e32dc5e79d Version Packages (next) 2023-03-28 16:01:25 +00:00
Fredrik Adelöw c4a258f5e4 use jest.setTimeout consistently
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2023-03-28 12:30:49 +02:00
github-actions[bot] 5af2c4f412 Version Packages (next) 2023-03-21 13:38:30 +00:00
github-actions[bot] 24632ad94b Version Packages 2023-03-14 14:31:40 +00:00
github-actions[bot] 0eceadb950 Version Packages (next) 2023-03-07 17:21:48 +00:00
github-actions[bot] b19b95fc09 Version Packages (next) 2023-02-28 13:04:36 +00:00
Johan Haals 3c38b7cd4d Update link to docs
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2023-02-27 10:07:05 +01:00
renovate[bot] 52b0022dab chore(deps): update dependency msw to v1
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2023-02-22 12:55:56 +00:00
github-actions[bot] b4627f23b2 Version Packages (next) 2023-02-21 15:40:30 +00:00
Patrik Oldsberg efbd99efd7 remove index entry from typesVersions
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2023-02-21 14:44:05 +01:00
Patrik Oldsberg c523edfc88 migrate all packages to export package.json
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2023-02-21 14:43:19 +01:00
Patrik Oldsberg 0310425593 backend-test-utils: migrate to use exports
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2023-02-21 14:28:21 +01:00
github-actions[bot] 25b57cc07f Version Packages 2023-02-14 13:41:52 +00:00
Fredrik Adelöw 489a791748 Merge pull request #16286 from JanCVanB/update_yarn_add_cwd_docs
Update docs to always use `yarn add --cwd` for app & backend
2023-02-14 12:15:20 +01:00
Patrik Oldsberg 17b573e4be backend-test-utils: mark backend system utils as stable
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2023-02-14 10:51:23 +01:00
Jan Van Bruggen c51efce2a0 Update docs to always use yarn add --cwd for app & backend
Some commands currently error, and others are simply formatted inconsistently.
This format seems to work and be the most popular/common,
so I applied it to all similar occurrences.

Signed-off-by: Jan Van Bruggen <JanVB@verily.com>
2023-02-13 09:40:20 -07:00
Patrik Oldsberg b86efa2d04 backend-plugin-api: make ServiceFactory opaque
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2023-02-08 14:23:58 +01:00
github-actions[bot] b2a73c984a Version Packages (next) 2023-02-07 15:03:45 +00:00
Ben Lambert b2f08eb6c0 Merge pull request #16229 from backstage/blam/bs/cleanup
Update `*Factory` suffix to `*ServiceFactory`
2023-02-07 14:28:32 +01:00
Patrik Oldsberg 3cf2190c2d Merge pull request #16228 from backstage/rugvip/opaque
backend-plugin-api: switch BackendFeature to be an opaque type
2023-02-07 14:21:06 +01:00
blam 5077fdb242 chore: fixing usages
Signed-off-by: blam <ben@blam.sh>
2023-02-07 13:42:00 +01:00
Patrik Oldsberg 610d65e143 backend-plugin-api: make BackendFeature opaque
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2023-02-07 13:29:23 +01:00
Patrik Oldsberg c769924e85 backend-plugin-api: update old LogMeta to use JsonObject instead
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2023-02-07 11:43:08 +01:00
Patrik Oldsberg 7e7557a2be backend-test-utils: switch levels to level for mock logger
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2023-02-07 11:36:02 +01:00
Patrik Oldsberg 71a5ec0f06 backend-plugin-api: inlined LogMeta type
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2023-02-07 10:05:42 +01:00
Patrik Oldsberg 606bb891c1 Merge pull request #16207 from backstage/rugvip/pluginId
backend-plugin-api: switch createBackendPlugin id -> pluginId
2023-02-06 23:32:33 +01:00
Patrik Oldsberg de6e59d668 Merge pull request #16203 from backstage/rugvip/ref
backend-test-utils: remove mock service refs
2023-02-06 20:04:06 +01:00
Patrik Oldsberg 0ff03319be backend-plugin-api: switch createBackendPlugin id -> pluginId
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2023-02-06 17:49:57 +01:00
Patrik Oldsberg 1835311713 backend-test-utils: explicit return type for mockServices.config()
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2023-02-06 17:36:22 +01:00
Patrik Oldsberg f1adb2e36b backend-test-utils: remove mock service refs
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2023-02-06 17:34:26 +01:00
Patrik Oldsberg e716946103 backend-plugin-api: separate out hook in addShutdownHook
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2023-02-06 17:18:26 +01:00
Patrik Oldsberg baf6e4c96a backend-test-utils: removed unnecessary @backstage/cli dependency
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2023-02-04 13:57:18 +01:00
github-actions[bot] 675324ed19 Version Packages (next) 2023-01-31 14:45:37 +00:00
github-actions[bot] 12a7b316ee Version Packages (next) 2023-01-24 12:01:10 +00:00
Patrik Oldsberg d3c2386b07 Merge pull request #15774 from backstage/rugvip/mocks
backend-test-utils: unify mock services and service factory exports
2023-01-20 14:00:51 +01:00
Patrik Oldsberg bdaf4b9c34 backend-test-utils: renamed service dir to services + internal renames
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2023-01-18 11:17:05 +01:00