-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* The beginning of a fun story. Signed-off-by: Cyril Tovena <[email protected]> * Working on adding ragel. Signed-off-by: Cyril Tovena <[email protected]> * Adding AST parsing with Yacc and Ragel. Signed-off-by: Cyril Tovena <[email protected]> * Got a pattern parser working. Reworking ast to works with bytes and not runes. Signed-off-by: Cyril Tovena <[email protected]> * Setup tests and the matches algorithm. Signed-off-by: Cyril Tovena <[email protected]> * moar tests case. Signed-off-by: Cyril Tovena <[email protected]> * Add some validation for the pattern expression. Signed-off-by: Cyril Tovena <[email protected]> * Hooking to LogQL + performance boost. Signed-off-by: Cyril Tovena <[email protected]> * Adds documentation Signed-off-by: Cyril Tovena <[email protected]> * Improve bound check. Signed-off-by: Cyril Tovena <[email protected]> * Removes generated files from being linted. Signed-off-by: Cyril Tovena <[email protected]> * Update docs/sources/logql/_index.md Co-authored-by: Danny Kopping <[email protected]> * Update docs/sources/logql/_index.md Co-authored-by: Danny Kopping <[email protected]> * Review feedback Signed-off-by: Cyril Tovena <[email protected]> * Update docs/sources/logql/_index.md Co-authored-by: Danny Kopping <[email protected]> * Update docs/sources/logql/_index.md Co-authored-by: Karen Miller <[email protected]> * Update docs/sources/logql/_index.md Co-authored-by: Karen Miller <[email protected]> * Update docs/sources/logql/_index.md Co-authored-by: Karen Miller <[email protected]> * Update docs/sources/logql/_index.md Co-authored-by: Karen Miller <[email protected]> * Update docs/sources/logql/_index.md Co-authored-by: Karen Miller <[email protected]> * Update docs/sources/logql/_index.md Co-authored-by: Karen Miller <[email protected]> * Update docs/sources/logql/_index.md Co-authored-by: Karen Miller <[email protected]> * Update docs/sources/logql/_index.md Co-authored-by: Karen Miller <[email protected]> * Update docs/sources/logql/_index.md Co-authored-by: Karen Miller <[email protected]> * Update docs/sources/logql/_index.md Co-authored-by: Karen Miller <[email protected]> * Docs suggestions Signed-off-by: Cyril Tovena <[email protected]> Co-authored-by: Danny Kopping <[email protected]> Co-authored-by: Karen Miller <[email protected]>
- Loading branch information
1 parent
6d026d2
commit 59bb6d3
Showing
25 changed files
with
1,879 additions
and
476 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,7 +40,7 @@ RUN GO111MODULE=on go get github.com/fatih/[email protected] | |
FROM golang:1.16.2-buster | ||
RUN apt-get update && \ | ||
apt-get install -qy \ | ||
musl gnupg \ | ||
musl gnupg ragel \ | ||
file zip unzip jq gettext\ | ||
protobuf-compiler libprotobuf-dev \ | ||
libsystemd-dev && \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.