Skip to content
Snippets Groups Projects
  1. Jun 27, 2018
    • Kevin Falcone's avatar
      This resolves VPC-122 and OPS-56 · ae39e6fa
      Kevin Falcone authored
      I'll put it in configuration later, but why didn't we allow this years
      ago?  The goal is to store the data dir in /edx/var/edxapp not in
      /edx/app/edxapp.
      ae39e6fa
  2. Apr 27, 2018
    • stv's avatar
      Remove unused VIRTUAL_UNIVERSITIES setting · 3cc9d78c
      stv authored
      It looks like this was part of the original rollout of the microsites
      feature back in December 2013 [1], but was quickly removed in February
      2014 [2]. These references have been orphaned ever since.
      I can find no other references to it in the platform, save these.
      
      [1] a3211a74
      [2] aa43689a
      3cc9d78c
  3. Apr 26, 2018
  4. Apr 20, 2018
  5. Apr 13, 2018
  6. Apr 02, 2018
  7. Feb 26, 2018
  8. Feb 01, 2018
  9. Jan 26, 2018
  10. Jan 22, 2018
  11. Jan 15, 2018
  12. Jan 11, 2018
  13. Dec 19, 2017
  14. Dec 13, 2017
    • David Ormsbee's avatar
      Remove dealer.git (startup optimization). · 7f3a55af
      David Ormsbee authored
      In the absence of an EDX_PLATFORM_VERSION OS env variable, we used to
      calculate the current version by looking at the current git revision of
      the edx-platform repo. This was an expensive calculation (~7% of startup
      costs). It also turns out that at some point we stopped setting that env
      variable anywhere, so it always fell back to recalculating it.
      
      With this commit, we'll start reading the code version from the env JSON
      files, and fall back to "unknown" rather than doing the dealer.git call.
      7f3a55af
  15. Dec 07, 2017
  16. Dec 06, 2017
  17. Dec 05, 2017
  18. Dec 02, 2017
  19. Nov 23, 2017
    • Matjaz Gregoric's avatar
      Introduce LMS_INTERNAL_ROOT_URL. · d403e5f8
      Matjaz Gregoric authored
      The LMS and edx-enterprise currently communicate via REST APIs, even
      though they are all running within the same service.
      
      Currently API URLs are constructed using LMS_ROOT_URL, but that is
      problematic on some systems where the external LMS_ROOT_URL is not
      accessible from the private network, or routing internal requests via
      the external URL is not desireable.
      
      This patch introduces a new setting variable LMS_INTERNAL_ROOT_URL which
      defaults to the value of LMS_ROOT_URL for backwards compatibility.
      
      The LMS and edx-enterprise will use LMS_INTERNAL_ROOT_URL to construct
      API URLs instead of LMS_ROOT_URL.
      d403e5f8
  20. Nov 16, 2017
  21. Nov 02, 2017
  22. Oct 30, 2017
    • John Eskew's avatar
      Remove support for COMPREHENSIVE_THEME_DIR - · b866f356
      John Eskew authored
        all dirs must now go into COMPREHENSIVE_THEME_DIRS.
      Move comprehensive theming setup section out of startup.py and into
        settings files using new 'derived' functionality.
      Add 'derive_settings' at the end of all top-level Django settings files.
      Move validation of comprehensive theming settings into new apps.py
        theming file.
      Split theming code into code safe to run before settings are initialized
        -and- after settings are initialized.
      b866f356
  23. Oct 17, 2017
  24. Oct 16, 2017
  25. Oct 11, 2017
  26. Sep 25, 2017
  27. Sep 06, 2017
  28. Aug 29, 2017
  29. Aug 03, 2017
  30. Jul 11, 2017
  31. Jul 06, 2017
  32. Jul 05, 2017
  33. Jun 26, 2017
  34. Jun 12, 2017
  35. Jun 09, 2017
  36. May 12, 2017
Loading