Commit Graph

673 Commits

Author SHA1 Message Date
sgibb
77779ff91a Merge branch '4.0.x' 2023-10-04 15:43:43 -04:00
Fredrich Ombico
41b212db5c Add RewriteRequestParameter GatewayFilter factory (#3081)
The `RewriteRequestParameter` `GatewayFilter` factory takes a `name` parameter and a `replacement` parameter.
It will rewrite the value of the request parameter of the given `name`.
2023-10-04 15:42:02 -04:00
sgibb
d533ae7583 More basic mvc documentation 2023-09-29 13:36:33 -04:00
buildmaster
b1d5ccd472 Going back to snapshots 2023-09-27 12:03:39 +00:00
buildmaster
da064b990f Update SNAPSHOT to 4.1.0-M2 2023-09-27 12:00:13 +00:00
sgibb
2eda426a32 Updates antora extension and ui 2023-09-22 15:17:00 -04:00
sgibb
75c5dbac42 Reference 4.0.x for docs 2023-09-20 14:23:11 -04:00
sgibb
b1208a6e94 Updates title 2023-09-13 19:28:27 -04:00
sgibb
09d7139a99 minor antora docs fixes 2023-09-13 16:33:12 -04:00
sgibb
a8f0642cd6 remove tabs migration 2023-09-12 11:28:21 -04:00
sgibb
3c090f1b69 Include intro.adoc in index.adoc and remove from nav.adoc 2023-09-11 19:57:13 -04:00
sgibb
e89752c107 Drops prefix the- from gateway filter factory adoc files. 2023-09-11 19:41:57 -04:00
sgibb
5162891feb Migrate to antora documentation 2023-09-11 19:25:06 -04:00
Spencer Gibb
8e4f067ffc Antora migration (#3050)
* Migrate Structure

* Insert explicit ids for headers

* Remove unnecessary asciidoc attributes

* Copy default antora files

* Fix indentation for all pages

* Split files

* Generate a default navigation

* Remove includes

* Fix cross references

* Enable Section Summary TOC for small pages

* Migrate to antora documentation

* Migrate to antora documentation
2023-09-11 19:08:08 -04:00
Steve Riesenberg
984882f75a Specify clientRegistrationId in TokenRelay filter (#2922) 2023-09-06 17:19:20 -04:00
buildmaster
eb098a7596 Going back to snapshots 2023-08-10 03:01:55 +00:00
buildmaster
c17804888c Update SNAPSHOT to 4.1.0-M1 2023-08-10 02:58:23 +00:00
buildmaster
9b9885bc8c Bumping versions 2023-07-28 23:19:08 +00:00
buildmaster
475cdbb0ef Bumping versions 2023-07-27 23:18:59 +00:00
buildmaster
693baf3b10 Bumping versions to 4.0.8-SNAPSHOT after release 2023-07-27 20:52:41 +00:00
buildmaster
6dc5efa00e Going back to snapshots 2023-07-27 20:52:41 +00:00
buildmaster
bc757fcb23 Update SNAPSHOT to 4.0.7 2023-07-27 20:50:02 +00:00
sgibb
f7587bc688 Updates version to 4.1.0-SNAPSHOT 2023-06-19 14:31:59 -04:00
buildmaster
9073d3ec35 Bumping versions 2023-06-15 12:05:57 +00:00
sgibb
0d876cab1b Updates version to 4.1.0-SNAPSHOT
Updates build and commons version to 4.1.0-SNAPSHOT
2023-06-14 15:11:21 -04:00
buildmaster
4aeccc736e Bumping versions 2023-05-26 02:12:26 +00:00
buildmaster
48b30069f7 Bumping versions 2023-05-25 02:12:26 +00:00
buildmaster
9aadd6138f Bumping versions to 4.0.7-SNAPSHOT after release 2023-05-24 19:46:04 +00:00
buildmaster
71c2e1b52b Going back to snapshots 2023-05-24 19:46:03 +00:00
buildmaster
f75cab542f Update SNAPSHOT to 4.0.6 2023-05-24 19:42:51 +00:00
buildmaster
ba814ce930 Bumping versions to 4.0.6-SNAPSHOT after release 2023-05-02 17:54:53 +00:00
buildmaster
07e9ca7867 Going back to snapshots 2023-05-02 17:54:52 +00:00
buildmaster
5399116612 Update SNAPSHOT to 4.0.5 2023-05-02 17:51:21 +00:00
Ignacio Lozano
c74d65aa14 Add metadata requestParam to /refresh specific routes (#2916)
* Add metadata requestParam to /refresh specific routes

* Added requestParam that will be included in the event as a map of key:value pairs
* ScopedRefreshRoutesEvent: RefreshRoutesEvent was extended hierarchically to add metadata for filtering
* Modify CachingRouteLocator to filter in case the incoming event is ScopedRefreshRoutesEvent

* Change refresh by group for covering deletion

When all the routes in a group were deleted, the refresh were not done

---------

Co-authored-by: Spencer Gibb <sgibb@pivotal.io>
2023-04-26 13:41:34 -04:00
Ignacio Lozano
23ca3721a6 Add a new endpoint POST /routes (#2915)
* Add a new endpoint POST /routes

A list of RouteDefinition can be sent to /routes using POST method to persist multiple routes by a single request.

Validation is done before persisting any RouteDefinition
2023-04-26 13:32:25 -04:00
spencergibb
c7014f8431 Merge branch '3.1.x' 2023-04-20 16:24:59 -04:00
jiangyuan04
3d44588745 fix grpc MethodDescriptor fullMethodName problem
Fixes gh-2910
2023-04-20 16:12:26 -04:00
buildmaster
5e9d2ce0c5 Bumping versions to 4.0.5-SNAPSHOT after release 2023-03-28 16:01:04 +00:00
buildmaster
96092f8611 Going back to snapshots 2023-03-28 16:01:04 +00:00
buildmaster
fdc63b1e98 Update SNAPSHOT to 4.0.4 2023-03-28 15:57:59 +00:00
buildmaster
66cb7ed297 Bumping versions 2023-03-28 02:11:51 +00:00
Marta Medio
bc57f129e4 Allow to deactivate global cache (#2895)
* Allow to deactivate global cache

* Update cache tests

* Update cache docs

* Rollback rename of global cache filter
2023-03-27 12:14:17 -04:00
spencergibb
044a58b264 Removes reference to boot 2.x.
The main version of gateway is now based on boot 3.x, but saying boot is sufficient.
2023-03-14 15:02:46 -04:00
spencergibb
cb18b2a5c2 Merge branch '3.1.x' 2023-03-14 14:36:04 -04:00
ecnabogs
720c8d63d8 Invalid sections numbering
The sections "Fluent Java Routes API" and "The `DiscoveryClient` Route Definition Locator" are hierarchically defined under "Http timeouts configuration" but they are unrelated topics. These sections should be raised one level up and thus should appear as standalone sections with proper numbering.

Fixes gh-2891
2023-03-14 14:34:57 -04:00
buildmaster
07da47aca0 Bumping versions to 4.0.4-SNAPSHOT after release 2023-02-24 16:05:28 +00:00
buildmaster
bb310dbff0 Going back to snapshots 2023-02-24 16:05:27 +00:00
buildmaster
535ef315db Update SNAPSHOT to 4.0.3 2023-02-24 16:02:54 +00:00
buildmaster
713e351501 Bumping versions to 3.1.7-SNAPSHOT after release 2023-02-24 00:10:54 +00:00
buildmaster
dd0aa46559 Going back to snapshots 2023-02-24 00:10:54 +00:00