1. 22 Apr, 2016 1 commit
  2. 21 Apr, 2016 2 commits
  3. 15 Apr, 2016 1 commit
    • Reconcile double reverts · 60fab86f
      Resolves conflicts between reverts of pattern library test pages and multi-site comprehensive theming, and the re-introduction of pattern library test pages. Fixes a pipeline rendering test which relied on other tests updating assets. The test now ensures that static assets are available before running.
      Andy Armstrong committed
  4. 12 Apr, 2016 1 commit
  5. 11 Apr, 2016 2 commits
  6. 08 Apr, 2016 2 commits
  7. 07 Apr, 2016 1 commit
  8. 05 Apr, 2016 1 commit
  9. 04 Apr, 2016 1 commit
    • Fix paver watch_assets · 53642579
      - Update to latest version of watchdog.
      - inotify doesn't work on nfs share in devstack. Use polling instead.
      - Some editors (vim) do not trigger modify events in their default
        configuration. Rebuild assets on all filesystem changes, and debounce
        when changes happen too quickly.
      Omar Khan committed
  10. 28 Mar, 2016 1 commit
    • saleem-latif/WL-328: Multi-Site Comprehensive Theming · a796b563
      ziafazal: improvements need for multi-tenancy
      ziafazal: fixed broken tests
      ziafazal: no need to add setting in test.py
      ziafazal: added hostname validation
      ziafazal: changes after feedback from mattdrayer
      ziafazal: fixed branding and microsite broken tests
      ziafazal: make STATICFILES_DIRS to list
      ziafazal: added theme directory to mako lookup for tests
      ziafazal: added more protection in test_util
      saleem-latif: Enable SCSS Overrides for Comprehensive Theming
      saleem-latif: Incoporate feedback changes, Correct test failures, add tests and enable theming for django templates
      saleem-latif: Correct errors in python tests
      mattdrayer: Fix invalid release reference
      mattdrayer: Update django-wiki reference to latest release
      saleem-latif: Update Theme storages to work with Caching, Pipeline and collectstatic
      saleem-latif: Incorporate feedback changes
      mattdrayer: Pylint violation fix
      mattdrayer: Fix broken pavelib test
      Zia Fazal committed
  11. 25 Mar, 2016 1 commit
    • Fix issues with Underscore in the asset pipeline · 6dd09a89
      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.
      Andy Armstrong committed
  12. 22 Mar, 2016 1 commit
  13. 16 Mar, 2016 1 commit
  14. 14 Mar, 2016 1 commit
    • ziafazal/WL-328: Multi-Site Comprehensive Theming · 954dae58
      ziafazal: improvements need for multi-tenancy
      ziafazal: fixed broken tests
      ziafazal: no need to add setting in test.py
      ziafazal: added hostname validation
      ziafazal: changes after feedback from mattdrayer
      ziafazal: fixed branding and microsite broken tests
      ziafazal: make STATICFILES_DIRS to list
      ziafazal: added theme directory to mako lookup for tests
      ziafazal: added more protection in test_util
      saleem-latif: Enable SCSS Overrides for Comprehensive Theming
      saleem-latif: Incoporate feedback changes, Correct test failures, add tests and enable theming for django templates
      saleem-latif: Correct errors in python tests
      mattdrayer: Fix invalid release reference
      mattdrayer: Update django-wiki reference to latest release
      Zia Fazal committed
  15. 29 Jan, 2016 1 commit
  16. 10 Nov, 2015 1 commit
  17. 05 Nov, 2015 1 commit
  18. 03 Nov, 2015 1 commit
    • Ability to run bok-choy in multiprocess mode. · 7eb9cecb
      This includes:
      * Ability to specify number of processes to run bok-choy tests in
      * A forked nose commit to get the multiprocess plugin's logging to work
      * A different plugin (xunitmp) must be used for pulling together xunit results
      
      This works by:
      * Starting the various servers that are needed for the acceptance test environment
      * Running the tests themselves in multiprocess mode
      Ben Patterson committed
  19. 19 Oct, 2015 1 commit
  20. 17 Sep, 2015 1 commit
  21. 04 Sep, 2015 1 commit
  22. 31 Aug, 2015 2 commits
  23. 28 Aug, 2015 1 commit
  24. 27 Aug, 2015 1 commit
  25. 23 Jul, 2015 1 commit
  26. 13 Jul, 2015 1 commit
  27. 01 Jul, 2015 1 commit
  28. 22 May, 2015 1 commit
    • Use jshint in paver, include in builds. · aebb35d3
      JShint will be executed with paver run_jshint, which will use a defined set of
      directories (likewise defined are directories to ignore). A limit can be imposed
      on the total number of violations. Note that this change does NOT include adding
      jshint to diff-quality or `paver run_quality`.
      Ben Patterson committed
  29. 21 May, 2015 1 commit
  30. 20 May, 2015 1 commit
  31. 15 May, 2015 1 commit
  32. 14 May, 2015 2 commits
  33. 07 May, 2015 1 commit
  34. 06 May, 2015 1 commit
    • Paver: Ability to run only servers or only tests · db285cab
      This would allow a user to set up and run servers, with an open prompt for killing
      them. Likewise a user could open a different terminal session and run tests only.
      
      How-to:
      * At a terminal/ssh session, start bok-choy servers with
          `paver test_bokchoy --serversonly`
          (or, if you've already run collectstatic on your system:
          `paver test_bokchoy --serversonly --fasttest`)
      * When the above is running, you can now open a separate terminal/ssh session
      and run:
          `paver test_bokchoy -t my_tests --testsonly`
      
      Keep in mind, the 'testsonly' flag does no setup. There is some minimal teardown; however,
      such as clearing mongo and flushing the lms database. (Some tests have non-unique identifiers
      and could not be run more than once.)
      Ben Patterson committed
  35. 04 May, 2015 1 commit