1. 05 Apr, 2018 2 commits
    • Bob Van Landuyt's avatar
      Don't export `Project#description_html` · 902cec12
      Bob Van Landuyt authored
      Since we can regenerate `description_html` from the `description`, we
      should not export it. This avoids some complexity when overriding the
      description during an import/export where we would need to invalidate
      this cached field.
      
      Now we refresh the markdown cache after the import
      902cec12
    • Bob Van Landuyt's avatar
      Override values from JSON with import data · e3acc982
      Bob Van Landuyt authored
      This overrides values defined in the project JSON with the values
      provided in project.import_data.data['override_params'].
      
      These could be passed from the API.
      e3acc982
  2. 04 Apr, 2018 38 commits