Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a Gitter chat badge to README.md #32

Merged
merged 1 commit into from
Feb 24, 2015
Merged

Add a Gitter chat badge to README.md #32

merged 1 commit into from
Feb 24, 2015

Conversation

gitter-badger
Copy link
Contributor

Mashape/kong now has a Chat Room on Gitter

@thefosk has just created a chat room. You can visit it here: https://gitter.im/Mashape/kong.

This pull-request adds this badge to your README.md:

Gitter

If my aim is a little off, please let me know.

Happy chatting.

PS: Click here if you would prefer not to receive automatic pull-requests from Gitter in future.

subnetmarco added a commit that referenced this pull request Feb 24, 2015
Add a Gitter chat badge to README.md
@subnetmarco subnetmarco merged commit 254dd3a into Kong:master Feb 24, 2015
ctranxuan pushed a commit to streamdataio/kong that referenced this pull request Aug 25, 2015
Add a Gitter chat badge to README.md
gszr pushed a commit that referenced this pull request Jun 10, 2021
This commit fixes a bug where the plugin tries to send HTTP status code
after the response body is sent for `/metrics` endpoint.

This resulted in error logs in Kong.
A test has been added to ensure that no error logs are generated when
`/metrics` is scraped by Prometheus.

Another test has been added to ensure that the response body only
contains either metrics or comments describing the metrics.
This test is added to catch regression for
#4077, where Kong injected HTML
generated by the default Lapis handler.

Fixes #32 
From #33
gszr pushed a commit that referenced this pull request Aug 6, 2021
This commit fixes a bug where the plugin tries to send HTTP status code
after the response body is sent for `/metrics` endpoint.

This resulted in error logs in Kong.
A test has been added to ensure that no error logs are generated when
`/metrics` is scraped by Prometheus.

Another test has been added to ensure that the response body only
contains either metrics or comments describing the metrics.
This test is added to catch regression for
#4077, where Kong injected HTML
generated by the default Lapis handler.

Fixes #32
From #33
bungle added a commit that referenced this pull request Nov 5, 2021
### Summary

#### [0.8.1] - 2021-11-05
##### bug fixes
- **ssl_ctx:** fix typo when getting SSL_CTX from request [7b9e90f](fffonion/lua-resty-openssl@7b9e90f)

##### features
- **ctx:** add ctx module to provide OSSL_LIB_CTX context [65750bf](fffonion/lua-resty-openssl@65750bf)

#### [0.8.0] - 2021-10-29
##### bug fixes
- **\*:** move EVP_* definition into seperate files [e0c3d61](fffonion/lua-resty-openssl@e0c3d61)
- **auxiliary/nginx:** set off_t to 64bit per nginx config ([#32](fffonion/lua-resty-openssl#32)) [8c209fa](fffonion/lua-resty-openssl@8c209fa)
- **pkey:** allow sign/verify without md_alg for EdDSA on BoringSSL [ab83fd4](fffonion/lua-resty-openssl@ab83fd4)
- **x509:** compatibility for BoringSSL 1.1.0 (fips-20190808) [84244af](fffonion/lua-resty-openssl@84244af)

##### features
- **evp:** add geneirc function to get and set params [c724e1d](fffonion/lua-resty-openssl@c724e1d)
- **kdf:** add new API with EVP_KDF interfaces [2336ae3](fffonion/lua-resty-openssl@2336ae3)
- **mac:** add EVP_MAC [0625be9](fffonion/lua-resty-openssl@0625be9)
- **openssl:** add function list mac and kdf algorithms and set properties for EVP algorithm fetches [0ed8316](fffonion/lua-resty-openssl@0ed8316)
- **openssl:** support FIPS in OpenSSL 3.0 [beb3ad3](fffonion/lua-resty-openssl@beb3ad3)
- **param:** add new function to use OSSL_PARAM [5ffbbcc](fffonion/lua-resty-openssl@5ffbbcc)
- **provider:** cipher, digest, kdf, pkey and x509 can now fetch by provider and has new get_provider_name function [52938ca](fffonion/lua-resty-openssl@52938ca)
bungle added a commit that referenced this pull request Nov 5, 2021
### Summary

#### [0.8.1] - 2021-11-05
##### bug fixes
- **ssl_ctx:** fix typo when getting SSL_CTX from request [7b9e90f](fffonion/lua-resty-openssl@7b9e90f)

##### features
- **ctx:** add ctx module to provide OSSL_LIB_CTX context [65750bf](fffonion/lua-resty-openssl@65750bf)

#### [0.8.0] - 2021-10-29
##### bug fixes
- **\*:** move EVP_* definition into seperate files [e0c3d61](fffonion/lua-resty-openssl@e0c3d61)
- **auxiliary/nginx:** set off_t to 64bit per nginx config ([#32](fffonion/lua-resty-openssl#32)) [8c209fa](fffonion/lua-resty-openssl@8c209fa)
- **pkey:** allow sign/verify without md_alg for EdDSA on BoringSSL [ab83fd4](fffonion/lua-resty-openssl@ab83fd4)
- **x509:** compatibility for BoringSSL 1.1.0 (fips-20190808) [84244af](fffonion/lua-resty-openssl@84244af)

##### features
- **evp:** add geneirc function to get and set params [c724e1d](fffonion/lua-resty-openssl@c724e1d)
- **kdf:** add new API with EVP_KDF interfaces [2336ae3](fffonion/lua-resty-openssl@2336ae3)
- **mac:** add EVP_MAC [0625be9](fffonion/lua-resty-openssl@0625be9)
- **openssl:** add function list mac and kdf algorithms and set properties for EVP algorithm fetches [0ed8316](fffonion/lua-resty-openssl@0ed8316)
- **openssl:** support FIPS in OpenSSL 3.0 [beb3ad3](fffonion/lua-resty-openssl@beb3ad3)
- **param:** add new function to use OSSL_PARAM [5ffbbcc](fffonion/lua-resty-openssl@5ffbbcc)
- **provider:** cipher, digest, kdf, pkey and x509 can now fetch by provider and has new get_provider_name function [52938ca](fffonion/lua-resty-openssl@52938ca)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants