Skip to content
Snippets Groups Projects
  1. Jun 30, 2020
  2. Apr 10, 2020
  3. Mar 30, 2020
    • Danial Malik's avatar
      Import private.py in devstack_docker.py files instead of devstack.py (#23512) · 8d951ae8
      Danial Malik authored
      Background: I use private.py a lot in my devstack for my private configurations. But issues are raised when I need to change/override a setting that is defined in devstack_docker.py file. Since that file's contents are loaded after private.py, my private.py is useless against the settings in devstack_docker.py.
      
      Description: Now that the devstack is dockerized, I think it makes more sense to import the private.py in the devstack_docker.py files i.e. at the end of configuration files hierarchy.
  4. Mar 04, 2020
  5. Dec 12, 2019
    • Matt Tuchfarber's avatar
      Adds optional setting to enable devstack theming · 3e94db74
      Matt Tuchfarber authored
      The mako engine isn't able to find themed templates in devstack because
      the path it checks is set before we enable comprehensive theming. This
      Adds a settings section to  comment out if you want to enable
      theming in devstack.
      3e94db74
  6. Dec 05, 2019
  7. Oct 29, 2019
  8. Aug 09, 2019
  9. Jul 11, 2019
  10. May 09, 2019
    • Christopher Pappas's avatar
      ENT-1887 | Adding logic for new business marketing footer url construction,... · 4c5ca6d0
      Christopher Pappas authored
      ENT-1887 | Adding logic for new business marketing footer url construction, while maintaining backwards compatibility
      
      Fixing quality test
      
      Testsing out a default value for the sake of jenkins tests. will revert
      
      Fix footer test from being flaky
      
      Moving an import statement
      
      ran isort. adding a test. fixing 1 quality issue
      
      Quality cleanups
      
      Attempting more quality fixes
      
      adding back in config variable name for default value
      
      Adding ENTERPRISE_MARKETING_FOOTER_QUERY_PARAMS to common settings
      
      Changing marketing_url logic to only concatenate enterprise url to root if the enterprise url is relative (starts with a /)
      
      quality fixes
      4c5ca6d0
  11. Apr 08, 2019
  12. Dec 23, 2018
  13. Dec 18, 2018
  14. Nov 29, 2018
  15. Oct 29, 2018
  16. Jul 30, 2018
  17. Jun 28, 2018
  18. Mar 27, 2018
  19. Feb 16, 2018
  20. 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
  21. Oct 30, 2017
  22. Oct 19, 2017
  23. Aug 15, 2017
  24. Aug 04, 2017
  25. Jul 26, 2017
  26. Jul 12, 2017
  27. Jul 07, 2017
  28. Jun 15, 2017
  29. May 25, 2017
  30. May 24, 2017
  31. May 21, 2017
  32. Apr 27, 2017
  33. Apr 26, 2017
  34. Apr 24, 2017
    • Calen Pennington's avatar
      Store Learner language preferences into a cookie rather than the session · e733179d
      Calen Pennington authored
      This modifies the lang-pref django app to:
      a) Use the current value of the 'edx-language-preference' cookie to set the
         users Accept-Language header on an incoming request.
      b) At the end of the request, update the 'edx-language-preference' cookie
         to reflect the users current Language Preference choice, if any.
      
      [LEARNER-542]
      e733179d
  35. Apr 20, 2017
  36. Apr 10, 2017
  37. Apr 06, 2017
  38. Mar 08, 2017
    • Clinton Blackburn's avatar
      Disabled search for Docker-based devstack · 078974d2
      Clinton Blackburn authored
      This feature is not well-documented, so it is unclear how to setup Elasticsearch properly to make it work. The next person who needs to work on this feature will need to make it work and, ideally, document it.
      078974d2
  39. Feb 24, 2017
  40. Feb 23, 2017