Commit Graph

621 Commits

Author SHA1 Message Date
github-actions[bot] 423e01d903 Version Packages (next)
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-09-13 18:00:17 -04:00
github-actions[bot] f275697d2b Version Packages (next) 2022-09-06 13:11:16 +00:00
Brian Fletcher 04370684e8 Merge branch 'master' of github.com:backstage/backstage into RoadieHQ-5identity-api-client-interface 2022-09-01 10:51:52 +01:00
Patrik Oldsberg b8991f64be update in-repo Docker setup to use Yarn 3
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-08-31 15:50:10 +02:00
Patrik Oldsberg 8911f684e1 Yarn 3 automatic formatting changes
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-08-31 15:49:38 +02:00
Brian Fletcher 4925dfcb74 Merge branch 'master' of github.com:backstage/backstage into RoadieHQ-5identity-api-client-interface 2022-08-31 11:19:34 +01:00
github-actions[bot] d1ec204774 Version Packages (next) 2022-08-30 12:02:13 +00:00
Fredrik Adelöw c3c90280be added keepalive to DatabaseManager
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-08-30 11:19:09 +02:00
Patrik Oldsberg 1e21d126b2 Merge pull request #13093 from kielosz/scorecards
[TechInsights] Use different renderers for each CheckResult in scorecards
2022-08-24 10:06:50 +02:00
Brian Fletcher d102f14f9e fix some review comments
Signed-off-by: Brian Fletcher <brian@roadie.io>
2022-08-23 16:55:16 +01:00
Brian Fletcher 8f44eb1724 Merge branch 'master' of github.com:backstage/backstage into RoadieHQ-identity-api-client-interface-7 2022-08-23 15:28:40 +01:00
github-actions[bot] 18ab337f96 Version Packages (next) 2022-08-23 10:29:17 +00:00
alissonfabiano ded771a390 Merge branch 'master' into af/add-readme-card-azure-devops
Signed-off-by: alissonfabiano <56898864+alissonfabiano@users.noreply.github.com>
2022-08-19 11:08:42 +01:00
Alisson Fabiano 889aed210f Made changes requested in the pull request
Signed-off-by: Alisson Fabiano <afabiano@eshopworld.com>
2022-08-19 10:50:59 +01:00
kielosz 120df8426a Change fact retriever cadence
Signed-off-by: kielosz <kielosz@gmail.com>
2022-08-18 16:55:10 +02:00
kielosz f7e99ac1d8 Add getCheckResultRenderers
Signed-off-by: kielosz <kielosz@gmail.com>
2022-08-18 16:55:04 +02:00
Patrik Oldsberg b751518fac Merge pull request #13073 from backstage/rugvip/docker
create-app/docker: hardening, usability, and doc updates
2022-08-17 10:22:00 +02:00
Brian Fletcher 71f39b4bea Merge branch 'master' into identity-api-client-interface 2022-08-16 15:14:49 +01:00
github-actions[bot] a5684d0d53 Version Packages 2022-08-16 12:15:33 +00:00
Brian Fletcher c7e6c23c38 Merge branch 'master' of github.com:backstage/backstage into RoadieHQ-identity-api-client-interface 2022-08-16 11:13:50 +01:00
Patrik Oldsberg 1725b2a3aa create-app: update Dockerfile to set NODE_ENV=production
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-08-10 15:51:34 +02:00
Patrik Oldsberg 8a0f145970 create-app: update Dockerfile to run app with node user
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-08-10 15:51:34 +02:00
Patrik Oldsberg 187e249276 create-app: switch better-sqlite3 to be prod dependency by default
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-08-10 14:46:10 +02:00
Brian Fletcher 16f0a6fac6 Merge branch 'master' into identity-api-client-interface 2022-07-28 10:22:14 +01:00
github-actions[bot] 73cee58fc2 Version Packages (next) 2022-07-26 08:37:39 +00:00
renovate[bot] 29f782eb37 chore(deps): update dependency @types/luxon to v3
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2022-07-20 00:35:52 +00:00
Brian Fletcher 7b4bad2e55 Merge branch 'master' into identity-api-client-interface 2022-07-19 15:36:51 +01:00
github-actions[bot] 7d7da6caec Version Packages 2022-07-19 08:34:21 +00:00
Brian Fletcher 7d2dfaf3dc Merge branch 'master' into identity-api-client-interface 2022-07-18 09:45:22 +01:00
Emma Indal 43e423cb85 fixup import
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2022-07-18 10:29:55 +02:00
Bjørn 2bb0dd2dd2 Merge branch 'master' into patch/octokit-rest-19.0.3 2022-07-12 21:19:36 +02:00
github-actions[bot] 0e967f188b Version Packages (next) 2022-07-12 13:19:14 +00:00
renovate[bot] 4e9a90e307 fix(deps): update dependency luxon to v3
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2022-07-11 22:07:53 +00:00
Crevil 9de15a41d7 Upgrade @octokit/rest to 19.0.3
This upgrade contains changes to the API types which leads to several changes
around the code base handling the now more precise types.

Signed-off-by: Crevil <bjoern.soerensen@gmail.com>
2022-07-09 09:13:07 +02:00
Brian Fletcher 2cbd533426 break identity client into an interface
The interface has changed a little instead of allowing the client to
parse out the authorization header, it takes the request object as is
to extract the identity from it how the implementation decides.

IdentityClient#authenticate is now deprecated, in favor of
IdentityApi#getIdentity.

I am leaving the IdentityClient in place deprecated so that plugins
that use this can migrate away from it.

Signed-off-by: Brian Fletcher <brian@roadie.io>
2022-07-08 16:56:23 +01:00
Matthew Clarke 1454bf98e7 (feat): New kubernetes backend endpoints (#12393)
* feat: add new kubernetes backend endpoints

Signed-off-by: Matthew Clarke <mclarke@spotify.com>

* add more tests

Signed-off-by: Matthew Clarke <mclarke@spotify.com>

* add eslint exceptions

Signed-off-by: Matthew Clarke <mclarke@spotify.com>

* register new endpoints

Signed-off-by: Matthew Clarke <mclarke@spotify.com>

* add changeset

Signed-off-by: Matthew Clarke <mclarke@spotify.com>

* add breaking change ot changeset

Signed-off-by: Matthew Clarke <mclarke@spotify.com>

* fix tsc in test

Signed-off-by: Matthew Clarke <mclarke@spotify.com>

* changeset typo

Signed-off-by: Matthew Clarke <mclarke@spotify.com>

* api report update

Signed-off-by: Matthew Clarke <mclarke@spotify.com>
2022-07-05 19:13:49 +02:00
github-actions[bot] 6b985dc1c7 Version Packages (next) 2022-07-05 08:23:38 +00:00
Andre Wanlin e52f7801b0 Adjustments based on feedback
Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
2022-06-30 15:27:32 +02:00
Andre Wanlin 90aca31689 Refactored config/options based on feedback
Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
2022-06-30 15:27:32 +02:00
Andre Wanlin d43228a183 Refactored to support config with options
Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
2022-06-30 15:27:32 +02:00
github-actions[bot] c92deffe39 Version Packages (next) 2022-06-28 09:27:36 +00:00
github-actions[bot] 2231987c10 Version Packages (next) 2022-06-21 09:04:17 +00:00
github-actions[bot] 2e2a82c9d7 Version Packages 2022-06-14 09:12:05 +00:00
github-actions[bot] b844443164 Version Packages (next) 2022-06-03 15:01:16 +00:00
github-actions[bot] a13ab262de Version Packages (next) 2022-05-31 11:51:41 +00:00
Patrik Oldsberg 55b79c4a71 backend: drop catalog user requirement from github sign-in
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-05-30 11:44:58 +02:00
github-actions[bot] bcc563abe9 Version Packages (next) 2022-05-24 11:05:52 +00:00
github-actions[bot] 64a03bd946 Version Packages 2022-05-17 09:26:29 +00:00
github-actions[bot] c02ce52da1 Version Packages (next) 2022-05-10 08:00:04 +00:00
Johan Haals 2a30970524 Merge pull request #11245 from backstage/jhaals/human-duration
backend-tasks: Introduce human friendly scheduling
2022-05-03 15:06:08 +02:00