RepoXplorer

Manual configuration

See repoxplorer admin configuration for more informations about the service.

Configuration

Manual configuration is done via the config repository of Software Factory. Each time a change is proposed under the config/repoxplorer tree a configuration validator is run.

Thanks to the config/repository tree you can:

  • define author identities
  • define custom groups and group memberships
  • define indexation of projects or repositories that are not hosted by Software Factory
  • overwrite the automated configuration

How to define author identities and emails

You can add a .yaml file in config/repoxplorer/ such as:

identities:
 0000-0000:
   name: John Doe
   default-email: john.doe@server.com
   emails:
     john.doe@server.com:
       groups: {}
     jdoe@server.com:
       groups: {}

Please refer to repoXplorer’s upstream documentation for more details about the format Sanitize author identities.