This project is mirrored from https://gitee.com/NQL886/scope.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
  1. 23 Nov, 2016 1 commit
  2. 22 Feb, 2016 1 commit
    • Tom Wilkie's avatar
      Refactor app for multitenancy · 5f7f74bf
      Tom Wilkie authored
      - Add interfaces to allow for alternative implementations for Collector, ControlRouter
        and PipeRouter.
      - Pass contexts on http handlers to these interfaces.  Although not used by the current
        (local, in-memory) implementations, the idea is this will be used to pass headers to
        implementations which support multitenancy (by, for instance, putting an authenticating
        reverse proxy in form of the app, and then inspecting the headers of the request for
        a used id).
      5f7f74bf