Felipe Cardoso cardosofelipe
  • Joined on 2025-01-09
cardosofelipe pushed to dev at cardosofelipe/pragma-stack 2026-03-01 17:01:05 +00:00
ff7a67cb58 chore(frontend): migrate from npm to Bun for dependency management and scripts
cardosofelipe pushed to main at cardosofelipe/pragma-stack 2026-03-01 16:29:49 +00:00
0760a8284d feat(tests): add comprehensive benchmarks for auth and performance-critical endpoints
ce4d0c7b0d feat(backend): enhance performance benchmarking with baseline detection and documentation
4ceb8ad98c feat(backend): add performance benchmarks and API security tests
f8aafb250d fix(backend): suppress license-check output in Makefile for cleaner logs
4385d20ca6 fix(tests): simplify invalid token test logic in test_auth_security.py
Compare 6 commits »
cardosofelipe pushed to dev at cardosofelipe/pragma-stack 2026-03-01 16:01:58 +00:00
0760a8284d feat(tests): add comprehensive benchmarks for auth and performance-critical endpoints
ce4d0c7b0d feat(backend): enhance performance benchmarking with baseline detection and documentation
Compare 2 commits »
cardosofelipe pushed to dev at cardosofelipe/pragma-stack 2026-03-01 15:16:30 +00:00
4ceb8ad98c feat(backend): add performance benchmarks and API security tests
cardosofelipe pushed to dev at cardosofelipe/pragma-stack 2026-03-01 13:31:29 +00:00
f8aafb250d fix(backend): suppress license-check output in Makefile for cleaner logs
4385d20ca6 fix(tests): simplify invalid token test logic in test_auth_security.py
1a36907f10 refactor(backend): replace python-jose and passlib with PyJWT and bcrypt for security and simplicity
Compare 3 commits »
cardosofelipe pushed to main at cardosofelipe/pragma-stack 2026-03-01 12:38:46 +00:00
0553a1fc53 refactor(logging): switch to parameterized logging for improved performance and clarity
57e969ed67 chore(backend): extend Makefile with audit, validation, and security targets
68275b1dd3 refactor(docs): update architecture to reflect repository migration
Compare 3 commits »
cardosofelipe pushed to dev at cardosofelipe/pragma-stack 2026-03-01 12:38:35 +00:00
0553a1fc53 refactor(logging): switch to parameterized logging for improved performance and clarity
cardosofelipe pushed to dev at cardosofelipe/pragma-stack 2026-03-01 11:03:58 +00:00
57e969ed67 chore(backend): extend Makefile with audit, validation, and security targets
cardosofelipe pushed to dev at cardosofelipe/pragma-stack 2026-03-01 10:14:07 +00:00
68275b1dd3 refactor(docs): update architecture to reflect repository migration
cardosofelipe pushed to main at cardosofelipe/pragma-stack 2026-02-28 18:55:27 +00:00
80d2dc0cb2 fix(backend): clear VIRTUAL_ENV before invoking pyright
a8aa416ecb refactor(backend): migrate type checking from mypy to pyright
4c6bf55bcc Refactor(backend): improve formatting in services, repositories & tests
98b455fdc3 refactor(backend): enforce route→service→repo layered architecture
Compare 4 commits »
cardosofelipe pushed to dev at cardosofelipe/pragma-stack 2026-02-28 18:54:19 +00:00
80d2dc0cb2 fix(backend): clear VIRTUAL_ENV before invoking pyright
a8aa416ecb refactor(backend): migrate type checking from mypy to pyright
4c6bf55bcc Refactor(backend): improve formatting in services, repositories & tests
98b455fdc3 refactor(backend): enforce route→service→repo layered architecture
Compare 4 commits »
cardosofelipe created branch dev in cardosofelipe/pragma-stack 2026-02-28 18:54:19 +00:00
cardosofelipe renamed repository from fast-next-template to cardosofelipe/pragma-stack 2026-02-26 18:11:15 +00:00
cardosofelipe pushed to feature/58-git-operations-mcp at cardosofelipe/syndarix 2026-01-07 08:17:41 +00:00
0a624a94af **test(git-ops): add comprehensive tests for server and API tools**
011b21bf0a refactor(tests): adjust formatting for consistency and readability
Compare 2 commits »
cardosofelipe created branch feature/58-git-operations-mcp in cardosofelipe/syndarix 2026-01-07 08:17:05 +00:00
cardosofelipe pushed to feature/58-git-operations-mcp at cardosofelipe/syndarix 2026-01-07 08:17:05 +00:00
76d7de5334 **feat(git-ops): enhance MCP server with Git provider updates and SSRF protection**
1779239c07 feat(git-ops): add GitHub provider with auto-detection
9dfa76aa41 feat(mcp): implement Git Operations MCP server with Gitea provider
Compare 3 commits »
cardosofelipe deleted branch feature/62-agent-memory-system from cardosofelipe/syndarix 2026-01-06 22:07:30 +00:00
cardosofelipe commented on issue cardosofelipe/syndarix#110 2026-01-06 19:55:50 +00:00
feat(mcp): Git Operations MCP - GitHub Provider (Optional)

Implementation Complete

The GitHub provider has been implemented with full feature parity to the Gitea provider:

Features Implemented

PR Operations:

  • Create PR with draft support -…
cardosofelipe commented on issue cardosofelipe/syndarix#58 2026-01-06 19:19:51 +00:00
feat(mcp): Implement Git Operations MCP Server

Sub-Issues Created

This issue has been broken down into the following sub-issues for manageable implementation:

cardosofelipe opened issue cardosofelipe/syndarix#110 2026-01-06 19:19:38 +00:00
feat(mcp): Git Operations MCP - GitHub Provider (Optional)