Mustafa Elbehery

Results 10 issues of Mustafa Elbehery

This issue is to track a proposal to the etcd community, regarding a Mentorship program to the new etcd contributors. I have discussed with @ahrtr , and he has advised...

area/community

This PR adds an example for a new field `BackendQuotaGiB` within `EtcdSpec` type. Example for https://github.com/openshift/api/pull/1736 see https://issues.redhat.com/browse/ETCD-513 cc @openshift/openshift-team-etcd @JoelSpeed @deads2k

size/M
jira/valid-reference

This PR add standalone raft example resolves https://github.com/etcd-io/raft/issues/2 This PR supersedes https://github.com/etcd-io/raft/pull/67 The refactor commits are cherrypicked from https://github.com/Elbehery/raft/pull/1/commits

do-not-merge/work-in-progress

resolves https://issues.redhat.com/browse/ETCD-683 cc @openshift/openshift-team-etcd

needs-rebase
tide/merge-method-squash
jira/valid-reference

This PR adds `release.sh` script to automate the process of releasing `bbolt` repo. resolves https://github.com/etcd-io/bbolt/issues/896 Below is output of `release.sh` run ``` melbeher@melbeher-mac bbolt % ./scripts/release.sh version_20250212 enter release string...

size/M

This PR add `gci` import formatter to this repo. See https://github.com/etcd-io/bbolt/pull/988#discussion_r2148704895 cc @ahrtr @ivanvc Please read https://github.com/etcd-io/etcd/blob/main/CONTRIBUTING.md#contribution-flow.

size/S

Reference: - https://github.com/etcd-io/gofail/pull/116#issuecomment-2966459529 - https://github.com/etcd-io/gofail/commits?author=elbehery cc @ahrtr @ivanvc @jmhbnz

size/XS
do-not-merge/work-in-progress

backport of https://github.com/etcd-io/bbolt/pull/993 cc @ahrtr @ivanvc repalces https://github.com/etcd-io/bbolt/pull/995

size/M

backport of https://github.com/etcd-io/bbolt/pull/993 cc @ahrtr @ivanvc repalces https://github.com/etcd-io/bbolt/pull/994

size/M

This PR adds test suite for write operations. Inspired by [TestRewriteFiles](https://github.com/apache/iceberg/blob/main/core/src/test/java/org/apache/iceberg/TestRewriteFiles.java) cc @laskoviymishka