Upsource 2017.2 Help

Warning: "Too many commits found, showing the 200 most recent ones"

This warning may be shown when you're viewing or comparing large branches that contain lots of revisions (commits). If you must see all of the revisions, the limit can be raised.

Solution

To raise the limit in the ZIP installation:

  1. Stop Upsource: <upsource_home>/bin/upsource.sh stop
  2. Open the configuration file upsource-frontend.jvmoptions located in the <upsource_home>/conf/upsource-frontend directory. If the file does not exist, create it.

  3. Add the following line to that file:

    frontend.revision.count.limit=XXXX

    where XXXX is the number of revisions you want to be displayed.

  4. Save and close the file.
  5. Start Upsource.

To raise the limit in the Docker installation::

  1. Stop Upsource: docker exec <containerId> stop

  2. Open the configuration file upsource-frontend.jvmoptions. The file is located in the <path to conf directory>/conf/upsource-frontend/. If the file does not exist, create it.

  3. Add the following line to that file:

    frontend.revision.count.limit=XXXX

    where XXXX is the number of revisions you want to be displayed.

  4. Save and close the file.
  5. Start Upsource: docker start <containerId>.

Last modified: 1 December 2017