UsamaSadiq
897cb3617f
refactor!: delete common/lib and related usages
2022-09-22 14:16:34 +05:00
Muhammad Umar Khan
a389a9ff10
Revert "Revert "refactor: move xmodule folder to root""
2022-06-20 18:20:06 +05:00
Muhammad Umar Khan
d890f06507
Revert "refactor: move xmodule folder to root"
2022-06-20 16:03:48 +05:00
M Umar Khan
a91df0c40f
refactor: move xmodule folder to root
...
- Moving xmodule folder to root as we're dissolving sub-projects of common folder in edx-platform
- More info: https://openedx.atlassian.net/browse/BOM-2579
- -e common/lib/xmodule has been removed from the requirements as xmodule has itself become the part of edx-platform and not being installed through requirements
- The test files common/lib/xmodule/test_files/ have been removed as they are not being used anymore
2022-06-20 14:33:45 +05:00
Usama Sadiq
484cd536e2
fix: Fixed new pylint warnings ( #28724 )
2021-09-23 17:54:04 +05:00
M. Zulqarnain
8142e631fc
build: Quality on GH Actions ( #28561 )
2021-09-22 13:24:18 +05:00
M. Zulqarnain
2c44315ce0
refactor: pyupgrade on pavelib & scripts ( #26769 )
2021-03-12 14:14:53 +05:00
Usman Khalid
6af0eb5c28
test: Ignore running tests from /common/lib/pytest_cache.
2021-03-02 23:55:48 +05:00
Nizar
1e872d4e10
Adds support for enabling custom tinymce plugins in Studio's HTML editor ( #25695 )
2021-01-11 11:28:20 -05:00
emzubair
169b82261a
[BD-18] Optimize paver settings call
2020-08-21 21:23:29 +05:00
M. Zulqarnain
bc568309ec
BOM-1701: Ran pyupgrade on pavelib ( #24230 )
2020-06-17 17:09:38 +05:00
Adam Stankiewicz
6d942bc94d
revert learner portal links blocking juniper release
2020-05-04 14:55:06 -04:00
Aarif
98af9ce418
remove useless-supression warnings
2020-05-01 19:42:15 +05:00
Feanil Patel
9cf2f9f298
Run 2to3 -f future . -w
...
This will remove imports from __future__ that are no longer needed.
https://docs.python.org/3.5/library/2to3.html#2to3fixer-future
2019-12-30 10:35:30 -05:00
Jeremy Bowman
052f853ec1
Fix Jenkins virtualenv cleanup ( #22356 )
2019-11-21 11:05:05 -05:00
Feanil Patel
5bfdcad0f5
Make settings regex non greedy.
...
I'm surprised this didn't cause an issue before but as far as I can
figure this should always be non-greedy. I think it worked before
because the items we were looking for was previously the last item
in the list but that is no longer the case in python 3 because of
dictionary order changes.
2019-10-22 14:19:42 -04:00
Brittney Exline
6e2887f851
Add enterprise portal links to user dropdown menu and dashboard alerts. ( #21833 )
2019-10-09 16:01:41 -04:00
arbisoft
f6a8894803
Fixing python-modernize issues.
2019-07-10 17:32:32 +05:00
Jeremy Bowman
a9cd9de89f
TE-2647 Stop running pa11ycrawler ( #20682 )
2019-05-24 11:02:49 -04:00
Michael Youngstrom
bfe10720c6
Remove lettuce infrastructure
2019-04-18 09:58:21 -04:00
Michael Youngstrom
4ca4030c3f
Add linters path to unittests
2019-02-25 15:22:19 -05:00
zrana
243145c706
Convereted lettuce tests into bokchoy for LTI Xblock
2019-02-21 13:31:27 +05:00
Matthew Piatetsky
6cf44a0467
fix unicode strings in pavelib/
2019-02-05 09:14:20 -05:00
Jeremy Bowman
a457d88c7a
TE-2812 Better output when print_setting fails
2018-12-10 10:59:04 -05:00
Jeremy Bowman
2580e08b8c
TE-2659 Fix coverage with remote xdist workers
2018-07-24 16:37:34 -04:00
Eric Fischer
b7d16b90f8
Add jest snapshot testing
2018-07-18 00:37:25 +05:30
Calen Pennington
07a15c681f
Reapply the XBlock RequireJS -> Webpack changes
...
This reverts commit 105db2cf59 , reversing
changes made to 447457594f .
2018-06-27 22:27:07 -04:00
Jeremy Bowman
820474d364
TE-2560 Generate quality results XML files
2018-06-22 09:46:17 -04:00
Eric Fischer
e72549cdbe
Revert "Merge pull request #18340 from cpennington/fix-studio-xblock-rendering"
...
This reverts commit 9a70ca78a5 , reversing
changes made to efd5b9abbd .
Hopefully fixes EDUCATOR-3053
2018-06-15 13:18:27 -04:00
Calen Pennington
be3c7e05c5
Reapply "Switch container factory to webpack"
...
This reverts commit 18d93b00ba .
2018-06-07 15:52:05 -04:00
Calen Pennington
18d93b00ba
Revert "Switch container factory to webpack"
2018-06-07 13:46:47 -04:00
Calen Pennington
0abe75a7c6
Re-apply the changes to convert XBlocks to Webpack
...
Reapplies edx/edx-platform#17509
This reverts commit 0f7e2373d0 .
2018-06-06 12:52:12 -04:00
Calen Pennington
0f7e2373d0
Revert "Switch container factory to webpack"
2018-05-29 16:01:38 -04:00
Calen Pennington
61855b2b30
Extract a new webpack-based suite of cms javascript tests
2018-05-29 12:28:19 -04:00
Calen Pennington
d08e199f79
Load XBlocks with webpack rather than RequireJS
2018-05-29 12:19:05 -04:00
Michael Terry
a34c8c8233
Drop remaining coffee use
...
This basically commits the transpiled CoffeeScript JS (with minor
cleanup) and removes coffee build support.
A tiny amount of support for xblocks exists, because external users
may have xblocks with coffee. But no coffee in our tree anyway.
2018-04-13 14:10:40 -04:00
bmedx
40951a28cf
Fixing some violations to assuage pylint and get a bit of overhead
2018-01-24 11:26:43 -05:00
Jeremy Bowman
ba06372cac
PLAT-1780 Remove dependency on django-extensions
2017-10-27 13:19:12 -04:00
John Eskew
de887b0dd1
fixup! Remove cache dirs from commonlib testing.
2017-09-29 14:36:58 -04:00
John Eskew
dc7bd3dbbf
Remove cache dirs from commonlib testing.
2017-09-29 10:39:51 -04:00
Jeremy Bowman
ded294c420
pytest compatibility fixes
2017-09-06 14:20:34 -04:00
Jeremy Bowman
309ec0ac86
PLAT-1619 karma and bok-choy Docker Devstack fixes
2017-07-14 16:00:09 -04:00
Jeremy Bowman
c0f81cc85c
PLAT-1629 Retry abspath() failures
2017-07-11 15:29:22 -04:00
Jeremy Bowman
353b4c4f67
PLAT-1499 Use appropriate default settings in Docker devstack
2017-07-03 12:04:27 -04:00
Jeremy Bowman
84201666ae
PLAT-1597 Fix test mongo cleanup hostname in Docker devstack
2017-06-26 16:37:32 -04:00
Jeremy Bowman
0a3647848e
PLAT-1229 Support for JS tests in Docker devstack
2017-06-23 12:27:39 -04:00
Jeremy Bowman
5a6b8cd35b
PLAT-1228 Support bok-choy in Docker Devstack
2017-06-22 15:03:12 -04:00
Andy Armstrong
93235d118d
Reorder imports using isort (except lms and cms)
2017-05-30 16:04:54 -04:00
Ben Patterson
b10c71d890
Let settings flow through.
2017-05-01 17:09:32 -04:00
Brian Jacobel
a2323797f5
Work on sandbox bundling for webpack
2017-05-01 17:09:32 -04:00