Reviewed: https://reviews.mahara.org/11083 Committed: https://git.mahara.org/mahara/mahara/commit/b1becae9c6dd886a58c6b07ce2a2454d02978eec Submitter: Lisa Seeto ([email protected]) Branch: master
commit b1becae9c6dd886a58c6b07ce2a2454d02978eec Author: Cecilia Vela Gurovic <[email protected]> Date: Fri Jul 24 13:24:43 2020 +1200 Bug 1886880: check if need to update composer dependencies If the dependencies have been installed already, there's no need to update dependencies unless the composer.json version values are changed behatnotneeded Change-Id: I8c793f56fb3c35ae57ba67a060c321b8cf5d2af5 -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it! https://bugs.launchpad.net/bugs/1886880 Title: behat check dependencies performance Status in Mahara: In Progress Bug description: Everytime we have to run a behat test, we check composer dependencies by calling testing_update_dependencies() in testing/lib.php I think this should improve somehow by checking if we actually need to update dependencies, maybe by checking the hash on the file that gets installed and see if we actually need to run the dependencies check To manage notifications about this bug go to: https://bugs.launchpad.net/mahara/+bug/1886880/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~mahara-contributors Post to : [email protected] Unsubscribe : https://launchpad.net/~mahara-contributors More help : https://help.launchpad.net/ListHelp

