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

add Konga as community tool #759

wants to merge 99 commits into from

Commits on Oct 13, 2015

  1. Configuration menu
    Copy the full SHA
    8954a1e View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2015

  1. Configuration menu
    Copy the full SHA
    806ae78 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Kong#623 from Mashape/fix/status-logs

    Disabling access log for status endpoint
    subnetmarco committed Oct 14, 2015
    Configuration menu
    Copy the full SHA
    787b99e View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2015

  1. Customizable DNS settings

    subnetmarco committed Oct 15, 2015
    Configuration menu
    Copy the full SHA
    d26c761 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Kong#625 from Mashape/feat/custom-dns

    Customizable DNS resolver settings
    subnetmarco committed Oct 15, 2015
    Configuration menu
    Copy the full SHA
    3114ef7 View commit details
    Browse the repository at this point in the history
  3. fix(alf_serializer) always ensure mimeType is a string

    If a request or response have multiple Content-Type headers, this make
    sure the latest one is returned, so mimeType is guaranteed to be a
    string, and not an array.
    
    Fix for Kong#584
    thibaultcha committed Oct 15, 2015
    Configuration menu
    Copy the full SHA
    731e203 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    956f94d View commit details
    Browse the repository at this point in the history
  5. Merge pull request Kong#626 from Mashape/fix/alf-serializer

    [fix/alf_serializer] always ensure mimeType is a string
    thibaultcha committed Oct 15, 2015
    Configuration menu
    Copy the full SHA
    eef305a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c0ab86d View commit details
    Browse the repository at this point in the history
  7. Merge pull request Kong#627 from Mashape/tests/oauth2

    OAuth 2.0 tests to check for upstream headers
    subnetmarco committed Oct 15, 2015
    Configuration menu
    Copy the full SHA
    a0fc23f View commit details
    Browse the repository at this point in the history
  8. Updating dependencies

    subnetmarco committed Oct 15, 2015
    Configuration menu
    Copy the full SHA
    aa54b58 View commit details
    Browse the repository at this point in the history
  9. Merge pull request Kong#628 from Mashape/enhancement/updating-depende…

    …ncies
    
    Updating dependencies
    subnetmarco committed Oct 15, 2015
    Configuration menu
    Copy the full SHA
    709f4b9 View commit details
    Browse the repository at this point in the history
  10. Merge pull request Kong#632 from Mashape/dao/count

    Adding a function to count the entities in a table
    subnetmarco committed Oct 15, 2015
    Configuration menu
    Copy the full SHA
    b912125 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    57b9e30 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d26e179 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    92a37c8 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2015

  1. Configuration menu
    Copy the full SHA
    21d77a5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Kong#635 from Mashape/chore/api-totals

    Adding "total" in API responses + database stats in "/status" endpoint
    subnetmarco committed Oct 16, 2015
    Configuration menu
    Copy the full SHA
    9f2e83a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    94747d8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    15addbf View commit details
    Browse the repository at this point in the history
  5. Merge pull request Kong#636 from Mashape/refactor/count

    Refactoring the count function in DAO and API
    thibaultcha committed Oct 16, 2015
    Configuration menu
    Copy the full SHA
    d0edd94 View commit details
    Browse the repository at this point in the history
  6. feat(config) commented configuration file

    All options are now commented, and commented out, as the default value
    now applies from the config_loader.
    
    The unit test against the config file iw now obsolete.
    thibaultcha committed Oct 16, 2015
    Configuration menu
    Copy the full SHA
    370f124 View commit details
    Browse the repository at this point in the history
  7. feat(config) add options for keyspace replication strategy

    Possibility to configure the replication strategy used by the created
    keyspace and its options.
    
    Implements Kong#543 and Kong#350
    thibaultcha committed Oct 16, 2015
    Configuration menu
    Copy the full SHA
    121a949 View commit details
    Browse the repository at this point in the history
  8. refactor(config) remove unnecessary dao config nesting

    DAO properties are no nested in `properties` property anymore.
    thibaultcha committed Oct 16, 2015
    Configuration menu
    Copy the full SHA
    ccac50b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    15e6205 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    303e235 View commit details
    Browse the repository at this point in the history
  11. Merge pull request Kong#633 from Mashape/feat/commented-config

    [feat/cli] commented config
    thibaultcha committed Oct 16, 2015
    Configuration menu
    Copy the full SHA
    12d8171 View commit details
    Browse the repository at this point in the history
  12. fix(readme): update community resources

    - fix typo
    - add kong + azure article
    - add Portuguese Kong video
    Ahmad Nassri committed Oct 16, 2015
    Configuration menu
    Copy the full SHA
    b97eef2 View commit details
    Browse the repository at this point in the history
  13. Merge pull request Kong#637 from Mashape/readme-patch

    fix(readme): update community resources
    Ahmad Nassri committed Oct 16, 2015
    Configuration menu
    Copy the full SHA
    fcfdc4d View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2015

  1. Configuration menu
    Copy the full SHA
    daa8632 View commit details
    Browse the repository at this point in the history
  2. docs(readme)

    sonicaghi committed Oct 19, 2015
    Configuration menu
    Copy the full SHA
    99d584d View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2015

  1. Configuration menu
    Copy the full SHA
    50382d4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Kong#645 from Mashape/fix/config

    [fix/config] add missing files and remove dnsmasq_port property
    thibaultcha committed Oct 20, 2015
    Configuration menu
    Copy the full SHA
    f2f84fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34fd7d8 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2015

  1. Configuration menu
    Copy the full SHA
    00e5e2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb22f93 View commit details
    Browse the repository at this point in the history
  3. Merge pull request Kong#649 from Mashape/chore/bump-cassandra

    [chore/ci] bump cassandra
    thibaultcha committed Oct 21, 2015
    Configuration menu
    Copy the full SHA
    77fd7e1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5163571 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    635daf0 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2015

  1. Configuration menu
    Copy the full SHA
    2bf4def View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7595850 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2015

  1. Configuration menu
    Copy the full SHA
    6df7bbd View commit details
    Browse the repository at this point in the history
  2. Merge pull request Kong#657 from Mashape/docs/comments

    [docs/comments] better comments for ldoc generation
    thibaultcha committed Oct 27, 2015
    Configuration menu
    Copy the full SHA
    e029020 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d5420d View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2015

  1. docs(ldoc) improvements to base_dao and responses

    - sort base_dao by sections (public, private)
    - better responses.lua @see references to lua-nginx-module
    thibaultcha committed Oct 28, 2015
    Configuration menu
    Copy the full SHA
    c55e72b View commit details
    Browse the repository at this point in the history
  2. Merge pull request Kong#663 from Mashape/docs/ldoc-improvements

    [docs/ldoc] improvements to base_dao and responses modules documentation
    thibaultcha committed Oct 28, 2015
    Configuration menu
    Copy the full SHA
    742e377 View commit details
    Browse the repository at this point in the history
  3. chore(scripts) remove scripts folder from 0.5.0

    This file will be rewritten and reintroduced later in any other
    "hard" migration is needed.
    thibaultcha committed Oct 28, 2015
    Configuration menu
    Copy the full SHA
    6203eb1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request Kong#664 from Mashape/chore/rm-scripts

    [chore/scripts] remove scripts folder from 0.5.0
    thibaultcha committed Oct 28, 2015
    Configuration menu
    Copy the full SHA
    f9ddff5 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2015

  1. Configuration menu
    Copy the full SHA
    0989e77 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Kong#667 from jerizm/feature/jwt-allowpatch

    allow patch method on a specific jwt credential
    thibaultcha committed Oct 30, 2015
    Configuration menu
    Copy the full SHA
    d739d7c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    17b70c1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    09f6848 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2015

  1. Configuration menu
    Copy the full SHA
    e9355ad View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2015

  1. Configuration menu
    Copy the full SHA
    7f97216 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2015

  1. Better URL handling

    subnetmarco committed Nov 5, 2015
    Configuration menu
    Copy the full SHA
    c345918 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Kong#687 from Mashape/chore/oauth2

    Better URL handling for OAuth 2.0
    subnetmarco committed Nov 5, 2015
    Configuration menu
    Copy the full SHA
    787c517 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2015

  1. syslog and loggly plugins

    sending syslog drictly to loggly over udp
    
    changed loggly-log to loggly
    
    syslog and loggly  wip
    
    test for loggly
    
    loggly and syslog working
    
    cleaned code
    
    Syslog plugin
    
    added logging level to loggly
    
    test and code optimization
    
    lint fix
    
    fixed test
    
    optimized code
    Shashi Ranjan committed Nov 7, 2015
    Configuration menu
    Copy the full SHA
    d9220d1 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2015

  1. Configuration menu
    Copy the full SHA
    d637e9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8c5db1 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2015

  1. Configuration menu
    Copy the full SHA
    752ac77 View commit details
    Browse the repository at this point in the history
  2. Closes Kong#700

    subnetmarco committed Nov 9, 2015
    Configuration menu
    Copy the full SHA
    68e75d4 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2015

  1. Merge pull request Kong#695 from Mashape/chore/uuid

    Replacing the previous uuid library with our lua_uuid
    subnetmarco committed Nov 10, 2015
    Configuration menu
    Copy the full SHA
    fc9715a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3614ee0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    15d74b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ef43926 View commit details
    Browse the repository at this point in the history
  5. refactor(resolver) simpler kong.lua and resolver

    - resolver is not a plugin anymore
    - resolver has `before` and `after` methods for each context
    - the resolver is responsible for carrying context variables from one
      context to another (using `ngx.ctx`)
    - it might be renamed in the future. It does not just do resolving
      anymore.
    - fix: now includes latency headers in responses (was missing before)
    thibaultcha committed Nov 10, 2015
    Configuration menu
    Copy the full SHA
    d05d81f View commit details
    Browse the repository at this point in the history
  6. fix(resolver) remove uneeded stop_phases ctx variable

    When a plugin sends a response, it is always through `ngx.exit` which
    already exits all phase handlers.
    thibaultcha committed Nov 10, 2015
    Configuration menu
    Copy the full SHA
    2465021 View commit details
    Browse the repository at this point in the history
  7. refactor(resolver) resolver is now core

    - it handles reports, ctx variables being carried along the request,
    resolver execution (to find the correct API to route).
    - rename nginx $backend_url to $upstream_url
    - rename nginx $backend_host to $upstream_host
    - use `ngx.ctx.upstream_url` to store the currenct upstream URL. All
      plguins can stil laccess and modify this value before it is given to
      `ngx.var.upstream_url` for proxy_pass.
    thibaultcha committed Nov 10, 2015
    Configuration menu
    Copy the full SHA
    2ff1baa View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f23a7cc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    96200df View commit details
    Browse the repository at this point in the history
  10. Merge pull request Kong#708 from Mashape/refactor/resolver

    [refactor/resolver] lighter kong.lua
    thibaultcha committed Nov 10, 2015
    Configuration menu
    Copy the full SHA
    058c1c2 View commit details
    Browse the repository at this point in the history
  11. hotfix(hmac-auth) constant time digest comparison

    Shashi Ranjan authored and thibaultcha committed Nov 10, 2015
    Configuration menu
    Copy the full SHA
    e0a288b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ad86c7f View commit details
    Browse the repository at this point in the history
  13. Fixing require statement

    subnetmarco committed Nov 10, 2015
    Configuration menu
    Copy the full SHA
    93a10df View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    14d4a99 View commit details
    Browse the repository at this point in the history
  15. Request transformer add json

    cgarvis committed Nov 10, 2015
    Configuration menu
    Copy the full SHA
    358fc1c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c355ed2 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    8f77567 View commit details
    Browse the repository at this point in the history
  18. Merge pull request Kong#698 from Mashape/feat/syslog

    [feature/plugins] syslog and loggly plugins
    thibaultcha committed Nov 10, 2015
    Configuration menu
    Copy the full SHA
    c9971cb View commit details
    Browse the repository at this point in the history
  19. Merge pull request Kong#702 from Mashape/fix/admin-request-body

    Properly handling big request bodies in Admin API
    thibaultcha committed Nov 10, 2015
    Configuration menu
    Copy the full SHA
    330e6e2 View commit details
    Browse the repository at this point in the history
  20. Merge pull request Kong#712 from cgarvis/569-request-transform-json-next

    JSON Request Transformation
    thibaultcha committed Nov 10, 2015
    Configuration menu
    Copy the full SHA
    9aeb778 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2015

  1. Configuration menu
    Copy the full SHA
    fffbb14 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2015

  1. Configuration menu
    Copy the full SHA
    b0b9412 View commit details
    Browse the repository at this point in the history
  2. (hotfix) galileo path

    subnetmarco committed Nov 16, 2015
    Configuration menu
    Copy the full SHA
    e526551 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2015

  1. Configuration menu
    Copy the full SHA
    b5330ad View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2015

  1. Configuration menu
    Copy the full SHA
    bbd609e View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2015

  1. Configuration menu
    Copy the full SHA
    fac0f70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4b9be2 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2015

  1. Fixing trailing slash bug

    subnetmarco committed Nov 25, 2015
    Configuration menu
    Copy the full SHA
    808daa1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Kong#715 from Mashape/fix/trailing-slash

    Fixing trailing slash bug
    subnetmarco committed Nov 25, 2015
    Configuration menu
    Copy the full SHA
    4281bdc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7b65f2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request Kong#745 from Mashape/fix/oauth2-scopes

    OAuth 2.0 scopes are now properly parsed
    subnetmarco committed Nov 25, 2015
    Configuration menu
    Copy the full SHA
    da0abb4 View commit details
    Browse the repository at this point in the history
  5. (chore) updating Lapis

    subnetmarco committed Nov 25, 2015
    Configuration menu
    Copy the full SHA
    9c0db54 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    514fa7b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8cd17d6 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'hotfix/galileo-bodies' into next

    SGrondin committed Nov 25, 2015
    Configuration menu
    Copy the full SHA
    41abc6b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    24cc4e8 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2015

  1. Merge pull request Kong#746 from Mashape/chore/errors

    Properly printing DAO errors
    subnetmarco committed Nov 30, 2015
    Configuration menu
    Copy the full SHA
    ba2259a View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2015

  1. add Konga as community tool

    Floby committed Dec 2, 2015
    Configuration menu
    Copy the full SHA
    b350d04 View commit details
    Browse the repository at this point in the history