QuesmaOrg / quesma

Programmable database gateway
https://quesma.com
Other
108 stars 6 forks source link

Router fixes #1013

Closed nablaone closed 1 week ago

nablaone commented 1 week ago

PR #982 changed how the router works. It fixes some issues, but introduces a bug: "PUT _bulk" is treated as "PUT :index".

In this PR :

  1. Revert router changes (#982)
  2. Fix async handling
  3. Fix mapping handling
  4. Fix "GET :index" handling (it was always redirected to the elastic)
  5. Handle Kibana internal indexes in an explicit way