-
Notifications
You must be signed in to change notification settings - Fork 497
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add full-text search on windmill service logs (#4576)
* Add service_log indexer file (ee) * Rename to completed_run * rename to service_logs * Update lib.rs * Make indexing of logs and simple frontend * Add common ee file * Update lib.rs * Make log search global to fix openapi unused path param * Prepare sqlx * Show last indexed also when no jobs are found * Adapt feature flags to service logs indexer * Update api and main * Build service log search page * scope query to the min and max time * Migrate modal, bug fixes * Remove unused import * Make the service logs page take the full screen * improve quick access menu to service_logs, fix date stuff, hide 0 matches --------- Co-authored-by: Ruben Fiszel <[email protected]>
- Loading branch information
1 parent
8e27392
commit 77735d8
Showing
23 changed files
with
925 additions
and
239 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
backend/.sqlx/query-661f472ff3860983322162420457f5033b9c9afc344d9c3e385ba20a3ad2197a.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
65 changes: 65 additions & 0 deletions
65
backend/.sqlx/query-b5c839baab25c4dcdd503d380cf7a886242277cd50555f20b2e22e13942d2a3a.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
64 changes: 64 additions & 0 deletions
64
backend/.sqlx/query-dd967c5983fa0ff05e2b320ad0e0b5a152784826cb8fb4381c1ffe228cb7feb6.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
@@ -1 +1 @@ | ||
f136a2f499e0fe7c10c54c79488851980d796eb2 | ||
01f384348341c87c5a0b32c4be7c699975ee7d6d |
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.