Makito

Results 5 issues of Makito

When press a button with shadow enabled then release outside the button, the text will go back to the unpressed position first but the button won't. The button is still...

### Summary This PR fixes the issue that DAO delete hooks were triggered when no rows were affected. The issue currently affects Kong Enterprise and Kong Manager. When concurrent delete...

core/db
kong-manager
size/L

Cherry-picks: https://github.com/Kong/kong/pull/12429 _No EE backporting needed: the changeset in this PR was missed in CE but is already available on EE._

plugins/key-auth
plugins/basic-auth
plugins/ldap-auth
size/M
core/wasm

### Summary Exposing `INSTALL_DESTDIR` in Bazel build via an auto-generated Lua module `kong.kong_usr_path`. This fixes an issue where Admin GUI is not correctly prepared for the configured prefix while developing...

core/cli
skip-changelog
size/S
build/bazel
cherry-pick kong-ee

While updating the flame chart nodes with `flameChart.setNodes(...)`, it seems that the timeframe selector does not correctly re-calculate or re-render, which causes the chart to be incorrectly zoomed: ![flame-chart-js-reprod-timeframe-selector](https://github.com/pyatyispyatil/flame-chart-js/assets/5277268/ba87be1c-1c20-4100-8631-e2dda18b1889) Live...