Ruslan Kabalin
Ruslan Kabalin
Hi @manojmalik20, yeah, phpunit does not respect `*_IGNORE_PATHS` at all at the moment. As workaround you need either custom `phpunit.xml` that would filter directory you need to exclude or run...
To check which version of PHP is available in your chosen environment, see https://github.com/actions/virtual-environments/#available-environments
Hi @dionysius, I think it would be great to include MSSQL support. I think this will need: - New DB type support changes, i.e. `--db-type` option description, db resolver code...
There is some analogy with #36. I suggest to make cli moodle installation triggered from the test step itself, i.e. * Each test command class has a flag indicating that...
Ideally, phpdoc checks need to be converted to phpcs sniffs one day (i.e. https://tracker.moodle.org/browse/CONTRIB-4165 needs to be re-evaluated).
@adpe would be great if you could show an example of `.gitlab-ci.yml` content. If you have more time, PR with instruction for our [docs](https://github.com/moodlehq/moodle-plugin-ci/tree/master/docs) would be really appreciated 😄
> I think there must be some customization made behind the scenes. Here is behind the scenes part of `moodlehq/moodle-workplace-plugin-ci` that should make things clear for you: ```shell export TRAVIS_BUILD_DIR="$CI_PROJECT_DIR"...
Many thanks @adpe for investigation work and working example! Now we have a good starting point to make it recorded in docs one day and create `.gitlab-ci.dist.yml` for GitLab users.
This patch does not seem have effect any more, at least for the case of partial panorama generated with `--haov 170 --vaov 60` params, lots of 404 for missing tiles.
Thanks @mpetroff, it works. Should that really be a common behaviour for partial panorama perhaps (to create all missing tiles to avoid errors)?