Shuyang Wu
3cbf153f65
chore: sync 'ignore stale nginx.pid'( #3416 ) to Makefile ( #3471 )
2021-02-01 19:21:55 +08:00
Alex Zhang
5399a31b24
feat: support to communicate with etcd by TLS in command line ( #3415 )
...
* feat: support to communicate with etcd by TLS in command line
* fix: add openssl dev
2021-02-01 10:51:34 +08:00
fukiki
98be48978f
fix: use luajit by default when run apisix ( #3335 )
...
Fix : #3281
2021-01-29 23:57:46 +08:00
Shuyang Wu
6415b29559
feat: customed config.yaml when apisix start ( #2101 )
...
fix #2034
2021-01-29 11:19:46 +08:00
罗泽轩
e3601e6876
feat: support dubbo ( #3224 )
...
Fix #89
2021-01-20 09:47:09 +08:00
Yuelin Zheng
a8153917ff
fix: APISIX runs in the /root
directory and reports errors ( #3220 )
2021-01-19 12:01:07 +08:00
罗泽轩
cdb5aaf3d7
ci: lint test file ( #3298 )
...
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-01-18 10:27:28 +08:00
罗泽轩
ebd158a858
feat: release version 2.2 ( #3168 )
...
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-01-08 18:20:48 +08:00
罗泽轩
4d2f271a06
fix: add control directory in installation ( #3077 )
...
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2020-12-18 16:40:17 +08:00
Shuyang Wu
f476d2c3dc
fix: copy the files in conf/cert when installing ( #3059 )
...
fix #3057
2020-12-16 18:09:52 +08:00
Yousa
a52b5e9b3b
test: add git submodule update --init --recursive ( #2934 )
2020-12-03 10:39:32 +08:00
Shuyang Wu
36162e3607
fix: move conf/cert
to t/certs
and disable ssl by default ( #2112 )
2020-11-20 11:10:01 +08:00
guyang
5b396020d5
feat: support plugin for "aliyun" log service ( #2177 )
2020-11-19 00:04:01 +08:00
罗泽轩
3c89a437a1
chore: remove redundant installation of limit-count ( #2631 )
...
The directory is already installed a few lines above.
2020-11-05 21:18:28 +08:00
罗泽轩
4baee2461e
test: check the plugin name for each plugin ( #2607 )
...
Close #2579
2020-11-04 09:49:14 +08:00
Alex Zhang
952450bd76
improve(CLI): move ngx_tpl to apisix/cli/ngx_tpl.lua ( #2581 )
2020-10-31 22:56:42 +08:00
YuanSheng Wang
b23475fcba
feat: upgrade skywalking plugin to support skywalking 8.0 . ( #2389 )
2020-10-29 15:29:52 +08:00
Wen Ming
e141e88f72
makefile: add release-src in makefile. ( #2481 )
2020-10-22 13:11:45 +08:00
YuanSheng Wang
d6b00bb6bc
bugfix: install the Lua files in apisix/ssl/router
. ( #2383 )
...
fix #2382
2020-10-11 12:27:03 +08:00
RocFang
f05cba0145
fix: wget -O always leave a file enven though download fail ( #2376 )
2020-10-10 20:49:14 +08:00
Swayam Raina
385f2a471b
chore: remove apisix_cores ( #2260 )
2020-10-04 15:23:42 +08:00
YuanSheng Wang
cf882bda1e
feature: divide config.yaml into two files config-custom.yaml & confi… ( #2023 )
...
* feature: divide config.yaml into two files config-custom.yaml & config-default.yaml .
fix #1923
2020-08-18 20:18:55 +08:00
YuanSheng Wang
3947f06989
makefile: add comments for install
command. ( #1912 )
...
* doc: update output of `make help`
2020-07-29 19:23:49 +08:00
YuanSheng Wang
7307797f0e
feature: support the use of independent files to implement the load a… ( #1732 )
...
* feature: support the use of independent files to implement the load algorithm,
which is convenient for expanding different algorithms in the future.
2020-06-19 12:46:20 +08:00
Kev.Hu
51b867f37a
fix bug: Execute command 'make run' multiple times, will start multiple processes ( #1692 )
...
Fix #1690
2020-06-11 13:00:04 +08:00
Wen Ming
398941b72f
feature: add skywalking plugin. ( #1241 )
2020-05-27 17:55:47 +08:00
Vinci Xu
1bc2af56c1
makefile: add default check for install command ( #1591 )
2020-05-26 21:26:52 +08:00
qiujiayu
e7d19ec160
feature: support discovery center ( #1440 )
2020-05-14 23:20:44 +08:00
YuanSheng Wang
7440192f8f
bugfix(CI): avoid to install APISIX to deps
folder, that is a bug for older luarocks ( #1471 )
...
If the Luarocks version is lower than "v2.4.3", it does not support the "--only-deps" parameter. Even if we set the "--only-deps" parameter, no error message will be given during runtime.
We only wanted to install the dependencies in the deps directory, but the APISIX was also installed so that the test case might load the wrong version of the source code.
2020-04-20 09:09:14 +08:00
Wen Ming
c76e7e3623
feature: remove lua
dir. ( #1351 )
2020-03-31 23:23:29 +08:00
YuanSheng Wang
94cc688fc1
bugfix: installed lua file in folder lua/apisix/utils
. ( #1342 )
2020-03-27 07:34:08 +08:00
罗泽轩
301cfc76c2
bugfix: correct LUAJIT_DIR detection ( #1286 )
...
grep doesn't support lazy match by default. To support it, `-P` should
be used instead of `-E`, see:
https://stackoverflow.com/a/5774431
However, we can achieve the same thing without lazy match.
Because OpenResty's not vanilla Nginx, there will be --option after the
executable.
2020-03-17 22:24:03 +08:00
dabue
fc475ccd7e
change: use the correct parameters based on the version of luarocks
...
Fix #1227
2020-03-10 15:16:14 +08:00
YuanSheng Wang
3176a07862
bugfix: removed unwanted quotes. ( #1158 )
2020-02-27 08:45:34 +08:00
YuanSheng Wang
6d8907f4ff
code style: use new lj-releng
to catch all exceptions. ( #1135 )
2020-02-18 15:54:30 +08:00
agile6v
ff4c4f5afb
CLI: add verify command to verify apisix configuration(nginx.conf). ( #1112 )
2020-02-09 20:43:30 +08:00
罗泽轩
0ddf40a910
test: always specify perl include path. ( #1097 )
...
Close #1091 .
2020-02-01 19:56:36 +08:00
agile6v
40d9351ed8
doc: fixed typos ( #1031 )
2020-01-07 20:17:47 +08:00
YuanSheng Wang
a47353dde8
makefile: install deps with apisix-master-0.rockspec. ( #908 )
2019-11-27 13:14:05 +08:00
WenMing
a9888b333a
bugfix: fixed install deps in makefile. ( #904 )
2019-11-26 21:24:45 +08:00
WenMing
03b2ffa1c1
release: the first Apache release of APISIX. ( #896 )
2019-11-25 13:09:32 +08:00
agile6v
227eeaef48
Split check target into lint & license-check targets in Makefile. ( #887 )
2019-11-21 09:23:16 +08:00
YuanSheng Wang
77ad66206e
bugfix(radixtree_host_uri): match priority, host > uri. ( #817 )
...
* bugfix(radixtree_host_uri): match priority, host > uri.
Fix #761 .
2019-11-15 17:24:51 +08:00
YuanSheng Wang
910ff21f54
change: use make deps
to install dependencies. ( #835 )
2019-11-12 16:38:23 +08:00
YuanSheng Wang
5931172a68
change: removed useless file copy. ( #819 )
2019-11-07 21:09:47 +08:00
Manjusaka
71f49a44c9
CLI: update Makefile to throw an error when OpenResty does not exist in PATH ( #778 )
2019-11-01 13:03:22 +08:00
WenMing
12a2b01b71
license: add ASF header. ( #743 )
2019-10-31 09:27:28 +08:00
Lien
57dc701937
Bugfix: change dir apisix into incubator-apisix ( #762 )
2019-10-30 20:13:43 +08:00
Lien
7716416f6d
doc: change all iresty/apisix
link in documents into apache/incubator-apisix
( #754 )
2019-10-30 10:45:09 +08:00
YuanSheng Wang
d6c4407921
doc: make installation steps clear and remove useless dependency installations ( #729 )
2019-10-23 15:27:20 +08:00