Skip to content
Snippets Groups Projects
  1. Nov 28, 2022
    • Konrad Mohrfeldt's avatar
      fix: rework URL generation for REST API endpoints · f17cd93f
      Konrad Mohrfeldt authored
      URL generation logic is complex and we should handle configuration like
      basepaths and the use of trailing slashes in a central location to avoid
      simple, but hard to find mistakes.
      
      This change also gets rid of the VUE_APP_API_STEERING_SHOWS env
      variable, that is just a 'shows/' suffix of the VUE_APP_API_STEERING env
      variable.
      f17cd93f
  2. Nov 25, 2022
    • Konrad Mohrfeldt's avatar
      fix(docker): rework variable replacements in production · 62d4d3d2
      Konrad Mohrfeldt authored
      We use a script to update variables at runtime that usually can only be
      injected at build time. Since we’ve migrated to Vite as build tool the
      paths the string substitution has been performed on have changed.
      
      The paths have now been updated and should be future-proof, as we take
      the whole dist directory into account.
      62d4d3d2
  3. Mar 25, 2022
  4. Dec 15, 2020
  5. Oct 13, 2020
  6. Jun 30, 2020
  7. May 07, 2020
  8. May 08, 2019
  9. Feb 26, 2019
  10. Feb 06, 2019
Loading