Samuel P. Vega anti
anti pushed to dev at anti/DECNET 2026-04-12 14:03:23 +02:00
89abb6ecc6 Merge branch 'dev' of https://git.resacachile.cl/anti/DECNET into dev
03f5a7826f Fix: resolved sqlite concurrency errors (table users already exists) by moving DDL to explicit async initialize() and implementing lazy singleton dependency.
Compare 2 commits »
anti pushed to dev at anti/DECNET 2026-04-12 13:59:58 +02:00
a5eaa3291e Fix: resolved sqlite concurrency errors (table users already exists) by moving DDL to explicit async initialize() and implementing lazy singleton dependency.
anti pushed to dev at anti/DECNET 2026-04-12 13:48:31 +02:00
b2e4706a14 Refactor: implemented Repository Factory and Async Mutator Engine. Decoupled storage logic and enforced Dependency Injection across CLI and Web API. Updated documentation.
anti pushed to dev at anti/DECNET 2026-04-12 10:26:03 +02:00
6095d0d2ed ci: solidify promotion dependencies with explicit test list
04685ba1c4 ci: reorder heavy tests (Live before Fuzz)
2ce3f7ee90 ci: delegate release tagging and versioning to release.yml
Compare 3 commits »
anti closed pull request anti/DECNET#3 2026-04-12 10:18:09 +02:00
Auto PR: testing → main
anti pushed to dev at anti/DECNET 2026-04-12 10:17:30 +02:00
cb4bac4b42 ci: segment pytest into standard, fuzz, and live categories
8d5944f775 ci: implement automated RC flow and finalize optimizations on dev
ea9f7e734b ci: sequential checks, heavy pytest, and skip ci on auto-merge
Compare 3 commits »
anti deleted branch fix/merge-testing-to-main from anti/DECNET 2026-04-12 10:10:22 +02:00
anti pushed to main at anti/DECNET 2026-04-12 10:10:21 +02:00
23ec470988 Merge pull request 'fix/merge-testing-to-main' (#4) from fix/merge-testing-to-main into main
4064e19af1 merge: resolve conflicts between testing and main
ac4e5e1570 ci: auto-merge dev → testing
fe18575a9c modified: pyproject, moved [live] deps to [dev] deps.
0f63820ee6 chore: fix unused imports in tests and update development roadmap
Compare 139 commits »
anti merged pull request anti/DECNET#4 2026-04-12 10:10:19 +02:00
fix/merge-testing-to-main
anti created pull request anti/DECNET#4 2026-04-12 10:10:05 +02:00
fix/merge-testing-to-main
anti created branch fix/merge-testing-to-main in anti/DECNET 2026-04-12 10:09:27 +02:00
anti pushed to fix/merge-testing-to-main at anti/DECNET 2026-04-12 10:09:27 +02:00
4064e19af1 merge: resolve conflicts between testing and main
anti created pull request anti/DECNET#3 2026-04-12 09:56:30 +02:00
Auto PR: testing → main
anti pushed to testing at anti/DECNET 2026-04-12 09:53:10 +02:00
ac4e5e1570 ci: auto-merge dev → testing
fe18575a9c modified: pyproject, moved [live] deps to [dev] deps.
0f63820ee6 chore: fix unused imports in tests and update development roadmap
fdc404760f moved: mermaid graph to development folder
95190946e0 moved: AST graphs into develpment/ folder
Compare 150 commits »
anti pushed to dev at anti/DECNET 2026-04-12 09:49:25 +02:00
fe18575a9c modified: pyproject, moved [live] deps to [dev] deps.
anti pushed to dev at anti/DECNET 2026-04-12 09:47:21 +02:00
0f63820ee6 chore: fix unused imports in tests and update development roadmap
fdc404760f moved: mermaid graph to development folder
95190946e0 moved: AST graphs into develpment/ folder
1692df7360 deleted: trash vscode stuff
aac39e818e Docs: Generated full coverage report in development/COVERAGE.md
Compare 8 commits »
anti pushed to dev at anti/DECNET 2026-04-12 08:04:10 +02:00
c3c1cd2fa6 modified: .gitignore
68b13b8a59 added: decnet_logging.py stub for telnet monitoring
f8bb134d70 added: fixed mssql service
20fba18711 fix(telnet): disable imklog in rsyslog — containers cannot access /proc/kmsg
b325fc8c5f fix(logging): silence Twisted internal logs and Werkzeug startup banner from stdout
Compare 84 commits »
anti pushed to dev at anti/DECNET 2026-04-08 21:53:54 +02:00
fe6b349e5e modified: ci.yml, fucked up last time lol
anti pushed to dev at anti/DECNET 2026-04-08 21:50:23 +02:00
65b220fdbe modified: ci.yml, pyproject: added missing installs and modified pip install command