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

feat(queue): added a new configuration concurrency_limit(integer, default to 1) for Queue to specify the number of delivery timers #13332

Merged
merged 25 commits into from
Aug 19, 2024

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    bebb829 View commit details
    Browse the repository at this point in the history
  2. add changelog

    vm-001 committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    390e3d3 View commit details
    Browse the repository at this point in the history
  3. add test case

    vm-001 committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    8bc3c12 View commit details
    Browse the repository at this point in the history
  4. update

    vm-001 committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    5d10962 View commit details
    Browse the repository at this point in the history
  5. Update changelog/unreleased/kong/http-log-Improvement.yml

    Co-authored-by: Hans Hübner <hans.huebner@gmail.com>
    vm-001 and hanshuebner committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    445fcf7 View commit details
    Browse the repository at this point in the history
  6. modify changelog file name

    vm-001 committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    43d9df9 View commit details
    Browse the repository at this point in the history
  7. update log message

    vm-001 committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    41f46bf View commit details
    Browse the repository at this point in the history
  8. update test case

    vm-001 committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    fcd4789 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e3305ca View commit details
    Browse the repository at this point in the history
  10. code style: localize

    vm-001 committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    6e10ce4 View commit details
    Browse the repository at this point in the history
  11. fix test case

    vm-001 committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    8baf023 View commit details
    Browse the repository at this point in the history
  12. Update spec/03-plugins/03-http-log/01-log_spec.lua

    Co-authored-by: Hans Hübner <hans.huebner@gmail.com>
    vm-001 and hanshuebner committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    9fb05bf View commit details
    Browse the repository at this point in the history
  13. Update spec/03-plugins/03-http-log/01-log_spec.lua

    Co-authored-by: Hans Hübner <hans.huebner@gmail.com>
    vm-001 and hanshuebner committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    0ed7365 View commit details
    Browse the repository at this point in the history
  14. update message

    vm-001 committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    51ca784 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    368b0be View commit details
    Browse the repository at this point in the history
  16. feature(plugins/http-log): added a new configuration no_queue to in…

    …dicates whether to disable the queue mechanism.
    vm-001 committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    4683d93 View commit details
    Browse the repository at this point in the history
  17. feature(plugins/http-log): added a new configuration no_queue to in…

    …dicates whether to disable the queue mechanism.
    vm-001 committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    0914b62 View commit details
    Browse the repository at this point in the history
  18. update test cases

    vm-001 committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    86482ba View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. feat(queue): add concurrency

    vm-001 committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    6b92162 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    744c5e6 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. update

    vm-001 committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    81cf796 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d57f153 View commit details
    Browse the repository at this point in the history
  3. update test case

    vm-001 committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    1881f6f View commit details
    Browse the repository at this point in the history
  4. remove ngx.timer.at

    vm-001 committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    eeb6406 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Update changelog/unreleased/kong/feat-queue-concurrency-limit.yml

    Co-authored-by: Zachary Hu <6426329+outsinre@users.noreply.github.com>
    vm-001 and outsinre authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    ff1a7e1 View commit details
    Browse the repository at this point in the history