-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make jasmine tests quieter #409
Conversation
@@ -45,3 +45,4 @@ node_modules | |||
autodeploy.properties | |||
.ws_migrations_complete | |||
.vagrant/ | |||
logs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There already a ../log directory, maybe we don't need this one?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Jenkins doesn't have that directory.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And ruby doesn't know about the python variables that define the log directory.
👍 |
Merge it! 👍 |
Make jasmine tests quieter
started gradebook design; moved a few nav classes
…nslation-for-gacco-cypress Fix translation for enter-course button and help modal (openedx#409)
* azimpradhan/update-ftreponse-sha: Update to latest SHA for xblock-free-text-response
Before edx-platform version 19ba691, only `lms_web_url` was exposed from the course blocks API. Now that the API also exposes `legacy_web_url`, we can stop falling back to `lms_web_url` when `legacy_web_url` is absent. TNL-7796
@nedbat @wedaly: Review?