summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_lua.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* rgw/test/lua: add lua integration tests suiteYuval Lifshitz2023-11-231-34/+56
* rgw/lua: print luarocks config during reloadYuval Lifshitz2023-11-231-1/+23
* rgw/lua/doc: support reloading lua packages on all RGWsYuval Lifshitz2023-10-061-35/+9
* rgw/lua: install lua packages in temp directoryYuval Lifshitz2023-10-051-18/+80
* rgw/lua: add configurable memory limit for the lua stateYuval Lifshitz2023-08-061-3/+3
* rgw/lua: add more info on package install errorsYuval Lifshitz2023-05-091-1/+3
* rgw/lua: pass luarocks_path directly, remove from salCasey Bodley2022-12-131-2/+3
* RGW - Zipper - Rename rgw::sal::Store to rgw::sal::DriverDaniel Gryniewicz2022-12-081-10/+10
* rgw: refactor selected files for better above- vs below-the-lineKaleb S. KEITHLEY2022-11-291-2/+3
* rgw/lua: handle null lua manager in librgwYuval Lifshitz2022-09-041-5/+3
* rgw/lua: allow read access to object dataYuval Lifshitz2022-08-211-0/+10
* Revert "rgw/lua: allow read access to object data"Casey Bodley2022-08-151-10/+0
* Merge pull request #46550 from yuvalif/wip-yuval-lua-filterYuval Lifshitz2022-08-151-0/+10
|\
| * rgw/lua: allow read access to object dataYuval Lifshitz2022-08-041-0/+10
* | rgw/lua: don't create the script manager per requestyuval Lifshitz2022-08-071-11/+7
* | rgw: lua, add support for lua packages to the lua managerKaleb S. KEITHLEY2022-08-021-73/+23
|/
* rgw: Lua scripting global map featureMatan Breizman2022-05-081-0/+5
* rgw: Install the lua packages only for RadosStoreSoumya Koduri2021-09-201-8/+8
* Merge pull request #42739 from Matan-B/lua-install-packages-fixYuval Lifshitz2021-08-231-1/+2
|\
| * rgw: fix install packages functionMatan Breizman2021-08-101-1/+2
* | rgw: build without "using namespace std"Kefu Chai2021-08-131-1/+1
|/
* rgw/rgw_lua: s/boost::filesystem/std::filesystem/Kefu Chai2021-07-221-4/+4
* rgw: add package version support to lua scriptingMatan Breizman2021-06-291-11/+36
* rgw: add DPP's to logging for most opsAli Maredia2021-05-041-9/+9
* RGW Zipper - Remove rgw_pool/sysobj from APIDaniel Gryniewicz2021-04-191-64/+8
* RGW Zipper - The Great RenameDaniel Gryniewicz2021-04-151-10/+10
* RGW Zipper - Add zone abstractionDaniel Gryniewicz2021-03-021-3/+3
* RGW Zipper - Clean up get_user* APIs.Daniel Gryniewicz2021-03-021-9/+5
* RGW - Zipper 10: Pull The ThreadDaniel Gryniewicz2021-03-021-16/+16
* rgw/lua: allow for multiple RGWs to install packages in the same hostYuval Lifshitz2020-12-151-6/+5
* rgw/lua: support packages via luarocksYuval Lifshitz2020-12-041-8/+155
* rgw: no null_yield in rgw_toolsAdam C. Emerson2020-11-131-6/+8
* rgw/lua: run lua scripts in s3 requests contextYuval Lifshitz2020-10-121-0/+139