0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-03-21 02:32:03 +01:00
wxiaoguang d5fa2e7510
Fix restore repo bug, clarify the problem of ForeignIndex ()
Fix 

TLDR:  made a mess with ForeignIndex and triggered a design
flaw/bug of , then a quick patch  helped , then the
the bug was re-triggered by  .

Related:
* 
* BasicIssueContext
https://github.com/go-gitea/gitea/pull/16356/files#diff-7938eb670d42a5ead6b08121e16aa4537a4d716c1cf37923c70470020fb9d036R16-R27
*  
* If some issues were dumped without ForeignIndex, then they would be
imported as ForeignIndex=0
https://github.com/go-gitea/gitea/pull/18446/files#diff-1624a3e715d8fc70edf2db1630642b7d6517f8c359cc69d58c3958b34ba4ce5eR38-R39
* 
* It patched the above bug (somewhat), made the issues without
ForeignIndex could have the same value as LocalIndex
*  
    * It re-triggered the zero-ForeignIndex bug.


ps: I am not sure whether the changes in `GetForeignIndex` are ideal (at
least, now it has almost the same behavior as BasicIssueContext in
), it's just a quick fix. Feel free to edit on this PR directly or
replace it.

Co-authored-by: zeripath <art27@cantab.net>
2023-02-07 09:18:52 +08:00
..
2023-01-02 22:46:39 +01:00
2023-01-05 13:58:51 +02:00
2023-01-31 13:21:29 +08:00
2023-01-31 09:45:19 +08:00
2023-01-31 09:45:19 +08:00
2022-12-30 23:31:00 +08:00
2023-01-31 09:45:19 +08:00
2023-01-31 09:45:19 +08:00
2023-02-06 09:49:21 +08:00