Skip to content

[Bug] REPO_INDEXER doesn't index mirrored repository, even if the NotifySyncPushCommits is called #11479

Closed
@ghost

Description

  • Gitea version (or commit ref): 1.11.5
  • Git version: Not relevant
  • Operating system: docker image
  • Database (use [x]):
    • PostgreSQL
    • MySQL
    • MSSQL
    • SQLite
  • Can you reproduce the bug at https://try.gitea.io:
    • Yes (provide example URL)
    • No
    • Not relevant
  • Log gist: Not relevant

Description

Looks like #11200 wasn't a fix to this bug.

Can we trigger the indexing manually on a selected repository? Or is it possible to call NotifyPushCommits manually form GUI, or via some command-line?

func (r *indexerNotifier) NotifyPushCommits(pusher *models.User, repo *models.Repository, refName, oldCommitID, newCommitID string, commits *repository.PushCommits) {

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions