Introduce the ability to write function calls and thus evaluate built-in functions. Unlike in Phase gamma, where we statically store the functions, here they actually need to be evaluated.
Description
Details
Subject | Repo | Branch | Lines +/- | |
---|---|---|---|---|
Allow users to make API calls to the function orchestrator | mediawiki/extensions/WikiLambda | master | +786 -6 |
Event Timeline
Please do not use the Unbreak Now priority for things that are not actually urgent. I am reviewing all tasks with this priority every day.
Testing this automatically in CI would be blocked by T280070: Provide a CI mechanism by which we can test end-to-end integration between MW and back-end services, e.g. via docker-compose.
Change 679375 had a related patch set uploaded (by Jforrester; author: Cory Massaro):
[mediawiki/extensions/WikiLambda@master] Allow users to make API calls to the function orchestrator
Change 679375 merged by jenkins-bot:
[mediawiki/extensions/WikiLambda@master] Allow users to make API calls to the function orchestrator
Yes. While this is technically done--you can call built-in functions within the orchestrator--it's prohibitively difficult to actually do so until the blockers are done.
Maybe we can change the title to "Call built-in functions via MediaWiki API" or something?
I think it's fine to keep this open until those bits are done, no worries. I've re-titled it to follow our naming conventions more clearly.