Skip to content

Commit ba936f5

Browse files
Merge pull request #1797 from lmiccini/rmq_migration_annotation
Implement messaging bus configuration with annotation-based migration
2 parents 5c9e17a + 507cdb8 commit ba936f5

File tree

72 files changed

+4632
-437
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+4632
-437
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ config/samples/tls/custom_route_cert/placement-cert-data.yaml
1717
# Test binary, build with `go test -c`
1818
*.test
1919

20+
# Test artifacts
21+
test/functional/*/default.etcd/
22+
2023
# Output of the go coverage tool, specifically when used with LiteIDE
2124
*.out
2225

0 commit comments

Comments
 (0)