titan-data / titan-server

Titan server to support local docker development
Apache License 2.0
5 stars 3 forks source link

use external remotes for validation checks #77

Closed eschrock closed 4 years ago

eschrock commented 4 years ago

Proposed Changes

This adds the infrastructure to load external remotes, and adds checks for server-side validation of remotes and parameters. For now they are part of the "dynamicRemote" object, but that will be updated to be just "remote" once we can retire the in-tree remotes.

Testing

gradle build test integrationTest endtoendTest (including engine workflow)