Skip to content
Snippets Groups Projects
  1. Aug 21, 2024
  2. Aug 20, 2024
  3. Jan 09, 2024
  4. Nov 29, 2023
  5. Sep 12, 2022
    • David Douard's avatar
      Reorganize configuration of the http server building · f2945381
      David Douard authored
      rework the configuration used by `make_app()` so that one can start the
      http server usig an existing grpc server by a setting the configuration
      file accordingly.
      
      This make the `make_app()` function only accept one config structure
      (dict), which structure would be:
      
        graph:
          cls: local
          grpc_server: # config for spawn_java_grpc_server()
            ...
          http_rpc_server: # config for GraphServerApp()
            ...
      
      or:
      
        graph:
          cls: remote
          url: # host:port of the running grpc server
            ...
          http_rpc_server: # config for GraphServerApp()
            ...
      
      This also comes wit a few other refactorings:
      
      - rename swh/graph/rpc/ as swh/graph/grpc/ to prevent confusion with the
        (http) rpc server.
      - similarly, rename swh/graph/rpc_server.py as swh/graph/grpc_server.py
      - and rename swh/graph/http_server.py as swh/graph/http_rpc_server.py
      - remove the "graph" config section from the grpc_server config
        structure (it had only the "path" config entry).
      f2945381
  6. Sep 08, 2022
  7. Jun 15, 2022
  8. Nov 09, 2019
  9. Nov 06, 2019
  10. Nov 05, 2019
  11. Nov 03, 2019
  12. Sep 30, 2019
Loading