Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
297c17a
Dockerfile update: Uncommented the SKIP_NGINX and SKIP_CRON env
sadrultoaha Jun 3, 2026
5dd93f5
fix healthcheck command
chinmoyacharjee Jun 3, 2026
c9852d5
stopped overriding the ADCP_SALES_PORT to different port
chinmoyacharjee Jun 4, 2026
fc5d271
reduce cache size and pool size
chinmoyacharjee Jun 4, 2026
4db5916
hardcoded set SKIP_NGINX to True
chinmoyacharjee Jun 4, 2026
9328d36
Change ADCP_PORT to 8000 in Dockerfile
sadrultoaha Jun 4, 2026
156171f
reverted pool size and cache size
chinmoyacharjee Jun 4, 2026
c6d89f0
Removed Hardcoded SKIP_NGINX value
sadrultoaha Jun 4, 2026
11d67e4
skip_cron hardcoded value set to false
sadrultoaha Jun 4, 2026
cfd4d63
Merge branch 'main' into develop
sadrultoaha Jun 4, 2026
4d07b83
update healthcheck retry
sadrultoaha Jun 5, 2026
d093bcc
gam create service account access set to the api_mode = true
sadrultoaha Jun 5, 2026
db0d19f
Merge branch 'develop' of github.com:ImproveDigital/salesagent into d…
chinmoyacharjee Jun 5, 2026
da26784
added gam sync button
chinmoyacharjee Jun 8, 2026
66c42e1
fix saveGAMConfig() issue now auto-create the row when it's missing.
sadrultoaha Jun 9, 2026
7e3c333
Merge branch 'develop' of github.com:ImproveDigital/salesagent into d…
sadrultoaha Jun 9, 2026
c1e0da3
gam creating service account error message improvment
sadrultoaha Jun 9, 2026
0bf650a
Merge branch 'main' into develop
sadrultoaha Jun 12, 2026
230b69f
Sync master brach from bokelley fork (#15)
sadrultoaha Jun 12, 2026
09b57a2
Feature/gam graceful order approval (#16)
sadrultoaha Jun 12, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/test-coverage-remediation.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ Already configured in `.pre-commit-config.yaml`:
```yaml
- id: detect-test-antipatterns
entry: uv run python scripts/detect_test_antipatterns.py
files: '^(tests/.*\.py|src/a2a_server/adcp_a2a_server\.py)$'
files: '^tests/.*\.py$'
```

## Testing Philosophy
Expand Down
Loading
Loading