Commit Graph

76 Commits

Author SHA1 Message Date
github-actions[bot] 911bbe0d92 Version Packages (next) 2024-08-27 11:41:57 +00:00
Fredrik Adelöw d425fc4dfd remove the backend feature compat callback pattern
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2024-08-20 13:26:13 +02:00
github-actions[bot] 2a2c84ba68 Version Packages 2024-08-20 08:56:34 +00:00
github-actions[bot] 003494838b Version Packages (next) 2024-08-13 13:59:06 +00:00
github-actions[bot] 120319d2b5 Version Packages (next) 2024-08-06 13:15:32 +00:00
github-actions[bot] 58bbb3edca Version Packages (next) 2024-07-30 12:26:11 +00:00
Patrik Oldsberg 4e2d3f330a Merge pull request #25674 from dotboris/auth-provider-signin-config
Add `signIn.resolvers` to auth providers config schema
2024-07-26 10:06:45 +02:00
github-actions[bot] 4a8774820c Version Packages (next) 2024-07-23 14:02:37 +00:00
Boris Bera c8f1cae0ef Add signIn.resolvers to auth providers config schema
Signed-off-by: Boris Bera <bbera@coveo.com>
2024-07-17 11:33:29 -04:00
github-actions[bot] 8d2fe707cb Version Packages 2024-07-16 12:06:55 +00:00
github-actions[bot] 08c63d46ac Version Packages (next) 2024-07-02 09:03:14 +00:00
github-actions[bot] f03d12aff2 Version Packages (next) 2024-06-25 13:05:56 +00:00
github-actions[bot] 18a40424cb Version Packages 2024-06-18 12:37:38 +00:00
Fredrik Adelöw 78a0b086d2 Make createBackendPlugin and createBackendModule return BackendFeature instead of () => BackendFeature
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2024-06-13 15:56:24 +02:00
github-actions[bot] e83ead9b1a Version Packages (next) 2024-06-11 15:25:17 +00:00
Patrik Oldsberg d1bc8e9835 Merge pull request #25125 from backstage/rugvip/plugin-meta
cli: implement plugin metadata proposal
2024-06-11 17:01:09 +02:00
Patrik Oldsberg 8efc6cf0d4 auth-backend-module-*: update OAuth providers to use new scope handling
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-06-11 12:49:14 +02:00
Patrik Oldsberg bdabd9952e auth-*: test fixes for new CookieScopeManager
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-06-11 11:30:13 +02:00
Patrik Oldsberg d44a20a5cd add plugin metadata to all plugin packages
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-06-11 11:24:29 +02:00
github-actions[bot] 09f502208f Version Packages (next) 2024-06-04 15:34:15 +00:00
github-actions[bot] cce04957e9 Version Packages (next) 2024-05-21 14:41:46 +00:00
github-actions[bot] 0972164fbc Version Packages 2024-05-14 12:02:01 +00:00
github-actions[bot] d85dd88b3c Version Packages (next) 2024-05-07 13:27:02 +00:00
Jack Palmer 8f6a945b0e fix: Typo in copyright
Signed-off-by: Jack Palmer <jackpalmer@spotify.com>
2024-05-03 14:24:23 +01:00
Jack Palmer ece858b609 fix: Add config.d.ts for auth-backend-module-github-provider
Signed-off-by: Jack Palmer <jackpalmer@spotify.com>
2024-05-03 14:20:57 +01:00
github-actions[bot] 0478509ee2 Version Packages (next) 2024-04-30 11:22:01 +00:00
github-actions[bot] 46046059b4 Version Packages (next) 2024-04-23 14:53:09 +00:00
github-actions[bot] 0e48f5a289 Version Packages 2024-04-16 12:20:53 +00:00
github-actions[bot] 036b9b3434 Version Packages (next) 2024-04-09 15:55:28 +00:00
github-actions[bot] 366cf07ad3 Version Packages (next) 2024-04-02 14:11:36 +00:00
github-actions[bot] bb8923602f Version Packages 2024-03-27 09:37:09 +00:00
Fredrik Adelöw 04655bb318 Generate Release
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2024-03-22 21:41:20 +01:00
github-actions[bot] e83e055841 Version Packages 2024-03-19 14:56:10 +00:00
github-actions[bot] 778bc48921 Version Packages (next) 2024-03-12 13:35:55 +00:00
github-actions[bot] 8db51ca72f Version Packages (next) 2024-03-05 13:38:18 +00:00
github-actions[bot] 4cca80fbf8 Version Packages (next) 2024-02-27 16:48:30 +00:00
github-actions[bot] f1831dd9b2 Version Packages 2024-02-20 11:04:26 +00:00
github-actions[bot] 7236e15fa2 Version Packages (next) 2024-02-13 14:00:45 +00:00
Fredrik Adelöw e97cc0b0a3 updated the knip rules a bit
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2024-02-08 09:53:18 +01:00
Fredrik Adelöw 8afb5c6671 Merge pull request #21963 from drodil/introduce_knip
ci: introduce knip for checking unused packages
2024-02-08 09:19:16 +01:00
Heikki Hellgren c9d39120b2 chore: update knip reports
Signed-off-by: Heikki Hellgren <heikki.hellgren@op.fi>
2024-02-08 09:08:32 +02:00
Heikki Hellgren 23a29697aa ci: introduce knip for checking unused packages
fixes #21948

Signed-off-by: Heikki Hellgren <heikki.hellgren@op.fi>
2024-02-08 08:38:05 +02:00
Heikki Hellgren 55963c4714 feat: move knip reports under own command
Signed-off-by: Heikki Hellgren <heikki.hellgren@op.fi>
2024-02-08 08:29:50 +02:00
Heikki Hellgren 60a68f10e9 ci: introduce knip for checking unused packages
fixes #21948

Signed-off-by: Heikki Hellgren <heikki.hellgren@op.fi>
2024-02-08 08:29:48 +02:00
Patrik Oldsberg 847218837d add missing repository fields
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-02-08 01:17:10 +01:00
github-actions[bot] b17a6cccce Version Packages (next) 2024-02-06 14:58:46 +00:00
github-actions[bot] c70c3dc393 Version Packages (next) 2024-01-30 13:38:11 +00:00
github-actions[bot] 185d5ea0b0 Version Packages (next) 2024-01-23 13:57:50 +00:00
github-actions[bot] 8070f67dc4 Version Packages 2024-01-16 11:44:56 +00:00
github-actions[bot] ac277f3c91 Version Packages (next) 2024-01-09 12:44:34 +00:00