Tuesday, 2021-10-26

*** holser is now known as holser_06:32
thomasb06gtema: Hello. There's only one commit to check, maybe I can send another bunch of docstring reformats?07:15
gtemasure, shoot it07:15
opendevreviewMerged openstack/ansible-collections-openstack master: Add documentation links to README.md  https://review.opendev.org/c/openstack/ansible-collections-openstack/+/81478208:25
thomasb06gtema: all the files of the first batch are in conflict. Would you know a command to fetch everything back from the server?08:29
thomasb06done one by one, there were only 408:34
gtemaok08:34
thomasb06the command `git review -v -y` returns the following error: https://x0.at/0QLb.txt08:54
gtemamaybe as before you have empty commit or something similar?08:55
fricklerthomasb06: gtema: "change https://review.opendev.org/c/openstack/openstacksdk/+/814370 closed" you are trying to push again a change that was already merged09:14
fricklerlikely need to rebase your stack on top of current master09:14
gtemaah, sure09:14
frickleror feature branch even09:14
thomasb06frickler: wow, how do you do that?09:45
thomasb06If run `git pull origin feature/r1`, it says "Already up to date."09:50
fricklerthomasb06: I usually have the branches checked out locally, so I'd do "git checkout feature/r1;git pull;git checkout my-branch;git rebase feature/r1"09:53
thomasb06let me try09:56
thomasb06now there's a new message: https://x0.at/1fyC.txt10:05
gtemathomasb06 - you are having fun trying things nobody from us ever tried as I see :)10:08
fricklerthomasb06: that means that you have either messed up the gerrit remote or your public key10:08
fricklerthomasb06: you could try to remove the remote and recreate it with "git review -s"10:08
gtematry really doing those manually one by one. I guess the problem is that you rely on script to generate changes and under some conditions things are not going it is expected by platform10:09
gtemawe should plan apply https://git.tsi-dev.otc-service.com/ecosystem/service_catalog/-/merge_requests/19 on Friday10:10
thomasb06It seems ok now: https://x0.at/zrAx.txt ? No idea what I did wrong...10:10
gtemasorry, wrong room10:10
*** holser_ is now known as holser10:12
thomasb06gtema: /we is reliefed10:13
thomasb06* /m10:13
opendevreviewThomas Bucaioni proposed openstack/openstacksdk master: Reindentation of the docstrings  https://review.opendev.org/c/openstack/openstacksdk/+/81546710:27
thomasb06frickler: cheers10:27
thomasb06gtema: do I keep going, or it gets a bit messy afterwards?10:27
*** holser is now known as holser_10:28
gtemaYou can keep going. Just try to make not depending changes (each from/to current HEAD) and not stacked changes like last time10:29
thomasb06so `git reset HEAD` after each commit?10:30
gtemaYeah10:48
*** tosky_ is now known as tosky11:25
opendevreviewThomas Bucaioni proposed openstack/openstacksdk master: Reindentation of the docstrings  https://review.opendev.org/c/openstack/openstacksdk/+/81547612:00
opendevreviewThomas Bucaioni proposed openstack/openstacksdk master: Reindentation of the docstrings  https://review.opendev.org/c/openstack/openstacksdk/+/81547712:02
opendevreviewThomas Bucaioni proposed openstack/openstacksdk master: Reindentation of the docstrings  https://review.opendev.org/c/openstack/openstacksdk/+/81547812:03
opendevreviewThomas Bucaioni proposed openstack/openstacksdk master: Reindentation of the docstrings  https://review.opendev.org/c/openstack/openstacksdk/+/81548012:05
opendevreviewThomas Bucaioni proposed openstack/openstacksdk master: Reindentation of the docstrings  https://review.opendev.org/c/openstack/openstacksdk/+/81548112:06
opendevreviewThomas Bucaioni proposed openstack/openstacksdk master: Reindentation of the docstrings  https://review.opendev.org/c/openstack/openstacksdk/+/81548212:07
opendevreviewThomas Bucaioni proposed openstack/openstacksdk master: Reindentation of the docstrings  https://review.opendev.org/c/openstack/openstacksdk/+/81548312:08
opendevreviewThomas Bucaioni proposed openstack/openstacksdk master: Reindentation of the docstrings  https://review.opendev.org/c/openstack/openstacksdk/+/81548412:09
opendevreviewThomas Bucaioni proposed openstack/openstacksdk master: Reindentation of the docstrings  https://review.opendev.org/c/openstack/openstacksdk/+/81548512:11
opendevreviewThomas Bucaioni proposed openstack/openstacksdk master: Reindentation of the docstrings  https://review.opendev.org/c/openstack/openstacksdk/+/81548612:12
opendevreviewThomas Bucaioni proposed openstack/openstacksdk master: Reindentation of the docstrings  https://review.opendev.org/c/openstack/openstacksdk/+/81548712:13
opendevreviewThomas Bucaioni proposed openstack/openstacksdk master: Reindentation of the docstrings  https://review.opendev.org/c/openstack/openstacksdk/+/81548812:14
opendevreviewThomas Bucaioni proposed openstack/openstacksdk master: Reindentation of the docstrings  https://review.opendev.org/c/openstack/openstacksdk/+/81548912:15
opendevreviewThomas Bucaioni proposed openstack/openstacksdk master: Reindentation of the docstrings  https://review.opendev.org/c/openstack/openstacksdk/+/81549012:16
opendevreviewThomas Bucaioni proposed openstack/openstacksdk master: Reindentation of the docstrings  https://review.opendev.org/c/openstack/openstacksdk/+/81549112:17
thomasb06This is it12:18
*** holser_ is now known as holser12:26
fricklerthomasb06: wasn't that supposed to go to the feature branch?12:42
thomasb06frickler: it's not feature/r1 ?12:43
fricklerthomasb06: the above msgs all state master12:43
thomasb06Arg... Usually, I'm on feature/r1. Maybe it's the rebase12:44
thomasb06Anyway, it's just the doc. Maybe it can go the master straightaway? 12:45
fricklergtema: ^^ I'm not sure what the thing with feature/r1 is exactly12:46
thomasb06the command `git branch` says `* master`. No idea how I landed there...12:47
gtemawell, it should go to feature/r1. It will be "soon" going to master, but we want those changes to happen in r1 branch. In gerrit Web UI you can "move change"12:47
thomasb06let me try12:49
thomasb06gtema: in `Move change to branch`, I write `feature/r1` only?12:50
gtemayes, should be like that12:50
thomasb06The UI answers: `Could not perform action: move changes endpoint is disabled`12:51
gtemahmm, it worked for me before12:51
thomasb06maybe origin/feature/r1 ?12:52
gtemamaybe with gerrit update it was disabled12:52
thomasb06Otherwise, I cancel them all and checkout the feature/r1 branch?12:53
gtemathen - cherry-pick it into r1 branch. Otherwise - abandon and create new this time checking carefully12:54
thomasb06let me check cherry-pick12:55
opendevreviewSEUNG TAE KIM proposed openstack/python-openstackclient master: Add "image task list" command  https://review.opendev.org/c/openstack/python-openstackclient/+/81355412:59
opendevreviewSEUNG TAE KIM proposed openstack/openstacksdk master: Add "limit" string in _query_mapping variable in task.py  https://review.opendev.org/c/openstack/openstacksdk/+/81427013:03
*** Guest3656 is now known as redrobot13:03
opendevreviewSEUNG TAE KIM proposed openstack/python-openstackclient master: Add "image task list" command  https://review.opendev.org/c/openstack/python-openstackclient/+/81355413:07
opendevreviewSEUNG TAE KIM proposed openstack/python-openstackclient master: Add "image task list" command  https://review.opendev.org/c/openstack/python-openstackclient/+/81355413:08
thomasb06gtema: solution 3) with 115 votes seems ok: https://stackoverflow.com/questions/2941517/how-to-fix-committing-to-the-wrong-git-branch ?13:09
gtemado it in UI - chances to screw are much lower13:10
thomasb06ah, there's a cherry-pick in UI. Let me check13:10
thomasb06it says: `Cherry Pick failed! (merge conflicts). Please select "Continue" to continue with conflicts or select "cancel" to close the dialog.`13:12
gtemaargh - then just start new. It is not worth of effort13:13
thomasb06git branch says * (HEAD detached at origin/feature/r1) master13:19
thomasb06it's ok?13:19
gtemahmm, why detached13:19
thomasb06because when I commit some change, I always rewind13:20
gtemabut you should rewind to feature/r1 and not land in detached state13:21
thomasb06then I check the log13:22
gtemaonce you pushed one change `git reset --hard feature/r1 && git pull`13:22
thomasb06git pull asks a distant and branch so `git pull origin feature/r1` ?13:23
gtemayes, maybe. I guess I set this in some settings for myself therefore it doesn't ask anymore13:25
* gtema is afk for some hours13:26
thomasb06one to try: https://review.opendev.org/c/openstack/openstacksdk/+/81550313:34
opendevreviewRodolfo Alonso proposed openstack/python-openstackclient master: Add --security-group to port list  https://review.opendev.org/c/openstack/python-openstackclient/+/81550613:51
gtemathomasb06, would you please also add service title in the commit message title13:59
thomasb06sure14:00
thomasb06so "Service title - Reindentation of the docstrings"?14:00
*** sshnaidm_ is now known as sshnaidm14:03
thomasb06done14:04
thomasb06in `def unmanage_volume`, there is an embedded docstring14:07
thomasb06my bad, no worries14:07
opendevreviewDiwei Zhu proposed openstack/python-openstackclient master: Switch server backup to sdk.  https://review.opendev.org/c/openstack/python-openstackclient/+/81433214:48
opendevreviewCyril Roelandt proposed openstack/python-openstackclient master: Fix typos  https://review.opendev.org/c/openstack/python-openstackclient/+/81551015:00

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!