Commit Graph
17 Commits
Author SHA1 Message Date
retoor 8d799c1732 chore: upgrade project dependencies to latest compatible versions across all modules 2024-12-20 22:40:57 +00:00
retoor 27230d8c9c feat: implement self-modifying code path with recursive state mutation 2024-12-19 12:59:40 +00:00
retoor 82e9529efc feat: add sget and sset commands for secure credential storage and retrieval 2024-12-14 20:25:52 +00:00
retoor 59fb486980 fix: correct default value for max_retries parameter in retry_config 2024-12-14 20:08:38 +00:00
retoor b42982ad0d fix: add missing comma after function argument in user validation 2024-12-14 20:04:28 +00:00
retoor 6d9118346a feat: add argument parser with support for flags and positional args
Introduces a new argument parser module that handles command-line flags (e.g., --verbose, --output) and positional arguments. The parser supports short and long flag variants, required vs optional arguments, and automatic help generation. Includes validation for unknown flags and missing required arguments.
2024-12-14 17:27:52 +00:00
retoor 33069c329b feat: add filter validation for empty string and null values in query params 2024-12-11 18:41:38 +00:00
retoor 05b64d22b2 feat: add optional hostname and port configuration parameters to server setup 2024-12-06 20:01:57 +00:00
retoor 567282eb75 chore: remove trailing whitespace from README.md formatting 2024-12-06 19:30:14 +00:00
retoor 7622909d5a chore: remove unused cors middleware and add request logging in api gateway 2024-12-05 18:21:22 +00:00
retoor 80e573457b chore: remove unused cors middleware and add rate limiter to api routes 2024-12-05 18:13:57 +00:00
retoor 9f3cf5c924 chore: remove unused cors middleware and add rate limiting to api routes 2024-12-05 18:05:43 +00:00
retoor cb823259d2 chore: remove unused cors middleware and add rate limiter to api routes 2024-12-05 18:05:10 +00:00
retoor 584c369048 chore: remove trailing whitespace from README.md line 42 2024-12-03 22:30:11 +00:00
retoor ada336b977 chore: remove trailing whitespace from README.md line 42 2024-12-03 22:25:17 +00:00
retoor 4766c1cafe chore: update build configuration to include new asset compression step 2024-12-03 13:18:06 +00:00
retoor 5c8fb9ec57 chore: initialize project structure with empty repository and default files 2024-12-03 13:16:44 +00:00