Charles Fulton

Results 18 comments of Charles Fulton

@seveibar that's been my workaround as well, and it's working fine.

I'm not sure why this issue was closed; this would still be a useful enhancement for Cavalcade (particularly in light of #74) and near as I can tell it wasn't...

@discoinfiltrator more or less (so far); noticed a related issue where jobs persisted for deleted sites and I'm clearing those out manually.

It's set to `America/New_York` in our environments.

@stronk7 is there a way to work around this while MDL-71622 is pending? I have a plugin that I can't migrate from travis to GHA...

This is a blocker for supporting composer installs with Moodle 4.1 and higher if you use custom TinyMCE 6.x plugins.

Let me chime in here that we have wp-cron enabled, and it's working, and retention for both is set to a week, and we have approximately two years' worth of...

I'm seeing the same issues with my plugins. Behat's important to me, so I'm setting `sudo: true` and re-running failures. This is with version 2 of the plugin.

@mrmark Sure. This is for the https://github.com/LafColITS/moodle-tool_hidecourses plugin: * Selenium doesn't start with `sudo: false`: https://travis-ci.org/LafColITS/moodle-tool_hidecourses/builds/327216012 * Selenium starts with `sudo: true`: https://travis-ci.org/LafColITS/moodle-tool_hidecourses/builds/329856531

I've seen this too, and only with older Moodle releases (pre 3.0 I think). This might be related to [MDL-50732](https://tracker.moodle.org/browse/MDL-50732); with the VCS upstream specified prefer-dist doesn't failover correctly and...