[PATCH 0/6] Generate ACL permision data in apibuild

Peter Krempa posted 6 patches 1 year, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1676994420.git.pkrempa@redhat.com
docs/html/meson.build        |  32 +------
docs/meson.build             |   3 +
docs/newapi.xsl              |  20 ++---
scripts/apibuild.py          | 163 ++++++++++++++++++++++++++++++++++-
src/access/meson.build       |  16 ----
src/remote/remote_protocol.x |   5 +-
src/rpc/gendispatch.pl       |  64 +-------------
7 files changed, 176 insertions(+), 127 deletions(-)
[PATCH 0/6] Generate ACL permision data in apibuild
Posted by Peter Krempa 1 year, 1 month ago
Peter Krempa (6):
  remote_protocol: Fix list of supported ACL object names
  apibuild: Add infrastructure for generating ACL flag info into
    function docs
  scripts/apibuild: Extract and format API ACLs
  docs/newapi.xsl: Take API flag data from libvirt-api.xml rather than
    access/libvirt-access.xml
  docs|access: Don't build the ACL flags into a separate XML
  gendispatch: Drop 'aclapi' mode

 docs/html/meson.build        |  32 +------
 docs/meson.build             |   3 +
 docs/newapi.xsl              |  20 ++---
 scripts/apibuild.py          | 163 ++++++++++++++++++++++++++++++++++-
 src/access/meson.build       |  16 ----
 src/remote/remote_protocol.x |   5 +-
 src/rpc/gendispatch.pl       |  64 +-------------
 7 files changed, 176 insertions(+), 127 deletions(-)

-- 
2.39.2
Re: [PATCH 0/6] Generate ACL permision data in apibuild
Posted by Ján Tomko 1 year ago
On a Tuesday in 2023, Peter Krempa wrote:
>Peter Krempa (6):
>  remote_protocol: Fix list of supported ACL object names
>  apibuild: Add infrastructure for generating ACL flag info into
>    function docs
>  scripts/apibuild: Extract and format API ACLs
>  docs/newapi.xsl: Take API flag data from libvirt-api.xml rather than
>    access/libvirt-access.xml
>  docs|access: Don't build the ACL flags into a separate XML
>  gendispatch: Drop 'aclapi' mode
>
> docs/html/meson.build        |  32 +------
> docs/meson.build             |   3 +
> docs/newapi.xsl              |  20 ++---
> scripts/apibuild.py          | 163 ++++++++++++++++++++++++++++++++++-
> src/access/meson.build       |  16 ----
> src/remote/remote_protocol.x |   5 +-
> src/rpc/gendispatch.pl       |  64 +-------------
> 7 files changed, 176 insertions(+), 127 deletions(-)
>

Reviewed-by: Ján Tomko <jtomko@redhat.com>

Jano