summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_lua_request.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* rgw: rename iam_user_policies to iam_identity_policiesCasey Bodley2024-04-101-1/+1
* rgw: use rgw_owner in RGWBucketInfoCasey Bodley2024-04-101-2/+13
* rgw/acl: use rgw_owner for ACLOwnerCasey Bodley2024-04-101-3/+2
* rgw/acl: ACLGrant uses variant for grantee typesCasey Bodley2023-11-301-5/+12
* rgw/acl: req_state stores ACLs by value instead of unique_ptrCasey Bodley2023-11-301-3/+3
* rgw: ACLOwner as raw structCasey Bodley2023-11-301-3/+2
* rgw/sal: Bucket owner as rgw_userCasey Bodley2023-11-091-1/+1
* rgw/lua/doc: support reloading lua packages on all RGWsYuval Lifshitz2023-10-061-1/+1
* rgw/sal: StoreBucket no longer wraps RGWBucketEntCasey Bodley2023-09-221-4/+0
* rgw/lua: allow metatable fields to be cachedYuval Lifshitz2023-08-091-169/+124
* rgw/lua: expose correct value in Request.Bucket.UserYuval Lifshitz2023-08-091-1/+2
* rgw/lua: add configurable memory limit for the lua stateYuval Lifshitz2023-08-061-25/+29
* rgw/lua: use an iterator to avoid infinite loops in case of multimapYuval Lifshitz2023-06-211-46/+8
* rgw/lua: fix CopyFrom crashYuval Lifshitz2023-04-101-1/+1
* rgw/lua: pass luarocks_path directly, remove from salCasey Bodley2022-12-131-3/+1
* rgw/lua: split out a struct RGWLuaProcessEnvCasey Bodley2022-12-131-2/+2
* rgw: move lua stuff out of req_stateCasey Bodley2022-12-091-3/+4
* RGW - Zipper - Rename rgw::sal::Store to rgw::sal::DriverDaniel Gryniewicz2022-12-081-3/+3
* rgw: add hook for RGWOp subclasses to write custom metadata to ops logsCory Snyder2022-09-281-5/+5
* rgw/lua: allow read access to object dataYuval Lifshitz2022-08-211-5/+11
* Revert "rgw/lua: allow read access to object data"Casey Bodley2022-08-151-11/+5
* rgw/lua: allow read access to object dataYuval Lifshitz2022-08-041-5/+11
* rgw/lua: allow bucket name override in pre requestYuval Lifshitz2022-07-051-0/+15
* Merge pull request #46313 from zenomri/wip-omri-tracing-luaYuval Lifshitz2022-06-141-0/+80
|\
| * rgw: add functionality of SetAttribute and AddEvent method in postRequest con...Omri Zeneva2022-06-131-0/+80
* | Merge pull request #46568 from yuvalif/wip-yuval-lua-countersYuval Lifshitz2022-06-131-35/+35
|\ \ | |/ |/|
| * rgw/lua: use constants for upvalue indexesyuval Lifshitz2022-06-091-35/+35
* | rgw/lua: pass correct value to "toplevel" paramyuval Lifshitz2022-06-091-1/+1
|/
* Merge pull request #42779 from Matan-B/lua-rgw-mapYuval Lifshitz2022-06-081-91/+21
|\
| * rgw: add lua countersYuval Lifshitz2022-05-081-3/+8
| * rgw: Lua scripting global map featureMatan Breizman2022-05-081-88/+13
* | Merge pull request #45662 from zenomri/wip-cond-tracingYuval Lifshitz2022-05-161-0/+33
|\ \ | |/ |/|
| * rgw: support conditional tracing using lua scriptOmri Zeneva2022-05-111-0/+33
* | rgw: support bucket name in pre request contextOmri Zeneva2022-05-011-5/+10
|/
* Merge pull request #43529 from curtbruns/rgw-lua-storageclassYuval Lifshitz2021-11-301-0/+15
|\
| * rgw/lua: allow read/write of StorageClass fieldCurt Bruns2021-10-191-0/+15
* | rgw: add abstraction for ops log destination and add file loggerCory Snyder2021-10-051-11/+9
|/
* rgw: Adding missing field to lua scriptingMatan Breizman2021-07-011-0/+6
* rgw/rgw_lua*: return unknown field error using luaL_error()Kefu Chai2021-06-081-15/+15
* rgw: add DPP's to logging for most opsAli Maredia2021-05-041-3/+3
* RGW Zipper - The Great RenameDaniel Gryniewicz2021-04-151-4/+4
* RGW - Zipper 10: Pull The ThreadDaniel Gryniewicz2021-03-021-2/+2
* rgw/lua: allow for multiple RGWs to install packages in the same hostYuval Lifshitz2020-12-151-3/+4
* rgw/lua: support packages via luarocksYuval Lifshitz2020-12-041-2/+6
* rgw/lua: use lua exceptions instead of ceph_assertsYuval Lifshitz2020-10-301-54/+32
* rgw/lua: allow setting metadata via luaYuval Lifshitz2020-10-301-3/+22
* rgw: avoid using lua_ namespace.Patrick Donnelly2020-10-141-46/+46
* rgw/lua: run lua scripts in s3 requests contextYuval Lifshitz2020-10-121-0/+817