#2257 Pull request disappeared
Closed: Fixed 6 years ago Opened 6 years ago by mikem.

Earlier today I merged pull request 411 into Koji. A little while later, the pull request seems to have completely disappeared from the interface.

https://pagure.io/koji/pull-request/411

Yet the pull request did exist. I have email notifications in my inbox for it, and you can see the merge here:
https://pagure.io/koji/c/c44740896700b97bf6aefa619d6e7689b67a1efb?branch=master


The data still appears in koji's pull request git checkout:

[mike@localhost koji-prs]$ jq .id,.title  <0e52c4e57a0743b3b2c783218b2cc902
411
"Replace references to cvs with modern git examples"
[mike@localhost koji-prs]$ git log  0e52c4e57a0743b3b2c783218b2cc902
commit 10d57eb19425e848c9d94b0c906a5b077a17e367
Author: pagure <pagure>
Date:   Thu May 4 14:02:15 2017 +0000

    Updated pull-request 0e52c4e57a0743b3b2c783218b2cc902: Replace references to cvs with modern git examples

commit 0ce64ce0ecd790e52682b45e0cc95a758f463c7e
Author: pagure <pagure>
Date:   Thu May 4 14:02:14 2017 +0000

    Updated pull-request 0e52c4e57a0743b3b2c783218b2cc902: Replace references to cvs with modern git examples

commit 7ce0a934b4aef13345dbb93dea0dd86df099caf1
Author: pagure <pagure>
Date:   Thu May 4 14:02:12 2017 +0000

    Updated pull-request 0e52c4e57a0743b3b2c783218b2cc902: Replace references to cvs with modern git examples

commit 6c40bc75a3272a8d0f82076dc4e5bf57f58b4217
Author: pagure <pagure>
Date:   Thu May 4 11:29:19 2017 +0000

    Updated pull-request 0e52c4e57a0743b3b2c783218b2cc902: Replace references to cvs with modern git examples

commit 71bddede87736f2f3774e670feb2f5582d38c580
Author: pagure <pagure>
Date:   Thu May 4 11:27:57 2017 +0000

    Updated pull-request 0e52c4e57a0743b3b2c783218b2cc902: Replace references to cvs with modern git examples

Found another one:
https://pagure.io/koji/pull-request/380

Appears to be the same deal. Any ideas about this?

[mike@localhost koji-prs]$ jq .id,.title  <611d8c7bb0464ebf9b653a3380d835be
380
"Make raw-xz faster by using xz threads"
[mike@localhost koji-prs]$ git log --oneline 611d8c7bb0464ebf9b653a3380d835be
f2428a4 Updated pull-request 611d8c7bb0464ebf9b653a3380d835be: Make raw-xz faster by using xz threads
c3f513c Updated pull-request 611d8c7bb0464ebf9b653a3380d835be: Make raw-xz faster by using xz threads
-SNIP-
cf5a499 Updated pull-request 611d8c7bb0464ebf9b653a3380d835be: Make raw-xz faster by using xz threads
25566c6 Updated pull-request 611d8c7bb0464ebf9b653a3380d835be: Make raw-xz faster by using xz threads

Most recent commit is from a similar timeframe to the other.

[mike@localhost koji-prs]$ git show f2428a4 --stat
commit f2428a405df9db511489704eae677b595932fcf1
Author: pagure <pagure>
Date:   Tue May 2 22:53:32 2017 +0000

    Updated pull-request 611d8c7bb0464ebf9b653a3380d835be: Make raw-xz faster by using xz threads

 611d8c7bb0464ebf9b653a3380d835be | 24 +++++++++++++++++++++++-
 1 file changed, 23 insertions(+), 1 deletion(-)

This might be the same problem as #2492

I think @kparal got it right, it is most likely that the PR got deleted when the project got deleted from the DB.

This has now been fixed, so we should be all good :)

Metadata Update from @pingou:
- Issue close_status updated to: Fixed

6 years ago

Login to comment on this ticket.

Metadata