1. 15 Feb, 2021 1 commit
    • Łukasz Nowak's avatar
      slapos_web_frontend_selector: Adapt to new naming approach · c25b0c63
      Łukasz Nowak authored
      There is no reason to name regions so explicitly (like France or US), just
      use generic and understandable region name (like Europe or North America).
      
      Chinese endpoints are named via their operating telecoms, as this is like
      region (latency, speed).
      c25b0c63
  2. 09 Feb, 2021 6 commits
  3. 04 Feb, 2021 1 commit
    • Jérome Perrin's avatar
      proxy: don't set app logger level · ae5b407e
      Jérome Perrin authored
      logging is configured globally in SlapOSApp.configure_logging and:
       - if logging to file is enabled, it is logged with maximum level
       - logging on the console depends on --quiet / --verbose command line flags
      
      Default log level of this logger was DEBUG, which is just fine: the logger
      emit all messages and the file/console handler decide to output them or not
      
      Because we configure logger after Flask initialize its own logging, for
      Flask >= 1.1.2, we remove Flask logger as described in
       https://flask.palletsprojects.com/en/1.1.x/logging/#removing-the-default-handler
      Since this is internal API which doest not exist on old version of Flask, we
      adjust requirements to require a recent version of Flask.
      ae5b407e
  4. 03 Feb, 2021 1 commit
  5. 02 Feb, 2021 3 commits
  6. 29 Jan, 2021 13 commits
  7. 28 Jan, 2021 1 commit
  8. 26 Jan, 2021 4 commits
  9. 22 Jan, 2021 2 commits
  10. 21 Jan, 2021 8 commits