Depends on D3905
Adding scripts that should be run inside of the docker container to the services "lib".
Copied scripts:
- build_server.sh
- build.sh
- run_tests.sh
Modified scripts:
- run_server.sh
- generate.sh
Differential D3906
[services] Lib - Add scripts to lib • karol on May 4 2022, 6:20 AM. Authored by Tags None Referenced Files
Details
Depends on D3905 Adding scripts that should be run inside of the docker container to the services "lib". Copied scripts:
Modified scripts:
No real changes are applied, just moving stuff around, so services should still build and that's the test plan cd services yarn run-blob-service yarn run-backup-service
Diff Detail
Event Timeline
Comment Actions
Yeah I think it would be good if you squashed them – that way I could see what has changed in the files (if anything) Comment Actions I see a lot of suggestions for changing naming here. This diff is about moving stuff around, I think we should address naming separately.
Comment Actions
Why? You're making your stack longer and longer. It makes your life harder (more diffs to rebase, more excuses not to rebase, more tasks to track) and it makes my life harder (having to track feedback across diffs, more tasks to track). I see no advantage to making this change in a separate diff. In general, you have a pattern of "re-request review" on 80% changes I request... it causes a bunch of churn, makes feedback hard to track, causes you to have dozens of tasks, causes you to have huge stacks... Going forward I would love if we could flip this pattern, and address 80% changes immediately in the next revision. (If there are changes that are requested that apply elsewhere in the codebase, that is a good time to create a separate task... but only for the parts outside of the diff.)
Comment Actions Because of the diff philosophy? A diff should do one thing at a time, right? So why would we all of a sudden handle two things(move, change naming) instead of one (move)?
The stack is not that long. I keep appending to keep the chronology but please, note that I'm landing a lot of diffs on the way and at one time there are not that many open ones.
As above, this is yet one more thing to do in a single diff. Isn't it against the diff rules?
Where does this number come from? Sorry, I'm not following. When I see my mistake, I follow the review and fix it right away. But if I don't feel like the reviewer considered everything or something, I start the discussion. If you want me to blindly apply all changes from the review, then ok, but it would be weird. But just let me know if that's the case. I re-request the review to add it to your queue. I thought that's the correct workflow. |