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 Konga as community tool #759

Closed
wants to merge 99 commits into from
Closed
Changes from 2 commits
Commits
Show all changes
99 commits
Select commit Hold shift + click to select a range
8954a1e
Adding a function to count the entities in a table
subnetmarco Oct 13, 2015
806ae78
Disabling access log for status endpoint
subnetmarco Oct 14, 2015
787b99e
Merge pull request #623 from Mashape/fix/status-logs
subnetmarco Oct 14, 2015
d26c761
Customizable DNS settings
subnetmarco Oct 15, 2015
3114ef7
Merge pull request #625 from Mashape/feat/custom-dns
subnetmarco Oct 15, 2015
731e203
fix(alf_serializer) always ensure mimeType is a string
thibaultcha Oct 15, 2015
956f94d
perf(alf_serializer) globals optimizations
thibaultcha Oct 15, 2015
eef305a
Merge pull request #626 from Mashape/fix/alf-serializer
thibaultcha Oct 15, 2015
c0ab86d
OAuth 2.0 tests to check for upstream headers
subnetmarco Oct 15, 2015
a0fc23f
Merge pull request #627 from Mashape/tests/oauth2
subnetmarco Oct 15, 2015
aa54b58
Updating dependencies
subnetmarco Oct 15, 2015
709f4b9
Merge pull request #628 from Mashape/enhancement/updating-dependencies
subnetmarco Oct 15, 2015
b912125
Merge pull request #632 from Mashape/dao/count
subnetmarco Oct 15, 2015
57b9e30
feat(cli) config validation and defaults utility
thibaultcha Oct 7, 2015
d26e179
feat(cli) use new config and dao loaders
thibaultcha Oct 7, 2015
92a37c8
Adding "total" field in API responses
subnetmarco Oct 15, 2015
21d77a5
Adding database stats into status endpoint
subnetmarco Oct 16, 2015
9f2e83a
Merge pull request #635 from Mashape/chore/api-totals
subnetmarco Oct 16, 2015
94747d8
Updating changelog for 0.6.x
subnetmarco Oct 16, 2015
15addbf
Refactoring the count function in DAO and API
subnetmarco Oct 16, 2015
d0edd94
Merge pull request #636 from Mashape/refactor/count
thibaultcha Oct 16, 2015
370f124
feat(config) commented configuration file
thibaultcha Oct 8, 2015
121a949
feat(config) add options for keyspace replication strategy
thibaultcha Sep 30, 2015
ccac50b
refactor(config) remove unnecessary dao config nesting
thibaultcha Oct 5, 2015
15e6205
feat(config) implement `enum` check for properties
thibaultcha Oct 16, 2015
303e235
feat(config) update `kong config` to new config file format
thibaultcha Oct 16, 2015
12d8171
Merge pull request #633 from Mashape/feat/commented-config
thibaultcha Oct 16, 2015
b97eef2
fix(readme): update community resources
Oct 16, 2015
fcfdc4d
Merge pull request #637 from Mashape/readme-patch
Oct 16, 2015
daa8632
Merge branch 'sinzone-patch-1' into next
thibaultcha Oct 19, 2015
99d584d
docs(readme)
sonicaghi Oct 19, 2015
50382d4
fix(config/rockspec) add missing files and remove dnsmasq_port property
thibaultcha Oct 20, 2015
f2f84fd
Merge pull request #645 from Mashape/fix/config
thibaultcha Oct 20, 2015
34fd7d8
Merge branch 'sinzone-patch-1' into next
thibaultcha Oct 20, 2015
00e5e2b
Merge branch 'master' into next
thibaultcha Oct 21, 2015
fb22f93
chore(ci) bump Cassandra version
thibaultcha Oct 21, 2015
77fd7e1
Merge pull request #649 from Mashape/chore/bump-cassandra
thibaultcha Oct 21, 2015
5163571
Merge remote-tracking branch 'mybuilder/fix-oauth2-https-check' into …
thibaultcha Oct 21, 2015
635daf0
Merge branch 'hotfix/hmac-date' into next
thibaultcha Oct 21, 2015
2bf4def
Merge branch 'release/0.5.2' into next
thibaultcha Oct 22, 2015
7595850
Merge branch 'hotfix/path-search' into next
thibaultcha Oct 22, 2015
6df7bbd
docs(ldoc) better documentation for public Lua API
thibaultcha Oct 27, 2015
e029020
Merge pull request #657 from Mashape/docs/comments
thibaultcha Oct 27, 2015
7d5420d
fix: remove erroneous inspect statement
thibaultcha Oct 27, 2015
c55e72b
docs(ldoc) improvements to base_dao and responses
thibaultcha Oct 28, 2015
742e377
Merge pull request #663 from Mashape/docs/ldoc-improvements
thibaultcha Oct 28, 2015
6203eb1
chore(scripts) remove scripts folder from 0.5.0
thibaultcha Oct 28, 2015
f9ddff5
Merge pull request #664 from Mashape/chore/rm-scripts
thibaultcha Oct 28, 2015
0989e77
Merge branch 'sinzone-patch-1' into next
thibaultcha Oct 30, 2015
d739d7c
Merge pull request #667 from jerizm/feature/jwt-allowpatch
thibaultcha Oct 30, 2015
17b70c1
Revert "Allow PATCH method on jwt credential endpoint"
thibaultcha Oct 29, 2015
09f6848
docs(readme) add links t oplugin development guide and Lua reference
thibaultcha Oct 30, 2015
e9355ad
fix(galileo buffer) immediate fire of send_batch if queue is not empty
thibaultcha Nov 2, 2015
7f97216
Merge remote-tracking branch 'origin/sinzone-patch-1' into next
thibaultcha Nov 3, 2015
c345918
Better URL handling
subnetmarco Nov 5, 2015
787c517
Merge pull request #687 from Mashape/chore/oauth2
subnetmarco Nov 5, 2015
d9220d1
syslog and loggly plugins
Nov 5, 2015
d637e9c
Merge branch 'sinzone-patch-1' into next
thibaultcha Nov 8, 2015
b8c5db1
Merge branch 'sinzone-patch-1-1' into next
thibaultcha Nov 8, 2015
752ac77
Replacing the previous uuid library with our lua_uuid
subnetmarco Nov 7, 2015
68e75d4
Closes #700
subnetmarco Nov 9, 2015
fc9715a
Merge pull request #695 from Mashape/chore/uuid
subnetmarco Nov 10, 2015
3614ee0
Merge branch 'hotfix/uri' into next
subnetmarco Nov 10, 2015
15d74b7
Cleaning up unused variables
subnetmarco Nov 10, 2015
ef43926
Merge branch 'hotfix/env' into next
subnetmarco Nov 10, 2015
d05d81f
refactor(resolver) simpler kong.lua and resolver
thibaultcha Nov 7, 2015
2465021
fix(resolver) remove uneeded `stop_phases` ctx variable
thibaultcha Nov 7, 2015
2ff1baa
refactor(resolver) resolver is now `core`
thibaultcha Nov 7, 2015
f23a7cc
refactor(resolver) custom iterator for plugins execution
thibaultcha Nov 10, 2015
96200df
refactor(resolver) decouple custom iterator
thibaultcha Nov 10, 2015
058c1c2
Merge pull request #708 from Mashape/refactor/resolver
thibaultcha Nov 10, 2015
e0a288b
hotfix(hmac-auth) constant time digest comparison
Oct 28, 2015
ad86c7f
Merge branch 'sinzone-patch-1' into next
thibaultcha Nov 10, 2015
93a10df
Fixing require statement
subnetmarco Nov 10, 2015
14d4a99
Merge branch 'next' of github.com:Mashape/kong into next
subnetmarco Nov 10, 2015
358fc1c
Request transformer add json
cgarvis Nov 10, 2015
c355ed2
Request transformation remove json
cgarvis Nov 10, 2015
8f77567
style(loggly/syslog) fix whitespaces...
thibaultcha Nov 10, 2015
c9971cb
Merge pull request #698 from Mashape/feat/syslog
thibaultcha Nov 10, 2015
330e6e2
Merge pull request #702 from Mashape/fix/admin-request-body
thibaultcha Nov 10, 2015
9aeb778
Merge pull request #712 from cgarvis/569-request-transform-json-next
thibaultcha Nov 10, 2015
fffbb14
chore(rocks) downgrade lrexlib to 2.7.2
thibaultcha Nov 12, 2015
b0b9412
Merge branch 'hotfix/galileo-custom-config' into next
subnetmarco Nov 16, 2015
e526551
(hotfix) galileo path
subnetmarco Nov 16, 2015
b5330ad
Revert "Revert "Allow PATCH method on jwt credential endpoint""
subnetmarco Nov 18, 2015
bbd609e
(chore) Updating lua_uuid library to latest version
subnetmarco Nov 19, 2015
fac0f70
:umbrella: Merge branch 'sinzone-patch-1' into next
thibaultcha Nov 23, 2015
f4b9be2
Merge branch 'docs/changelog' into next
thibaultcha Nov 23, 2015
808daa1
Fixing trailing slash bug
subnetmarco Nov 11, 2015
4281bdc
Merge pull request #715 from Mashape/fix/trailing-slash
subnetmarco Nov 25, 2015
b7b65f2
Scopes are not properly separated
subnetmarco Nov 25, 2015
da0abb4
Merge pull request #745 from Mashape/fix/oauth2-scopes
subnetmarco Nov 25, 2015
9c0db54
(chore) updating Lapis
subnetmarco Nov 25, 2015
514fa7b
Merge branch 'next' of github.com:Mashape/kong into next
subnetmarco Nov 25, 2015
8cd17d6
Properly printing DAO errors
subnetmarco Nov 25, 2015
41abc6b
Merge branch 'hotfix/galileo-bodies' into next
Nov 25, 2015
24cc4e8
Merge branch 'patch-1' into next
thibaultcha Nov 25, 2015
ba2259a
Merge pull request #746 from Mashape/chore/errors
subnetmarco Nov 30, 2015
b350d04
add Konga as community tool
Floby Dec 2, 2015
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -80,8 +80,10 @@ Resources:
- [Realtime API Management with Pushpin](http://blog.fanout.io/2015/07/14/realtime-api-management-pushpin-kong/)
- [How to Create your own Plugin](http://streamdata.io/blog/developing-an-helloworld-kong-plugin/)
- [Instaclustr Partners with Kong](https://www.instaclustr.com/instaclustr-partners-with-mashape-to-deliver-managed-cassandra-for-kong/)
- [The story behind Kong](http://stackshare.io/mashape/how-mashape-manages-over-15-000-apis-microservice)
- [The story behind Kong](http://stackshare.io/mashape/how-mashape-manages-over-15-000-apis-microservices)
- [How to deploy Kong on Azure](https://jeremiedevillard.wordpress.com/2015/10/12/deploy-kong-api-management-using-azure-resource-manager/)
- [Kong Intro in Portuguese](https://www.youtube.com/watch?v=0OIWr1yLs_4)
- [Deploy Kong with Azure Resource Manager](https://jeremiedevillard.wordpress.com/2015/10/12/deploy-kong-api-management-using-azure-resource-manager/)

Tools: