Skip to content

Commit

Permalink
Populate items field from Elastic bulk error (#4900)
Browse files Browse the repository at this point in the history
* Populate `items` field from Elastic bulk error

* Add `make doc` command
  • Loading branch information
guilload authored Apr 26, 2024
1 parent 95409e8 commit 22fae74
Show file tree
Hide file tree
Showing 25 changed files with 505 additions and 279 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ docker-compose-logs:
docker-compose-monitoring:
COMPOSE_PROFILES=monitoring docker compose -f docker-compose.yml up -d --remove-orphans

doc:
@$(MAKE) -C $(QUICKWIT_SRC) doc

fmt:
@$(MAKE) -C $(QUICKWIT_SRC) fmt

Expand Down
Loading

0 comments on commit 22fae74

Please sign in to comment.