Fixed
Details
Assignee
Zac SpitzerZac SpitzerReporter
Zac SpitzerZac SpitzerNew Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Sprint
NoneFix versions
Priority
New
Details
Details
Assignee
Zac Spitzer
Zac SpitzerReporter
Zac Spitzer
Zac SpitzerNew Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Sprint
None
Fix versions
Priority
Created 31 May 2023 at 17:10
Updated 13 June 2023 at 12:53
Resolved 13 June 2023 at 12:53
allow using a local update update provider for tests
https://github.com/search?q=repo%3Alucee%2FLucee+https%3A%2F%2Fupdate.lucee.org%2F+language%3A%22ColdFusion+CFC%22&type=code&l=ColdFusion+CFC
what? why am I here, why do i care
https://update.lucee.org has a number of utility rest end point for testing things like cfhttp
basically it’s this https://github.com/lucee/lucee-data-provider/blob/master/update/UpdateProvider.cfc
but prior to this change, you couldn’t test a local update provider without deploying, now you can, after this change
so you can set a env var
UPDATE_PROVIDER_URL="https://update.lucee.org"
or add it to yourLUCEE_BUILD_ENV
json file