Commit Graph

292 Commits

Author SHA1 Message Date
blam ab9279555f Deprecate packages
Signed-off-by: blam <ben@blam.sh>
2024-04-18 09:54:47 +02:00
github-actions[bot] 0e48f5a289 Version Packages 2024-04-16 12:20:53 +00:00
Patrik Oldsberg 6e211fa110 Revert "workspace(todo): deprecate packages"
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-04-16 13:51:27 +02:00
Ben Lambert 20fb701c75 Merge pull request #24189 from backstage/migrate-1712843347963
workspace(todo): deprecate packages
2024-04-16 11:28:17 +02:00
Patrik Oldsberg fe1716b9e1 Merge pull request #23998 from aramissennyeydd/openapi-tooling/search-reserved
fix: allow reserved characters in all parameters
2024-04-15 16:09:23 +02:00
Heikki Hellgren d5a1fe189b chore: change most of plugins to use LoggerService
quite a big PR for this but the changes are pretty stright forward.
hopefully gets merged before most of these plugins move to the community
repository.

Signed-off-by: Heikki Hellgren <heikki.hellgren@op.fi>
2024-04-13 02:10:13 +03:00
blam 18db60ddf6 Deprecate packages
Signed-off-by: blam <ben@blam.sh>
2024-04-11 17:15:03 +02:00
github-actions[bot] 036b9b3434 Version Packages (next) 2024-04-09 15:55:28 +00:00
web-next-automation ec2b541b7d fix mismatch
Signed-off-by: web-next-automation <web-platform@doordash.com>
2024-04-08 20:39:38 -04:00
Aramis Sennyey f7f20ba5fb fix: allow reserved characters in all parameters
Signed-off-by: Aramis Sennyey <159921952+aramissennyeydd@users.noreply.github.com>
2024-04-04 18:11:38 -04:00
github-actions[bot] 366cf07ad3 Version Packages (next) 2024-04-02 14:11:36 +00:00
Patrik Oldsberg 51e3f70bc8 Merge pull request #23084 from aramissennyeydd/openapi-tooling/schemathesis
feat(openapi-tooling): add support for fuzzing with schemathesis
2024-04-01 16:49:44 +02: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
Fredrik Adelöw 714df5b296 Generate Release
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2024-03-22 15:23:35 +01:00
github-actions[bot] e83e055841 Version Packages 2024-03-19 14:56:10 +00:00
aramissennyeydd 317cb08b5d feat(openapi-tooling): add support for fuzzing with schemathesis
Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
2024-03-16 00:05:08 -04:00
github-actions[bot] 778bc48921 Version Packages (next) 2024-03-12 13:35:55 +00:00
Tomasz Szuba b65788b68f Move @backstage/repo-tools to dev dependencies
Signed-off-by: Tomasz Szuba <tszuba@box.com>
2024-03-06 17:13:49 +01: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 439df11d06 upgrade knip
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2024-02-12 11:06:30 +01: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
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 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
github-actions[bot] b17a6cccce Version Packages (next) 2024-02-06 14:58:46 +00:00
Patrik Oldsberg c6e749b216 Merge pull request #22350 from backstage/openapi-tooling/fix-generate-client
feat(repo-tools): Rework command structure and standardize `openapi generate-client`
2024-02-06 13:41:16 +01:00
github-actions[bot] c70c3dc393 Version Packages (next) 2024-01-30 13:38:11 +00:00
Aramis b107fdf609 rework generate to take flags instead of subcommands
Signed-off-by: Aramis <sennyeyaramis@gmail.com>
2024-01-24 10:40:04 -05:00
github-actions[bot] 185d5ea0b0 Version Packages (next) 2024-01-23 13:57:50 +00:00
Aramis ff3a604dae feat(repo-tools): Update OpenAPI command naming.
fixes: https://github.com/backstage/backstage/issues/21790

Signed-off-by: Aramis <sennyeyaramis@gmail.com>
2024-01-22 13:42:48 -05:00
Patrik Oldsberg a1a2ca5b52 Apply suggestions from code review
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-01-21 15:56:35 +01:00
Aramis 552e762784 fix generated files
Signed-off-by: Aramis <sennyeyaramis@gmail.com>
2024-01-18 18:22:00 -05:00
Aramis 324b970209 feat(openapi-tooling): use info.title as the pluginId
the current approach to pass pluginId to the client is opaque and using package name as a title isn't super descriptive.

Signed-off-by: Aramis <sennyeyaramis@gmail.com>
2024-01-18 16:21:39 -05: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
github-actions[bot] a3ccddeba5 Version Packages (next) 2024-01-02 10:42:54 +00:00
github-actions[bot] c9f71fba8d Version Packages (next) 2023-12-25 23:42:26 +00:00
Fredrik Adelöw a2bee9cc0f MOAR
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2023-12-20 16:37:29 +01:00
Fredrik Adelöw 76a4904d2a remove some unused deps
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2023-12-20 15:55:16 +01:00
github-actions[bot] a9801a3ec9 Version Packages 2023-12-19 13:39:54 +00:00
github-actions[bot] 3f1192f32f Version Packages (next) 2023-12-12 15:45:17 +00:00
github-actions[bot] a7f57602d1 Version Packages (next) 2023-12-05 13:55:44 +00:00
github-actions[bot] 356906bab8 Version Packages (next) 2023-11-28 13:37:18 +00:00
github-actions[bot] 8ece80419a Version Packages (next) 2023-11-21 15:13:12 +00:00
github-actions[bot] c8a8aac2af Version Packages 2023-11-14 13:25:17 +00:00
github-actions[bot] 8a9f0ce86b Version Packages (next) 2023-11-07 09:43:56 +00:00
github-actions[bot] f577e1176f Version Packages (next)
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2023-10-31 15:42:09 +01:00