Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Accessing to the main configuration page

...

  • Timeouts: the milliseconds to wait for a connection to the repository and the threshold to read any commit.
  • Permissions: Subversion ALM tabs on projects, issues, and boards, the top main menu will be displayed only when the View Development Tools permission is granted. The SVN schema on SQL+JQL and built-in JQLs will return issues only if the user has permissions on them. Default: false.
  • Autocomplete: It sets on|off autocomplete for user's credentials (username & password) in forms. Default: false
  • Pagination: Not all the databases support pagination (i.e: ...offset...limit... or similar). Readonly Read-only value to inform about supporting pagination.

...

  • ID: a unique integer > 0 assigned by the database to each repository automatically.
  • Name: it will be displayed at the GUI front end to help users to easily identify the repository (so, please, use user-friendly names). The color name varies accordingly the indexing progress and in real-time:
    • Red: Error accessing the repository while the page is loaded. The HEAD revision is unknown (???)
    • Orange:  Outdated: the latest indexed revision is lower than the repository HEAD revision.
    • Green: The repository index is up to date.
  • Details:
    • Repository Root: The URL to the repository root
    • Index progress: Latest indexed revision vs total revisions in the repository (HEAD).
    • Indexing error (optional): It displays the latest error message while indexing the repository (no realtime). Missing if no error.

...