Skip to content
Snippets Groups Projects
  1. Sep 03, 2020
    • Kyle McCormick's avatar
      Decentralized Devstack changes: Add and push Dockerfile; add decentralized... · b24cb48e
      Kyle McCormick authored
      Decentralized Devstack changes: Add and push Dockerfile; add decentralized devstack settings (#24666)
      
      * Add and push Dockerfile; add decentralized devstack settings
      
      Co-Authored-By: default avatarDiana Huang <dkh@edx.org>
      Co-Authored-By: default avatarKyle McCormick <kmccormick@edx.org>
      
      * Remove Python requirements hack
      
      Remove the attempted optimization to the installation of Python
      package dependencies.  The dependencies in edx-platform change
      about three times per day, so this was of dubious value.  And
      because npm is run through nodeenv, which is a Python package,
      the Python dependencies installation has to happen first.
      
      * ARCHBOM-1439: Changing workdir to /edx/app/edxapp/edx-platform (#24835)
      
      Context: The Dockerfile tries to stay in sych with legacy stuff.
      In the ansible we configure the directory structure such that things
      relating to the app but not in the codebase,
      such as the env file wind up in /edx/app/edxapp/.
      And the codebase winds up in /edx/app/edxapp/edx-platform.
      
      I think due to accident, the...
  2. Jul 22, 2020
  3. Apr 14, 2020
  4. Mar 03, 2020
  5. Sep 03, 2019
  6. Jul 23, 2019
  7. May 03, 2019
  8. May 02, 2019
  9. May 01, 2019
  10. Apr 18, 2019
  11. Feb 19, 2019
  12. Nov 20, 2018
  13. Oct 19, 2018
  14. Jul 20, 2018
  15. Jul 18, 2018
  16. Jun 25, 2018
  17. Apr 25, 2018
  18. Mar 13, 2018
    • ayub-khan's avatar
      Remove module level translations files · 413f840b
      ayub-khan authored
      We needed those files for the push translation
      jenkins job as job has been updated to run
      without commiting any changes to reo. we no
      longer need those files in repo.
      413f840b
  19. Dec 29, 2017
  20. Nov 02, 2017
  21. Sep 25, 2017
  22. Sep 22, 2017
  23. Sep 21, 2017
  24. Sep 01, 2017
  25. Jul 24, 2017
  26. May 01, 2017
  27. Feb 22, 2017
  28. Nov 10, 2016
  29. Aug 16, 2016
  30. Jul 16, 2016
  31. Jul 11, 2016
  32. May 16, 2016
  33. Apr 11, 2016
  34. Mar 25, 2016
    • Andy Armstrong's avatar
      Fix issues with Underscore in the asset pipeline · 6dd09a89
      Andy Armstrong authored
      FEDX-121
      
      The previous approach for handling NPM assets was
      to symlink them into the static directory. This appeared
      to cause trouble with the asset pipeline where the files
      in question were not installed and then old versions were
      picked up instead.
      
      This change instead copies NPM libraries to a new
      static directory so that the pipeline can consume them
      as with any other file. This new directory is added to
      .gitignore so that the files don't get accidentally
      checked in.
      6dd09a89
  35. Feb 08, 2016
  36. Sep 17, 2015
  37. Jul 02, 2015
  38. Jun 26, 2015