That last part is problematic as it's quite reasonable for gitlab to add more events. Point number 2 could also be a problem, depending on how we look at it. I suppose we should just ignore the unknown events. Currently it fails the import of that particular issue (it doesn't commit).
@buestad any idea what kind of event that could be, if you look at the issues that fail to import?
As for the push problem it could be related to that first problem but I suspect it's a different one. The CI does work though, so that could be specific to that new gitlab version.
buestad (buestad) commented
I am 99% sure that the unexpected event is related to commit links. (When a commit message has a # and issue number)
It looks like after switching identity (user adopt) after the first pull there are some mismatch with the UUIDs on the issues? This also happens if I do a commit to the repos and the pull the issues afterwards.
Here is some console output which might be of interest?:
C:\Projects\git-test [main ≡]> git bug user ls
50494a5 Henrik Buestad
C:\Projects\git-test [main ≡]> git bug bridge pull
[b3883c2] new identity: b3883c275de13eb6af82192285a88abba3c9aa1fed1b24eb7b42eb449be9fcee
[b2be3a8] new issue: b2be3a8d3f974d23018214664b95393e5e81ad0621329f9a8f4b413895d8f71a
import error on entity 1022: issue event creation: unexpected event
[2644b2f] new issue: 2644b2fd06f93575899e4ad3aabad6dea8bbcc8fc7ed504f6b6da635644c59fe
import error on entity 1028: issue event creation: unexpected event
import error on entity 1029: issue event creation: unexpected event
[393b53d] new issue: 393b53d49c1d6ae3289093491a7e1c34568613e876e0cff3b59ca5b21d1d0866
imported 3 issues and 1 identities with default bridge
C:\Projects\git-test [main ≡]> git bug bridge pull
import error on entity 1022: issue event creation: unexpected event
import error on entity 1028: issue event creation: unexpected event
import error on entity 1029: issue event creation: unexpected event
imported 0 issues and 0 identities with default bridge
C:\Projects\git-test [main ≡]> git bug user ls
50494a5 Henrik Buestad
b3883c2 Buestad Henrik (buesthe)
C:\Projects\git-test [main ≡]> git bug user adopt b3883c2
Your identity is now: Buestad Henrik (buesthe)
C:\Projects\git-test [main ≡]> git bug bridge pull
import error on entity 653: issue event creation: Multiple matching operation found:
b5836414f64f108ae79ddc66ac89cbabad671f322c5b8b247923acbc14e0c19c
eb41f3e8ce9ef48f0875f92a5dcaa53befdf8b0dfe7231d0859c2934a0b023ea
import error on entity 654: issue event creation: Multiple matching operation found:
c4fe840e1794f9e93d70f0a7c425158f4ab07b19d062da1535d02a4724222849
18e1778bea1b7fd702e8b6420b1819e4bf28d1b26fda6cf5cdc6c3114dd259c7
import error on entity 655: issue event creation: Multiple matching operation found:
d3f915e32b204acb639dccfba115b068cf82aa556f8866db2e71a7fad7a4661c
49e4e737343da2765e0c5cbf9d57f9c9a06dcb2113c0f6e72cea6e3c719fed71
import error on entity 656: issue event creation: Multiple matching operation found:
a21da9149c183079c80b6959a9a506d23921bddb0e6f73827c00e8c719bcbb31
70a00d43b87409eb9c724a9676a572d28bd1ce34e332f1c6943f8bacd757cc26
import error on entity 657: issue event creation: Multiple matching operation found:
3472314a03bf9a2277126ce6327099541c3f8cc3acdec54e067c5d44c293ad85
1a862a286cf4da2f6a314c111091ed487e4d57f42598d2585c64102e3e7601e7
import error on entity 658: issue event creation: Multiple matching operation found:
332fb56736057a9fff417cee8005bc56040ee5cea4932bde8bb54e15cec16826
719f937b3022ce8234abd98f20b5a1074f68cb69655e74783d2d8258da88ac75
import error on entity 1022: issue event creation: unexpected event
import error on entity 659: issue event creation: Multiple matching operation found:
71ef2eacca0e9de9542b147d31b8214458eb2b92c44e1c6935e9b80e6b417e70
e1067fb83041ffa5eda440c7fd2455945e901c3cd7be3e14bb1a3cbaefb5676f
import error on entity 1028: issue event creation: unexpected event
import error on entity 1029: issue event creation: unexpected event
imported 0 issues and 0 identities with default bridge
C:\Projects\git-test [main ≡]> git bug ls
b2be3a8 open Add something sensible to first text file ◼ ◼ Buestad Henrik…
2644b2f open test from GitLab ◼ Buestad Henrik…
393b53d open simple issue Buestad Henrik…
C:\Projects\git-test [main ≡]> git bug webui
Web UI: http://127.0.0.1:60352
Graphql API: http://127.0.0.1:60352/graphql
Graphql Playground: http://127.0.0.1:60352/playground
Press Ctrl+c to quit
WebUI is shutting down...
WebUI stopped
C:\Projects\git-test [main ≡]> git bug ls
b2be3a8 open Add something sensible to first text file ◼ ◼ Buestad Henrik…
2644b2f open test from GitLab ◼ Buestad Henrik…
393b53d open simple issue Buestad Henrik…
98b6959 open Test from git-bug Buestad Henrik…
C:\Projects\git-test [main ≡]> git bug bridge push
exported 0 issues with default bridge
github-actions (github-actions) commented
This bot triages untriaged issues and PRs according to the following rules:
After 90 days of inactivity, the lifecycle/stale label is applied
After 30 days of inactivity since lifecycle/stale was applied, the issue is closed