Or Shachar
Or Shachar
Hi, Looking at the implementation of highest https://github.com/johnynek/bazel-deps/blob/b2c4eb5335afee268397a937fd3738e5b29226ff/src/scala/com/github/johnynek/bazel_deps/DepsModel.scala#L957 it seems like we take highest version according to simple string comparison but maven has a bit of different rules for latest/highest...
Hi, Java rules has this useful ability to add manifest lines: https://bazel.build/versions/master/docs/be/java.html#java_binary.deploy_manifest_lines Our rules (`scala_binary` and `scala_test`) lack this property. We need to allow this behavior to happen in our...
Following up #825 - after it will get merged - we will probably need to come up with out deprecation policy. It can be separate doc or combined into the...
Copying from https://github.com/bazelbuild/rules_python/pull/334 by @alexeagle > _See [building-a-strong-community/using-templates-to-encourage-useful-issues-and-pull-requests](https://docs.github.com/en/github/building-a-strong-community/using-templates-to-encourage-useful-issues-and-pull-requests)_ > > _This will ask users filing an issue to indicate if it's a bug or a feature request and prompt them...
I'm trying to monitor reconciliation durations using the structured log objects, and I found it hard to extract it out of the plain message. I suggest adding another field to...
Addresses #442 - [x] Warnings for list metrics is now configurable globally / per metric. - [ ] (still WIP) Added explanation in README on how exporter determines which dimensions...
# Proposal I just noticed that our Dockerfile uses `eclipse-temurin:17-jre-focal` as runtime base image and never changes the user to be non-root. Is this intentional? What if we create an...
# Summary Instead of configuring input/output artifact keys in advance - I want to be able to calculate them based on runtime conditions and then, directly from my script, run...
### Description Just some house cleanup (buildify and remove unsued bzl files)
Suggested simplified version of migrator app that will allow external contributors to better understand the mechanism of migrator. Right now - we have `MigratorInput` class that has many members that...