Commit Graph

220 Commits

Author SHA1 Message Date
github-actions[bot] 32a09adcff Version Packages (next) 2023-09-05 10:03:17 +00:00
github-actions[bot] fc1a38bc57 Version Packages (next) 2023-08-29 12:18:08 +00:00
Eric Peterson f5cdb61269 Add maintainer-owned catalog-info.yaml files
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2023-08-23 18:02:53 +02:00
github-actions[bot] f8c8e8de37 Version Packages (next) 2023-08-22 11:37:48 +00:00
github-actions[bot] aaf5cb2ca1 Version Packages 2023-08-15 17:12:48 +00:00
github-actions[bot] 74f77f151a Version Packages (next) 2023-08-08 14:07:10 +00:00
Patrik Oldsberg 44b1ab77e8 proxy-backend: let config reader check for objects
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2023-08-07 11:33:03 +02:00
Patrik Oldsberg 9995962c31 proxy-backend: update API report
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2023-08-03 11:49:01 +02:00
Patrik Oldsberg 76a710edd9 proxy-backend: add test for deprecated configuration
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2023-08-02 16:52:28 +02:00
Patrik Oldsberg 24450b8a40 proxy-backend: update tests to use proxy.endpoints
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2023-08-02 16:47:29 +02:00
Patrik Oldsberg 7daf65bfcf proxy-backend: deprecate root proxy config, move to proxy.endpoints instead
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2023-08-02 16:25:19 +02:00
github-actions[bot] 572abc7edf Version Packages (next) 2023-08-01 12:30:00 +00:00
Vincenzo Scamporlino 2cccf58ef1 chore: config to rootConfig
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
2023-07-31 17:11:00 +02:00
Patrik Oldsberg 8f7b618a49 removed usage of Partial in configuration schemas
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2023-07-28 16:15:08 +02:00
github-actions[bot] b441642fbe Version Packages (next) 2023-07-25 11:30:28 +00:00
github-actions[bot] 0abb3c37b8 Version Packages 2023-07-18 08:35:29 +00:00
github-actions[bot] d72e2eeba6 Version Packages (next) 2023-06-27 12:10:42 +00:00
github-actions[bot] bc0c4bc64c Version Packages 2023-06-20 13:54:09 +00: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
David Weber 95987388f2 fix: don't expose sensible data
Signed-off-by: David Weber <david.weber@w3tec.ch>
2023-05-24 20:53:36 +02: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
github-actions[bot] 8b05da0912 Version Packages (next) 2023-05-02 13:41:12 +00:00
github-actions[bot] e04bb20bdc Version Packages (next) 2023-04-25 15:53:19 +00: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
github-actions[bot] e32dc5e79d Version Packages (next) 2023-03-28 16:01:25 +00: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
Patrik Oldsberg 673292e273 Merge pull request #16663 from dotboris/proxy-pass-log-level
Ensure that `http-proxy-middleware` logs requests when log level is set to `debug`
2023-03-08 16:52:59 +01:00
github-actions[bot] 0eceadb950 Version Packages (next) 2023-03-07 17:21:48 +00:00
Boris Bera a4dcd007e4 Pass debug log level to http-proxy-middleware
Signed-off-by: Boris Bera <bbera@coveo.com>
2023-03-07 12:04:57 -05:00
Boris Bera 4acd93dae1 Pass logLevel to http-proxy-middleware
Under the hood, `http-proxy-middleware` checks its log level to see if
it should log requests. Passing in the log level ensures that we see
those messages when we run with `LOG_LEVEL=debug`.

Signed-off-by: Boris Bera <bbera@coveo.com>
2023-03-01 12:38:46 -05:00
github-actions[bot] b19b95fc09 Version Packages (next) 2023-02-28 13:04:36 +00: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
Fredrik Adelöw 35673acf84 Merge pull request #16265 from dhoizner/revive-proxy-req-bodies
[Proxy-Backend] Feature: Revive Request Bodies
2023-02-16 13:12:29 +01:00
Dan Hoizner 3e3eea4bc7 feat(proxy-backend): configure request body revival for all targets
Signed-off-by: Dan Hoizner <dan.hoizner@gmail.com>
2023-02-14 16:21:26 -05:00
github-actions[bot] 25b57cc07f Version Packages 2023-02-14 13:41:52 +00:00
Dan Hoizner a30d2e8df5 feat(plugin-proxy-backend): revive request bodies
in order to support proxying requests with bodies that have previously
been consumed in a middleware, the proxy config can now specify
`reviveRequestBody: true` in order to propagate the previously consumed
body to the proxied request.

Signed-off-by: Dan Hoizner <dan.hoizner@gmail.com>
2023-02-08 15:34:20 -05:00
github-actions[bot] b2a73c984a Version Packages (next) 2023-02-07 15:03:45 +00: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
Fredrik Adelöw 4a6f38a535 implement some of the trivial backend plugins
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2023-02-01 11:36:55 +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
github-actions[bot] 6d46667727 Version Packages 2023-01-17 11:50:48 +00:00
github-actions[bot] 9521f1274d Version Packages (next) 2023-01-10 14:18:51 +00:00
github-actions[bot] c4132274d9 Version Packages (next) 2023-01-03 14:44:31 +00:00
github-actions[bot] 3245539963 Version Packages 2022-12-20 11:30:21 +00:00