Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable mta acceptance test in github action #3155

Merged
merged 18 commits into from
Sep 4, 2024
Merged
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
d65d20a
WIP
bonzofenix Aug 30, 2024
64709d8
Merge branch 'main' into mta-acceptance-tests
bonzofenix Aug 30, 2024
9030217
set different route group name for postgres to avoid colision with ot…
bonzofenix Sep 2, 2024
084d12d
Add deployment_name tag to autoscaler_postgres in use-cf-services.yml
bonzofenix Sep 2, 2024
8424a71
Use different orgs for different mtar deployments
bonzofenix Sep 2, 2024
dee5032
Merge branch 'main' into mta-acceptance-tests
bonzofenix Sep 2, 2024
431e7c1
Invert conditions for space and org cleanup in autoscaler script
bonzofenix Sep 2, 2024
04d8332
Change registration interval
bonzofenix Sep 3, 2024
a87dfb9
Merge branch 'main' into mta-acceptance-tests
bonzofenix Sep 3, 2024
ce7d955
Merge branch 'main' into mta-acceptance-tests
bonzofenix Sep 3, 2024
f5d6139
Update ginkgo from 2.20.0 to 2.20.1 in devbox.json and devbox.lock
bonzofenix Sep 3, 2024
b4a1816
Add genproto dependency and update go.mod with replace directive for …
bonzofenix Sep 3, 2024
d127490
Introduce retry mechanism for SyslogEmitter with exponential backoff
bonzofenix Sep 3, 2024
b05a1dc
🤖🦾🛠️ go mod tidy & make package-specs
bonzofenix Sep 3, 2024
b0ca373
Add context to syslog emitter in metrics forwarder
bonzofenix Sep 4, 2024
df7908a
Remove unsued recurity group rule - now using router tcp
bonzofenix Sep 4, 2024
518f366
Remove 'gomoddirectives' linter from golangci configuration
bonzofenix Sep 4, 2024
ea2b062
Merge branch 'main' into mta-acceptance-tests
bonzofenix Sep 4, 2024
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
Prev Previous commit
Next Next commit
Remove 'gomoddirectives' linter from golangci configuration
bonzofenix committed Sep 4, 2024

Verified

This commit was signed with the committer’s verified signature.
portswigger-tim Tim Birkett
commit 518f3665c6e8f95f7f39c0e59ffe714e45e50857
1 change: 0 additions & 1 deletion .golangci.yaml
Original file line number Diff line number Diff line change
@@ -101,7 +101,6 @@ linters:
- goprintffuncname
- gosec
- gosimple
- gomoddirectives
- gomodguard
- ineffassign
- misspell