Commit Graph

3 Commits

Author SHA1 Message Date
db123-test
3ce20314db refactor: rename 'entry' to 'ip' in audit log schema
Rename the 'entry' column to 'ip' throughout the database schema and
function signatures for clarity. This affects both the CREATE TABLE
statement and all INSERT queries in the audit_log table.

The parameter naming in AddPermanentEntry, DeletePermanentEntry, and
AddTempEntry functions has also been updated to reflect the more
specific 'ip' terminology. Corresponding log messages have been
adjusted to use 'temp ip' instead of 'temp entry' for consistency.
2026-05-05 17:54:07 +03:30
db123-test
31fc204ef2 refactor: rename entry field to ip across whitelist API
Rename the `entry` field to `ip` throughout the whitelist API for
clarity and consistency. This affects API request/response bodies,
path parameters, OpenAPI spec, documentation, and database queries
in the audit log endpoint.
2026-05-05 17:44:52 +03:30
db123-test
33b0e4e30e refactor: move Go source files to src/ directory
Organize project structure by relocating all Go files to a src/ directory,
following standard Go project conventions and improving code organization.
2026-05-05 11:46:58 +03:30