Skip to content

Conversation

@vasylnakvasiuk
Copy link
Contributor

Tests for video player were fixed.
@rocha, @chrisndodge please review.

Old pull request on edx-platform-pre-clean: https://github.com/edx/edx-platform-pre-clean/pull/2121

@ghost ghost assigned rocha May 31, 2013
@vasylnakvasiuk
Copy link
Contributor Author

pylint report for this pull_request:

$ PYTHONPATH=./lms/djangoapps:./lms/lib:./cms/djangoapps:./cms/lib:./common/lib:./common/djangoapps pylint --rcfile=pylintrc --output-format=colorized $(git diff master --name-only | grep -i '\.py$')
************* Module xmodule.video_module
W0511: 98: TODO (vshnayder): This is not being called right now, so the position
W0511:110: TODO (vshnayder): Get and save duration of youtube video, then return
W0223:154:VideoDescriptor: Method 'get_html' is abstract in class 'HTMLSnippet' but is not overridden

@shnayder, can we manage your TODOs?

@shnayder
Copy link

I put those in sometime last summer, I think. Feel free to do whatever
makes sense at this point. Thanks!

On Fri, May 31, 2013 at 3:45 AM, Vasyl Nakvasiuk
notifications@github.comwrote:

pylint report for this pull_request:

$
PYTHONPATH=./lms/djangoapps:./lms/lib:./cms/djangoapps:./cms/lib:./common/lib:./common/djangoapps
pylint --rcfile=pylintrc --output-format=colorized $(git diff master
--name-only | grep -i '.py$')
************* Module xmodule.video_module
W0511: 98: TODO (vshnayder): This is not being called right now, so the
position
W0511:110: TODO (vshnayder): Get and save duration of youtube video, then
return
W0223:154:VideoDescriptor: Method 'get_html' is abstract in class
'HTMLSnippet' but is not overridden

@shnayder https://github.com/shnayder, can we manage your TODOs?


Reply to this email directly or view it on GitHubhttps://github.com/edx/pull/7#issuecomment-18729389
.

@chrisndodge
Copy link
Contributor

I see build failures, but I don't think it's related to your changes. Can you coordinate with @jzoldak:

VersionConflict: (distribute 0.6.30 (/mnt/virtualenvs/edx-feature-branch-tests/lib/python2.7/site-packages), Requirement.parse('distribute==0.6.28'))

@vasylnakvasiuk
Copy link
Contributor Author

Reports:

tests + coverage

$ coverage run `which django-admin.py` test --traceback --settings=lms.envs.test --pythonpath=. --logging-clear-handlers $(git diff master --name-only | grep -i '\.py$')
......
-----------------------------------------------------------------------------
6 tests run in 2.7 seconds (6 tests passed)

$ coverage report -m $(git diff master --name-only | grep -i '\.py$')
Name                                               Stmts   Miss  Cover   Missing
--------------------------------------------------------------------------------
common/lib/xmodule/xmodule/video_module               66      0   100%
lms/djangoapps/courseware/tests/__init__              34      0   100%
lms/djangoapps/courseware/tests/test_video_mongo       8      0   100%
lms/djangoapps/courseware/tests/test_video_xml        45      0   100%
--------------------------------------------------------------------------------
TOTAL                                                153      0   100%

pylint

Your code has been rated at 10.00/10 (previous run: 10.00/10)

@chrisndodge
Copy link
Contributor

@jzoldak @cahrens just looking through open PR's. Are we good on this?

@vaxXxa can you merge this or do you need us to press the green button? We're doing a release-branch today, so I'd suggest waiting until the RC has been made before merging this....

@cahrens
Copy link

cahrens commented Jun 5, 2013

👍 assuming the code is what I reviewed in edx/edx-platform-pre-clean#2121

@rocha
Copy link
Contributor

rocha commented Jun 5, 2013

LGTM 👍 Sorry for the delay, I had already looked that this pull request but got confused with the repo switch over.

@rocha
Copy link
Contributor

rocha commented Jun 5, 2013

One small comment: consider squashing commits before merging (using rebase interactive). Many commits are just small changes.

@vasylnakvasiuk
Copy link
Contributor Author

@rocha, ok. I will make "rebase -i".

@vasylnakvasiuk
Copy link
Contributor Author

@rocha, done.

@rocha
Copy link
Contributor

rocha commented Jun 6, 2013

👍 Go ahead and merge 😄

@vasylnakvasiuk
Copy link
Contributor Author

@rocha, so I can press the green button? :)

@rocha
Copy link
Contributor

rocha commented Jun 6, 2013

Yes, you got two good to go. Go ahead and merge.

vasylnakvasiuk added a commit that referenced this pull request Jun 6, 2013
@vasylnakvasiuk vasylnakvasiuk merged commit b5ba7b8 into master Jun 6, 2013
benpatterson pushed a commit that referenced this pull request Aug 4, 2015
benpatterson pushed a commit that referenced this pull request Aug 5, 2015
mbifulco referenced this pull request in gymnasium/edx-platform Aug 27, 2015
Change exam button to say "final check" instead of "check"
singhularity pushed a commit to singhularity/edx-platform that referenced this pull request Sep 8, 2015
…OAuth to amplify-master

* commit 'c641571329ec33f16f2c9ba544a029d7e18bfb75':
  Add overrides decorator for amplify oauth backend implementation
  Add comments and change the oauth provider to fqa server
shrlyhe pushed a commit that referenced this pull request Jun 5, 2017
# This is the 1st commit message:
ENT-385 change error msg for confirm email

# This is the commit message #2:

remove changed msgid from po files

# This is the commit message #3:

add name to AUTHORS file

# This is the commit message #4:

remove lastfailed file

# This is the commit message #5:

GradingPolicyChanged Signal Handler

https://openedx.atlassian.net/browse/EDUCATOR-393

# This is the commit message #6:

EDUCATOR-435 | Include enrollment status in in course and problem grade reports.

# This is the commit message #7:

Change visibility to access.

EDUCATOR-396

# This is the commit message #8:

LEARNER-923 Make Pattern Library support tabs transparent

# This is the commit message #9:

Conform to WCAG 2 AA contrast minimums for Google OAuth.

Also apply variables for FB/Linkedin OAuth2 rather than
leave color hashes hanging around.

# This is the commit message #10:

Updated auto_auth endpoint to always return JSON

Defaulting to a plaintext response makes no sense for an endpoint that is intended to be used by machines for testing. The endpoint now returns JSON only unless a redirect action is triggered.

# This is the commit message #1:

Fix the activation email support link in the dashboard sidebar

# This is the commit message #2:

Mask grades on progress page according to "Show Correctness" setting.

# This is the commit message #3:

More celery logging

# This is the commit message #4:

Eventing for grading policy change

# This is the commit message #5:

More specific grace_course logging

# This is the commit message #6:

Add course overrides of waffle flags.

# This is the commit message #7:

Mark test as flaky, and remove flaky from a fixed test.

EDUCATOR-511

# This is the commit message #8:

Fix for LEARNER-859: Updating styling on the course updates page to more clearly differentiate between multiple updates. Specifically:
- Updated styling on date in the top left corner
- Added horizontal line between updates
- Removed ability to toggle updates on and off
- Cleaned up code to always show all updates:
prachi1705 added a commit to kkux/edx-platform that referenced this pull request Dec 20, 2018
prachi1705 added a commit to kkux/edx-platform that referenced this pull request Dec 20, 2018
prachi1705 added a commit to kkux/edx-platform that referenced this pull request Dec 20, 2018
mumarkhan999 pushed a commit to mumarkhan999/edx-platform that referenced this pull request Mar 4, 2019
…lment_deactivated

Caliper Event: edx.course.enrollment.deactivated
pomegranited referenced this pull request in edx-olive/edx-platform-old May 8, 2019
CAM2-53 Fix missing and broken translations
yasir1brahim pushed a commit to yasir1brahim/edx-platform that referenced this pull request Apr 19, 2021
Learners Notification

Approved-by: Vladyslav Zherebkin
lpm0073 added a commit to grid-synergy/edx-platform that referenced this pull request Apr 27, 2021
lpm0073 added a commit to grid-synergy/edx-platform that referenced this pull request Apr 27, 2021
Sujeet1379 pushed a commit to chandrudev/edx-platform that referenced this pull request Nov 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants