Commit history times out and fails to load in the UI

XMLWordPrintable

    • 1
    • Severity 3 - Minor
    • 159

      Issue Summary

      If a repository has large number of objects(say, ~1.25 million), the commit history of source files in the UI might fail to load due to a timeout of 28 seconds between the UI and the backend request.

      Steps to Reproduce

      1. Open any repository source in the UI
      2. select a source code file -> click on the commit history dropdown

      Expected Results

      the list of commits/commit history of a file is shown

      Actual Results

      Commit history times out and fails to load in the UI

      Workaround

      • View the file history from a locally cloned copy of the repo
      $ git log --follow -- <absolute file path>
      

              Assignee:
              Unassigned
              Reporter:
              Swetha Boyapati
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated: