This repository was archived by the owner on Feb 12, 2026. It is now read-only.
Closed
Conversation
Collaborator
🟡 Heimdall Review Status
|
5b5e362 to
236e771
Compare
236e771 to
216707d
Compare
wlawt
pushed a commit
that referenced
this pull request
Feb 9, 2026
3bca1cd to
0d1b35f
Compare
mw2000
commented
Feb 10, 2026
Comment on lines
+1
to
+3
| [package] | ||
| name = "utils" | ||
| description = "Shared utility functions for logging, metrics, and config parsing" |
Contributor
Author
There was a problem hiding this comment.
Renamed tips-core to utils
a048a3a to
0960b25
Compare
danyalprout
previously approved these changes
Feb 11, 2026
Collaborator
danyalprout
left a comment
There was a problem hiding this comment.
looks good to me, I wonder if we could do this and maintain the git history?
| #[derive(Parser, Debug)] | ||
| #[command(author, version, about, long_about = None)] | ||
| struct Args { | ||
| #[arg(long, env = "TIPS_AUDIT_KAFKA_PROPERTIES_FILE")] |
Collaborator
There was a problem hiding this comment.
As a follow up, lets rename these env vars
We move the tips audit service and associated crates from base/tips to base/infra.
0960b25 to
61c5ff9
Compare
mw2000
pushed a commit
that referenced
this pull request
Feb 12, 2026
* Rework the maintenance job to support flashblocks * remove unused deps * remove redundant clone
Contributor
Author
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We move the
tips-auditservice and associated crates frombase/tipstobase/infra.Fixes #23