damien clochard activity https://gitlab.com/daamien 2026-03-15T06:37:06Z tag:gitlab.com,2026-03-15:5204916653 damien clochard commented on merge request !633 at dalibo / PostgreSQL Anonymizer 2026-03-15T06:37:06Z daamien damien clochard

Maybe add a second parameter and integrate the hint in the error message:

PgAnonError::FeatureNotEnabled("Static Masking".into(), "anon.static_masking".into())

{} is not enabled, check the {} parameter

tag:gitlab.com,2026-03-06:5175804652 damien clochard approved merge request !32: Replace support for Ubuntu Jammy by Ubuntu Noble at dalibo / ansible-collection-advanced 2026-03-06T15:07:31Z daamien damien clochard
tag:gitlab.com,2026-03-06:5175189575 damien clochard commented on issue #71 at dalibo / ansible-collection-essential 2026-03-06T12:49:36Z daamien damien clochard

Closed by fab3cd39

tag:gitlab.com,2026-03-06:5175189455 damien clochard closed issue #71: Remove support for Ubuntu 22.04 Jammy at dalibo / ansible-collection-essential 2026-03-06T12:49:35Z daamien damien clochard tag:gitlab.com,2026-03-06:5175183739 damien clochard commented on issue #76 at dalibo / ansible-collection-essential 2026-03-06T12:48:05Z daamien damien clochard

closed by b2316e41

tag:gitlab.com,2026-03-06:5175183614 damien clochard closed issue #76: Ansible 2.20 : Use `ansible_facts["fact_name"]` at dalibo / ansible-collection-essential 2026-03-06T12:48:03Z daamien damien clochard tag:gitlab.com,2026-03-06:5174821858 damien clochard pushed to project branch upgrade_pgrx_0.17 at dalibo / The Cryptic Elephant 2026-03-06T11:22:08Z daamien damien clochard

damien clochard (c1703b0d) at 06 Mar 11:22

[CI] upgrade dalibo/buildpack-rust-postgres:rockylinux8 to get PGRX...

tag:gitlab.com,2026-03-06:5174412994 damien clochard opened epic #6: 26T2 at dalibo 2026-03-06T09:45:51Z daamien damien clochard tag:gitlab.com,2026-03-06:5174408648 damien clochard commented on merge request !91 at dalibo / ansible-collection-essential 2026-03-06T09:44:51Z daamien damien clochard

closed by b2316e41

tag:gitlab.com,2026-03-06:5174408638 damien clochard closed merge request !91: Resolve "postgresql - Length on None objects results in error" at dalibo / ansible-collection-essential 2026-03-06T09:44:51Z daamien damien clochard

Closes #62

tag:gitlab.com,2026-03-05:5172864489 damien clochard opened merge request !11: Upgrade pgrx 0.17 at dalibo / The Cryptic Elephant 2026-03-05T22:08:18Z daamien damien clochard
tag:gitlab.com,2026-03-05:5172851675 damien clochard pushed new project branch upgrade_pgrx_0.17 at dalibo / The Cryptic Elephant 2026-03-05T22:02:36Z daamien damien clochard

damien clochard (138933b1) at 05 Mar 22:02

Upgrade to PGRX 0.17

... and 1 more commit

tag:gitlab.com,2026-03-05:5172822663 damien clochard approved merge request !31: Upgrade to Ansible 2.20 at dalibo / ansible-collection-advanced 2026-03-05T21:51:25Z daamien damien clochard
tag:gitlab.com,2026-03-05:5172798010 damien clochard pushed to project branch 8-improve-errors at dalibo / The Cryptic Elephant 2026-03-05T21:41:36Z daamien damien clochard

damien clochard (316deb51) at 05 Mar 21:41

fixup

tag:gitlab.com,2026-03-05:5172793337 damien clochard commented on merge request !602 at dalibo / PostgreSQL Anonymizer 2026-03-05T21:39:38Z daamien damien clochard

Hi @adoma25 !

Just a quick message to let you know that we have upgraded the latest branch from PGRX 0.16 to PGRX 0.17, once you have rebased your branch as described above, you will have to upgrade your local development environment too:

cargo install cargo-pgrx --version 0.17.0 --locked 
cargo pgrx upgrade

After that you should be able to build the extension again.

tag:gitlab.com,2026-03-05:5172687087 damien clochard pushed to project branch prek at dalibo / PostgreSQL Anonymizer 2026-03-05T21:01:55Z daamien damien clochard

damien clochard (a4b6da0b) at 05 Mar 21:01

fixup

... and 22 more commits

tag:gitlab.com,2026-03-05:5172685764 damien clochard commented on merge request !629 at dalibo / PostgreSQL Anonymizer 2026-03-05T21:01:29Z daamien damien clochard

I think we can merge this now and make another MR when the pg_sys::CIRCLE is available

tag:gitlab.com,2026-03-05:5172683837 damien clochard approved merge request !629: Add Point anonymisation functions at dalibo / PostgreSQL Anonymizer 2026-03-05T21:00:53Z daamien damien clochard
anon.random_point_in_box(rect box) -> Point

Adds a function to generate a random Point in a Box.

tag:gitlab.com,2026-03-05:5172680195 damien clochard approved merge request !628: Add GPS coordinate anonymisation functions at dalibo / PostgreSQL Anonymizer 2026-03-05T20:59:45Z daamien damien clochard
anon.random_gps_coordinates()

generates random gps coordinates

anon.noisy_gps_coordinates(
      origin point,
      radius double precision DEFAULT 10.0,
      is_metric boolean DEFAULT true
)

Adds noise to gps coordinates, it creates a new point located in a radius around the origin point. The radius can be expressed in kilometers (default) or miles.

closes #556

tag:gitlab.com,2026-03-05:5171365833 damien clochard commented on merge request !100 at dalibo / ansible-collection-essential 2026-03-05T14:53:04Z daamien damien clochard

As discussed this is ok to merge