* [GSoC] Blog: move and improve reftable tests in the unit testing framework
@ 2024-06-02 7:05 Chandra Pratap
2024-06-10 6:01 ` Chandra Pratap
0 siblings, 1 reply; 11+ messages in thread
From: Chandra Pratap @ 2024-06-02 7:05 UTC (permalink / raw)
To: git; +Cc: Patrick Steinhardt, Christian Couder
Hello everyone, here is my blog post for the first week of GSoC's
official Coding period:
https://chand-ra.github.io/2024/06/02/Coding-Period-Week-1.html
Please let me know if you have any sort of feedback.
Posts for the rest of the weeks can be found here: https://chand-ra.github.io/
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [GSoC] Blog: move and improve reftable tests in the unit testing framework
2024-06-02 7:05 [GSoC] Blog: move and improve reftable tests in the unit testing framework Chandra Pratap
@ 2024-06-10 6:01 ` Chandra Pratap
2024-06-16 13:21 ` Chandra Pratap
0 siblings, 1 reply; 11+ messages in thread
From: Chandra Pratap @ 2024-06-10 6:01 UTC (permalink / raw)
To: git; +Cc: Patrick Steinhardt, Christian Couder
Hello everyone, here is my blog post for the second week of GSoC's
official Coding period:
https://chand-ra.github.io/2024/06/02/Coding-Period-Week-2.html
Please let me know if you have any sort of feedback.
Posts for the rest of the weeks can be found here: https://chand-ra.github.io/
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [GSoC] Blog: move and improve reftable tests in the unit testing framework
2024-06-10 6:01 ` Chandra Pratap
@ 2024-06-16 13:21 ` Chandra Pratap
2024-06-23 6:27 ` Chandra Pratap
0 siblings, 1 reply; 11+ messages in thread
From: Chandra Pratap @ 2024-06-16 13:21 UTC (permalink / raw)
To: git; +Cc: Patrick Steinhardt, Christian Couder
Hello everyone, here is my blog post for the third week of GSoC's
official Coding period:
https://chand-ra.github.io/2024/06/16/Coding-Period-Week-3.html
Please let me know if you have any sort of feedback.
Posts for the rest of the weeks can be found here: https://chand-ra.github.io/
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [GSoC] Blog: move and improve reftable tests in the unit testing framework
2024-06-16 13:21 ` Chandra Pratap
@ 2024-06-23 6:27 ` Chandra Pratap
2024-07-01 5:42 ` Chandra Pratap
0 siblings, 1 reply; 11+ messages in thread
From: Chandra Pratap @ 2024-06-23 6:27 UTC (permalink / raw)
To: git; +Cc: Patrick Steinhardt, Christian Couder
Hello everyone, here is my blog post for the fourth week of GSoC's
official Coding period:
https://chand-ra.github.io/2024/06/23/Coding-Period-Week-4.html
Please let me know if you have any sort of feedback.
Posts for the rest of the weeks can be found here: https://chand-ra.github.io/
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [GSoC] Blog: move and improve reftable tests in the unit testing framework
2024-06-23 6:27 ` Chandra Pratap
@ 2024-07-01 5:42 ` Chandra Pratap
2024-07-07 7:15 ` Chandra Pratap
0 siblings, 1 reply; 11+ messages in thread
From: Chandra Pratap @ 2024-07-01 5:42 UTC (permalink / raw)
To: git; +Cc: Patrick Steinhardt, Christian Couder
Hello everyone, here is my blog post for the fifth week of GSoC's
official Coding period:
https://chand-ra.github.io/2024/06/30/Coding-Period-Week-5.html
Please let me know if you have any sort of feedback.
Posts for the rest of the weeks can be found here: https://chand-ra.github.io/
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [GSoC] Blog: move and improve reftable tests in the unit testing framework
2024-07-01 5:42 ` Chandra Pratap
@ 2024-07-07 7:15 ` Chandra Pratap
2024-07-07 15:04 ` Kaartic Sivaraam
2024-07-15 5:18 ` Chandra Pratap
0 siblings, 2 replies; 11+ messages in thread
From: Chandra Pratap @ 2024-07-07 7:15 UTC (permalink / raw)
To: git; +Cc: Patrick Steinhardt, Christian Couder
Hello everyone, here is my blog post for the sixth week of GSoC's
official Coding period:
https://chand-ra.github.io/2024/07/07/Coding-Period-Week-6.html
Please let me know if you have any sort of feedback.
Posts for the rest of the weeks can be found here: https://chand-ra.github.io/
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [GSoC] Blog: move and improve reftable tests in the unit testing framework
2024-07-07 7:15 ` Chandra Pratap
@ 2024-07-07 15:04 ` Kaartic Sivaraam
2024-07-15 5:18 ` Chandra Pratap
1 sibling, 0 replies; 11+ messages in thread
From: Kaartic Sivaraam @ 2024-07-07 15:04 UTC (permalink / raw)
To: Chandra Pratap; +Cc: Patrick Steinhardt, Christian Couder, git
Hi Chandra,
On 7 July 2024 12:45:53 pm IST, Chandra Pratap
<chandrapratap3519@gmail.com> wrote:>Hello everyone, here is my blog
post for the sixth week of GSoC's
>official Coding period:
>https://chand-ra.github.io/2024/07/07/Coding-Period-Week-6.html
Thank you for consistently writing up these blog posts!
It gives a good overview of the progress of your GSoC project. That
said, it would be even more helpful and interesting if you could also
elaborate on the technical aspects in your blog. For instance, you mention:
> I did face some roadblocks but was able to get over them due to the
> experience I accumulated from the work I performed in the last few
weeks.
You could possibly elaborate on what the challenge was and how you
tackled the same.
To add to this, Patrick gave a helpful overview elsewhere on what could
be covered in these blogs. I'm sharing it here just in case:
> The intent of the blog posts is to document what you have been doing
> in the past week. So questions like the following:
>
> - Did you learn something new?
> - Did you read through particular parts of Git?
> - Do you have questions and/or blockers that keep you from advancing?
> - Did you manage to remove any blockers that you had before?
> - Did you make progress on the implementation?
>
> Communication is of huge importance in GSoC as it helps the mentors,
> but also others to evaluate your progress overall. It helps us to find
> out early in case there's anything that you need help with and makes sure
> that you're on track overall. Overall, it ensures that you get the help
> that you need to make the project go as smooth as possible.You may want
> to search through the Git mailing list. Past students in GSoC always
> announced their new blog posts to the community, so you should be able
> to find some inspiration when reading through their blogs
:slightly_smiling_face:
Hope that helps!
--
Sivaraam
PS: I hope Patrick will excuse me for posting this here without his
consent :-)
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [GSoC] Blog: move and improve reftable tests in the unit testing framework
2024-07-07 7:15 ` Chandra Pratap
2024-07-07 15:04 ` Kaartic Sivaraam
@ 2024-07-15 5:18 ` Chandra Pratap
2024-07-23 6:02 ` Chandra Pratap
1 sibling, 1 reply; 11+ messages in thread
From: Chandra Pratap @ 2024-07-15 5:18 UTC (permalink / raw)
To: git; +Cc: Patrick Steinhardt, Christian Couder
Hello everyone, here is my blog post for the seventh week of GSoC's
official Coding period:
https://chand-ra.github.io/2024/07/14/Coding-Period-Week-7.html
Please let me know if you have any sort of feedback.
Posts for the rest of the weeks can be found here: https://chand-ra.github.io/
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2024-08-12 14:59 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-02 7:05 [GSoC] Blog: move and improve reftable tests in the unit testing framework Chandra Pratap
2024-06-10 6:01 ` Chandra Pratap
2024-06-16 13:21 ` Chandra Pratap
2024-06-23 6:27 ` Chandra Pratap
2024-07-01 5:42 ` Chandra Pratap
2024-07-07 7:15 ` Chandra Pratap
2024-07-07 15:04 ` Kaartic Sivaraam
2024-07-15 5:18 ` Chandra Pratap
2024-07-23 6:02 ` Chandra Pratap
2024-08-03 14:21 ` Chandra Pratap
2024-08-12 14:58 ` Chandra Pratap
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).