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

Fix: Missing Connection Successful Logs #1206

Open
wants to merge 32 commits into
base: development
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 27 commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
c66c110
added missing connection logs
coolwednesday Nov 15, 2024
6b4db8b
Merge branch 'gofr-dev:development' into missing-logs
coolwednesday Nov 15, 2024
ad0d1e1
modifying logs
coolwednesday Nov 15, 2024
e8af568
adding mocks previously removed from build
coolwednesday Nov 15, 2024
a11736e
add kafka metrics mocks in build
coolwednesday Nov 15, 2024
65e3ac9
remove build exclude from file mocks
coolwednesday Nov 17, 2024
4dd2c12
Merge branch 'development' into missing-logs
coolwednesday Nov 17, 2024
bb023e9
Merge branch 'development' into missing-logs
Umang01-hash Nov 18, 2024
7fa66ec
temp
coolwednesday Nov 18, 2024
fe8d419
implementing review suggestions
coolwednesday Nov 18, 2024
eef56e2
corrected incorrect spacing in comments
coolwednesday Nov 18, 2024
5b21715
Bump google.golang.org/protobuf from 1.35.1 to 1.35.2 (#1216)
dependabot[bot] Nov 19, 2024
f16d428
Bump go.opentelemetry.io/otel/sdk from 1.31.0 to 1.32.0 (#1224)
dependabot[bot] Nov 19, 2024
98a2d56
Bump golang.org/x/text from 0.19.0 to 0.20.0 (#1219)
dependabot[bot] Nov 19, 2024
eafd85e
Bump modernc.org/sqlite from 1.33.1 to 1.34.1 (#1221)
dependabot[bot] Nov 19, 2024
1782fc4
Bump go.opentelemetry.io/otel/exporters/zipkin from 1.31.0 to 1.32.0 …
dependabot[bot] Nov 19, 2024
79189e1
Bump google.golang.org/api from 0.204.0 to 0.206.0 (#1217)
dependabot[bot] Nov 19, 2024
94715b0
Bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc …
dependabot[bot] Nov 19, 2024
1bf0da0
Bump go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp (#…
dependabot[bot] Nov 19, 2024
9eace35
shifting all status: connecting logs to debug
coolwednesday Nov 20, 2024
17daaeb
removed go.mod from examples
coolwednesday Nov 20, 2024
dc4ad24
shifting all status: connecting logs to debug
coolwednesday Nov 20, 2024
eac6f69
reverting mock files and other changes
coolwednesday Nov 20, 2024
8887454
Merge branch 'development' into missing-logs
coolwednesday Nov 20, 2024
c0b027e
minor changes
coolwednesday Nov 20, 2024
e659050
minor changes
coolwednesday Nov 20, 2024
09e9299
update go.mod of ftp/s3/sftp
coolwednesday Nov 20, 2024
35bbc72
removing exclude build commands for future addition of external datas…
coolwednesday Nov 21, 2024
1e6fc6b
revert deleted go.mod in examples
coolwednesday Nov 21, 2024
4c18d9d
add debugf in interface wherever needed
coolwednesday Nov 21, 2024
2c8ac55
removed repeating logs in NATS: resolving review comment
coolwednesday Nov 21, 2024
88ad0e2
added missed return statements
coolwednesday Nov 22, 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
100 changes: 0 additions & 100 deletions examples/http-server/go.mod

This file was deleted.

Loading
Loading