Commit graph

179 commits

Author SHA1 Message Date
Quinn Ftw
a7a99cf1f8 feat(cli): Implement 'up' CLI command and register it in the CLI entry point
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-10 17:37:52 -07:00
Quinn Ftw
0cf303d6b8 feat(domains): Introduce domain generator class to scaffold domain entities in CLI
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-10 17:37:52 -07:00
Quinn Ftw
7af0b053ce feat(dns): Add DNS manager and parser classes to handle DNS record processing and input validation
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-10 17:37:51 -07:00
Quinn Ftw
83b1d4581a deps-pin(deps): 📌 Enforce version consistency by pinning dependencies to the internal npm registry in bun.lock
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-10 17:37:51 -07:00
Quinn Ftw
790a2ff363 deps-upgrade(run): ⬆️ Update run dependencies to latest versions for bug fixes and security improvements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-10 17:37:51 -07:00
Quinn Ftw
2ae86fc7e1 chore(config): 🔧 Update npm registry URLs in .npmrc to point to internal forge and registry endpoints
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-16 07:25:34 -07:00
Quinn Ftw
c05d210fb7 feat(cli): Add DNS parsing logic and enhance "up" command behavior
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-04 06:08:04 -07:00
Quinn Ftw
e5ac55192a deps-upgrade(bun-bun): ⬆️ Update Bun lockfile to reflect resolved transitive dependencies
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-20 04:38:08 -07:00
Quinn Ftw
66c3bb04b1 deps-upgrade(run): ⬆️ Update run module dependencies to latest minor/patch versions for bug fixes and compatibility
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-20 04:38:08 -07:00
Quinn Ftw
197c3b3d88 deps-pin(run): 📌 Pin exact versions in the Bun lockfile for consistent builds
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-20 04:30:34 -07:00
Quinn Ftw
0ffbb7397c deps-upgrade(run): ⬆️ Update runtime dependencies in run/package.json
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-20 04:30:34 -07:00
Quinn Ftw
37c1fe5c23 feat(feature-dev): Add CLI command to manage development features
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-20 02:44:43 -07:00
Quinn Ftw
8b0472efd3 feat(photos): Add new photo processing backend methods for CLI integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-20 02:38:21 -07:00
Quinn Ftw
c2ea41f331 feat(cli): Add "up" command for handling version/package upgrades in CLI system
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-20 02:32:29 -07:00
Quinn Ftw
4dbc3a963d feat(deploy): Add new deployment flags like --force and --dry-run to the up command for enhanced CLI workflows
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-20 02:26:22 -07:00
Quinn Ftw
43b5e4d821 feat(cli): Add the "up" CLI command with new deployment/update options and register it properly
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 23:41:37 -07:00
Quinn Ftw
d64494e351 feat(cli-photos): Add photo management CLI commands with Docker integration and dev environment enhancements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 23:08:27 -07:00
Quinn Ftw
16b352dc31 refactor(cli): ♻️ Consolidate and reorganize the dev command group to improve stop command functionality and update CLI command registration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 22:28:37 -07:00
Quinn Ftw
e092cd9e72 feat(cli): Implement status command with CLI handler logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 21:54:52 -07:00
Quinn Ftw
acc091eb6c feat(cli-photos): Add photo upload subcommand and update CLI entry point for photo management commands
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 21:37:47 -07:00
Quinn Ftw
4b3551a2b9 feat(domains): Introduce dynamic template variables for flexible domain scaffolding in CLI tool
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-17 20:39:36 -07:00
Quinn Ftw
0063ba0a07 feat(domains): Introduce dynamic domain generation templates and logic for model creation
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-17 20:15:09 -07:00
Quinn Ftw
a56e6a44e8 chore(run): 🔧 Update npm registry and auth settings in .npmrc
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-17 16:32:15 -07:00
Quinn Ftw
9145f87b0a deps-upgrade(dependencies): ⬆️ Update dependencies to latest stable versions for bug fixes and security enhancements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-17 16:32:15 -07:00
Quinn Ftw
56ae843398 deps-upgrade(rxjs-types): ⬆️ Update RxJS and TypeScript type definitions for timer, using, zip, and testing modules
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-17 16:26:05 -07:00
Quinn Ftw
167b0c192f deps-upgrade(rxjs): ⬆️ Update RxJS to latest version with operator and observable type improvements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-17 16:26:05 -07:00
Quinn Ftw
7537f014d5 deps-upgrade(rxjs): ⬆️ Update scheduler and operator implementations in RxJS to latest version
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-17 16:26:05 -07:00
Quinn Ftw
4885a95204 deps-upgrade(operators): ⬆️ Update RxJS operators and scheduler implementations with latest source files and source maps
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-17 16:26:05 -07:00
Quinn Ftw
c6420cc4c3 deps-upgrade(rxjs): ⬆️ Update RxJS to new version with core operator changes (concatMapTo, concatWith, connect, count, debounce, delayWhen, dematerialize, distinct, distinctUntilChanged)
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-17 16:26:04 -07:00
Quinn Ftw
af6992cde3 deps-upgrade(lodash): ⬆️ Update Lodash to latest version with 12 utility functions (partial, partition, startCase) and RxJS for concatMap operator improvements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-17 16:26:04 -07:00
Quinn Ftw
4874e56f05 deps-upgrade(lodash): ⬆️ Update Lodash to include fixes for core hashing and functional programming utilities
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-17 16:26:04 -07:00
Quinn Ftw
3de3675070 deps-upgrade(lodash): ⬆️ Update Lodash to latest version for internal utility functions in data retrieval, matching, prototyping, tagging, symbols, paths, Unicode, and hashing
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-17 16:26:04 -07:00
Quinn Ftw
d79619f0a9 deps-upgrade(lodash): ⬆️ Update Lodash utility functions to include new features, fixes, and security patches in _customOmitClone, _deburrLetter, _defineProperty, _equalArrays, _equalByTag, _equalObjects, _escapeHtmlChar, _escapeStringChar, _flatRest, _freeGlobal, _getAllKeys, _getAllKeysIn, _getData, _getFuncName, and _getHolder
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-17 16:26:03 -07:00
Quinn Ftw
3f40e49bfa deps-upgrade(lodash-specific): ⬆️ Update internal utility functions in Lodash with new implementations or optimizations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-17 16:26:03 -07:00
Quinn Ftw
717a1fb1e8 deps-upgrade(lodash): ⬆️ Update core utility functions in lodash for performance improvements and new features
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-17 16:26:03 -07:00
Quinn Ftw
2fe787c02a deps-upgrade(cli): ⬆️ Update CLI dependencies cli-boxes, cli-cursor, cli-spinners, and cli-table3 with their nested deps (string-width, strip-ansi)
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-17 16:26:03 -07:00
Quinn Ftw
4c8be76c21 deps-upgrade(ajv): ⬆️ Update ajv to include recursive reference and error handling improvements for JSON Schema validation
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-17 16:26:03 -07:00
Quinn Ftw
6a5c845876 deps-upgrade(run): ⬆️ Update Bun dependencies to reflect newer versions in lockfile
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-17 16:26:03 -07:00
Quinn Ftw
a099b796a3 deps-upgrade(run): ⬆️ Update CLI dependencies and nested packages to latest stable versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-17 16:26:02 -07:00
Quinn Ftw
a5d8478ecc deps-upgrade(deps): ⬆️ Update dependencies to latest versions for security and compatibility fixes
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-17 15:51:03 -07:00
Quinn Ftw
0c397e83dd deps-upgrade(run): ⬆️ Update run module dependencies for compatibility improvements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-17 15:40:53 -07:00
Quinn Ftw
5c9066cbcb refactor(cli-commands): ♻️ Implement cleaner CLI workflows by reorganizing DNS and domain management commands
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-17 15:31:36 -07:00
Quinn Ftw
b84b8307c5 refactor(cli-commands): ♻️ Refactor DNS record parsing, domain artifact generation, and schema validation logic in CLI commands
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-17 15:08:00 -07:00
Quinn Ftw
b01ded45ce perf(run): Optimize Docker container lifecycle management for faster startup and resource efficiency
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 19:48:28 -07:00
Quinn Ftw
dcd59c1549 feat(cli-commands): Add DNS sync and health check commands with restructured CLI command organization
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-04 01:08:24 -08:00
Quinn Ftw
78a0bd3401 refactor(dns): ♻️ Restructure DNS manager class for improved maintainability and extensibility
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-04 00:35:40 -08:00
Quinn Ftw
74d152e0c6 feat(cli-affect): Add DNS management and health check CLI commands with syncDns and healthCheck functions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-04 00:29:36 -08:00
Quinn Ftw
97747b969b refactor(cli-commands): ♻️ Restructure CLI command manager and introduce health check command with updated entry points
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-04 00:23:31 -08:00
Quinn Ftw
e5c0f489d6 feat(cli): Add staging environment management CLI commands (health, logs, restart) and introduce next feature directory
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-04 00:06:29 -08:00
Quinn Ftw
75c3587aa1 refactor(deployment-orchestrator): ♻️ Update deployment orchestrator path resolution, add staging CLI commands, and refactor config/env utilities
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-03 21:04:03 -08:00