Steve Yegge
5d137ffeeb
Remove sequential ID generation and SyncAllCounters (bd-c7af, bd-8e05, bd-4c74)
...
- Removed SyncAllCounters() and all call sites (already no-op with hash IDs)
- Removed AllocateNextID() and getNextIDForPrefix() - sequential ID generation
- Removed collision remapping logic in internal/storage/sqlite/collision.go
- Removed rename collision handling in internal/importer/importer.go
- Removed branch-merge example (collision resolution no longer needed)
- Updated EXTENDING.md to remove counter sync examples
These were all deprecated code paths for sequential IDs that are obsolete
with hash-based IDs. Hash ID collisions are handled by extending the hash,
not by remapping to new sequential IDs.
2025-10-30 22:24:42 -07:00
..
2025-10-29 21:57:15 -07:00
2025-10-28 19:19:06 -07:00
2025-10-27 18:31:01 +00:00
2025-10-27 20:08:50 -07:00
2025-10-26 22:31:24 -07:00
2025-10-30 15:41:46 -07:00
2025-10-27 20:08:50 -07:00
2025-10-26 21:55:01 -07:00
2025-10-30 14:42:08 -07:00
2025-10-27 20:08:50 -07:00
2025-10-29 12:32:27 -07:00
2025-10-29 22:55:13 -07:00
2025-10-29 11:22:29 -07:00
2025-10-26 22:48:19 -07:00
2025-10-29 15:30:47 -07:00
2025-10-29 15:53:41 -07:00
2025-10-29 11:47:40 -07:00
2025-10-29 22:55:13 -07:00
2025-10-30 18:37:12 -07:00
2025-10-26 22:48:19 -07:00
2025-10-26 22:48:19 -07:00
2025-10-27 20:00:49 -07:00
2025-10-30 19:20:50 -07:00
2025-10-28 19:46:12 -07:00
2025-10-26 22:31:24 -07:00
2025-10-27 20:00:49 -07:00
2025-10-29 21:57:15 -07:00
2025-10-26 23:06:03 -07:00
2025-10-29 21:57:15 -07:00
2025-10-27 20:45:59 -07:00
2025-10-27 22:44:40 -07:00
2025-10-27 20:00:49 -07:00
2025-10-28 19:16:51 -07:00
2025-10-30 22:24:42 -07:00
2025-10-27 20:00:49 -07:00
2025-10-30 22:24:42 -07:00
2025-10-28 14:20:04 -07:00
2025-10-26 22:48:19 -07:00
2025-10-27 20:08:50 -07:00
2025-10-27 10:45:01 -07:00
2025-10-27 20:00:49 -07:00
2025-10-26 20:17:48 -07:00
2025-10-29 21:57:15 -07:00
2025-10-26 22:31:24 -07:00
2025-10-30 19:20:50 -07:00
2025-10-26 22:31:24 -07:00
2025-10-28 11:34:27 -07:00
2025-10-27 20:21:34 -07:00
2025-10-27 20:08:50 -07:00
2025-10-27 20:08:50 -07:00
2025-10-27 20:00:49 -07:00
2025-10-30 16:28:13 -07:00
2025-10-30 16:28:13 -07:00
2025-10-30 21:51:39 -07:00
2025-10-27 20:21:34 -07:00
2025-10-27 20:08:50 -07:00
2025-10-28 11:34:27 -07:00
2025-10-27 22:59:19 -07:00
2025-10-27 18:31:01 +00:00
2025-10-30 22:24:42 -07:00
2025-10-26 22:31:24 -07:00
2025-10-30 19:20:50 -07:00
2025-10-29 12:56:51 -07:00
2025-10-29 12:56:51 -07:00
2025-10-26 22:48:19 -07:00
2025-10-30 19:20:50 -07:00
2025-10-27 20:38:13 -07:00
2025-10-28 17:19:28 -07:00
2025-10-27 20:08:50 -07:00
2025-10-28 19:46:12 -07:00
2025-10-30 20:40:13 -07:00