* [Newcomer] Introducing myself and expressing interest in `Implement support for reftables in “dumb” HTTP transport` project
@ 2024-08-10 20:11 AbdAlRahman Gad
2024-08-12 13:41 ` Patrick Steinhardt
2024-08-13 12:56 ` karthik nayak
0 siblings, 2 replies; 5+ messages in thread
From: AbdAlRahman Gad @ 2024-08-10 20:11 UTC (permalink / raw)
To: git; +Cc: ps, karthik.188
Hi,
My name is AbdAlRahman, I'm a senior computer science student.
I'm interested in working on the `Implement support for reftables in
“dumb” HTTP transport` project with the help of a mentor, I'm aware that
the project is not being worked on in GSOC but I was wondering if the
project is still not taken in general, and whether I can work on it
outside of GSOC?
If the project is not taken, what should I do next?
I'm also aware that the mentors are busy with GSOC and might not have
time now.
I'm OK with starting whenever mentors are available, but hopefully,
guide me on what to do until then.
Steps I've taken so far:
For git:
I worked on one of the micro-projects, modernizing a test script, The
patch series is now merged in the `next` branch, there are still a few
modernizations left in the file which I will work on after the first
series is merged.
This taught me git contribution workflow and to expect to do multiple
iterations of the patch.
For the project:
I've read the resources provided in the project description for GSOC [1]
in addition to a video [2] and an article [3] by one of the possible
mentors.
This gave me a high-level overview of the ref-table backend.
Thanks.
[1] https://git-scm.com/docs/reftable
[2] https://www.youtube.com/watch?v=9ky8tW778s0&ab_channel=GitLabUnfiltered
[3]
https://about.gitlab.com/blog/2024/05/30/a-beginners-guide-to-the-git-reftable-format/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Newcomer] Introducing myself and expressing interest in `Implement support for reftables in “dumb” HTTP transport` project
2024-08-10 20:11 [Newcomer] Introducing myself and expressing interest in `Implement support for reftables in “dumb” HTTP transport` project AbdAlRahman Gad
@ 2024-08-12 13:41 ` Patrick Steinhardt
2024-08-12 14:33 ` AbdAlRahman Gad
2024-08-13 12:56 ` karthik nayak
1 sibling, 1 reply; 5+ messages in thread
From: Patrick Steinhardt @ 2024-08-12 13:41 UTC (permalink / raw)
To: AbdAlRahman Gad; +Cc: git, karthik.188
On Sat, Aug 10, 2024 at 11:11:30PM +0300, AbdAlRahman Gad wrote:
> Hi,
>
> My name is AbdAlRahman, I'm a senior computer science student.
> I'm interested in working on the `Implement support for reftables in “dumb”
> HTTP transport` project with the help of a mentor, I'm aware that the
> project is not being worked on in GSOC but I was wondering if the project is
> still not taken in general, and whether I can work on it outside of GSOC?
The project wasn't picked up by any of the students, so it certainly is
fair game to be implemented for any interested party. But...
> If the project is not taken, what should I do next?
>
> I'm also aware that the mentors are busy with GSOC and might not have time
> now.
> I'm OK with starting whenever mentors are available, but hopefully, guide me
> on what to do until then.
... that being said, I probably do not have the capacity to mentor you
on it until the next GSoC. So you would ultimately have to figure out
most of the parts yourself, unless you are willing to wait until next
year's GSoC (or somebody else wants to mentor).
Of course, you are free to send specific questions to the Git mailing
list, and we try to do our best to answer such questions and help folks
get their work landed. But the interaction would likely be way more
limited compared to how mentoring looks like during the GSoC.
> Steps I've taken so far:
>
> For git:
>
> I worked on one of the micro-projects, modernizing a test script, The patch
> series is now merged in the `next` branch, there are still a few
> modernizations left in the file which I will work on after the first series
> is merged.
>
> This taught me git contribution workflow and to expect to do multiple
> iterations of the patch.
This is a good first step indeed.
> For the project:
>
> I've read the resources provided in the project description for GSOC [1] in
> addition to a video [2] and an article [3] by one of the possible mentors.
>
> This gave me a high-level overview of the ref-table backend.
I'd point you into the direction of git-update-server-info(1). It
updates auxiliary info for the dumb transport helper for the object
and ref databases such that plain HTTP clients can figure out which
files they need to fetch.
The realization to have is that this is not required for the reftable
backend anymore because the information is already encoded as part of
the "tables.list" file. You will have to think about how to figure out
the ref storage format of a remote and then fetch the correct set of
files.
So understanding that code as well as how the dumb HTTP transport is
working will be the most important first steps.
Patrick
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Newcomer] Introducing myself and expressing interest in `Implement support for reftables in “dumb” HTTP transport` project
2024-08-12 13:41 ` Patrick Steinhardt
@ 2024-08-12 14:33 ` AbdAlRahman Gad
0 siblings, 0 replies; 5+ messages in thread
From: AbdAlRahman Gad @ 2024-08-12 14:33 UTC (permalink / raw)
To: Patrick Steinhardt; +Cc: git, karthik.188
On 8/12/24 16:41, Patrick Steinhardt wrote:
> On Sat, Aug 10, 2024 at 11:11:30PM +0300, AbdAlRahman Gad wrote:
>> Hi,
>>
>> My name is AbdAlRahman, I'm a senior computer science student.
>> I'm interested in working on the `Implement support for reftables in “dumb”
>> HTTP transport` project with the help of a mentor, I'm aware that the
>> project is not being worked on in GSOC but I was wondering if the project is
>> still not taken in general, and whether I can work on it outside of GSOC?
>
> The project wasn't picked up by any of the students, so it certainly is
> fair game to be implemented for any interested party. But...
>
>> If the project is not taken, what should I do next?
>>
>> I'm also aware that the mentors are busy with GSOC and might not have time
>> now.
>> I'm OK with starting whenever mentors are available, but hopefully, guide me
>> on what to do until then.
>
> ... that being said, I probably do not have the capacity to mentor you
> on it until the next GSoC. So you would ultimately have to figure out
> most of the parts yourself, unless you are willing to wait until next
> year's GSoC (or somebody else wants to mentor).
>
> Of course, you are free to send specific questions to the Git mailing
> list, and we try to do our best to answer such questions and help folks
> get their work landed. But the interaction would likely be way more
> limited compared to how mentoring looks like during the GSoC.
>
>> Steps I've taken so far:
>>
>> For git:
>>
>> I worked on one of the micro-projects, modernizing a test script, The patch
>> series is now merged in the `next` branch, there are still a few
>> modernizations left in the file which I will work on after the first series
>> is merged.
>>
>> This taught me git contribution workflow and to expect to do multiple
>> iterations of the patch.
>
> This is a good first step indeed.
>
>> For the project:
>>
>> I've read the resources provided in the project description for GSOC [1] in
>> addition to a video [2] and an article [3] by one of the possible mentors.
>>
>> This gave me a high-level overview of the ref-table backend.
>
> I'd point you into the direction of git-update-server-info(1). It
> updates auxiliary info for the dumb transport helper for the object
> and ref databases such that plain HTTP clients can figure out which
> files they need to fetch.
>
> The realization to have is that this is not required for the reftable
> backend anymore because the information is already encoded as part of
> the "tables.list" file. You will have to think about how to figure out
> the ref storage format of a remote and then fetch the correct set of
> files.
>
> So understanding that code as well as how the dumb HTTP transport is
> working will be the most important first steps.
>
> Patrick
Thanks for your time! I'll begin by doing what you've suggested.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Newcomer] Introducing myself and expressing interest in `Implement support for reftables in “dumb” HTTP transport` project
2024-08-10 20:11 [Newcomer] Introducing myself and expressing interest in `Implement support for reftables in “dumb” HTTP transport` project AbdAlRahman Gad
2024-08-12 13:41 ` Patrick Steinhardt
@ 2024-08-13 12:56 ` karthik nayak
2024-08-13 14:33 ` AbdAlRahman Gad
1 sibling, 1 reply; 5+ messages in thread
From: karthik nayak @ 2024-08-13 12:56 UTC (permalink / raw)
To: AbdAlRahman Gad, git; +Cc: ps
[-- Attachment #1: Type: text/plain, Size: 835 bytes --]
AbdAlRahman Gad <abdobngad@gmail.com> writes:
Hello,
> Hi,
>
> My name is AbdAlRahman, I'm a senior computer science student.
> I'm interested in working on the `Implement support for reftables in
> “dumb” HTTP transport` project with the help of a mentor, I'm aware that
> the project is not being worked on in GSOC but I was wondering if the
> project is still not taken in general, and whether I can work on it
> outside of GSOC?
>
I think Patrick already responded. Just adding my response too. This was
my first time mentoring and as such, I'll probably stick to the GSoC
schedule as that helps me plan out my time better.
If you do pickup the project sooner, I'd be happy to review the patches
as I can but cannot promise the dedication that having a mentor would
provide.
Wishing you the best :)
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 690 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Newcomer] Introducing myself and expressing interest in `Implement support for reftables in “dumb” HTTP transport` project
2024-08-13 12:56 ` karthik nayak
@ 2024-08-13 14:33 ` AbdAlRahman Gad
0 siblings, 0 replies; 5+ messages in thread
From: AbdAlRahman Gad @ 2024-08-13 14:33 UTC (permalink / raw)
To: karthik nayak, git; +Cc: ps
On 8/13/24 3:56 PM, karthik nayak wrote:
> AbdAlRahman Gad <abdobngad@gmail.com> writes:
>
> Hello,
>
>> Hi,
>>
>> My name is AbdAlRahman, I'm a senior computer science student.
>> I'm interested in working on the `Implement support for reftables in
>> “dumb” HTTP transport` project with the help of a mentor, I'm aware that
>> the project is not being worked on in GSOC but I was wondering if the
>> project is still not taken in general, and whether I can work on it
>> outside of GSOC?
>>
>
> I think Patrick already responded. Just adding my response too. This was
> my first time mentoring and as such, I'll probably stick to the GSoC
> schedule as that helps me plan out my time better.
>
> If you do pickup the project sooner, I'd be happy to review the patches
> as I can but cannot promise the dedication that having a mentor would
> provide.
>
> Wishing you the best :)
Thank you very much! I'll do my best.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-08-13 14:33 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-10 20:11 [Newcomer] Introducing myself and expressing interest in `Implement support for reftables in “dumb” HTTP transport` project AbdAlRahman Gad
2024-08-12 13:41 ` Patrick Steinhardt
2024-08-12 14:33 ` AbdAlRahman Gad
2024-08-13 12:56 ` karthik nayak
2024-08-13 14:33 ` AbdAlRahman Gad
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).