Skip to content

Commit e5db4d9

Browse files
authored
Merge pull request #821 from zwoop/TS-4678
TS-4678 Promotes a few plugins to stable
2 parents 4b3d903 + ccfa0ba commit e5db4d9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+57
-58
lines changed

configure.ac

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1955,12 +1955,24 @@ AC_CONFIG_FILES([
19551955
mgmt/cluster/Makefile
19561956
mgmt/utils/Makefile
19571957
plugins/Makefile
1958+
plugins/authproxy/Makefile
1959+
plugins/background_fetch/Makefile
19581960
plugins/cacheurl/Makefile
19591961
plugins/conf_remap/Makefile
1962+
plugins/esi/Makefile
1963+
plugins/generator/Makefile
1964+
plugins/gzip/Makefile
1965+
plugins/header_rewrite/Makefile
1966+
plugins/healthchecks/Makefile
1967+
plugins/libloader/Makefile
1968+
plugins/regex_remap/Makefile
1969+
plugins/regex_revalidate/Makefile
1970+
plugins/s3_auth/Makefile
1971+
plugins/stats_over_http/Makefile
1972+
plugins/tcpinfo/Makefile
1973+
plugins/xdebug/Makefile
19601974
plugins/experimental/Makefile
19611975
plugins/experimental/acme/Makefile
1962-
plugins/experimental/authproxy/Makefile
1963-
plugins/experimental/background_fetch/Makefile
19641976
plugins/experimental/balancer/Makefile
19651977
plugins/experimental/buffer_upload/Makefile
19661978
plugins/experimental/cache_key_genid/Makefile
@@ -1973,8 +1985,6 @@ AC_CONFIG_FILES([
19731985
plugins/experimental/custom_redirect/Makefile
19741986
plugins/experimental/epic/Makefile
19751987
plugins/experimental/escalate/Makefile
1976-
plugins/experimental/esi/Makefile
1977-
plugins/experimental/generator/Makefile
19781988
plugins/experimental/geoip_acl/Makefile
19791989
plugins/experimental/header_normalize/Makefile
19801990
plugins/experimental/hipes/Makefile
@@ -1985,25 +1995,15 @@ AC_CONFIG_FILES([
19851995
plugins/experimental/mp4/Makefile
19861996
plugins/experimental/multiplexer/Makefile
19871997
plugins/experimental/mysql_remap/Makefile
1988-
plugins/experimental/regex_revalidate/Makefile
1989-
plugins/experimental/remap_stats/Makefile
19901998
plugins/experimental/remap_purge/Makefile
1991-
plugins/experimental/s3_auth/Makefile
1999+
plugins/experimental/remap_stats/Makefile
19922000
plugins/experimental/ssl_cert_loader/Makefile
19932001
plugins/experimental/sslheaders/Makefile
19942002
plugins/experimental/stale_while_revalidate/Makefile
19952003
plugins/experimental/stream_editor/Makefile
19962004
plugins/experimental/ts_lua/Makefile
19972005
plugins/experimental/url_sig/Makefile
19982006
plugins/experimental/webp_transform/Makefile
1999-
plugins/experimental/xdebug/Makefile
2000-
plugins/gzip/Makefile
2001-
plugins/header_rewrite/Makefile
2002-
plugins/healthchecks/Makefile
2003-
plugins/libloader/Makefile
2004-
plugins/regex_remap/Makefile
2005-
plugins/stats_over_http/Makefile
2006-
plugins/tcpinfo/Makefile
20072007
proxy/Makefile
20082008
proxy/api/ts/Makefile
20092009
proxy/config/Makefile

doc/admin-guide/plugins/index.en.rst

Lines changed: 33 additions & 34 deletions

plugins/Makefile.am

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,22 @@
1717
# Add new plugins in alphabetic order, but keep experimental always at the bottom.
1818

1919
SUBDIRS = \
20+
authproxy \
21+
background_fetch \
2022
cacheurl \
2123
conf_remap \
24+
esi \
25+
generator \
2226
gzip \
2327
header_rewrite \
2428
healthchecks \
2529
libloader \
2630
regex_remap \
31+
regex_revalidate \
32+
s3_auth \
2733
stats_over_http \
28-
tcpinfo
34+
tcpinfo \
35+
xdebug
2936

3037
if BUILD_EXPERIMENTAL_PLUGINS
3138
SUBDIRS += experimental
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)