Ehtesham
b31ba9d041
upgrade Pagingcollection to edx-ui-toolkit's PagingCollection
2016-05-27 04:35:44 +05:00
Brian Jacobel
f4bede6c5b
Fix library load paths (incl. jquery.scrollTo)
...
Simplify paths in karma_cms_squire require paths
2016-05-24 16:53:59 -04:00
Daniel Friedman
230f252bad
Fix the way jquery and jquery-migrate are loaded
...
Don't use symlinks to include node_modules
2016-05-24 16:53:51 -04:00
Calen Pennington
548985803b
Disable concurrency in tests while we work out the kinks
2016-05-19 16:56:24 -04:00
Calen Pennington
2aa9967189
Merge pull request #12386 from cpennington/cale/concurrent-unit-tests
...
[EV-12] Run LMS unit tests concurrently on jenkins
2016-05-19 14:25:24 -04:00
Ned Batchelder
6142c76ce8
Merge pull request #12471 from edx/ned/release-translations
...
Support named-release translation files.
2016-05-19 10:41:06 -04:00
Ned Batchelder
7aa1c1c21d
Add tests for the new commands
2016-05-18 18:55:16 -04:00
Diana Huang
1162dbc18f
Enable VERIFY_XSS checking by default.
2016-05-18 16:27:15 -04:00
Calen Pennington
299b2659c6
Allow tests to run in verbose mode and multiprocess mode (by turning off TestId mode as needed)
2016-05-18 14:39:00 -04:00
Calen Pennington
e60114c716
Add paver arguments to control concurrency and randomization
2016-05-18 14:39:00 -04:00
Calen Pennington
226da7d364
Make LMS tests run concurrently
2016-05-18 14:10:29 -04:00
Calen Pennington
5249504edc
Use xunitmp by default, rather than standard xunit
2016-05-18 14:10:29 -04:00
Ned Batchelder
f88181aca9
Add paver i18n_release_push and _pull commands
2016-05-17 10:31:53 -04:00
Christine Lytwynec
0f90b92775
Add skip_clean option to pa11ycrawler
2016-05-16 11:12:03 -04:00
Robert Raposa
143a22fb9f
Enhance Jenkins integration of safe templates take 2
...
- Handle case when no files are linted
- Skip deleted files for safe commit script
- Add verbose options for safe commit
2016-05-13 09:59:23 -04:00
Ned Batchelder
ebc11849be
Merge pull request #12454 from edx/ned/remove-useless-asserts
...
These asserts are never run.
2016-05-13 09:45:44 -04:00
Ben Patterson
3ba1b20b41
Merge pull request #12434 from edx/benp/require-firefox-42
...
Firefox version must meet a minimum
2016-05-12 16:17:56 -04:00
Ned Batchelder
4ef850f815
These asserts are never run.
2016-05-12 14:54:54 -04:00
Christine Lytwynec
510eaa3c95
Merge pull request #12423 from edx/clytwynec/ac-367
...
Speed up pa11ycrawler runs on Jenkins, Update pa11ycrawler to v0.0.2
2016-05-12 13:16:19 -04:00
Christine Lytwynec
f68747ec96
Speed up pa11ycrawler runs on Jenkins, Update pa11ycrawler to v0.0.2
2016-05-12 11:33:58 -04:00
Ben Patterson
62df58fafd
Firefox version must meet a minimum
...
This will be a backwards-compatible change, which will allow
developers that use older versions of firefox (e.g., 28) to
continue with development while also supporting a build system
and development that uses newer firefox versions (e.g., 42)
2016-05-11 19:25:17 -04:00
Robert Raposa
5ea529ae39
Revert: Enhance Jenkins integration of safe template linting
2016-05-11 09:56:23 -04:00
Robert Raposa
afdec6a99b
Enhance Jenkins integration of safe template linting
...
- Add rule based thresholds
- Add safecommit to Jenkins
2016-05-10 15:50:45 -04:00
Robert Raposa
80c3f84262
Fix safe template issues for 0 violations for some rules
2016-05-10 15:35:57 -04:00
Ehtesham Kafeel
8cf89d3a8e
Merge pull request #12289 from edx/mzfr/backbone-cleanup
...
Replace backbone-min.js to backbone.js
2016-04-29 16:53:02 +05:00
Kevin Falcone
ea522a1797
Merge pull request #12288 from edx/jibsheet/paver-migrate-multiple-dbs
...
Switch to using the standard edxapp-migrate-(lms|cms) tools
2016-04-28 21:50:41 -04:00
Kevin Falcone
b7e070e0b9
Switch to using the edxapp-migrate-(lms|cms) tools
...
edxapp-migrate-lms figures out at system build time what databases
it needs to migrate (just default, or default + student_module_history).
This avoids paver needing to be clever about figuring out if a user has
enabled the split CSMHE databases flag and permits this to merge early
and safely.
We can turn the CSMHE flag on from configuration at the same time we
enable all of the database config and ensure that the new database is
created. Until a devstack is provisioned using that version of
configuration, it'll continue to have 1 DB and migrate 1 DB. This
allows us to better control deployment.
2016-04-28 10:48:06 -04:00
muzaffaryousaf
928d9a2694
Replace backbone-min to actual file.
2016-04-28 12:46:29 +05:00
Brian Jacobel
12d65f5801
Use unminified picturefill in development
2016-04-27 10:23:07 -04:00
muzaffaryousaf
e89a32d5c6
Upgrade backbone via npm.
...
TNL-4335
2016-04-27 12:48:45 +05:00
Robert Raposa
ec442789c0
Add Jenkins support for Safe Templates Linter
2016-04-26 12:36:25 -04:00
Christine Lytwynec
645839b81d
Fix default args for paver pa11ycrawler
2016-04-22 13:58:19 -04:00
Christine Lytwynec
bded48007b
Fix start url format for paver pa11ycrawler
2016-04-22 13:58:18 -04:00
muzaffaryousaf
1b0cda2430
Js test fixes for lms and lms-coffee.
2016-04-22 19:09:33 +05:00
muzaffaryousaf
c0fef0b0e0
Js test fixes for cms and cms-squire.
2016-04-22 19:09:33 +05:00
muzaffaryousaf
375f2bfc59
Commenting out lms & cms suites to get a green build.
2016-04-22 19:09:30 +05:00
muzaffaryousaf
db672f4631
Karma configurations for common, lms and cms.
...
TNL-4102
2016-04-22 19:09:27 +05:00
Christine Lytwynec
66e2d06235
Merge pull request #12060 from edx/clytwynec/ac-367
...
Clytwynec/ac 367
2016-04-22 09:49:26 -04:00
Christine Lytwynec
6e93cee2da
add --skip-fetch flag, update start_urls, update auto_auth to include redirect_to param
2016-04-21 14:21:16 -04:00
Kevin Falcone
f9637ec135
Revert "clear existing assets before copying new assets"
2016-04-21 11:38:30 -04:00
Kevin Falcone
b6d5c614dd
Merge pull request #12074 from edx/derf/clear_existing_assets_before_copying_new_assets
...
clear existing assets before copying new assets
2016-04-20 16:18:54 -04:00
Andy Armstrong
60fab86f01
Reconcile double reverts
...
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.
2016-04-14 23:28:55 -04:00
Renzo Lucioni
affee69296
Manually merge release into master
2016-04-14 14:23:06 -04:00
Matt Drayer
392ee7d258
Revert "saleem-latif/WL-328: Multi-Site Comprehensive Theming"
...
This reverts commit a796b56314 .
Conflicts:
lms/envs/common.py
openedx/core/djangoapps/theming/models.py
pavelib/assets.py
pavelib/paver_tests/test_assets.py
2016-04-12 08:22:14 -04:00
Simon Chen
498ab88794
Merge pull request #12044 from edx/schen/ECOM-3198
...
ECOM-3198 Add banner image to the program listing program cards
2016-04-11 16:00:03 -04:00
Christine Lytwynec
a14718bb92
Add pa11ycrawler command
2016-04-11 15:47:26 -04:00
Simon Chen
149412d2c3
ECOM-3198 Add banner image to the program listing program cards
2016-04-11 14:58:33 -04:00
Andy Armstrong
9290c52b33
Introduce Pattern Library test pages (take two)
...
FEDX-93
These are developer only pages, so can not be seen in production
environment. On devstack, you can access these pages in LMS and
Studio at:
/template/ux/reference/pattern-library-test.html
This is the second attempt to enable the Pattern Library. The
first attempt broke Django Templates and didn't work correctly
with right-to-left styling.
2016-04-11 00:45:31 -04:00
Brian Jacobel
4671970f86
Revert "Introduce Pattern Library test pages"
...
This reverts commit 845e3708f3 .
2016-04-08 14:25:41 -04:00
Brian Jacobel
36917398c0
Revert "Introduce Pattern Library test pages"
...
This reverts commit 845e3708f3 .
2016-04-08 11:41:04 -04:00