Noortje van Heeswijk · @noordraaitdoor
161 followers · 1586 posts · Server mastodonners.nl
Jonathan Matthews · @jonathanmatthews
177 followers · 326 posts · Server fosstodon.org

My first full day working on a project that uses (via gerrithub.io) for and I'm pretty pleased with the workflows, and the clarity with which I can see The Things I Need To Do.
I know the team put a /lot/ of effort into tooling, workflows, and the glue to join them together, so my experience is hardly surprising, but it's still nice to be working with folks who care about that stuff; whereas many teams don't even /know/ what's possible in this space!

#gerrit #github #codereview #git

Last updated 1 year ago

Antoine Musso · @hashar
19 followers · 37 posts · Server wikis.world

@larsmb Some have the opposite view really. has the same process.

Github: fork, clone, create branch, pile up patches, push branch, open web browser, ask for merge request which has the list of commits.

Gerrit: clone, create branch, pile up patches, push to the special refs/for/<name of target branch>/<topic>, creates one change per commit tagged with <topic>

An advantage is you can get the first commit merged and you do not have to force push updates.

#gerrit

Last updated 1 year ago

Antoine Musso · @hashar
12 followers · 14 posts · Server wikis.world

@theresnotime Cause it is not a wiki! Your comment is stored in git which does not play well with rewriting history. Then maybe the edit can be made a new comment with some logic to instruct to discard the old one. That would need a bunch of code for sure :)

#gerrit

Last updated 1 year ago

Sam Wilson · @samwilson
357 followers · 593 posts · Server wikis.world

It looks like there's a new feature (well, new to me… maybe I'm just not very observant) in that defaults the squash commit message to the *title and description* of the PR. This more closely matches , where the final commit message is changed along with other interim patchsets.

#github #gerrit

Last updated 1 year ago

Antoine Musso · @hashar
7 followers · 7 posts · Server wikis.world

Late evenings hacking are the best. I have completed a prototype to integrate within check UI phabricator.wikimedia.org/T332

#patchdemo #gerrit

Last updated 1 year ago

Robert · @kubanrob
5 followers · 2 posts · Server discuss.systems

The interface makes so much more sense if you see it as a fancy mailing list, with assistance for referencing code and tracking comment threads through multiple "mails".

#gerrit

Last updated 1 year ago

Any admins here? That I could pick your brain about a config issue?

#gerrit

Last updated 1 year ago

x0r · @x0r
62 followers · 433 posts · Server mamot.fr

The main thing I don’t like about is the voting system. If you want to request a change on a pull request, you have to slap a “−1” vote on someone’s work. It feels like you’re being graded, and that someone is telling you that you suck. Github’s wording (“changes requested”) is nicer.

And somewhere between two versions of Gerrit, the text input started saying “Say something nice…”. Why? Did something in the UI foster toxic behavior in the first place?

#gerrit

Last updated 1 year ago

Mike Gerdts · @mgerdts
99 followers · 189 posts · Server fosstodon.org

Help me webdev, you're my only hope!

I'd really like to fix some UI issues for me in using a via , but Gerrit seems quite resistant to this.

When I go to review.spdk.io/gerrit/q/status and pop open a console:

document.getElementsByClassName("selectionLabel")

gives back an empty collection. The devtools inspector disagrees (see pic). What is preventing me from finding these elements?

#gerrit #javascript #userscript #tampermonkey

Last updated 1 year ago

Henk Prins · @Henkprins
55 followers · 236 posts · Server mastodon.nl
Nate Johnston · @natejohnston
80 followers · 138 posts · Server fosstodon.org

@fazzaro @qcoding I have to say that the review flow has been great for teamwork. gerrit.appinventor.mit.edu/Doc

#gerrit

Last updated 2 years ago

Acme Gating · @acmegating
6 followers · 3 posts · Server fosstodon.org

Here is a new video showing how and can be used to test and merge simultaneous changes to multiple repos. It's a great alternative to using monorepos for complex projects:

youtube.com/watch?v=B64RbNwkIa

#zuul #gerrit #git

Last updated 2 years ago

droidcon · @droidcon
401 followers · 26 posts · Server androiddev.social

📌Android Software Engineer (m/f/d)
🏢 ParadoxCatGmbH
📍Munich

✅Degree in computer science, or a comparable qualification
✅Experience with &
✅ 12+ months experience developing with , , , C++,Python

droidcon.com/job/paradox-cat-g

#aosp #gerrit #android #kotlin #java

Last updated 2 years ago

droidcon · @droidcon
401 followers · 26 posts · Server androiddev.social

📌Android Software Engineer (m/f/d)
🏢 ParadoxCatGmbH
📍Munich

✅Degree in computer science, or a comparable qualification
✅Experience with &
✅ 12+ months experience developing with , , , C++,Python

droidcon.com/job/paradox-cat-g

#aosp #gerrit #android #kotlin #java

Last updated 2 years ago

Feorlen · @feorlen
160 followers · 2439 posts · Server appdot.net

I will probably never remember to click the correct thing to merge my change.

#gerrit

Last updated 2 years ago

· @TeddyDD
189 followers · 1556 posts · Server octodon.social

code review tools (comments, diffs) are nice but workflow is fucking garbage. It requires you to constantly squash changes. I actually keep separate branch for reviews but it's still PITA, even with help of scripts.

#gerrit

Last updated 5 years ago

motofix · @motofix
38 followers · 795 posts · Server mamot.fr

Ce soir pour le @parisjug@twitter.com "Young Blood" je parle de Vet, le client développé par @alaouirda@twitter.com chez @Cosium@twitter.com : Gerrit is fantastic, use Vet to get it! parisjug.org/xwiki/wiki/oldver

#gerrit #java #java9 #jlink #git

Last updated 6 years ago

· @laumann
16 followers · 203 posts · Server mastodon.xyz

@lthms It's OK, but it keeps track of a lot of things that a simple mailing list does not - when you're talking about thousands of changes a day, just trying to keep track of some metadata, discussions and user info becomes a burden.

I love though! I really like how it helps you shape every *single* commit so your commit history ends up actually being useful.

#gerrit

Last updated 6 years ago

codesections · @codesections
2553 followers · 8514 posts · Server fosstodon.org

@Wolf480pl@niu.moe

Ouch, that seems like a poor "feature" for to have! I'd think handling it all as a single PR would be a lot better—for one thing, it wouldn't waste the resources for separate CI jobs. Plus, there are many times when it wouldn't even make *sense* to approve one commit without approving the others in the same PR.

The more I think about it, the odder that gets. I wonder why they did that?

#gerrit

Last updated 6 years ago