← Back to team overview

mahara-contributors team mailing list archive

[Bug 1886880] A change has been merged

 

Reviewed:  https://reviews.mahara.org/11308
Committed: https://git.mahara.org/mahara/mahara/commit/a33ae5c0a01cef73b681a6e0c5f82ef8ac2cded8
Submitter: Lisa Seeto (lisaseeto@xxxxxxxxxxxxxxx)
Branch:    20.10_STABLE

commit a33ae5c0a01cef73b681a6e0c5f82ef8ac2cded8
Author: Cecilia Vela Gurovic <ceciliavg@xxxxxxxxxxxxxxx>
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
(cherry picked from commit b1becae9c6dd886a58c6b07ce2a2454d02978eec)

-- 
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:
  Fix Committed

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


References