[GitHub] [apisix] membphis commented on pull request #2023: feature: divide config.yaml into two files config-custom.yaml & confi…

2020-08-15 Thread GitBox
membphis commented on pull request #2023: URL: https://github.com/apache/apisix/pull/2023#issuecomment-674468242 > this pr is still a draft now ? missing doc. I'll add this later. but this feature is ready. This is an

[GitHub] [apisix] membphis edited a comment on issue #2051: request help: what is the recommended way to split access log in k8s pod? for example, split by day

2020-08-15 Thread GitBox
membphis edited a comment on issue #2051: URL: https://github.com/apache/apisix/issues/2051#issuecomment-673992843 > for example, split by day Here is an example for `access` log, is right? ``` access.log access-20200801-00.log access-20200802-00.log

[apisix] branch master updated: feat(prometheus): add prometheus metrics `node_info`(hostname) (#2063)

2020-08-15 Thread membphis
This is an automated email from the ASF dual-hosted git repository. membphis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/apisix.git The following commit(s) were added to refs/heads/master by this push: new 7525f1f feat(prometheus): add prometheus

[GitHub] [apisix] membphis merged pull request #2063: change: add prometheus metrics `node_info`(hostname)

2020-08-15 Thread GitBox
membphis merged pull request #2063: URL: https://github.com/apache/apisix/pull/2063 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [apisix] nic-chen commented on pull request #2023: feature: divide config.yaml into two files config-custom.yaml & confi…

2020-08-15 Thread GitBox
nic-chen commented on pull request #2023: URL: https://github.com/apache/apisix/pull/2023#issuecomment-674457540 this pr is still a draft now.. This is an automated message from the Apache Git Service. To respond to the

[GitHub] [apisix] nic-chen edited a comment on pull request #2023: feature: divide config.yaml into two files config-custom.yaml & confi…

2020-08-15 Thread GitBox
nic-chen edited a comment on pull request #2023: URL: https://github.com/apache/apisix/pull/2023#issuecomment-674457540 this pr is still a draft now ? This is an automated message from the Apache Git Service. To respond to

[GitHub] [apisix] juzhiyuan commented on issue #2059: bug: Please delete old releases from mirroring system

2020-08-15 Thread GitBox
juzhiyuan commented on issue #2059: URL: https://github.com/apache/apisix/issues/2059#issuecomment-674402661 - [ ] SVN - [ ] Download Page This is an automated message from the Apache Git Service. To respond to the

[GitHub] [apisix-dashboard] juzhiyuan commented on pull request #330: feat(authentication): create authentication module

2020-08-15 Thread GitBox
juzhiyuan commented on pull request #330: URL: https://github.com/apache/apisix-dashboard/pull/330#issuecomment-674402387 Could we convert this to Draft(I see there has a convert to draft tip on the top right panel)? And you can make it ready anytime when it’s ready :D

[GitHub] [apisix] membphis merged pull request #2065: bugfix: avoid setting Server header twice

2020-08-15 Thread GitBox
membphis merged pull request #2065: URL: https://github.com/apache/apisix/pull/2065 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [apisix] membphis closed issue #2064: bug: remove `more_set_headers 'Server: APISIX web server';` in `bin/apisix`

2020-08-15 Thread GitBox
membphis closed issue #2064: URL: https://github.com/apache/apisix/issues/2064 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[apisix] branch master updated: bugfix: avoid setting Server header twice (#2065)

2020-08-15 Thread membphis
This is an automated email from the ASF dual-hosted git repository. membphis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/apisix.git The following commit(s) were added to refs/heads/master by this push: new 0b00e82 bugfix: avoid setting Server header

[GitHub] [apisix] swayamraina commented on issue #1877: request help: add version in http response `server` header

2020-08-15 Thread GitBox
swayamraina commented on issue #1877: URL: https://github.com/apache/apisix/issues/1877#issuecomment-674369751 Yes, will fix this This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [apisix] spacewander opened a new pull request #2065: bugfix: avoid setting Server header twice

2020-08-15 Thread GitBox
spacewander opened a new pull request #2065: URL: https://github.com/apache/apisix/pull/2065 Fix #2064. ### What this PR does / why we need it: ### Pre-submission checklist: * [x] Did you explain what problem does this PR solve? Or what new features have been