Upsource 2019.1 Help

Warning: "The full diff is too big to be displayed, showing the first 200 changed files"

This warning may be shown when you're viewing or comparing voluminous revisions that contain a large number of files. If you must see all of the changes, 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:

    -Dfrontend.revision.file.count.limit=XXXX

    where XXXX is the number of files 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:

    -Dfrontend.revision.file.count.limit=XXXX

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

  4. Save and close the file.

  5. Start Upsource: docker start <containerId>.

Last modified: 09 July 2020