-
Notifications
You must be signed in to change notification settings - Fork 11
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
Rewrite student_search_table query #151
Rewrite student_search_table query #151
Conversation
Details on internal WR 427905
2ab6f34
to
bc21fb1
Compare
I've done as much as I can to get the CI checks passing. There's mustachelint check that's failing due to multiple partials that use {{uniqid}}, not sure what we can do about that, and a load of phpcpd errors in test files that I don't have time to look at now. The behat test is failing on MOODLE_403_STABLE due to changes in the modal API. See #154. |
The only failures are in unit tests now, and this check is being deprecated in moodle-plugin-ci anyway. https://moodlehq.github.io/moodle-plugin-ci/CHANGELOG.html#unreleased
ba5e181
to
39820c1
Compare
I managed to fix the remaining mustachelint issue, the duplicate IDs it was complaining about weren't actually used anywhere (they were on the spinners, which are selected by class name in the Javascript). I also disabled the phpcpd check as the remaining failures were only in tests, and it is being removed from moodle-plugin-ci in any case. We're now closer to having all the checks passing, although there's still some work to do in a future PR. |
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.
Reviewed and approved. Resolves underlying issue.
Re-formatting for consistency and traits to replace duplicate code all good.
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.
This has been reviewed by @SimonThornett so approving.
Rewrite student_search_table query
Rewrite student_search_table query
Details on internal WR 427905