Commit Graph

14 Commits (1ceb27f03ea12ff55056376a282386ce2c309e9e)

Author SHA1 Message Date
Vernon Keenan 36d068664d Add table-driven unit tests for app/service-helpers.go pure helpers
GetFieldsAndValues, SqlDateToString, ParseDateTime, and IsZero had zero
test coverage even though they're pure, hermetic logic with several
non-obvious behaviors (e.g. strings always count as "non-zero", arrays
are compared by length only, and the dateTimeFormat's "-0800" suffix is
a Go reference-time artifact that behaves as a literal string rather
than a real timezone offset). Locking these in with tests now, ahead of
any future refactor of this file, so behavior changes are caught
instead of silently shipped.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-12 06:07:44 +00:00
Vernon Keenan 8958a4bc42 prompts 2023-06-04 23:54:48 +00:00
Vernon Keenan a3036b3814 big members update 2023-04-30 02:07:31 +00:00
Vernon Keenan f9df7a0644 new global funcs, email endponts 2023-04-17 22:11:43 +00:00
Vernon Keenan b37836a8f2 moved devops endpoints to members 2023-04-07 18:00:15 +00:00
Vernon Keenan 97cb82375c New swagger version 2022-05-28 12:45:41 -07:00
Vernon Keenan e59e67381e change /etc path 2021-11-20 13:59:05 -08:00
Vernon Keenan b3ea30b2bf fix devops 2021-08-05 19:21:34 -07:00
Vernon Keenan 81977c9efb expunge telnexus 2021-08-05 18:26:44 -07:00
Vernon Keenan d55243aadc fix error 2021-08-05 18:07:56 -07:00
Vernon Keenan 33a45b53e9 Repair 2021-08-05 12:55:24 -07:00
Vernon Keenan 65e4a4c9c4 tidy new version 2021-08-05 12:37:53 -07:00
Vernon Keenan 01cf1c8725 fixed 2021-07-31 17:08:25 -07:00
Vernon Keenan 3315d4b105 Initial commit 2021-07-30 20:05:02 -07:00